MCGalaxy/GUI/Eco/EcoLevelWindow.Designer.cs
2015-03-21 09:45:31 -04:00

266 lines
12 KiB
C#

namespace MCGalaxy.GUI.Eco {
partial class EcoLevelWindow {
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing) {
if (disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent() {
this.buttonOk = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button();
this.textBoxName = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.numericUpDownPrice = new System.Windows.Forms.NumericUpDown();
this.comboBoxX = new System.Windows.Forms.ComboBox();
this.comboBoxY = new System.Windows.Forms.ComboBox();
this.comboBoxZ = new System.Windows.Forms.ComboBox();
this.comboBoxType = new System.Windows.Forms.ComboBox();
this.panel1 = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownPrice)).BeginInit();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// buttonOk
//
this.buttonOk.AutoSize = true;
this.buttonOk.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.buttonOk.Enabled = false;
this.buttonOk.Location = new System.Drawing.Point(12, 252);
this.buttonOk.Name = "buttonOk";
this.buttonOk.Size = new System.Drawing.Size(36, 27);
this.buttonOk.TabIndex = 0;
this.buttonOk.Text = "Ok";
this.buttonOk.UseVisualStyleBackColor = true;
this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);
//
// buttonCancel
//
this.buttonCancel.AutoSize = true;
this.buttonCancel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(54, 252);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(61, 27);
this.buttonCancel.TabIndex = 1;
this.buttonCancel.Text = "Cancel";
this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
//
// textBoxName
//
this.textBoxName.Location = new System.Drawing.Point(70, 9);
this.textBoxName.Margin = new System.Windows.Forms.Padding(3, 3, 10, 3);
this.textBoxName.MaxLength = 32;
this.textBoxName.Name = "textBoxName";
this.textBoxName.Size = new System.Drawing.Size(112, 22);
this.textBoxName.TabIndex = 2;
this.textBoxName.Tag = "";
this.textBoxName.TextChanged += new System.EventHandler(this.textBoxName_TextChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 12);
this.label1.Margin = new System.Windows.Forms.Padding(10);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(45, 17);
this.label1.TabIndex = 3;
this.label1.Text = "Name";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 49);
this.label2.Margin = new System.Windows.Forms.Padding(10);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(40, 17);
this.label2.TabIndex = 4;
this.label2.Text = "Price";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 86);
this.label3.Margin = new System.Windows.Forms.Padding(10);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(17, 17);
this.label3.TabIndex = 5;
this.label3.Text = "X";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(12, 123);
this.label4.Margin = new System.Windows.Forms.Padding(10);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(17, 17);
this.label4.TabIndex = 6;
this.label4.Text = "Y";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(12, 160);
this.label5.Margin = new System.Windows.Forms.Padding(10);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(17, 17);
this.label5.TabIndex = 7;
this.label5.Text = "Z";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(12, 197);
this.label6.Margin = new System.Windows.Forms.Padding(10);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(40, 17);
this.label6.TabIndex = 8;
this.label6.Text = "Type";
//
// numericUpDownPrice
//
this.numericUpDownPrice.AutoSize = true;
this.numericUpDownPrice.Location = new System.Drawing.Point(70, 47);
this.numericUpDownPrice.Maximum = new decimal(new int[] {
16777215,
0,
0,
0});
this.numericUpDownPrice.Name = "numericUpDownPrice";
this.numericUpDownPrice.Size = new System.Drawing.Size(88, 22);
this.numericUpDownPrice.TabIndex = 9;
this.numericUpDownPrice.Value = new decimal(new int[] {
1000,
0,
0,
0});
//
// comboBoxX
//
this.comboBoxX.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxX.FormattingEnabled = true;
this.comboBoxX.Location = new System.Drawing.Point(70, 83);
this.comboBoxX.MaxDropDownItems = 6;
this.comboBoxX.Name = "comboBoxX";
this.comboBoxX.Size = new System.Drawing.Size(64, 24);
this.comboBoxX.TabIndex = 10;
//
// comboBoxY
//
this.comboBoxY.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxY.FormattingEnabled = true;
this.comboBoxY.Location = new System.Drawing.Point(70, 120);
this.comboBoxY.MaxDropDownItems = 6;
this.comboBoxY.Name = "comboBoxY";
this.comboBoxY.Size = new System.Drawing.Size(64, 24);
this.comboBoxY.TabIndex = 11;
//
// comboBoxZ
//
this.comboBoxZ.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxZ.FormattingEnabled = true;
this.comboBoxZ.Location = new System.Drawing.Point(70, 157);
this.comboBoxZ.MaxDropDownItems = 6;
this.comboBoxZ.Name = "comboBoxZ";
this.comboBoxZ.Size = new System.Drawing.Size(64, 24);
this.comboBoxZ.TabIndex = 12;
//
// comboBoxType
//
this.comboBoxType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxType.FormattingEnabled = true;
this.comboBoxType.Location = new System.Drawing.Point(70, 194);
this.comboBoxType.Margin = new System.Windows.Forms.Padding(3, 3, 10, 3);
this.comboBoxType.MaxDropDownItems = 6;
this.comboBoxType.Name = "comboBoxType";
this.comboBoxType.Size = new System.Drawing.Size(112, 24);
this.comboBoxType.TabIndex = 13;
//
// panel1
//
this.panel1.AutoSize = true;
this.panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.panel1.Controls.Add(this.comboBoxType);
this.panel1.Controls.Add(this.comboBoxZ);
this.panel1.Controls.Add(this.comboBoxY);
this.panel1.Controls.Add(this.comboBoxX);
this.panel1.Controls.Add(this.numericUpDownPrice);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.textBoxName);
this.panel1.Location = new System.Drawing.Point(12, 12);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(192, 224);
this.panel1.TabIndex = 14;
//
// EcoLevelWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.CancelButton = this.buttonCancel;
this.ClientSize = new System.Drawing.Size(216, 287);
this.Controls.Add(this.panel1);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonOk);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "EcoLevelWindow";
this.ShowIcon = false;
this.Text = "Add Level Preset";
this.Load += new System.EventHandler(this.EcoLevelWindow_Load);
((System.ComponentModel.ISupportInitialize)(this.numericUpDownPrice)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button buttonOk;
private System.Windows.Forms.Button buttonCancel;
private System.Windows.Forms.TextBox textBoxName;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.NumericUpDown numericUpDownPrice;
private System.Windows.Forms.ComboBox comboBoxX;
private System.Windows.Forms.ComboBox comboBoxY;
private System.Windows.Forms.ComboBox comboBoxZ;
private System.Windows.Forms.ComboBox comboBoxType;
private System.Windows.Forms.Panel panel1;
}
}