370 lines
17 KiB
C#
370 lines
17 KiB
C#
namespace KMBIM
|
|
{
|
|
partial class Form_Steam
|
|
{
|
|
/// <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_Steam));
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.txt_valveHgt = new System.Windows.Forms.TextBox();
|
|
this.combo_SteamSysType = new System.Windows.Forms.ComboBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.cmb_headdia = new System.Windows.Forms.ComboBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txt_headhgt = new System.Windows.Forms.TextBox();
|
|
this.btn_add = new System.Windows.Forms.Button();
|
|
this.cmb_pipedia = new System.Windows.Forms.ComboBox();
|
|
this.list_Sup = new System.Windows.Forms.ListBox();
|
|
this.btn_itemedit = new System.Windows.Forms.Button();
|
|
this.btn_itemdel = new System.Windows.Forms.Button();
|
|
this.btn_itemadd = new System.Windows.Forms.Button();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.btn_path2 = new System.Windows.Forms.Button();
|
|
this.btn_path1 = new System.Windows.Forms.Button();
|
|
this.txt_path1 = new System.Windows.Forms.TextBox();
|
|
this.txt_path2 = new System.Windows.Forms.TextBox();
|
|
this.button6 = new System.Windows.Forms.Button();
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.label5);
|
|
this.groupBox2.Controls.Add(this.txt_valveHgt);
|
|
this.groupBox2.Controls.Add(this.combo_SteamSysType);
|
|
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, 205);
|
|
this.groupBox2.TabIndex = 56;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "헤더 관경";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(28, 149);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(89, 12);
|
|
this.label5.TabIndex = 54;
|
|
this.label5.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 = 53;
|
|
this.txt_valveHgt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txt_valveHgt.TextChanged += new System.EventHandler(this.txt_valveHgt_TextChanged);
|
|
//
|
|
// combo_SteamSysType
|
|
//
|
|
this.combo_SteamSysType.FormattingEnabled = true;
|
|
this.combo_SteamSysType.Location = new System.Drawing.Point(91, 171);
|
|
this.combo_SteamSysType.Name = "combo_SteamSysType";
|
|
this.combo_SteamSysType.Size = new System.Drawing.Size(99, 20);
|
|
this.combo_SteamSysType.TabIndex = 52;
|
|
this.combo_SteamSysType.SelectedIndexChanged += new System.EventHandler(this.combo_SteamSysType_SelectedIndexChanged);
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(12, 174);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(77, 12);
|
|
this.label9.TabIndex = 51;
|
|
this.label9.Text = "시스템 유형 :";
|
|
//
|
|
// 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_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;
|
|
//
|
|
// 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 = "메인 헤더의 높이 :";
|
|
//
|
|
// 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 = "메인 헤더의 관경 :";
|
|
//
|
|
// 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);
|
|
//
|
|
// 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);
|
|
//
|
|
// 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;
|
|
//
|
|
// 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;
|
|
//
|
|
// 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_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);
|
|
//
|
|
// 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);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.label4);
|
|
this.groupBox1.Controls.Add(this.label6);
|
|
this.groupBox1.Controls.Add(this.btn_path2);
|
|
this.groupBox1.Controls.Add(this.btn_path1);
|
|
this.groupBox1.Controls.Add(this.txt_path1);
|
|
this.groupBox1.Controls.Add(this.txt_path2);
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 223);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(389, 77);
|
|
this.groupBox1.TabIndex = 55;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.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 = "글로브 밸브 :";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(13, 48);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(65, 12);
|
|
this.label6.TabIndex = 38;
|
|
this.label6.Text = "안전 밸브 :";
|
|
//
|
|
// btn_path2
|
|
//
|
|
this.btn_path2.Location = new System.Drawing.Point(337, 43);
|
|
this.btn_path2.Name = "btn_path2";
|
|
this.btn_path2.Size = new System.Drawing.Size(35, 23);
|
|
this.btn_path2.TabIndex = 48;
|
|
this.btn_path2.Text = "...";
|
|
this.btn_path2.UseVisualStyleBackColor = true;
|
|
this.btn_path2.Click += new System.EventHandler(this.btn_path2_Click);
|
|
//
|
|
// 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);
|
|
//
|
|
// 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, 45);
|
|
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 = 55;
|
|
//
|
|
// button6
|
|
//
|
|
this.button6.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.button6.Location = new System.Drawing.Point(227, 306);
|
|
this.button6.Name = "button6";
|
|
this.button6.Size = new System.Drawing.Size(97, 23);
|
|
this.button6.TabIndex = 53;
|
|
this.button6.Text = "취소";
|
|
this.button6.UseVisualStyleBackColor = true;
|
|
//
|
|
// button5
|
|
//
|
|
this.button5.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.button5.Location = new System.Drawing.Point(105, 306);
|
|
this.button5.Name = "button5";
|
|
this.button5.Size = new System.Drawing.Size(97, 23);
|
|
this.button5.TabIndex = 54;
|
|
this.button5.Text = "확인";
|
|
this.button5.UseVisualStyleBackColor = true;
|
|
this.button5.Click += new System.EventHandler(this.button5_Click);
|
|
//
|
|
// Form_Steam
|
|
//
|
|
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(412, 340);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.button6);
|
|
this.Controls.Add(this.button5);
|
|
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_Steam";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "헤더(증기 입면)";
|
|
this.Load += new System.EventHandler(this.Form_Steam_Load);
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form_Steam_KeyDown);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.ComboBox cmb_headdia;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox txt_headhgt;
|
|
private System.Windows.Forms.Button btn_add;
|
|
private System.Windows.Forms.ComboBox cmb_pipedia;
|
|
private System.Windows.Forms.ListBox list_Sup;
|
|
private System.Windows.Forms.Button btn_itemedit;
|
|
private System.Windows.Forms.Button btn_itemdel;
|
|
private System.Windows.Forms.Button btn_itemadd;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Button btn_path2;
|
|
private System.Windows.Forms.Button btn_path1;
|
|
private System.Windows.Forms.TextBox txt_path1;
|
|
private System.Windows.Forms.TextBox txt_path2;
|
|
private System.Windows.Forms.Button button6;
|
|
private System.Windows.Forms.Button button5;
|
|
private System.Windows.Forms.ComboBox combo_SteamSysType;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox txt_valveHgt;
|
|
}
|
|
} |