aboutsummaryrefslogtreecommitdiff
path: root/AleeOS/launcher.Designer.cs
diff options
context:
space:
mode:
authorAlee14 <alee14498@gmail.com>2017-03-31 21:02:47 -0400
committerAlee14 <alee14498@gmail.com>2017-03-31 21:02:47 -0400
commit60afb710391ce37f2f22566ebc6b5deb2016dab0 (patch)
tree4ac443f394fd50e69578cfb883e607568f79188f /AleeOS/launcher.Designer.cs
parent32d77fba3f16546081f0884c5eca72d8c36f4bcf (diff)
downloadAleeOS-CSharp-master.tar.gz
AleeOS-CSharp-master.tar.bz2
AleeOS-CSharp-master.zip
Redoing the codeHEADmaster
Diffstat (limited to 'AleeOS/launcher.Designer.cs')
-rw-r--r--AleeOS/launcher.Designer.cs47
1 files changed, 47 insertions, 0 deletions
diff --git a/AleeOS/launcher.Designer.cs b/AleeOS/launcher.Designer.cs
new file mode 100644
index 0000000..2b1900e
--- /dev/null
+++ b/AleeOS/launcher.Designer.cs
@@ -0,0 +1,47 @@
+namespace AleeOS
+{
+ partial class launcher
+ {
+ /// <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.SuspendLayout();
+ //
+ // launcher
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(960, 566);
+ this.Name = "launcher";
+ this.Text = "Launcher";
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+ }
+}
+