From 2edc81d13ab4ce4e201f20d3eeb62f344c176de5 Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 9 Feb 2019 23:54:37 -0500 Subject: Add project files. --- BSODPrank/Form1.Designer.cs | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 BSODPrank/Form1.Designer.cs (limited to 'BSODPrank/Form1.Designer.cs') diff --git a/BSODPrank/Form1.Designer.cs b/BSODPrank/Form1.Designer.cs new file mode 100644 index 0000000..44d5a3a --- /dev/null +++ b/BSODPrank/Form1.Designer.cs @@ -0,0 +1,40 @@ +namespace BSODPrank +{ + partial class Form1 + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.components = new System.ComponentModel.Container(); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(800, 450); + this.Text = "Form1"; + } + + #endregion + } +} + -- cgit v1.2.3