diff options
| author | Alee <Alee14498@gmail.com> | 2019-02-09 23:54:37 -0500 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-02-09 23:54:37 -0500 |
| commit | 2edc81d13ab4ce4e201f20d3eeb62f344c176de5 (patch) | |
| tree | 2429965d8c4d6290fc5090d556faee3bfe338fda /BSODPrank/Form1.Designer.cs | |
| parent | a4d94175861858213bde8cbfe145a4cd06ed7951 (diff) | |
| download | BSODPrank-2edc81d13ab4ce4e201f20d3eeb62f344c176de5.tar.gz BSODPrank-2edc81d13ab4ce4e201f20d3eeb62f344c176de5.tar.bz2 BSODPrank-2edc81d13ab4ce4e201f20d3eeb62f344c176de5.zip | |
Add project files.
Diffstat (limited to 'BSODPrank/Form1.Designer.cs')
| -rw-r--r-- | BSODPrank/Form1.Designer.cs | 40 |
1 files changed, 40 insertions, 0 deletions
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 + { + /// <summary> + /// Required designer variable. + /// </summary> + private System.ComponentModel.IContainer components = null; + + /// <summary> + /// Clean up any resources being used. + /// </summary> + /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// <summary> + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// </summary> + 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 + } +} + |
