namespace KMBIM { partial class Form_DrainConnect { /// /// 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_DrainConnect)); this.button8 = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); this.pic_Drain_Tee1 = new System.Windows.Forms.PictureBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.Rad_Drain_YTee2 = new System.Windows.Forms.RadioButton(); this.Rad_Drain_Tee2 = new System.Windows.Forms.RadioButton(); this.Rad_Drain_YTee1 = new System.Windows.Forms.RadioButton(); this.Rad_Drain_Tee1 = new System.Windows.Forms.RadioButton(); this.pic_Drain_Tee2 = new System.Windows.Forms.PictureBox(); this.pic_Drain_YTee2 = new System.Windows.Forms.PictureBox(); this.pic_Drain_YTee1 = new System.Windows.Forms.PictureBox(); this.txt_Drain_D1 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label2 = new System.Windows.Forms.Label(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.combo_Drain_YFamily = new System.Windows.Forms.ComboBox(); this.textBox1 = new System.Windows.Forms.TextBox(); ((System.ComponentModel.ISupportInitialize)(this.pic_Drain_Tee1)).BeginInit(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pic_Drain_Tee2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pic_Drain_YTee2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pic_Drain_YTee1)).BeginInit(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // button8 // this.button8.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button8.Location = new System.Drawing.Point(425, 199); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(80, 38); this.button8.TabIndex = 2; this.button8.Text = "취소"; this.button8.UseVisualStyleBackColor = true; // // button7 // this.button7.DialogResult = System.Windows.Forms.DialogResult.OK; this.button7.Location = new System.Drawing.Point(339, 199); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(80, 38); this.button7.TabIndex = 1; this.button7.Text = "실행"; this.button7.UseVisualStyleBackColor = true; // // pic_Drain_Tee1 // this.pic_Drain_Tee1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pic_Drain_Tee1.Cursor = System.Windows.Forms.Cursors.Hand; this.pic_Drain_Tee1.Image = global::KMBIM.Revit.Tools.Properties.Resources.drain01; this.pic_Drain_Tee1.Location = new System.Drawing.Point(11, 20); this.pic_Drain_Tee1.Name = "pic_Drain_Tee1"; this.pic_Drain_Tee1.Size = new System.Drawing.Size(115, 95); this.pic_Drain_Tee1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pic_Drain_Tee1.TabIndex = 6; this.pic_Drain_Tee1.TabStop = false; this.pic_Drain_Tee1.Click += new System.EventHandler(this.pic_Drain_Tee_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.Rad_Drain_YTee2); this.groupBox1.Controls.Add(this.Rad_Drain_Tee2); this.groupBox1.Controls.Add(this.Rad_Drain_YTee1); this.groupBox1.Controls.Add(this.Rad_Drain_Tee1); this.groupBox1.Controls.Add(this.pic_Drain_Tee2); this.groupBox1.Controls.Add(this.pic_Drain_YTee2); this.groupBox1.Controls.Add(this.pic_Drain_Tee1); this.groupBox1.Controls.Add(this.pic_Drain_YTee1); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(500, 144); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "연결 방식"; // // Rad_Drain_YTee2 // this.Rad_Drain_YTee2.AutoSize = true; this.Rad_Drain_YTee2.Location = new System.Drawing.Point(392, 121); this.Rad_Drain_YTee2.Name = "Rad_Drain_YTee2"; this.Rad_Drain_YTee2.Size = new System.Drawing.Size(84, 16); this.Rad_Drain_YTee2.TabIndex = 1; this.Rad_Drain_YTee2.TabStop = true; this.Rad_Drain_YTee2.Text = "Y관_Type2"; this.Rad_Drain_YTee2.UseVisualStyleBackColor = true; this.Rad_Drain_YTee2.CheckedChanged += new System.EventHandler(this.Rad_Drain_YTee2_CheckedChanged); // // Rad_Drain_Tee2 // this.Rad_Drain_Tee2.AutoSize = true; this.Rad_Drain_Tee2.Location = new System.Drawing.Point(154, 121); this.Rad_Drain_Tee2.Name = "Rad_Drain_Tee2"; this.Rad_Drain_Tee2.Size = new System.Drawing.Size(80, 16); this.Rad_Drain_Tee2.TabIndex = 1; this.Rad_Drain_Tee2.TabStop = true; this.Rad_Drain_Tee2.Text = "YT_Type2"; this.Rad_Drain_Tee2.UseVisualStyleBackColor = true; this.Rad_Drain_Tee2.CheckedChanged += new System.EventHandler(this.Rad_Drain_YTee_CheckedChanged); // // Rad_Drain_YTee1 // this.Rad_Drain_YTee1.AutoSize = true; this.Rad_Drain_YTee1.Location = new System.Drawing.Point(275, 121); this.Rad_Drain_YTee1.Name = "Rad_Drain_YTee1"; this.Rad_Drain_YTee1.Size = new System.Drawing.Size(84, 16); this.Rad_Drain_YTee1.TabIndex = 0; this.Rad_Drain_YTee1.TabStop = true; this.Rad_Drain_YTee1.Text = "Y관_Type1"; this.Rad_Drain_YTee1.UseVisualStyleBackColor = true; this.Rad_Drain_YTee1.CheckedChanged += new System.EventHandler(this.Rad_Drain_YTee1_CheckedChanged); // // Rad_Drain_Tee1 // this.Rad_Drain_Tee1.AutoSize = true; this.Rad_Drain_Tee1.Location = new System.Drawing.Point(36, 121); this.Rad_Drain_Tee1.Name = "Rad_Drain_Tee1"; this.Rad_Drain_Tee1.Size = new System.Drawing.Size(80, 16); this.Rad_Drain_Tee1.TabIndex = 0; this.Rad_Drain_Tee1.TabStop = true; this.Rad_Drain_Tee1.Text = "YT_Type1"; this.Rad_Drain_Tee1.UseVisualStyleBackColor = true; this.Rad_Drain_Tee1.CheckedChanged += new System.EventHandler(this.Rad_Drain_Tee_CheckedChanged); // // pic_Drain_Tee2 // this.pic_Drain_Tee2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pic_Drain_Tee2.Cursor = System.Windows.Forms.Cursors.Hand; this.pic_Drain_Tee2.Image = global::KMBIM.Revit.Tools.Properties.Resources.drain02; this.pic_Drain_Tee2.Location = new System.Drawing.Point(132, 20); this.pic_Drain_Tee2.Name = "pic_Drain_Tee2"; this.pic_Drain_Tee2.Size = new System.Drawing.Size(115, 95); this.pic_Drain_Tee2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pic_Drain_Tee2.TabIndex = 7; this.pic_Drain_Tee2.TabStop = false; this.pic_Drain_Tee2.Click += new System.EventHandler(this.pic_Drain_YTee_Click); // // pic_Drain_YTee2 // this.pic_Drain_YTee2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pic_Drain_YTee2.Cursor = System.Windows.Forms.Cursors.Hand; this.pic_Drain_YTee2.Image = global::KMBIM.Revit.Tools.Properties.Resources.drain04; this.pic_Drain_YTee2.Location = new System.Drawing.Point(374, 20); this.pic_Drain_YTee2.Name = "pic_Drain_YTee2"; this.pic_Drain_YTee2.Size = new System.Drawing.Size(115, 95); this.pic_Drain_YTee2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pic_Drain_YTee2.TabIndex = 7; this.pic_Drain_YTee2.TabStop = false; this.pic_Drain_YTee2.Click += new System.EventHandler(this.pic_Drain_YTee2_Click); // // pic_Drain_YTee1 // this.pic_Drain_YTee1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pic_Drain_YTee1.Cursor = System.Windows.Forms.Cursors.Hand; this.pic_Drain_YTee1.Image = global::KMBIM.Revit.Tools.Properties.Resources.drain03; this.pic_Drain_YTee1.Location = new System.Drawing.Point(253, 20); this.pic_Drain_YTee1.Name = "pic_Drain_YTee1"; this.pic_Drain_YTee1.Size = new System.Drawing.Size(115, 95); this.pic_Drain_YTee1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pic_Drain_YTee1.TabIndex = 6; this.pic_Drain_YTee1.TabStop = false; this.pic_Drain_YTee1.Click += new System.EventHandler(this.pic_Drain_YTee1_Click); // // txt_Drain_D1 // this.txt_Drain_D1.Location = new System.Drawing.Point(42, 24); this.txt_Drain_D1.Name = "txt_Drain_D1"; this.txt_Drain_D1.Size = new System.Drawing.Size(74, 21); this.txt_Drain_D1.TabIndex = 0; this.txt_Drain_D1.TextChanged += new System.EventHandler(this.txt_YT_D1_TextChanged); this.txt_Drain_D1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_YT_D1_KeyPress); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(9, 30); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(27, 12); this.label1.TabIndex = 9; this.label1.Text = "D1 :"; // // groupBox2 // this.groupBox2.Controls.Add(this.textBox1); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.txt_Drain_D1); this.groupBox2.Location = new System.Drawing.Point(12, 162); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(153, 62); this.groupBox2.TabIndex = 3; this.groupBox2.TabStop = false; this.groupBox2.Text = "옵션"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(119, 30); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(27, 12); this.label2.TabIndex = 10; this.label2.Text = "mm"; // // groupBox3 // this.groupBox3.Controls.Add(this.combo_Drain_YFamily); this.groupBox3.Location = new System.Drawing.Point(174, 162); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(159, 62); this.groupBox3.TabIndex = 4; this.groupBox3.TabStop = false; this.groupBox3.Text = "Y관 패밀리"; // // combo_Drain_YFamily // this.combo_Drain_YFamily.DropDownHeight = 200; this.combo_Drain_YFamily.DropDownWidth = 250; this.combo_Drain_YFamily.FormattingEnabled = true; this.combo_Drain_YFamily.IntegralHeight = false; this.combo_Drain_YFamily.Location = new System.Drawing.Point(20, 24); this.combo_Drain_YFamily.Name = "combo_Drain_YFamily"; this.combo_Drain_YFamily.Size = new System.Drawing.Size(121, 20); this.combo_Drain_YFamily.TabIndex = 0; this.combo_Drain_YFamily.SelectedIndexChanged += new System.EventHandler(this.combo_Drain_YFamily_SelectedIndexChanged); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(39, 21); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(74, 21); this.textBox1.TabIndex = 11; // // Form_DrainConnect // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(523, 251); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.button8); this.Controls.Add(this.button7); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Form_DrainConnect"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "위생배관연결"; this.Load += new System.EventHandler(this.Form_DrainConnect_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form_DrainConnect_KeyDown); ((System.ComponentModel.ISupportInitialize)(this.pic_Drain_Tee1)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pic_Drain_Tee2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pic_Drain_YTee2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pic_Drain_YTee1)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button button8; private System.Windows.Forms.Button button7; private System.Windows.Forms.PictureBox pic_Drain_Tee1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.PictureBox pic_Drain_Tee2; private System.Windows.Forms.RadioButton Rad_Drain_Tee2; private System.Windows.Forms.RadioButton Rad_Drain_Tee1; private System.Windows.Forms.TextBox txt_Drain_D1; private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label label2; private System.Windows.Forms.RadioButton Rad_Drain_YTee2; private System.Windows.Forms.RadioButton Rad_Drain_YTee1; private System.Windows.Forms.PictureBox pic_Drain_YTee2; private System.Windows.Forms.PictureBox pic_Drain_YTee1; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.ComboBox combo_Drain_YFamily; private System.Windows.Forms.TextBox textBox1; } }