namespace KMBIM.Revit.Tools.Cmd.PipeMatchInterval { partial class SetOffset { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SetOffset)); this.btn_Confirm = new System.Windows.Forms.Button(); this.btn_Cancel = new System.Windows.Forms.Button(); this.txt_OffsetValue = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.dgv_PipeCheck = new System.Windows.Forms.DataGridView(); this.PipeType = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.NormalDiameter = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PipeDiameter = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Insultion = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.label2 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.Rad_VSort = new System.Windows.Forms.RadioButton(); this.Rad_HSort = new System.Windows.Forms.RadioButton(); this.groupBox2 = new System.Windows.Forms.GroupBox(); ((System.ComponentModel.ISupportInitialize)(this.dgv_PipeCheck)).BeginInit(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // btn_Confirm // this.btn_Confirm.Location = new System.Drawing.Point(109, 310); this.btn_Confirm.Name = "btn_Confirm"; this.btn_Confirm.Size = new System.Drawing.Size(100, 30); this.btn_Confirm.TabIndex = 0; this.btn_Confirm.Text = "확인"; this.btn_Confirm.UseVisualStyleBackColor = true; this.btn_Confirm.Click += new System.EventHandler(this.btn_Confirm_Click); // // btn_Cancel // this.btn_Cancel.Location = new System.Drawing.Point(215, 310); this.btn_Cancel.Name = "btn_Cancel"; this.btn_Cancel.Size = new System.Drawing.Size(100, 30); this.btn_Cancel.TabIndex = 1; this.btn_Cancel.Text = "취소"; this.btn_Cancel.UseVisualStyleBackColor = true; this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click); // // txt_OffsetValue // this.txt_OffsetValue.ImeMode = System.Windows.Forms.ImeMode.Disable; this.txt_OffsetValue.Location = new System.Drawing.Point(74, 19); this.txt_OffsetValue.Name = "txt_OffsetValue"; this.txt_OffsetValue.Size = new System.Drawing.Size(101, 21); this.txt_OffsetValue.TabIndex = 3; this.txt_OffsetValue.TextChanged += new System.EventHandler(this.txt_OffsetValue_TextChanged); this.txt_OffsetValue.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_OffsetValue_KeyPress); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 22); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 4; this.label1.Text = "간격 입력: "; // // dgv_PipeCheck // this.dgv_PipeCheck.AllowUserToAddRows = false; this.dgv_PipeCheck.AllowUserToDeleteRows = false; this.dgv_PipeCheck.AllowUserToResizeColumns = false; this.dgv_PipeCheck.AllowUserToResizeRows = 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.dgv_PipeCheck.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dgv_PipeCheck.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgv_PipeCheck.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.PipeType, this.NormalDiameter, this.PipeDiameter, this.Insultion}); this.dgv_PipeCheck.Location = new System.Drawing.Point(11, 31); this.dgv_PipeCheck.Name = "dgv_PipeCheck"; this.dgv_PipeCheck.RowHeadersVisible = false; this.dgv_PipeCheck.RowTemplate.Height = 23; this.dgv_PipeCheck.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.dgv_PipeCheck.Size = new System.Drawing.Size(402, 218); this.dgv_PipeCheck.TabIndex = 5; this.dgv_PipeCheck.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_PipeCheck_CellValueChanged); // // PipeType // this.PipeType.HeaderText = "배관 유형"; this.PipeType.Name = "PipeType"; this.PipeType.Width = 80; // // NormalDiameter // this.NormalDiameter.HeaderText = "호칭경"; this.NormalDiameter.Name = "NormalDiameter"; // // PipeDiameter // this.PipeDiameter.HeaderText = "외경"; this.PipeDiameter.Name = "PipeDiameter"; // // Insultion // this.Insultion.HeaderText = "보온재 두께 입력"; this.Insultion.Name = "Insultion"; this.Insultion.Width = 120; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(9, 9); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(57, 12); this.label2.TabIndex = 6; this.label2.Text = "배관 정보"; // // groupBox1 // this.groupBox1.Controls.Add(this.Rad_VSort); this.groupBox1.Controls.Add(this.Rad_HSort); this.groupBox1.Location = new System.Drawing.Point(207, 255); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(169, 49); this.groupBox1.TabIndex = 7; this.groupBox1.TabStop = false; this.groupBox1.Text = "정렬방향"; // // Rad_VSort // this.Rad_VSort.AutoSize = true; this.Rad_VSort.Location = new System.Drawing.Point(108, 20); this.Rad_VSort.Name = "Rad_VSort"; this.Rad_VSort.Size = new System.Drawing.Size(47, 16); this.Rad_VSort.TabIndex = 1; this.Rad_VSort.TabStop = true; this.Rad_VSort.Text = "수직"; this.Rad_VSort.UseVisualStyleBackColor = true; this.Rad_VSort.CheckedChanged += new System.EventHandler(this.Rad_VSort_CheckedChanged); // // Rad_HSort // this.Rad_HSort.AutoSize = true; this.Rad_HSort.Location = new System.Drawing.Point(11, 20); this.Rad_HSort.Name = "Rad_HSort"; this.Rad_HSort.Size = new System.Drawing.Size(47, 16); this.Rad_HSort.TabIndex = 0; this.Rad_HSort.TabStop = true; this.Rad_HSort.Text = "수평"; this.Rad_HSort.UseVisualStyleBackColor = true; this.Rad_HSort.CheckedChanged += new System.EventHandler(this.Rad_HSort_CheckedChanged); // // groupBox2 // this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.txt_OffsetValue); this.groupBox2.Location = new System.Drawing.Point(11, 255); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(190, 49); this.groupBox2.TabIndex = 8; this.groupBox2.TabStop = false; // // SetOffset // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(424, 352); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.label2); this.Controls.Add(this.dgv_PipeCheck); this.Controls.Add(this.btn_Cancel); this.Controls.Add(this.btn_Confirm); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SetOffset"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "배관 간격 입력"; this.Load += new System.EventHandler(this.SetOffset_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SetOffset_KeyDown); ((System.ComponentModel.ISupportInitialize)(this.dgv_PipeCheck)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btn_Confirm; private System.Windows.Forms.Button btn_Cancel; private System.Windows.Forms.TextBox txt_OffsetValue; private System.Windows.Forms.Label label1; private System.Windows.Forms.DataGridView dgv_PipeCheck; private System.Windows.Forms.Label label2; private System.Windows.Forms.DataGridViewTextBoxColumn PipeType; private System.Windows.Forms.DataGridViewTextBoxColumn NormalDiameter; private System.Windows.Forms.DataGridViewTextBoxColumn PipeDiameter; private System.Windows.Forms.DataGridViewTextBoxColumn Insultion; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.RadioButton Rad_HSort; private System.Windows.Forms.RadioButton Rad_VSort; private System.Windows.Forms.GroupBox groupBox2; } }