namespace KMBIM
{
partial class Form_PipeRack
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_PipeRack));
this.combo_SetLevel = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txt_CurrentLevel = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.radNon = new System.Windows.Forms.RadioButton();
this.rad_guideShoe = new System.Windows.Forms.RadioButton();
this.rad_Ubolt = new System.Windows.Forms.RadioButton();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.txt_RackMarginDist = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// combo_SetLevel
//
this.combo_SetLevel.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.combo_SetLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.combo_SetLevel.FormattingEnabled = true;
this.combo_SetLevel.Location = new System.Drawing.Point(17, 87);
this.combo_SetLevel.Name = "combo_SetLevel";
this.combo_SetLevel.Size = new System.Drawing.Size(100, 22);
this.combo_SetLevel.TabIndex = 5;
this.combo_SetLevel.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.combo_SetLevel_DrawItem);
this.combo_SetLevel.SelectedIndexChanged += new System.EventHandler(this.combo_SetLevel_SelectedIndexChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(15, 72);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(63, 12);
this.label2.TabIndex = 4;
this.label2.Text = "배치 Level";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txt_CurrentLevel);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.combo_SetLevel);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(130, 129);
this.groupBox1.TabIndex = 6;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "레벨";
//
// txt_CurrentLevel
//
this.txt_CurrentLevel.Enabled = false;
this.txt_CurrentLevel.Location = new System.Drawing.Point(17, 38);
this.txt_CurrentLevel.Name = "txt_CurrentLevel";
this.txt_CurrentLevel.Size = new System.Drawing.Size(100, 21);
this.txt_CurrentLevel.TabIndex = 7;
this.txt_CurrentLevel.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(15, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(63, 12);
this.label1.TabIndex = 6;
this.label1.Text = "현재 Level";
//
// button2
//
this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.button2.Location = new System.Drawing.Point(136, 210);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(56, 23);
this.button2.TabIndex = 8;
this.button2.Text = "취소";
this.button2.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
this.button1.Location = new System.Drawing.Point(74, 209);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(56, 23);
this.button1.TabIndex = 7;
this.button1.Text = "확인";
this.button1.UseVisualStyleBackColor = true;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.radNon);
this.groupBox2.Controls.Add(this.rad_guideShoe);
this.groupBox2.Controls.Add(this.rad_Ubolt);
this.groupBox2.Location = new System.Drawing.Point(148, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(98, 129);
this.groupBox2.TabIndex = 9;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "타입";
//
// radNon
//
this.radNon.AutoSize = true;
this.radNon.Location = new System.Drawing.Point(17, 93);
this.radNon.Name = "radNon";
this.radNon.Size = new System.Drawing.Size(47, 16);
this.radNon.TabIndex = 2;
this.radNon.TabStop = true;
this.radNon.Text = "없음";
this.radNon.UseVisualStyleBackColor = true;
this.radNon.CheckedChanged += new System.EventHandler(this.radNon_CheckedChanged);
//
// rad_guideShoe
//
this.rad_guideShoe.AutoSize = true;
this.rad_guideShoe.Location = new System.Drawing.Point(17, 23);
this.rad_guideShoe.Name = "rad_guideShoe";
this.rad_guideShoe.Size = new System.Drawing.Size(75, 16);
this.rad_guideShoe.TabIndex = 1;
this.rad_guideShoe.TabStop = true;
this.rad_guideShoe.Text = "가이드 슈";
this.rad_guideShoe.UseVisualStyleBackColor = true;
this.rad_guideShoe.CheckedChanged += new System.EventHandler(this.rad_guideShoe_CheckedChanged);
//
// rad_Ubolt
//
this.rad_Ubolt.AutoSize = true;
this.rad_Ubolt.Location = new System.Drawing.Point(17, 58);
this.rad_Ubolt.Name = "rad_Ubolt";
this.rad_Ubolt.Size = new System.Drawing.Size(61, 16);
this.rad_Ubolt.TabIndex = 0;
this.rad_Ubolt.TabStop = true;
this.rad_Ubolt.Text = "U-볼트";
this.rad_Ubolt.UseVisualStyleBackColor = true;
this.rad_Ubolt.CheckedChanged += new System.EventHandler(this.rad_Ubolt_CheckedChanged);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.label4);
this.groupBox3.Controls.Add(this.label3);
this.groupBox3.Controls.Add(this.txt_RackMarginDist);
this.groupBox3.Location = new System.Drawing.Point(12, 140);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(234, 58);
this.groupBox3.TabIndex = 10;
this.groupBox3.TabStop = false;
//
// txt_RackMarginDist
//
this.txt_RackMarginDist.Location = new System.Drawing.Point(117, 21);
this.txt_RackMarginDist.Name = "txt_RackMarginDist";
this.txt_RackMarginDist.Size = new System.Drawing.Size(78, 21);
this.txt_RackMarginDist.TabIndex = 8;
this.txt_RackMarginDist.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txt_RackMarginDist.TextChanged += new System.EventHandler(this.txt_RackMarginDist_TextChanged);
this.txt_RackMarginDist.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_RackMarginDist_KeyPress);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(15, 25);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(85, 12);
this.label3.TabIndex = 8;
this.label3.Text = "가대 말단 거리";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(201, 29);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(27, 12);
this.label4.TabIndex = 9;
this.label4.Text = "mm";
//
// Form_PipeRack
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ClientSize = new System.Drawing.Size(258, 243);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.groupBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form_PipeRack";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "하단가대설치";
this.Load += new System.EventHandler(this.Form_PipeRack_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form_PipeRack_KeyDown);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ComboBox combo_SetLevel;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txt_CurrentLevel;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.RadioButton rad_guideShoe;
private System.Windows.Forms.RadioButton rad_Ubolt;
private System.Windows.Forms.RadioButton radNon;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txt_RackMarginDist;
}
}