diff options
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 |
