Client/Desktop/KMBIM3.0/23.10.18/Cmd/Insulation/BoreSettings.Designer.cs

184 lines
9.9 KiB
C#

namespace KMBIM.Revit.Tools.Cmd.Insulation
{
partial class BoreSettings
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BoreSettings));
this.btn_ok = new System.Windows.Forms.Button();
this.btn_cancel = new System.Windows.Forms.Button();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.nDiameterDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dblThicknessDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pipeDiameterOfThicknessBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.textBox_Thickness = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pipeDiameterOfThicknessBindingSource)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// btn_ok
//
this.btn_ok.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btn_ok.Location = new System.Drawing.Point(37, 388);
this.btn_ok.Name = "btn_ok";
this.btn_ok.Size = new System.Drawing.Size(75, 23);
this.btn_ok.TabIndex = 0;
this.btn_ok.Text = "확인";
this.btn_ok.UseVisualStyleBackColor = true;
//
// btn_cancel
//
this.btn_cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btn_cancel.Location = new System.Drawing.Point(118, 388);
this.btn_cancel.Name = "btn_cancel";
this.btn_cancel.Size = new System.Drawing.Size(75, 23);
this.btn_cancel.TabIndex = 0;
this.btn_cancel.Text = "취소";
this.btn_cancel.UseVisualStyleBackColor = true;
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.AllowUserToResizeRows = false;
this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
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.nDiameterDataGridViewTextBoxColumn,
this.dblThicknessDataGridViewTextBoxColumn});
this.dataGridView1.DataSource = this.pipeDiameterOfThicknessBindingSource;
this.dataGridView1.Location = new System.Drawing.Point(3, 43);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
this.dataGridView1.Size = new System.Drawing.Size(225, 318);
this.dataGridView1.TabIndex = 1;
//
// nDiameterDataGridViewTextBoxColumn
//
this.nDiameterDataGridViewTextBoxColumn.DataPropertyName = "nDiameter";
this.nDiameterDataGridViewTextBoxColumn.HeaderText = "관경";
this.nDiameterDataGridViewTextBoxColumn.Name = "nDiameterDataGridViewTextBoxColumn";
//
// dblThicknessDataGridViewTextBoxColumn
//
this.dblThicknessDataGridViewTextBoxColumn.DataPropertyName = "dblThickness";
this.dblThicknessDataGridViewTextBoxColumn.HeaderText = "두께";
this.dblThicknessDataGridViewTextBoxColumn.Name = "dblThicknessDataGridViewTextBoxColumn";
//
// pipeDiameterOfThicknessBindingSource
//
this.pipeDiameterOfThicknessBindingSource.DataSource = typeof(KMBIM.Revit.Tools.LogicClass.PipeDiameterOfThickness);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.textBox_Thickness);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.dataGridView1);
this.groupBox1.Location = new System.Drawing.Point(13, 13);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(231, 369);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "단열재 설정";
//
// textBox_Thickness
//
this.textBox_Thickness.Location = new System.Drawing.Point(84, 16);
this.textBox_Thickness.Name = "textBox_Thickness";
this.textBox_Thickness.Size = new System.Drawing.Size(141, 21);
this.textBox_Thickness.TabIndex = 3;
this.textBox_Thickness.TextChanged += new System.EventHandler(this.textBox_Thickness_TextChanged);
this.textBox_Thickness.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_Thickness_KeyPress);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(57, 12);
this.label1.TabIndex = 2;
this.label1.Text = "두께 입력";
//
// contextMenuStrip1
//
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
//
// BoreSettings
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(256, 424);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.btn_cancel);
this.Controls.Add(this.btn_ok);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "BoreSettings";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "관경별 설정";
this.Load += new System.EventHandler(this.BoreSettings_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.BoreSettings_KeyDown);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pipeDiameterOfThicknessBindingSource)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btn_ok;
private System.Windows.Forms.Button btn_cancel;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.DataGridViewTextBoxColumn nDiameterDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn dblThicknessDataGridViewTextBoxColumn;
private System.Windows.Forms.BindingSource pipeDiameterOfThicknessBindingSource;
private System.Windows.Forms.TextBox textBox_Thickness;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
}
}