diff options
| author | Alee <Alee14498@gmail.com> | 2019-02-10 00:03:45 -0500 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-02-10 00:03:45 -0500 |
| commit | ea8f563e6182ea377c353a6f55d2e1c05c2c277c (patch) | |
| tree | cf650a07e4818d7da45cfab433f8cf815080c2c3 /BSODPrank/Form1.Designer.cs | |
| parent | 2edc81d13ab4ce4e201f20d3eeb62f344c176de5 (diff) | |
| download | BSODPrank-ea8f563e6182ea377c353a6f55d2e1c05c2c277c.tar.gz BSODPrank-ea8f563e6182ea377c353a6f55d2e1c05c2c277c.tar.bz2 BSODPrank-ea8f563e6182ea377c353a6f55d2e1c05c2c277c.zip | |
Added assets
Diffstat (limited to 'BSODPrank/Form1.Designer.cs')
| -rw-r--r-- | BSODPrank/Form1.Designer.cs | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/BSODPrank/Form1.Designer.cs b/BSODPrank/Form1.Designer.cs index 44d5a3a..ff6fdcc 100644 --- a/BSODPrank/Form1.Designer.cs +++ b/BSODPrank/Form1.Designer.cs @@ -28,10 +28,19 @@ /// </summary> private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); + this.SuspendLayout(); + // + // Form1 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(800, 450); + this.ClientSize = new System.Drawing.Size(813, 516); + this.Name = "Form1"; this.Text = "Form1"; + this.Load += new System.EventHandler(this.Form1_Load); + this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown); + this.ResumeLayout(false); + } #endregion |
