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.groupBox1 = new System.Windows.Forms.GroupBox(); this.radioButtonInstallTypeLevel = new System.Windows.Forms.RadioButton(); this.radioButtonInstallTypeStructure = new System.Windows.Forms.RadioButton(); this.txt_CurrentLevel = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.buttonPlacement = 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.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txt_RackMarginDist = new System.Windows.Forms.TextBox(); 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(93, 54); 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); // // groupBox1 // this.groupBox1.Controls.Add(this.radioButtonInstallTypeLevel); this.groupBox1.Controls.Add(this.radioButtonInstallTypeStructure); this.groupBox1.Controls.Add(this.txt_CurrentLevel); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.combo_SetLevel); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(218, 115); this.groupBox1.TabIndex = 6; this.groupBox1.TabStop = false; this.groupBox1.Text = "가대 설치 기준"; // // radioButtonInstallTypeLevel // this.radioButtonInstallTypeLevel.AutoSize = true; this.radioButtonInstallTypeLevel.Location = new System.Drawing.Point(15, 55); this.radioButtonInstallTypeLevel.Name = "radioButtonInstallTypeLevel"; this.radioButtonInstallTypeLevel.Size = new System.Drawing.Size(47, 16); this.radioButtonInstallTypeLevel.TabIndex = 9; this.radioButtonInstallTypeLevel.TabStop = true; this.radioButtonInstallTypeLevel.Text = "레벨"; this.radioButtonInstallTypeLevel.UseVisualStyleBackColor = true; this.radioButtonInstallTypeLevel.CheckedChanged += new System.EventHandler(this.radioButtonInstallTypeLevel_CheckedChanged); // // radioButtonInstallTypeStructure // this.radioButtonInstallTypeStructure.AutoSize = true; this.radioButtonInstallTypeStructure.Location = new System.Drawing.Point(15, 89); this.radioButtonInstallTypeStructure.Name = "radioButtonInstallTypeStructure"; this.radioButtonInstallTypeStructure.Size = new System.Drawing.Size(59, 16); this.radioButtonInstallTypeStructure.TabIndex = 8; this.radioButtonInstallTypeStructure.TabStop = true; this.radioButtonInstallTypeStructure.Text = "구조체"; this.radioButtonInstallTypeStructure.UseVisualStyleBackColor = true; this.radioButtonInstallTypeStructure.CheckedChanged += new System.EventHandler(this.radioButtonInstallTypeStructrue_CheckedChanged); // // txt_CurrentLevel // this.txt_CurrentLevel.Enabled = false; this.txt_CurrentLevel.Location = new System.Drawing.Point(93, 23); 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(13, 26); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(63, 12); this.label1.TabIndex = 6; this.label1.Text = "현재 Level"; // // buttonPlacement // this.buttonPlacement.DialogResult = System.Windows.Forms.DialogResult.OK; this.buttonPlacement.Location = new System.Drawing.Point(105, 200); this.buttonPlacement.Name = "buttonPlacement"; this.buttonPlacement.Size = new System.Drawing.Size(125, 23); this.buttonPlacement.TabIndex = 7; this.buttonPlacement.Text = "배치"; this.buttonPlacement.UseVisualStyleBackColor = true; this.buttonPlacement.Click += new System.EventHandler(this.buttonPlacement_Click); // // 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(236, 12); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(98, 115); this.groupBox2.TabIndex = 9; this.groupBox2.TabStop = false; this.groupBox2.Text = "타입"; // // radNon // this.radNon.AutoSize = true; this.radNon.Location = new System.Drawing.Point(17, 89); 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, 24); 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, 55); 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, 133); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(322, 61); this.groupBox3.TabIndex = 10; this.groupBox3.TabStop = false; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(249, 29); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(27, 12); this.label4.TabIndex = 9; this.label4.Text = "mm"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(35, 29); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(85, 12); this.label3.TabIndex = 8; this.label3.Text = "가대 말단 거리"; // // txt_RackMarginDist // this.txt_RackMarginDist.Location = new System.Drawing.Point(143, 20); this.txt_RackMarginDist.Name = "txt_RackMarginDist"; this.txt_RackMarginDist.Size = new System.Drawing.Size(100, 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); // // 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(345, 237); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.buttonPlacement); 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.GroupBox groupBox1; private System.Windows.Forms.TextBox txt_CurrentLevel; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button buttonPlacement; 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; private System.Windows.Forms.RadioButton radioButtonInstallTypeLevel; private System.Windows.Forms.RadioButton radioButtonInstallTypeStructure; } }