Realm Explorer:

- Implemented UI designs.
This commit is contained in:
Scionwest_cp 2009-11-27 21:29:18 -08:00
parent ced376e72a
commit 2f6dc95adb
8 changed files with 367 additions and 24 deletions

View file

@ -28,11 +28,24 @@
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.SuspendLayout();
//
// frmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Text = "frmMain";
this.ClientSize = new System.Drawing.Size(349, 314);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Zone Builder";
this.ResumeLayout(false);
}
#endregion
}
}