From ea8f563e6182ea377c353a6f55d2e1c05c2c277c Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 10 Feb 2019 00:03:45 -0500 Subject: Added assets --- BSODPrank/Form1.Designer.cs | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'BSODPrank/Form1.Designer.cs') 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 @@ /// 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 -- cgit v1.2.3