namespace KMBIM { partial class Form_UpperPipeRack { /// /// 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_UpperPipeRack)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txt_UpCurLevel = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.combo_UpAttachLevel = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.rad_guideShoe = new System.Windows.Forms.RadioButton(); this.rad_Ubolt = new System.Windows.Forms.RadioButton(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.radNon = new System.Windows.Forms.RadioButton(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.txt_UpCurLevel); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.combo_UpAttachLevel); 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(134, 125); this.groupBox1.TabIndex = 10; this.groupBox1.TabStop = false; this.groupBox1.Text = "레벨"; // // txt_UpCurLevel // this.txt_UpCurLevel.Enabled = false; this.txt_UpCurLevel.Location = new System.Drawing.Point(17, 38); this.txt_UpCurLevel.Name = "txt_UpCurLevel"; this.txt_UpCurLevel.Size = new System.Drawing.Size(100, 21); this.txt_UpCurLevel.TabIndex = 7; this.txt_UpCurLevel.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"; // // combo_UpAttachLevel // this.combo_UpAttachLevel.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.combo_UpAttachLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.combo_UpAttachLevel.FormattingEnabled = true; this.combo_UpAttachLevel.Location = new System.Drawing.Point(17, 88); this.combo_UpAttachLevel.Name = "combo_UpAttachLevel"; this.combo_UpAttachLevel.Size = new System.Drawing.Size(100, 22); this.combo_UpAttachLevel.TabIndex = 5; this.combo_UpAttachLevel.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.combo_UpAttachLevel_DrawItem); this.combo_UpAttachLevel.SelectedIndexChanged += new System.EventHandler(this.combo_UpAttachLevel_SelectedIndexChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(15, 73); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(103, 12); this.label2.TabIndex = 4; this.label2.Text = "지지대 부착 Level"; // // 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(152, 12); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(106, 125); this.groupBox2.TabIndex = 13; this.groupBox2.TabStop = false; this.groupBox2.Text = "타입"; // // 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); // // button2 // this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button2.Location = new System.Drawing.Point(144, 143); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(56, 23); this.button2.TabIndex = 12; this.button2.Text = "취소"; this.button2.UseVisualStyleBackColor = true; // // button1 // this.button1.DialogResult = System.Windows.Forms.DialogResult.OK; this.button1.Location = new System.Drawing.Point(82, 143); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(56, 23); this.button1.TabIndex = 11; this.button1.Text = "확인"; this.button1.UseVisualStyleBackColor = true; // // 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); // // Form_UpperPipeRack // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(271, 175); this.Controls.Add(this.groupBox1); this.Controls.Add(this.groupBox2); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Form_UpperPipeRack"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "상단가대설치"; this.Load += new System.EventHandler(this.Form_UpperPipeRack_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form_UpperPipeRack_KeyDown); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TextBox txt_UpCurLevel; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox combo_UpAttachLevel; private System.Windows.Forms.Label label2; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.RadioButton rad_guideShoe; private System.Windows.Forms.RadioButton rad_Ubolt; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.RadioButton radNon; } }