diff options
Diffstat (limited to 'Project_Emerald')
| -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; } } |
