diff options
| author | Alee14 <alee14498@gmail.com> | 2017-05-20 16:24:43 -0400 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2017-05-20 16:24:43 -0400 |
| commit | a6f614bcc6d2f68308fc13ea006be7da517675d0 (patch) | |
| tree | 573be8be35485ce31664cf1644e96afdadb608df /Project_Emerald/Form1.Designer.cs | |
| parent | 405d1dd600a62da78d49f9fd4e1f2ef9e2c0edd1 (diff) | |
| download | Project_Emerald-master.tar.gz Project_Emerald-master.tar.bz2 Project_Emerald-master.zip | |
Diffstat (limited to 'Project_Emerald/Form1.Designer.cs')
| -rw-r--r-- | Project_Emerald/Form1.Designer.cs | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/Project_Emerald/Form1.Designer.cs b/Project_Emerald/Form1.Designer.cs index 50483f2..4ee33a3 100644 --- a/Project_Emerald/Form1.Designer.cs +++ b/Project_Emerald/Form1.Designer.cs @@ -28,21 +28,38 @@ /// </summary> private void InitializeComponent() { + this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // + // label1 + // + this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(322, 374); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(158, 26); + this.label1.TabIndex = 0; + this.label1.Text = "AleePrograms Version Alpha 0.1\r\nBuild: 0"; + // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(625, 515); + this.ClientSize = new System.Drawing.Size(492, 409); + this.Controls.Add(this.label1); this.Name = "Form1"; this.Text = "Project: Emerald"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); + this.PerformLayout(); } #endregion + + private System.Windows.Forms.Label label1; } } |
