00001 namespace Editor
00002 {
00003 partial class NewAreaDialog
00004 {
00008 private System.ComponentModel.IContainer components = null;
00009
00014 protected override void Dispose(bool disposing)
00015 {
00016 if (disposing && (components != null))
00017 {
00018 components.Dispose();
00019 }
00020 base.Dispose(disposing);
00021 }
00022
00023 #region Windows Form Designer generated code
00024
00029 private void InitializeComponent()
00030 {
00031 this.nameLabel = new System.Windows.Forms.Label();
00032 this.nameTextBox = new System.Windows.Forms.TextBox();
00033 this.button1 = new System.Windows.Forms.Button();
00034 this.button2 = new System.Windows.Forms.Button();
00035 this.SuspendLayout();
00036
00037
00038
00039 this.nameLabel.AutoSize = true;
00040 this.nameLabel.Location = new System.Drawing.Point(26, 38);
00041 this.nameLabel.Name = "nameLabel";
00042 this.nameLabel.Size = new System.Drawing.Size(35, 13);
00043 this.nameLabel.TabIndex = 0;
00044 this.nameLabel.Text = "Name";
00045
00046
00047
00048 this.nameTextBox.Location = new System.Drawing.Point(71, 31);
00049 this.nameTextBox.Name = "nameTextBox";
00050 this.nameTextBox.Size = new System.Drawing.Size(209, 20);
00051 this.nameTextBox.TabIndex = 1;
00052 this.nameTextBox.Text = "Enter the Area Name!";
00053 this.nameTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
00054
00055
00056
00057 this.button1.Location = new System.Drawing.Point(95, 76);
00058 this.button1.Name = "button1";
00059 this.button1.Size = new System.Drawing.Size(86, 37);
00060 this.button1.TabIndex = 2;
00061 this.button1.Text = "Ok";
00062 this.button1.UseVisualStyleBackColor = true;
00063 this.button1.Click += new System.EventHandler(this.button1_Click);
00064
00065
00066
00067 this.button2.Location = new System.Drawing.Point(187, 76);
00068 this.button2.Name = "button2";
00069 this.button2.Size = new System.Drawing.Size(93, 37);
00070 this.button2.TabIndex = 3;
00071 this.button2.Text = "Cancel";
00072 this.button2.UseVisualStyleBackColor = true;
00073 this.button2.Click += new System.EventHandler(this.button2_Click);
00074
00075
00076
00077 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00078 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00079 this.ClientSize = new System.Drawing.Size(292, 125);
00080 this.Controls.Add(this.button2);
00081 this.Controls.Add(this.button1);
00082 this.Controls.Add(this.nameTextBox);
00083 this.Controls.Add(this.nameLabel);
00084 this.Name = "NewAreaDialog";
00085 this.Text = "NewAreaDialog";
00086 this.Load += new System.EventHandler(this.NewAreaDialog_Load);
00087 this.ResumeLayout(false);
00088 this.PerformLayout();
00089
00090 }
00091
00092 #endregion
00093
00094 private System.Windows.Forms.Label nameLabel;
00095 private System.Windows.Forms.TextBox nameTextBox;
00096 private System.Windows.Forms.Button button1;
00097 private System.Windows.Forms.Button button2;
00098 }
00099 }