Client/Desktop/KMBIM3.0/23.10.18/Cmd/SprinklerConnect/From_Upword.Designer.cs

327 lines
15 KiB
C#

namespace KMBIM
{
partial class Form_Upward
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Upward));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label7 = new System.Windows.Forms.Label();
this.txt_D = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.txt_mainHgt = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txt_branchHgt = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.picture_SP = new System.Windows.Forms.PictureBox();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label6 = new System.Windows.Forms.Label();
this.txt_Tolerance = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.label13 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.txt_Up_TeeReducerLen = new System.Windows.Forms.TextBox();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picture_SP)).BeginInit();
this.groupBox2.SuspendLayout();
this.groupBox5.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.txt_D);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.txt_mainHgt);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txt_branchHgt);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.picture_SP);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(289, 172);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "연결 옵션";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(253, 145);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(27, 12);
this.label7.TabIndex = 42;
this.label7.Text = "mm";
//
// txt_D
//
this.txt_D.Location = new System.Drawing.Point(176, 136);
this.txt_D.Name = "txt_D";
this.txt_D.Size = new System.Drawing.Size(71, 21);
this.txt_D.TabIndex = 41;
this.txt_D.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txt_D.TextChanged += new System.EventHandler(this.txt_D_TextChanged);
this.txt_D.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_D_KeyPress);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(174, 119);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(107, 12);
this.label8.TabIndex = 40;
this.label8.Text = "(D) 캡까지의 간격 ";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(254, 48);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(27, 12);
this.label3.TabIndex = 36;
this.label3.Text = "mm";
//
// txt_mainHgt
//
this.txt_mainHgt.Enabled = false;
this.txt_mainHgt.Location = new System.Drawing.Point(176, 39);
this.txt_mainHgt.Name = "txt_mainHgt";
this.txt_mainHgt.Size = new System.Drawing.Size(71, 21);
this.txt_mainHgt.TabIndex = 35;
this.txt_mainHgt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(176, 22);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(81, 12);
this.label4.TabIndex = 34;
this.label4.Text = "교차배관 높이";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(254, 97);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(27, 12);
this.label2.TabIndex = 33;
this.label2.Text = "mm";
//
// txt_branchHgt
//
this.txt_branchHgt.Location = new System.Drawing.Point(176, 88);
this.txt_branchHgt.Name = "txt_branchHgt";
this.txt_branchHgt.Size = new System.Drawing.Size(71, 21);
this.txt_branchHgt.TabIndex = 32;
this.txt_branchHgt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txt_branchHgt.TextChanged += new System.EventHandler(this.txt_branchHgt_TextChanged);
this.txt_branchHgt.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_branchHgt_KeyPress);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(176, 71);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(81, 12);
this.label1.TabIndex = 31;
this.label1.Text = "가지배관 높이";
//
// picture_SP
//
this.picture_SP.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.picture_SP.Cursor = System.Windows.Forms.Cursors.Hand;
this.picture_SP.Image = global::KMBIM.Revit.Tools.Properties.Resources.SP01;
this.picture_SP.InitialImage = null;
this.picture_SP.Location = new System.Drawing.Point(6, 20);
this.picture_SP.Name = "picture_SP";
this.picture_SP.Size = new System.Drawing.Size(164, 137);
this.picture_SP.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.picture_SP.TabIndex = 30;
this.picture_SP.TabStop = false;
//
// button2
//
this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.button2.Location = new System.Drawing.Point(164, 317);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(84, 23);
this.button2.TabIndex = 3;
this.button2.Text = "취소";
this.button2.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
this.button1.Location = new System.Drawing.Point(75, 317);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(83, 23);
this.button1.TabIndex = 2;
this.button1.Text = "확인";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.txt_Tolerance);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Location = new System.Drawing.Point(12, 190);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(289, 55);
this.groupBox2.TabIndex = 4;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "스프링클러 옵션";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(234, 29);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(27, 12);
this.label6.TabIndex = 43;
this.label6.Text = "mm";
//
// txt_Tolerance
//
this.txt_Tolerance.Location = new System.Drawing.Point(157, 20);
this.txt_Tolerance.Name = "txt_Tolerance";
this.txt_Tolerance.Size = new System.Drawing.Size(71, 21);
this.txt_Tolerance.TabIndex = 1;
this.txt_Tolerance.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txt_Tolerance.TextChanged += new System.EventHandler(this.txt_Tolerance_TextChanged);
this.txt_Tolerance.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_Tolerance_KeyPress);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(22, 26);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(129, 12);
this.label5.TabIndex = 0;
this.label5.Text = "스프링클러 허용 오차 :";
//
// groupBox5
//
this.groupBox5.Controls.Add(this.label13);
this.groupBox5.Controls.Add(this.label14);
this.groupBox5.Controls.Add(this.txt_Up_TeeReducerLen);
this.groupBox5.Location = new System.Drawing.Point(12, 251);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(289, 55);
this.groupBox5.TabIndex = 7;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "레듀셔 옵션";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(230, 29);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(27, 12);
this.label13.TabIndex = 48;
this.label13.Text = "mm";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(38, 25);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(113, 12);
this.label14.TabIndex = 47;
this.label14.Text = "T분기 레듀셔 길이 :";
//
// txt_Up_TeeReducerLen
//
this.txt_Up_TeeReducerLen.Location = new System.Drawing.Point(157, 20);
this.txt_Up_TeeReducerLen.Name = "txt_Up_TeeReducerLen";
this.txt_Up_TeeReducerLen.Size = new System.Drawing.Size(71, 21);
this.txt_Up_TeeReducerLen.TabIndex = 46;
this.txt_Up_TeeReducerLen.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txt_Up_TeeReducerLen.TextChanged += new System.EventHandler(this.txt_Up_TeeReducerLen_TextChanged);
this.txt_Up_TeeReducerLen.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_Up_TeeReducerLen_KeyPress);
//
// Form_Upward
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(314, 351);
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form_Upward";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "스프링클러 연결(상향식)";
this.Load += new System.EventHandler(this.Form_Upward_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form_Upward_KeyDown);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picture_SP)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txt_branchHgt;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PictureBox picture_SP;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txt_D;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txt_mainHgt;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txt_Tolerance;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.TextBox txt_Up_TeeReducerLen;
}
}