Working on the design

This commit is contained in:
Andrew Lee 2017-05-20 16:24:43 -04:00
parent 405d1dd600
commit a6f614bcc6

View file

@ -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;
}
}