Client/Desktop/KMBIM3.0/23.10.18/Cmd/Calculation_pad/Form_Calpad.Designer.cs

962 lines
46 KiB
C#

namespace KMBIM.Revit.Tools.Cmd.Calculation_pad
{
partial class Form_Calpad
{
/// <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_Calpad));
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.panel1 = new System.Windows.Forms.Panel();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.txt_width1 = new System.Windows.Forms.TextBox();
this.txt_width = new System.Windows.Forms.TextBox();
this.txt_height1 = new System.Windows.Forms.TextBox();
this.txt_height = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.textBoxDe = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.cmb_loss = new System.Windows.Forms.ComboBox();
this.txt_limit = new System.Windows.Forms.TextBox();
this.txt_aspect = new System.Windows.Forms.TextBox();
this.txt_vol = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.btn_2 = new System.Windows.Forms.Button();
this.btn_Continuous_velocity = new System.Windows.Forms.Button();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.txt_dd = new System.Windows.Forms.TextBox();
this.txt_d = new System.Windows.Forms.TextBox();
this.txt_pipedia = new System.Windows.Forms.TextBox();
this.txt_s = new System.Windows.Forms.TextBox();
this.txt_c = new System.Windows.Forms.TextBox();
this.txt_i = new System.Windows.Forms.TextBox();
this.txt_q = new System.Windows.Forms.TextBox();
this.label19 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.cmb_pipekind = new System.Windows.Forms.ComboBox();
this.label16 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.label25 = new System.Windows.Forms.Label();
this.txt_bore = new System.Windows.Forms.TextBox();
this.label24 = new System.Windows.Forms.Label();
this.label23 = new System.Windows.Forms.Label();
this.txt_updown = new System.Windows.Forms.TextBox();
this.label22 = new System.Windows.Forms.Label();
this.txt_down = new System.Windows.Forms.TextBox();
this.label21 = new System.Windows.Forms.Label();
this.txt_up = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.listBox_bore2 = new System.Windows.Forms.ListBox();
this.listBox_bore1 = new System.Windows.Forms.ListBox();
this.listBox_name1 = new System.Windows.Forms.ListBox();
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.cmb_pipetype = new System.Windows.Forms.ComboBox();
this.cmb_bldtype = new System.Windows.Forms.ComboBox();
this.listBox_name = new System.Windows.Forms.ListBox();
this.button2 = new System.Windows.Forms.Button();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.panel1.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tabPage3.SuspendLayout();
this.tabPage4.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Controls.Add(this.tabPage4);
this.tabControl1.Location = new System.Drawing.Point(12, 12);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(153, 412);
this.tabControl1.TabIndex = 1;
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
//
// tabPage1
//
this.tabPage1.Controls.Add(this.panel1);
this.tabPage1.Controls.Add(this.groupBox1);
this.tabPage1.Controls.Add(this.cmb_loss);
this.tabPage1.Controls.Add(this.txt_limit);
this.tabPage1.Controls.Add(this.txt_aspect);
this.tabPage1.Controls.Add(this.txt_vol);
this.tabPage1.Controls.Add(this.label7);
this.tabPage1.Controls.Add(this.label6);
this.tabPage1.Controls.Add(this.label5);
this.tabPage1.Controls.Add(this.label4);
this.tabPage1.Controls.Add(this.label3);
this.tabPage1.Controls.Add(this.label2);
this.tabPage1.Controls.Add(this.label1);
this.tabPage1.Controls.Add(this.btn_2);
this.tabPage1.Controls.Add(this.btn_Continuous_velocity);
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(145, 386);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "덕트";
this.tabPage1.UseVisualStyleBackColor = true;
//
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel1.BackColor = System.Drawing.Color.Silver;
this.panel1.Controls.Add(this.groupBox3);
this.panel1.Controls.Add(this.groupBox2);
this.panel1.Location = new System.Drawing.Point(6, 229);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(133, 151);
this.panel1.TabIndex = 8;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.txt_width1);
this.groupBox3.Controls.Add(this.txt_width);
this.groupBox3.Controls.Add(this.txt_height1);
this.groupBox3.Controls.Add(this.txt_height);
this.groupBox3.Controls.Add(this.label8);
this.groupBox3.Controls.Add(this.label9);
this.groupBox3.Location = new System.Drawing.Point(3, 63);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(127, 87);
this.groupBox3.TabIndex = 21;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "사이즈(mm)";
//
// txt_width1
//
this.txt_width1.BackColor = System.Drawing.Color.White;
this.txt_width1.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txt_width1.Location = new System.Drawing.Point(7, 59);
this.txt_width1.Name = "txt_width1";
this.txt_width1.Size = new System.Drawing.Size(55, 22);
this.txt_width1.TabIndex = 13;
this.txt_width1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txt_width1.TextChanged += new System.EventHandler(this.txt_width1_TextChanged);
//
// txt_width
//
this.txt_width.BackColor = System.Drawing.Color.Gold;
this.txt_width.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txt_width.Location = new System.Drawing.Point(7, 35);
this.txt_width.Name = "txt_width";
this.txt_width.Size = new System.Drawing.Size(55, 22);
this.txt_width.TabIndex = 13;
this.txt_width.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txt_width.TextChanged += new System.EventHandler(this.txt_width_TextChanged);
//
// txt_height1
//
this.txt_height1.BackColor = System.Drawing.Color.White;
this.txt_height1.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txt_height1.Location = new System.Drawing.Point(65, 59);
this.txt_height1.Name = "txt_height1";
this.txt_height1.Size = new System.Drawing.Size(55, 22);
this.txt_height1.TabIndex = 12;
this.txt_height1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txt_height1.TextChanged += new System.EventHandler(this.txt_height1_TextChanged);
//
// txt_height
//
this.txt_height.BackColor = System.Drawing.Color.Gold;
this.txt_height.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txt_height.Location = new System.Drawing.Point(65, 35);
this.txt_height.Name = "txt_height";
this.txt_height.Size = new System.Drawing.Size(55, 22);
this.txt_height.TabIndex = 12;
this.txt_height.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txt_height.TextChanged += new System.EventHandler(this.txt_height_TextChanged);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(22, 20);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(21, 12);
this.label8.TabIndex = 11;
this.label8.Text = " 폭";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(77, 20);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(33, 12);
this.label9.TabIndex = 10;
this.label9.Text = " 높이";
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.textBoxDe);
this.groupBox2.Location = new System.Drawing.Point(3, 3);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(127, 54);
this.groupBox2.TabIndex = 20;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "상당 직경(mm)";
//
// textBoxDe
//
this.textBoxDe.BackColor = System.Drawing.Color.PaleGreen;
this.textBoxDe.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.textBoxDe.Location = new System.Drawing.Point(7, 22);
this.textBoxDe.Name = "textBoxDe";
this.textBoxDe.Size = new System.Drawing.Size(113, 22);
this.textBoxDe.TabIndex = 18;
this.textBoxDe.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.textBoxDe.TextChanged += new System.EventHandler(this.textBoxDe_TextChanged);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.radioButton2);
this.groupBox1.Controls.Add(this.radioButton1);
this.groupBox1.Location = new System.Drawing.Point(6, 31);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(133, 44);
this.groupBox1.TabIndex = 7;
this.groupBox1.TabStop = false;
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(71, 16);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(47, 16);
this.radioButton2.TabIndex = 2;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "원형";
this.radioButton2.UseVisualStyleBackColor = true;
this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Location = new System.Drawing.Point(14, 16);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(47, 16);
this.radioButton1.TabIndex = 2;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "각형";
this.radioButton1.UseVisualStyleBackColor = true;
this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
//
// cmb_loss
//
this.cmb_loss.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cmb_loss.FormattingEnabled = true;
this.cmb_loss.Location = new System.Drawing.Point(6, 153);
this.cmb_loss.Name = "cmb_loss";
this.cmb_loss.Size = new System.Drawing.Size(52, 22);
this.cmb_loss.TabIndex = 6;
this.cmb_loss.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.cmb_loss_DrawItem_1);
this.cmb_loss.SelectedIndexChanged += new System.EventHandler(this.cmb_loss_SelectedIndexChanged);
this.cmb_loss.TextChanged += new System.EventHandler(this.cmb_loss_TextChanged);
//
// txt_limit
//
this.txt_limit.Location = new System.Drawing.Point(64, 202);
this.txt_limit.Name = "txt_limit";
this.txt_limit.Size = new System.Drawing.Size(52, 21);
this.txt_limit.TabIndex = 4;
this.txt_limit.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txt_limit.TextChanged += new System.EventHandler(this.txt_limit_TextChanged);
this.txt_limit.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_vol_KeyPress);
//
// txt_aspect
//
this.txt_aspect.Location = new System.Drawing.Point(6, 202);
this.txt_aspect.Name = "txt_aspect";
this.txt_aspect.Size = new System.Drawing.Size(52, 21);
this.txt_aspect.TabIndex = 4;
this.txt_aspect.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txt_aspect.TextChanged += new System.EventHandler(this.txt_aspect_TextChanged);
this.txt_aspect.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_vol_KeyPress);
//
// txt_vol
//
this.txt_vol.Location = new System.Drawing.Point(6, 102);
this.txt_vol.Name = "txt_vol";
this.txt_vol.Size = new System.Drawing.Size(52, 21);
this.txt_vol.TabIndex = 4;
this.txt_vol.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txt_vol.TextChanged += new System.EventHandler(this.txt_vol_TextChanged);
this.txt_vol.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_vol_KeyPress);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(119, 205);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(27, 12);
this.label7.TabIndex = 3;
this.label7.Text = "mm";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(67, 187);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 3;
this.label6.Text = "최대높이";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(9, 187);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 12);
this.label5.TabIndex = 3;
this.label5.Text = "종횡비";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(65, 158);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(59, 12);
this.label4.TabIndex = 3;
this.label4.Text = "mmAq/m";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(9, 138);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 3;
this.label3.Text = "마찰손실";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(64, 108);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(33, 12);
this.label2.TabIndex = 3;
this.label2.Text = "CMH";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(9, 87);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 3;
this.label1.Text = "풍량";
//
// btn_2
//
this.btn_2.Location = new System.Drawing.Point(77, 6);
this.btn_2.Name = "btn_2";
this.btn_2.Size = new System.Drawing.Size(62, 23);
this.btn_2.TabIndex = 1;
this.btn_2.Text = "정압법";
this.btn_2.UseVisualStyleBackColor = true;
this.btn_2.Click += new System.EventHandler(this.btn_2_Click);
//
// btn_Continuous_velocity
//
this.btn_Continuous_velocity.Location = new System.Drawing.Point(6, 6);
this.btn_Continuous_velocity.Name = "btn_Continuous_velocity";
this.btn_Continuous_velocity.Size = new System.Drawing.Size(62, 23);
this.btn_Continuous_velocity.TabIndex = 0;
this.btn_Continuous_velocity.Text = "등속법";
this.btn_Continuous_velocity.UseVisualStyleBackColor = true;
this.btn_Continuous_velocity.Click += new System.EventHandler(this.btn_Continuous_velocity_Click);
//
// tabPage2
//
this.tabPage2.Controls.Add(this.txt_dd);
this.tabPage2.Controls.Add(this.txt_d);
this.tabPage2.Controls.Add(this.txt_pipedia);
this.tabPage2.Controls.Add(this.txt_s);
this.tabPage2.Controls.Add(this.txt_c);
this.tabPage2.Controls.Add(this.txt_i);
this.tabPage2.Controls.Add(this.txt_q);
this.tabPage2.Controls.Add(this.label19);
this.tabPage2.Controls.Add(this.label18);
this.tabPage2.Controls.Add(this.label20);
this.tabPage2.Controls.Add(this.label17);
this.tabPage2.Controls.Add(this.cmb_pipekind);
this.tabPage2.Controls.Add(this.label16);
this.tabPage2.Controls.Add(this.label14);
this.tabPage2.Controls.Add(this.label15);
this.tabPage2.Controls.Add(this.label13);
this.tabPage2.Controls.Add(this.label12);
this.tabPage2.Controls.Add(this.label11);
this.tabPage2.Controls.Add(this.label10);
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(145, 386);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "배관";
this.tabPage2.UseVisualStyleBackColor = true;
//
// txt_dd
//
this.txt_dd.Location = new System.Drawing.Point(81, 282);
this.txt_dd.Name = "txt_dd";
this.txt_dd.ReadOnly = true;
this.txt_dd.Size = new System.Drawing.Size(50, 21);
this.txt_dd.TabIndex = 2;
this.txt_dd.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// txt_d
//
this.txt_d.Location = new System.Drawing.Point(6, 282);
this.txt_d.Name = "txt_d";
this.txt_d.ReadOnly = true;
this.txt_d.Size = new System.Drawing.Size(50, 21);
this.txt_d.TabIndex = 2;
this.txt_d.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// txt_pipedia
//
this.txt_pipedia.Location = new System.Drawing.Point(81, 213);
this.txt_pipedia.Name = "txt_pipedia";
this.txt_pipedia.ReadOnly = true;
this.txt_pipedia.Size = new System.Drawing.Size(50, 21);
this.txt_pipedia.TabIndex = 2;
this.txt_pipedia.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// txt_s
//
this.txt_s.Location = new System.Drawing.Point(81, 186);
this.txt_s.Name = "txt_s";
this.txt_s.ReadOnly = true;
this.txt_s.Size = new System.Drawing.Size(50, 21);
this.txt_s.TabIndex = 2;
this.txt_s.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// txt_c
//
this.txt_c.Location = new System.Drawing.Point(81, 131);
this.txt_c.Name = "txt_c";
this.txt_c.Size = new System.Drawing.Size(50, 21);
this.txt_c.TabIndex = 2;
this.txt_c.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txt_c.TextChanged += new System.EventHandler(this.txt_c_TextChanged);
this.txt_c.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_vol_KeyPress);
//
// txt_i
//
this.txt_i.Location = new System.Drawing.Point(8, 109);
this.txt_i.Name = "txt_i";
this.txt_i.Size = new System.Drawing.Size(50, 21);
this.txt_i.TabIndex = 2;
this.txt_i.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txt_i.TextChanged += new System.EventHandler(this.txt_i_TextChanged);
this.txt_i.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_vol_KeyPress);
//
// txt_q
//
this.txt_q.Location = new System.Drawing.Point(8, 67);
this.txt_q.Name = "txt_q";
this.txt_q.Size = new System.Drawing.Size(50, 21);
this.txt_q.TabIndex = 2;
this.txt_q.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txt_q.TextChanged += new System.EventHandler(this.txt_q_TextChanged);
this.txt_q.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_vol_KeyPress);
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(84, 264);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(41, 12);
this.label19.TabIndex = 0;
this.label19.Text = "호칭경";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(11, 264);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(41, 12);
this.label18.TabIndex = 0;
this.label18.Text = "관내경";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(56, 286);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(27, 12);
this.label20.TabIndex = 0;
this.label20.Text = "mm";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(6, 218);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(29, 12);
this.label17.TabIndex = 0;
this.label17.Text = "관경";
//
// cmb_pipekind
//
this.cmb_pipekind.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_pipekind.FormattingEnabled = true;
this.cmb_pipekind.Location = new System.Drawing.Point(8, 28);
this.cmb_pipekind.Name = "cmb_pipekind";
this.cmb_pipekind.Size = new System.Drawing.Size(123, 20);
this.cmb_pipekind.TabIndex = 1;
this.cmb_pipekind.SelectedIndexChanged += new System.EventHandler(this.cmb_pipekind_SelectedIndexChanged);
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(6, 192);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(29, 12);
this.label16.TabIndex = 0;
this.label16.Text = "유속";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(64, 114);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(59, 12);
this.label14.TabIndex = 0;
this.label14.Text = "mmAq/m";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(6, 135);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(53, 12);
this.label15.TabIndex = 0;
this.label15.Text = "유속계수";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(6, 93);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(53, 12);
this.label13.TabIndex = 0;
this.label13.Text = "마찰손실";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(64, 73);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(39, 12);
this.label12.TabIndex = 0;
this.label12.Text = "L/min";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(6, 51);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(29, 12);
this.label11.TabIndex = 0;
this.label11.Text = "유량";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(6, 13);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(29, 12);
this.label10.TabIndex = 0;
this.label10.Text = "관종";
//
// tabPage3
//
this.tabPage3.Controls.Add(this.label25);
this.tabPage3.Controls.Add(this.txt_bore);
this.tabPage3.Controls.Add(this.label24);
this.tabPage3.Controls.Add(this.label23);
this.tabPage3.Controls.Add(this.txt_updown);
this.tabPage3.Controls.Add(this.label22);
this.tabPage3.Controls.Add(this.txt_down);
this.tabPage3.Controls.Add(this.label21);
this.tabPage3.Controls.Add(this.txt_up);
this.tabPage3.Controls.Add(this.textBox1);
this.tabPage3.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(145, 386);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "소방";
this.tabPage3.UseVisualStyleBackColor = true;
//
// label25
//
this.label25.AutoSize = true;
this.label25.Location = new System.Drawing.Point(79, 182);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(27, 12);
this.label25.TabIndex = 9;
this.label25.Text = "mm";
//
// txt_bore
//
this.txt_bore.Location = new System.Drawing.Point(22, 179);
this.txt_bore.Name = "txt_bore";
this.txt_bore.ReadOnly = true;
this.txt_bore.Size = new System.Drawing.Size(51, 21);
this.txt_bore.TabIndex = 8;
this.txt_bore.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// label24
//
this.label24.AutoSize = true;
this.label24.Location = new System.Drawing.Point(20, 164);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(29, 12);
this.label24.TabIndex = 7;
this.label24.Text = "관경";
//
// label23
//
this.label23.AutoSize = true;
this.label23.Location = new System.Drawing.Point(20, 131);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(47, 12);
this.label23.TabIndex = 6;
this.label23.Text = "상/하향";
//
// txt_updown
//
this.txt_updown.Location = new System.Drawing.Point(72, 128);
this.txt_updown.Name = "txt_updown";
this.txt_updown.Size = new System.Drawing.Size(51, 21);
this.txt_updown.TabIndex = 5;
this.txt_updown.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txt_updown.TextChanged += new System.EventHandler(this.txt_updown_TextChanged);
this.txt_updown.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_vol_KeyPress);
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(20, 104);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(29, 12);
this.label22.TabIndex = 4;
this.label22.Text = "하향";
//
// txt_down
//
this.txt_down.Location = new System.Drawing.Point(72, 101);
this.txt_down.Name = "txt_down";
this.txt_down.Size = new System.Drawing.Size(51, 21);
this.txt_down.TabIndex = 3;
this.txt_down.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txt_down.TextChanged += new System.EventHandler(this.txt_down_TextChanged);
this.txt_down.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_vol_KeyPress);
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(20, 77);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(29, 12);
this.label21.TabIndex = 2;
this.label21.Text = "상향";
//
// txt_up
//
this.txt_up.Location = new System.Drawing.Point(72, 74);
this.txt_up.Name = "txt_up";
this.txt_up.Size = new System.Drawing.Size(51, 21);
this.txt_up.TabIndex = 1;
this.txt_up.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txt_up.TextChanged += new System.EventHandler(this.txt_up_TextChanged);
this.txt_up.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_vol_KeyPress);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(22, 23);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(101, 41);
this.textBox1.TabIndex = 0;
this.textBox1.Text = " 급수관경\r\n(스프링클러헤드)";
//
// tabPage4
//
this.tabPage4.Controls.Add(this.listBox_bore2);
this.tabPage4.Controls.Add(this.listBox_bore1);
this.tabPage4.Controls.Add(this.listBox_name1);
this.tabPage4.Controls.Add(this.button4);
this.tabPage4.Controls.Add(this.button3);
this.tabPage4.Controls.Add(this.cmb_pipetype);
this.tabPage4.Controls.Add(this.cmb_bldtype);
this.tabPage4.Controls.Add(this.listBox_name);
this.tabPage4.Controls.Add(this.button2);
this.tabPage4.Location = new System.Drawing.Point(4, 22);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
this.tabPage4.Size = new System.Drawing.Size(145, 386);
this.tabPage4.TabIndex = 3;
this.tabPage4.Text = "위생";
this.tabPage4.UseVisualStyleBackColor = true;
//
// listBox_bore2
//
this.listBox_bore2.FormattingEnabled = true;
this.listBox_bore2.ItemHeight = 12;
this.listBox_bore2.Location = new System.Drawing.Point(97, 236);
this.listBox_bore2.Name = "listBox_bore2";
this.listBox_bore2.Size = new System.Drawing.Size(47, 124);
this.listBox_bore2.TabIndex = 8;
//
// listBox_bore1
//
this.listBox_bore1.FormattingEnabled = true;
this.listBox_bore1.ItemHeight = 12;
this.listBox_bore1.Location = new System.Drawing.Point(50, 236);
this.listBox_bore1.Name = "listBox_bore1";
this.listBox_bore1.Size = new System.Drawing.Size(47, 124);
this.listBox_bore1.TabIndex = 7;
//
// listBox_name1
//
this.listBox_name1.FormattingEnabled = true;
this.listBox_name1.ItemHeight = 12;
this.listBox_name1.Location = new System.Drawing.Point(3, 236);
this.listBox_name1.Name = "listBox_name1";
this.listBox_name1.Size = new System.Drawing.Size(47, 124);
this.listBox_name1.TabIndex = 6;
//
// button4
//
this.button4.Location = new System.Drawing.Point(50, 361);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(94, 22);
this.button4.TabIndex = 5;
this.button4.Text = "Reset";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(3, 361);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(41, 22);
this.button3.TabIndex = 4;
this.button3.Text = "Del";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// cmb_pipetype
//
this.cmb_pipetype.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_pipetype.FormattingEnabled = true;
this.cmb_pipetype.Items.AddRange(new object[] {
"급수,급탕지관",
"환탕지관",
"급수,급탕 횡주관/입상관",
"오배수관의 횡지관",
"오배수관의 횡주관",
"오배수관의 입상관"});
this.cmb_pipetype.Location = new System.Drawing.Point(5, 211);
this.cmb_pipetype.Name = "cmb_pipetype";
this.cmb_pipetype.Size = new System.Drawing.Size(138, 20);
this.cmb_pipetype.TabIndex = 3;
this.cmb_pipetype.SelectedIndexChanged += new System.EventHandler(this.OnSelchangeComboPipetype);
//
// cmb_bldtype
//
this.cmb_bldtype.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_bldtype.FormattingEnabled = true;
this.cmb_bldtype.Items.AddRange(new object[] {
"사무실 및 일반건물",
"체육관,극장,집회장"});
this.cmb_bldtype.Location = new System.Drawing.Point(6, 189);
this.cmb_bldtype.Name = "cmb_bldtype";
this.cmb_bldtype.Size = new System.Drawing.Size(138, 20);
this.cmb_bldtype.TabIndex = 2;
this.cmb_bldtype.SelectedIndexChanged += new System.EventHandler(this.cmb_bldtype_SelectedIndexChanged);
//
// listBox_name
//
this.listBox_name.FormattingEnabled = true;
this.listBox_name.ItemHeight = 12;
this.listBox_name.Location = new System.Drawing.Point(5, 39);
this.listBox_name.Name = "listBox_name";
this.listBox_name.Size = new System.Drawing.Size(139, 148);
this.listBox_name.TabIndex = 1;
this.listBox_name.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listBox_name_MouseDoubleClick);
//
// button2
//
this.button2.Location = new System.Drawing.Point(16, 14);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(115, 22);
this.button2.TabIndex = 0;
this.button2.Text = "위생기구 DATA";
this.button2.UseVisualStyleBackColor = true;
this.button2.Visible = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// Form_Calpad
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(177, 430);
this.Controls.Add(this.tabControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form_Calpad";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "계산패드";
this.Load += new System.EventHandler(this.Form_Calpad_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form_Calpad_KeyDown);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.panel1.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.tabPage3.ResumeLayout(false);
this.tabPage3.PerformLayout();
this.tabPage4.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.ComboBox cmb_loss;
private System.Windows.Forms.TextBox txt_limit;
private System.Windows.Forms.TextBox txt_aspect;
private System.Windows.Forms.TextBox txt_vol;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btn_2;
private System.Windows.Forms.Button btn_Continuous_velocity;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TextBox txt_dd;
private System.Windows.Forms.TextBox txt_d;
private System.Windows.Forms.TextBox txt_pipedia;
private System.Windows.Forms.TextBox txt_s;
private System.Windows.Forms.TextBox txt_c;
private System.Windows.Forms.TextBox txt_i;
private System.Windows.Forms.TextBox txt_q;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.ComboBox cmb_pipekind;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.TextBox txt_bore;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.TextBox txt_updown;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.TextBox txt_down;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.TextBox txt_up;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TabPage tabPage4;
private System.Windows.Forms.ListBox listBox_bore2;
private System.Windows.Forms.ListBox listBox_bore1;
private System.Windows.Forms.ListBox listBox_name1;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.ComboBox cmb_pipetype;
private System.Windows.Forms.ComboBox cmb_bldtype;
private System.Windows.Forms.ListBox listBox_name;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TextBox txt_height;
private System.Windows.Forms.TextBox txt_width;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox textBoxDe;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.TextBox txt_width1;
private System.Windows.Forms.TextBox txt_height1;
}
}