Client/Desktop/KMBIM3.0/KMBIM3.0_소스/Cmd/Header/Form_Supply.Designer.cs

478 lines
22 KiB
C#

namespace KMBIM
{
partial class Form_Supply
{
/// <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_Supply));
this.button5 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.btn_itemedit = new System.Windows.Forms.Button();
this.btn_itemadd = new System.Windows.Forms.Button();
this.btn_itemdel = new System.Windows.Forms.Button();
this.list_Sup = new System.Windows.Forms.ListBox();
this.label2 = new System.Windows.Forms.Label();
this.cmb_pipedia = new System.Windows.Forms.ComboBox();
this.btn_add = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.cmb_headdia = new System.Windows.Forms.ComboBox();
this.txt_headhgt = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.txt_path1 = new System.Windows.Forms.TextBox();
this.txt_path2 = new System.Windows.Forms.TextBox();
this.txt_path3 = new System.Windows.Forms.TextBox();
this.txt_path4 = new System.Windows.Forms.TextBox();
this.txt_path5 = new System.Windows.Forms.TextBox();
this.btn_path1 = new System.Windows.Forms.Button();
this.btn_path2 = new System.Windows.Forms.Button();
this.btn_path3 = new System.Windows.Forms.Button();
this.btn_path4 = new System.Windows.Forms.Button();
this.btn_path5 = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label10 = new System.Windows.Forms.Label();
this.txt_valveHgt = new System.Windows.Forms.TextBox();
this.combo_SupSysType = new System.Windows.Forms.ComboBox();
this.label9 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// button5
//
this.button5.DialogResult = System.Windows.Forms.DialogResult.OK;
this.button5.Location = new System.Drawing.Point(101, 363);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(97, 23);
this.button5.TabIndex = 32;
this.button5.Text = "확인";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// button6
//
this.button6.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.button6.Location = new System.Drawing.Point(223, 363);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(97, 23);
this.button6.TabIndex = 31;
this.button6.Text = "취소";
this.button6.UseVisualStyleBackColor = true;
//
// btn_itemedit
//
this.btn_itemedit.Location = new System.Drawing.Point(318, 21);
this.btn_itemedit.Name = "btn_itemedit";
this.btn_itemedit.Size = new System.Drawing.Size(54, 23);
this.btn_itemedit.TabIndex = 30;
this.btn_itemedit.Text = "수정";
this.btn_itemedit.UseVisualStyleBackColor = true;
this.btn_itemedit.Click += new System.EventHandler(this.btn_itemedit_Click);
//
// btn_itemadd
//
this.btn_itemadd.Location = new System.Drawing.Point(318, 50);
this.btn_itemadd.Name = "btn_itemadd";
this.btn_itemadd.Size = new System.Drawing.Size(54, 23);
this.btn_itemadd.TabIndex = 29;
this.btn_itemadd.Text = "추가";
this.btn_itemadd.UseVisualStyleBackColor = true;
this.btn_itemadd.Click += new System.EventHandler(this.btn_itemadd_Click);
//
// btn_itemdel
//
this.btn_itemdel.Location = new System.Drawing.Point(318, 79);
this.btn_itemdel.Name = "btn_itemdel";
this.btn_itemdel.Size = new System.Drawing.Size(54, 23);
this.btn_itemdel.TabIndex = 28;
this.btn_itemdel.Text = "삭제";
this.btn_itemdel.UseVisualStyleBackColor = true;
this.btn_itemdel.Click += new System.EventHandler(this.btn_itemdel_Click);
//
// list_Sup
//
this.list_Sup.FormattingEnabled = true;
this.list_Sup.ItemHeight = 12;
this.list_Sup.Location = new System.Drawing.Point(196, 18);
this.list_Sup.Name = "list_Sup";
this.list_Sup.Size = new System.Drawing.Size(116, 172);
this.list_Sup.TabIndex = 27;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(31, 25);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(57, 12);
this.label2.TabIndex = 26;
this.label2.Text = "관 경 :";
//
// cmb_pipedia
//
this.cmb_pipedia.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_pipedia.FormattingEnabled = true;
this.cmb_pipedia.Location = new System.Drawing.Point(92, 22);
this.cmb_pipedia.Name = "cmb_pipedia";
this.cmb_pipedia.Size = new System.Drawing.Size(96, 20);
this.cmb_pipedia.TabIndex = 25;
//
// btn_add
//
this.btn_add.Location = new System.Drawing.Point(27, 59);
this.btn_add.Name = "btn_add";
this.btn_add.Size = new System.Drawing.Size(163, 28);
this.btn_add.TabIndex = 24;
this.btn_add.Text = "등록";
this.btn_add.UseVisualStyleBackColor = true;
this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 99);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(105, 12);
this.label1.TabIndex = 23;
this.label1.Text = "메인 헤더의 관경 :";
//
// cmb_headdia
//
this.cmb_headdia.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_headdia.FormattingEnabled = true;
this.cmb_headdia.Location = new System.Drawing.Point(123, 96);
this.cmb_headdia.Name = "cmb_headdia";
this.cmb_headdia.Size = new System.Drawing.Size(67, 20);
this.cmb_headdia.TabIndex = 22;
//
// txt_headhgt
//
this.txt_headhgt.Location = new System.Drawing.Point(123, 121);
this.txt_headhgt.Name = "txt_headhgt";
this.txt_headhgt.Size = new System.Drawing.Size(67, 21);
this.txt_headhgt.TabIndex = 34;
this.txt_headhgt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txt_headhgt.TextChanged += new System.EventHandler(this.txt_headhgt_TextChanged);
this.txt_headhgt.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_headhgt_KeyPress);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 124);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(105, 12);
this.label3.TabIndex = 35;
this.label3.Text = "메인 헤더의 높이 :";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(3, 20);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(77, 12);
this.label4.TabIndex = 36;
this.label4.Text = "나비형 밸브 :";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(15, 45);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 37;
this.label5.Text = "배수 밸브 :";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(13, 70);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 38;
this.label6.Text = "안전 밸브 :";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(27, 95);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(49, 12);
this.label7.TabIndex = 39;
this.label7.Text = "압력계 :";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(28, 120);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(49, 12);
this.label8.TabIndex = 40;
this.label8.Text = "온도계 :";
//
// txt_path1
//
this.txt_path1.Location = new System.Drawing.Point(82, 17);
this.txt_path1.Name = "txt_path1";
this.txt_path1.ReadOnly = true;
this.txt_path1.Size = new System.Drawing.Size(249, 21);
this.txt_path1.TabIndex = 51;
//
// txt_path2
//
this.txt_path2.Location = new System.Drawing.Point(82, 42);
this.txt_path2.Name = "txt_path2";
this.txt_path2.ReadOnly = true;
this.txt_path2.Size = new System.Drawing.Size(249, 21);
this.txt_path2.TabIndex = 53;
//
// txt_path3
//
this.txt_path3.Location = new System.Drawing.Point(82, 67);
this.txt_path3.Name = "txt_path3";
this.txt_path3.ReadOnly = true;
this.txt_path3.Size = new System.Drawing.Size(249, 21);
this.txt_path3.TabIndex = 55;
//
// txt_path4
//
this.txt_path4.Location = new System.Drawing.Point(82, 92);
this.txt_path4.Name = "txt_path4";
this.txt_path4.ReadOnly = true;
this.txt_path4.Size = new System.Drawing.Size(249, 21);
this.txt_path4.TabIndex = 54;
//
// txt_path5
//
this.txt_path5.Location = new System.Drawing.Point(82, 117);
this.txt_path5.Name = "txt_path5";
this.txt_path5.ReadOnly = true;
this.txt_path5.Size = new System.Drawing.Size(249, 21);
this.txt_path5.TabIndex = 52;
//
// btn_path1
//
this.btn_path1.Location = new System.Drawing.Point(337, 15);
this.btn_path1.Name = "btn_path1";
this.btn_path1.Size = new System.Drawing.Size(35, 23);
this.btn_path1.TabIndex = 46;
this.btn_path1.Text = "...";
this.btn_path1.UseVisualStyleBackColor = true;
this.btn_path1.Click += new System.EventHandler(this.btn_path1_Click);
//
// btn_path2
//
this.btn_path2.Location = new System.Drawing.Point(337, 40);
this.btn_path2.Name = "btn_path2";
this.btn_path2.Size = new System.Drawing.Size(35, 23);
this.btn_path2.TabIndex = 47;
this.btn_path2.Text = "...";
this.btn_path2.UseVisualStyleBackColor = true;
this.btn_path2.Click += new System.EventHandler(this.btn_path2_Click);
//
// btn_path3
//
this.btn_path3.Location = new System.Drawing.Point(337, 65);
this.btn_path3.Name = "btn_path3";
this.btn_path3.Size = new System.Drawing.Size(35, 23);
this.btn_path3.TabIndex = 48;
this.btn_path3.Text = "...";
this.btn_path3.UseVisualStyleBackColor = true;
this.btn_path3.Click += new System.EventHandler(this.btn_path3_Click);
//
// btn_path4
//
this.btn_path4.Location = new System.Drawing.Point(337, 90);
this.btn_path4.Name = "btn_path4";
this.btn_path4.Size = new System.Drawing.Size(35, 23);
this.btn_path4.TabIndex = 49;
this.btn_path4.Text = "...";
this.btn_path4.UseVisualStyleBackColor = true;
this.btn_path4.Click += new System.EventHandler(this.btn_path4_Click);
//
// btn_path5
//
this.btn_path5.Location = new System.Drawing.Point(337, 115);
this.btn_path5.Name = "btn_path5";
this.btn_path5.Size = new System.Drawing.Size(35, 23);
this.btn_path5.TabIndex = 50;
this.btn_path5.Text = "...";
this.btn_path5.UseVisualStyleBackColor = true;
this.btn_path5.Click += new System.EventHandler(this.btn_path5_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.btn_path5);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.btn_path4);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.btn_path3);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.btn_path2);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.btn_path1);
this.groupBox1.Controls.Add(this.txt_path1);
this.groupBox1.Controls.Add(this.txt_path5);
this.groupBox1.Controls.Add(this.txt_path2);
this.groupBox1.Controls.Add(this.txt_path4);
this.groupBox1.Controls.Add(this.txt_path3);
this.groupBox1.Location = new System.Drawing.Point(12, 216);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(389, 143);
this.groupBox1.TabIndex = 51;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "패밀리";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label10);
this.groupBox2.Controls.Add(this.txt_valveHgt);
this.groupBox2.Controls.Add(this.combo_SupSysType);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.cmb_headdia);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Controls.Add(this.txt_headhgt);
this.groupBox2.Controls.Add(this.btn_add);
this.groupBox2.Controls.Add(this.cmb_pipedia);
this.groupBox2.Controls.Add(this.list_Sup);
this.groupBox2.Controls.Add(this.btn_itemedit);
this.groupBox2.Controls.Add(this.btn_itemdel);
this.groupBox2.Controls.Add(this.btn_itemadd);
this.groupBox2.Location = new System.Drawing.Point(12, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(389, 201);
this.groupBox2.TabIndex = 52;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "헤더 관경";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(28, 151);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(89, 12);
this.label10.TabIndex = 56;
this.label10.Text = "조작밸브 높이 :";
//
// txt_valveHgt
//
this.txt_valveHgt.Location = new System.Drawing.Point(123, 146);
this.txt_valveHgt.Name = "txt_valveHgt";
this.txt_valveHgt.Size = new System.Drawing.Size(67, 21);
this.txt_valveHgt.TabIndex = 55;
this.txt_valveHgt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txt_valveHgt.TextChanged += new System.EventHandler(this.txt_valveHgt_TextChanged);
//
// combo_SupSysType
//
this.combo_SupSysType.FormattingEnabled = true;
this.combo_SupSysType.Location = new System.Drawing.Point(92, 171);
this.combo_SupSysType.Name = "combo_SupSysType";
this.combo_SupSysType.Size = new System.Drawing.Size(99, 20);
this.combo_SupSysType.TabIndex = 48;
this.combo_SupSysType.SelectedIndexChanged += new System.EventHandler(this.combo_SupSysType_SelectedIndexChanged);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(12, 176);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(77, 12);
this.label9.TabIndex = 37;
this.label9.Text = "시스템 유형 :";
//
// Form_Supply
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ClientSize = new System.Drawing.Size(416, 396);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.button5);
this.Controls.Add(this.button6);
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_Supply";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "헤더(냉온수 공급)";
this.Load += new System.EventHandler(this.Form_Supply_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form_Supply_KeyDown);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button btn_itemedit;
private System.Windows.Forms.Button btn_itemadd;
private System.Windows.Forms.Button btn_itemdel;
private System.Windows.Forms.ListBox list_Sup;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cmb_pipedia;
private System.Windows.Forms.Button btn_add;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cmb_headdia;
private System.Windows.Forms.TextBox txt_headhgt;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txt_path1;
private System.Windows.Forms.TextBox txt_path2;
private System.Windows.Forms.TextBox txt_path3;
private System.Windows.Forms.TextBox txt_path4;
private System.Windows.Forms.TextBox txt_path5;
private System.Windows.Forms.Button btn_path1;
private System.Windows.Forms.Button btn_path2;
private System.Windows.Forms.Button btn_path3;
private System.Windows.Forms.Button btn_path4;
private System.Windows.Forms.Button btn_path5;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.ComboBox combo_SupSysType;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txt_valveHgt;
}
}