namespace KMBIM.Revit.Tools.Cmd.Sleeve { partial class FormSleeve { /// /// 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() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormSleeve)); this.checkedListBox1 = new System.Windows.Forms.CheckedListBox(); this.checkedListBox2 = new System.Windows.Forms.CheckedListBox(); this.label3 = new System.Windows.Forms.Label(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.label2 = new System.Windows.Forms.Label(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label1 = new System.Windows.Forms.Label(); this.txtPipeOffset = new System.Windows.Forms.TextBox(); this.buttonOK = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.checkBoxInsulation = new System.Windows.Forms.CheckBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.strTypeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.strLaggingTypeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btnTickness = new System.Windows.Forms.DataGridViewButtonColumn(); this.PipedataStorageBindingSource = new System.Windows.Forms.BindingSource(this.components); this.tabPage2 = new System.Windows.Forms.TabPage(); this.textBox_Thickness = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.dataGridView2 = new System.Windows.Forms.DataGridView(); this.strTypeDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.strLaggingTypeDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dblLaggingThicknessDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DuctdataStorageBindingSource = new System.Windows.Forms.BindingSource(this.components); this.ckKeepInsulation = new System.Windows.Forms.CheckBox(); this.label4 = new System.Windows.Forms.Label(); this.txtDuctOffset = new System.Windows.Forms.TextBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.ckDuct = new System.Windows.Forms.CheckBox(); this.ckPipe = new System.Windows.Forms.CheckBox(); this.PipeinsulationTypeBindingSource = new System.Windows.Forms.BindingSource(this.components); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.groupBox2.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.PipedataStorageBindingSource)).BeginInit(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DuctdataStorageBindingSource)).BeginInit(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.PipeinsulationTypeBindingSource)).BeginInit(); this.groupBox4.SuspendLayout(); this.SuspendLayout(); // // checkedListBox1 // this.checkedListBox1.CheckOnClick = true; this.checkedListBox1.FormattingEnabled = true; this.checkedListBox1.Location = new System.Drawing.Point(233, 37); this.checkedListBox1.Name = "checkedListBox1"; this.checkedListBox1.Size = new System.Drawing.Size(150, 148); this.checkedListBox1.TabIndex = 0; // // checkedListBox2 // this.checkedListBox2.CheckOnClick = true; this.checkedListBox2.FormattingEnabled = true; this.checkedListBox2.Location = new System.Drawing.Point(389, 37); this.checkedListBox2.Name = "checkedListBox2"; this.checkedListBox2.Size = new System.Drawing.Size(150, 148); this.checkedListBox2.TabIndex = 1; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(387, 17); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(69, 12); this.label3.TabIndex = 10; this.label3.Text = "슬리브 대상"; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(233, 196); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(72, 16); this.checkBox1.TabIndex = 2; this.checkBox1.Text = "전체선택"; this.checkBox1.UseVisualStyleBackColor = true; this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(231, 17); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(57, 12); this.label2.TabIndex = 9; this.label2.Text = "간섭 요소"; // // checkBox2 // this.checkBox2.AutoSize = true; this.checkBox2.Location = new System.Drawing.Point(389, 196); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(72, 16); this.checkBox2.TabIndex = 3; this.checkBox2.Text = "전체선택"; this.checkBox2.UseVisualStyleBackColor = true; this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged); // // groupBox1 // this.groupBox1.Controls.Add(this.checkedListBox1); this.groupBox1.Controls.Add(this.pictureBox1); this.groupBox1.Controls.Add(this.checkedListBox2); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.checkBox1); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.checkBox2); this.groupBox1.Location = new System.Drawing.Point(13, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(553, 224); this.groupBox1.TabIndex = 13; this.groupBox1.TabStop = false; // // pictureBox1 // this.pictureBox1.ErrorImage = null; this.pictureBox1.Image = global::KMBIM.Revit.Tools.Properties.Resources.Sleeve01; this.pictureBox1.Location = new System.Drawing.Point(19, 16); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(196, 196); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 6; this.pictureBox1.TabStop = false; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(20, 246); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(137, 12); this.label1.TabIndex = 7; this.label1.Text = "(2) 배관 여유공간 (mm)"; // // txtPipeOffset // this.txtPipeOffset.Location = new System.Drawing.Point(160, 242); this.txtPipeOffset.Name = "txtPipeOffset"; this.txtPipeOffset.Size = new System.Drawing.Size(64, 21); this.txtPipeOffset.TabIndex = 8; this.txtPipeOffset.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtPipeOffset.TextChanged += new System.EventHandler(this.txtPipeOffset_TextChanged); this.txtPipeOffset.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPipeOffset_KeyPress); // // buttonOK // this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.buttonOK.Location = new System.Drawing.Point(189, 16); this.buttonOK.Name = "buttonOK"; this.buttonOK.Size = new System.Drawing.Size(75, 26); this.buttonOK.TabIndex = 15; this.buttonOK.Text = "확인"; this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); // // buttonCancel // this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.Location = new System.Drawing.Point(284, 16); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 26); this.buttonCancel.TabIndex = 15; this.buttonCancel.Text = "취소"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // checkBoxInsulation // this.checkBoxInsulation.AutoSize = true; this.checkBoxInsulation.Location = new System.Drawing.Point(246, 245); this.checkBoxInsulation.Name = "checkBoxInsulation"; this.checkBoxInsulation.Size = new System.Drawing.Size(176, 16); this.checkBoxInsulation.TabIndex = 17; this.checkBoxInsulation.Text = "(1) 유형별 단열재 두께 반영"; this.checkBoxInsulation.UseVisualStyleBackColor = true; this.checkBoxInsulation.CheckedChanged += new System.EventHandler(this.checkBoxInsulation_CheckedChanged); // // groupBox2 // this.groupBox2.Controls.Add(this.tabControl1); this.groupBox2.Location = new System.Drawing.Point(577, 12); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(382, 339); this.groupBox2.TabIndex = 24; this.groupBox2.TabStop = false; this.groupBox2.Text = "단열재"; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(3, 17); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(376, 319); this.tabControl1.TabIndex = 3; // // tabPage1 // this.tabPage1.Controls.Add(this.dataGridView1); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(368, 293); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "배관"; this.tabPage1.UseVisualStyleBackColor = true; // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.AllowUserToResizeRows = false; this.dataGridView1.AutoGenerateColumns = false; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.strTypeDataGridViewTextBoxColumn, this.strLaggingTypeDataGridViewTextBoxColumn, this.btnTickness}); this.dataGridView1.DataSource = this.PipedataStorageBindingSource; this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(3, 3); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowHeadersVisible = false; this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; this.dataGridView1.Size = new System.Drawing.Size(362, 287); this.dataGridView1.TabIndex = 2; this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick); // // strTypeDataGridViewTextBoxColumn // this.strTypeDataGridViewTextBoxColumn.DataPropertyName = "strType"; this.strTypeDataGridViewTextBoxColumn.HeaderText = "배관 유형"; this.strTypeDataGridViewTextBoxColumn.Name = "strTypeDataGridViewTextBoxColumn"; // // strLaggingTypeDataGridViewTextBoxColumn // this.strLaggingTypeDataGridViewTextBoxColumn.DataPropertyName = "strLaggingType"; this.strLaggingTypeDataGridViewTextBoxColumn.HeaderText = "단열재 유형"; this.strLaggingTypeDataGridViewTextBoxColumn.Name = "strLaggingTypeDataGridViewTextBoxColumn"; this.strLaggingTypeDataGridViewTextBoxColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True; // // btnTickness // this.btnTickness.HeaderText = "관경별"; this.btnTickness.Name = "btnTickness"; this.btnTickness.Text = "설정"; this.btnTickness.UseColumnTextForButtonValue = true; // // PipedataStorageBindingSource // this.PipedataStorageBindingSource.DataSource = typeof(KMBIM.Revit.Tools.LogicClass.DataStorage); // // tabPage2 // this.tabPage2.Controls.Add(this.textBox_Thickness); this.tabPage2.Controls.Add(this.label5); this.tabPage2.Controls.Add(this.dataGridView2); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(368, 293); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "덕트"; this.tabPage2.UseVisualStyleBackColor = true; // // textBox_Thickness // this.textBox_Thickness.Location = new System.Drawing.Point(224, 3); this.textBox_Thickness.Name = "textBox_Thickness"; this.textBox_Thickness.Size = new System.Drawing.Size(141, 21); this.textBox_Thickness.TabIndex = 7; this.textBox_Thickness.TextChanged += new System.EventHandler(this.textBox_Thickness_TextChanged); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(153, 10); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(57, 12); this.label5.TabIndex = 6; this.label5.Text = "두께 입력"; // // dataGridView2 // this.dataGridView2.AllowUserToAddRows = false; this.dataGridView2.AllowUserToDeleteRows = false; this.dataGridView2.AllowUserToResizeRows = false; this.dataGridView2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dataGridView2.AutoGenerateColumns = false; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle2.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.strTypeDataGridViewTextBoxColumn1, this.strLaggingTypeDataGridViewTextBoxColumn1, this.dblLaggingThicknessDataGridViewTextBoxColumn1}); this.dataGridView2.DataSource = this.DuctdataStorageBindingSource; this.dataGridView2.Location = new System.Drawing.Point(3, 30); this.dataGridView2.Name = "dataGridView2"; this.dataGridView2.RowHeadersVisible = false; this.dataGridView2.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; this.dataGridView2.Size = new System.Drawing.Size(362, 260); this.dataGridView2.TabIndex = 1; // // strTypeDataGridViewTextBoxColumn1 // this.strTypeDataGridViewTextBoxColumn1.DataPropertyName = "strType"; this.strTypeDataGridViewTextBoxColumn1.HeaderText = "덕트 유형"; this.strTypeDataGridViewTextBoxColumn1.Name = "strTypeDataGridViewTextBoxColumn1"; // // strLaggingTypeDataGridViewTextBoxColumn1 // this.strLaggingTypeDataGridViewTextBoxColumn1.DataPropertyName = "strLaggingType"; this.strLaggingTypeDataGridViewTextBoxColumn1.HeaderText = "단열재 유형"; this.strLaggingTypeDataGridViewTextBoxColumn1.Name = "strLaggingTypeDataGridViewTextBoxColumn1"; this.strLaggingTypeDataGridViewTextBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True; // // dblLaggingThicknessDataGridViewTextBoxColumn1 // this.dblLaggingThicknessDataGridViewTextBoxColumn1.DataPropertyName = "dblLaggingThickness"; this.dblLaggingThicknessDataGridViewTextBoxColumn1.HeaderText = "두께"; this.dblLaggingThicknessDataGridViewTextBoxColumn1.Name = "dblLaggingThicknessDataGridViewTextBoxColumn1"; this.dblLaggingThicknessDataGridViewTextBoxColumn1.Width = 50; // // DuctdataStorageBindingSource // this.DuctdataStorageBindingSource.DataSource = typeof(KMBIM.Revit.Tools.LogicClass.DataStorage); // // ckKeepInsulation // this.ckKeepInsulation.AutoSize = true; this.ckKeepInsulation.Enabled = false; this.ckKeepInsulation.Location = new System.Drawing.Point(246, 271); this.ckKeepInsulation.Name = "ckKeepInsulation"; this.ckKeepInsulation.Size = new System.Drawing.Size(144, 16); this.ckKeepInsulation.TabIndex = 17; this.ckKeepInsulation.Text = "기 정의된 단열재 유지"; this.ckKeepInsulation.UseVisualStyleBackColor = true; this.ckKeepInsulation.CheckedChanged += new System.EventHandler(this.checkBoxInsulation_CheckedChanged); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(20, 273); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(137, 12); this.label4.TabIndex = 7; this.label4.Text = "(2) 덕트 여유공간 (mm)"; // // txtDuctOffset // this.txtDuctOffset.Location = new System.Drawing.Point(160, 269); this.txtDuctOffset.Name = "txtDuctOffset"; this.txtDuctOffset.Size = new System.Drawing.Size(64, 21); this.txtDuctOffset.TabIndex = 8; this.txtDuctOffset.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtDuctOffset.TextChanged += new System.EventHandler(this.txtDuctOffset_TextChanged); this.txtDuctOffset.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtDuctOffset_KeyPress); // // groupBox3 // this.groupBox3.Controls.Add(this.buttonCancel); this.groupBox3.Controls.Add(this.buttonOK); this.groupBox3.Location = new System.Drawing.Point(13, 341); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(552, 56); this.groupBox3.TabIndex = 25; this.groupBox3.TabStop = false; // // ckDuct // this.ckDuct.AutoSize = true; this.ckDuct.Location = new System.Drawing.Point(506, 274); this.ckDuct.Name = "ckDuct"; this.ckDuct.Size = new System.Drawing.Size(48, 16); this.ckDuct.TabIndex = 26; this.ckDuct.Text = "덕트"; this.ckDuct.UseVisualStyleBackColor = true; // // ckPipe // this.ckPipe.AutoSize = true; this.ckPipe.Checked = true; this.ckPipe.CheckState = System.Windows.Forms.CheckState.Checked; this.ckPipe.Location = new System.Drawing.Point(452, 274); this.ckPipe.Name = "ckPipe"; this.ckPipe.Size = new System.Drawing.Size(48, 16); this.ckPipe.TabIndex = 27; this.ckPipe.Text = "배관"; this.ckPipe.UseVisualStyleBackColor = true; // // PipeinsulationTypeBindingSource // this.PipeinsulationTypeBindingSource.DataSource = typeof(KMBIM.Revit.Tools.LogicClass.InsulationType); // // groupBox4 // this.groupBox4.Controls.Add(this.radioButton2); this.groupBox4.Controls.Add(this.radioButton1); this.groupBox4.Location = new System.Drawing.Point(13, 302); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(553, 42); this.groupBox4.TabIndex = 28; this.groupBox4.TabStop = false; this.groupBox4.Text = "설치 유형"; // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Checked = true; this.radioButton1.Location = new System.Drawing.Point(147, 17); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(59, 16); this.radioButton1.TabIndex = 0; this.radioButton1.TabStop = true; this.radioButton1.Text = "관통형"; this.radioButton1.UseVisualStyleBackColor = true; // // radioButton2 // this.radioButton2.AutoSize = true; this.radioButton2.Location = new System.Drawing.Point(267, 17); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(47, 16); this.radioButton2.TabIndex = 0; this.radioButton2.Text = "성형"; this.radioButton2.UseVisualStyleBackColor = true; // // FormSleeve // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(571, 405); this.Controls.Add(this.groupBox4); this.Controls.Add(this.ckDuct); this.Controls.Add(this.groupBox3); this.Controls.Add(this.ckPipe); this.Controls.Add(this.groupBox2); this.Controls.Add(this.ckKeepInsulation); this.Controls.Add(this.checkBoxInsulation); this.Controls.Add(this.groupBox1); this.Controls.Add(this.txtDuctOffset); this.Controls.Add(this.label4); this.Controls.Add(this.txtPipeOffset); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FormSleeve"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "슬리브 삽입"; this.Load += new System.EventHandler(this.FormSleeve_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormSleeve_KeyDown); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.groupBox2.ResumeLayout(false); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.PipedataStorageBindingSource)).EndInit(); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DuctdataStorageBindingSource)).EndInit(); this.groupBox3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.PipeinsulationTypeBindingSource)).EndInit(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.CheckedListBox checkedListBox1; private System.Windows.Forms.CheckedListBox checkedListBox2; public System.Windows.Forms.Label label3; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.CheckBox checkBox2; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtPipeOffset; private System.Windows.Forms.Button buttonOK; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.CheckBox checkBoxInsulation; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.BindingSource DuctdataStorageBindingSource; private System.Windows.Forms.BindingSource PipedataStorageBindingSource; private System.Windows.Forms.CheckBox ckKeepInsulation; private System.Windows.Forms.BindingSource PipeinsulationTypeBindingSource; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.DataGridView dataGridView2; private System.Windows.Forms.DataGridViewTextBoxColumn strTypeDataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn strLaggingTypeDataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn dblLaggingThicknessDataGridViewTextBoxColumn1; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtDuctOffset; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.CheckBox ckDuct; private System.Windows.Forms.CheckBox ckPipe; private System.Windows.Forms.TextBox textBox_Thickness; private System.Windows.Forms.Label label5; private System.Windows.Forms.DataGridViewTextBoxColumn strTypeDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn strLaggingTypeDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewButtonColumn btnTickness; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.RadioButton radioButton2; private System.Windows.Forms.RadioButton radioButton1; } }