diff options
| author | BuildTools <unconfigured@null.spigotmc.org> | 2017-03-24 23:40:17 -0400 |
|---|---|---|
| committer | BuildTools <unconfigured@null.spigotmc.org> | 2017-03-24 23:40:17 -0400 |
| commit | 2f66dacf8090516265a3b4652200bc4c457c5dd6 (patch) | |
| tree | 43b0566bc81cfa9e35ed996a55ab44f1f275e8f7 /AleeOS/Form1.Designer.cs | |
| parent | 6cdc671fe7862f0f1c06a1791d5dbafd07359196 (diff) | |
| download | AleeOS-CSharp-2f66dacf8090516265a3b4652200bc4c457c5dd6.tar.gz AleeOS-CSharp-2f66dacf8090516265a3b4652200bc4c457c5dd6.tar.bz2 AleeOS-CSharp-2f66dacf8090516265a3b4652200bc4c457c5dd6.zip | |
Add project files.
Diffstat (limited to 'AleeOS/Form1.Designer.cs')
| -rw-r--r-- | AleeOS/Form1.Designer.cs | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/AleeOS/Form1.Designer.cs b/AleeOS/Form1.Designer.cs new file mode 100644 index 0000000..08ff0f0 --- /dev/null +++ b/AleeOS/Form1.Designer.cs @@ -0,0 +1,39 @@ +namespace AleeOS +{ + 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.Text = "Form1"; + } + + #endregion + } +} + |
