mirror of
https://github.com/alee14-projects/Project_Emerald.git
synced 2025-01-22 08:01:50 -05:00
Working on the design
This commit is contained in:
parent
405d1dd600
commit
a6f614bcc6
1 changed files with 18 additions and 1 deletions
19
Project_Emerald/Form1.Designer.cs
generated
19
Project_Emerald/Form1.Designer.cs
generated
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue