469 lines
22 KiB
C#
469 lines
22 KiB
C#
namespace KMBIM
|
|
{
|
|
partial class FormCoil
|
|
{
|
|
/// <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(FormCoil));
|
|
this.txt_CoilDistFromWall = new System.Windows.Forms.TextBox();
|
|
this.txt_CoilDist = new System.Windows.Forms.TextBox();
|
|
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.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.label9 = new System.Windows.Forms.Label();
|
|
this.txt_CoilOutAirLenLimit = new System.Windows.Forms.TextBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.ListCoil = new System.Windows.Forms.ListBox();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.combo_CoilDia = new System.Windows.Forms.ComboBox();
|
|
this.combo_CoilType = new System.Windows.Forms.ComboBox();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.pictureCoil3 = new System.Windows.Forms.PictureBox();
|
|
this.pictureCoil1 = new System.Windows.Forms.PictureBox();
|
|
this.pictureCoil2 = new System.Windows.Forms.PictureBox();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.txt_CoilOffset = new System.Windows.Forms.TextBox();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.combo_SystemType = new System.Windows.Forms.ComboBox();
|
|
this.label19 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureCoil3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureCoil1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureCoil2)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// txt_CoilDistFromWall
|
|
//
|
|
this.txt_CoilDistFromWall.Location = new System.Drawing.Point(186, 171);
|
|
this.txt_CoilDistFromWall.Name = "txt_CoilDistFromWall";
|
|
this.txt_CoilDistFromWall.Size = new System.Drawing.Size(59, 21);
|
|
this.txt_CoilDistFromWall.TabIndex = 3;
|
|
this.txt_CoilDistFromWall.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txt_CoilDistFromWall.TextChanged += new System.EventHandler(this.txt_CoilDistFromWall_TextChanged);
|
|
this.txt_CoilDistFromWall.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_CoilDistFromWall_KeyPress);
|
|
//
|
|
// txt_CoilDist
|
|
//
|
|
this.txt_CoilDist.Location = new System.Drawing.Point(186, 144);
|
|
this.txt_CoilDist.Name = "txt_CoilDist";
|
|
this.txt_CoilDist.Size = new System.Drawing.Size(59, 21);
|
|
this.txt_CoilDist.TabIndex = 2;
|
|
this.txt_CoilDist.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txt_CoilDist.TextChanged += new System.EventHandler(this.txt_CoilDist_TextChanged);
|
|
this.txt_CoilDist.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_CoilDist_KeyPress);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(251, 174);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(27, 12);
|
|
this.label4.TabIndex = 12;
|
|
this.label4.Text = "mm";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(37, 174);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(93, 12);
|
|
this.label3.TabIndex = 13;
|
|
this.label3.Text = "벽면에서의 간격";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(251, 147);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(27, 12);
|
|
this.label2.TabIndex = 14;
|
|
this.label2.Text = "mm";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(37, 147);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(57, 12);
|
|
this.label1.TabIndex = 15;
|
|
this.label1.Text = "코일 간격";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.Location = new System.Drawing.Point(0, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(100, 23);
|
|
this.label5.TabIndex = 46;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.Location = new System.Drawing.Point(0, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(100, 23);
|
|
this.label6.TabIndex = 45;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Enabled = false;
|
|
this.label7.Location = new System.Drawing.Point(214, 490);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(16, 12);
|
|
this.label7.TabIndex = 20;
|
|
this.label7.Text = "m";
|
|
this.label7.Visible = false;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.Location = new System.Drawing.Point(0, 0);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(100, 23);
|
|
this.label8.TabIndex = 44;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(37, 203);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(121, 12);
|
|
this.label9.TabIndex = 22;
|
|
this.label9.Text = "코일의 외기길이 제한";
|
|
//
|
|
// txt_CoilOutAirLenLimit
|
|
//
|
|
this.txt_CoilOutAirLenLimit.Location = new System.Drawing.Point(186, 200);
|
|
this.txt_CoilOutAirLenLimit.Name = "txt_CoilOutAirLenLimit";
|
|
this.txt_CoilOutAirLenLimit.Size = new System.Drawing.Size(59, 21);
|
|
this.txt_CoilOutAirLenLimit.TabIndex = 4;
|
|
this.txt_CoilOutAirLenLimit.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txt_CoilOutAirLenLimit.TextChanged += new System.EventHandler(this.txt_CoilOutAirLenLimit_TextChanged);
|
|
this.txt_CoilOutAirLenLimit.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_CoilOutAirLenLimit_KeyPress);
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(251, 203);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(16, 12);
|
|
this.label10.TabIndex = 24;
|
|
this.label10.Text = "m";
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.button2.Location = new System.Drawing.Point(160, 342);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(75, 23);
|
|
this.button2.TabIndex = 1;
|
|
this.button2.Text = "취소";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.button1.Location = new System.Drawing.Point(75, 342);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
this.button1.TabIndex = 0;
|
|
this.button1.Text = "확인";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
//
|
|
// ListCoil
|
|
//
|
|
this.ListCoil.Enabled = false;
|
|
this.ListCoil.FormattingEnabled = true;
|
|
this.ListCoil.ItemHeight = 12;
|
|
this.ListCoil.Items.AddRange(new object[] {
|
|
"회오리형1",
|
|
"회오리형2",
|
|
"외기"});
|
|
this.ListCoil.Location = new System.Drawing.Point(30, 451);
|
|
this.ListCoil.Name = "ListCoil";
|
|
this.ListCoil.Size = new System.Drawing.Size(68, 136);
|
|
this.ListCoil.TabIndex = 2;
|
|
this.ListCoil.Visible = false;
|
|
this.ListCoil.SelectedIndexChanged += new System.EventHandler(this.ListCoil_SelectedIndexChanged);
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(37, 258);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(69, 12);
|
|
this.label12.TabIndex = 33;
|
|
this.label12.Text = "파이프 유형";
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Location = new System.Drawing.Point(37, 313);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(69, 12);
|
|
this.label13.TabIndex = 34;
|
|
this.label13.Text = "파이프 관경";
|
|
//
|
|
// combo_CoilDia
|
|
//
|
|
this.combo_CoilDia.FormattingEnabled = true;
|
|
this.combo_CoilDia.Location = new System.Drawing.Point(155, 308);
|
|
this.combo_CoilDia.Name = "combo_CoilDia";
|
|
this.combo_CoilDia.Size = new System.Drawing.Size(90, 20);
|
|
this.combo_CoilDia.TabIndex = 7;
|
|
this.combo_CoilDia.SelectedIndexChanged += new System.EventHandler(this.combo_CoilDia_SelectedIndexChanged);
|
|
//
|
|
// combo_CoilType
|
|
//
|
|
this.combo_CoilType.FormattingEnabled = true;
|
|
this.combo_CoilType.Location = new System.Drawing.Point(155, 254);
|
|
this.combo_CoilType.Name = "combo_CoilType";
|
|
this.combo_CoilType.Size = new System.Drawing.Size(112, 20);
|
|
this.combo_CoilType.TabIndex = 6;
|
|
this.combo_CoilType.SelectedIndexChanged += new System.EventHandler(this.combo_CoilType_SelectedIndexChanged);
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(251, 313);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(27, 12);
|
|
this.label11.TabIndex = 37;
|
|
this.label11.Text = "mm";
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Location = new System.Drawing.Point(27, 119);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(71, 12);
|
|
this.label14.TabIndex = 38;
|
|
this.label14.Text = "회오리코일1";
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Location = new System.Drawing.Point(124, 119);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(71, 12);
|
|
this.label15.TabIndex = 39;
|
|
this.label15.Text = "회오리코일2";
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.AutoSize = true;
|
|
this.label16.Location = new System.Drawing.Point(231, 119);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(53, 12);
|
|
this.label16.TabIndex = 40;
|
|
this.label16.Text = "외기코일";
|
|
//
|
|
// pictureCoil3
|
|
//
|
|
this.pictureCoil3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.pictureCoil3.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.pictureCoil3.Image = global::KMBIM.Revit.Tools.Properties.Resources.Coil03;
|
|
this.pictureCoil3.Location = new System.Drawing.Point(210, 12);
|
|
this.pictureCoil3.Name = "pictureCoil3";
|
|
this.pictureCoil3.Size = new System.Drawing.Size(90, 102);
|
|
this.pictureCoil3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureCoil3.TabIndex = 30;
|
|
this.pictureCoil3.TabStop = false;
|
|
this.pictureCoil3.Click += new System.EventHandler(this.pictureCoil3_Click);
|
|
//
|
|
// pictureCoil1
|
|
//
|
|
this.pictureCoil1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.pictureCoil1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.pictureCoil1.Image = global::KMBIM.Revit.Tools.Properties.Resources.Coil01;
|
|
this.pictureCoil1.InitialImage = null;
|
|
this.pictureCoil1.Location = new System.Drawing.Point(12, 12);
|
|
this.pictureCoil1.Name = "pictureCoil1";
|
|
this.pictureCoil1.Size = new System.Drawing.Size(90, 102);
|
|
this.pictureCoil1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureCoil1.TabIndex = 28;
|
|
this.pictureCoil1.TabStop = false;
|
|
this.pictureCoil1.Click += new System.EventHandler(this.pictureCoil1_Click);
|
|
//
|
|
// pictureCoil2
|
|
//
|
|
this.pictureCoil2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.pictureCoil2.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.pictureCoil2.Image = global::KMBIM.Revit.Tools.Properties.Resources.Coil02;
|
|
this.pictureCoil2.Location = new System.Drawing.Point(111, 12);
|
|
this.pictureCoil2.Name = "pictureCoil2";
|
|
this.pictureCoil2.Size = new System.Drawing.Size(90, 102);
|
|
this.pictureCoil2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureCoil2.TabIndex = 27;
|
|
this.pictureCoil2.TabStop = false;
|
|
this.pictureCoil2.Click += new System.EventHandler(this.pictureCoil2_Click);
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.AutoSize = true;
|
|
this.label17.Location = new System.Drawing.Point(251, 230);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(27, 12);
|
|
this.label17.TabIndex = 43;
|
|
this.label17.Text = "mm";
|
|
//
|
|
// txt_CoilOffset
|
|
//
|
|
this.txt_CoilOffset.Location = new System.Drawing.Point(186, 227);
|
|
this.txt_CoilOffset.Name = "txt_CoilOffset";
|
|
this.txt_CoilOffset.Size = new System.Drawing.Size(59, 21);
|
|
this.txt_CoilOffset.TabIndex = 5;
|
|
this.txt_CoilOffset.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txt_CoilOffset.TextChanged += new System.EventHandler(this.txt_CoilOffset_TextChanged);
|
|
this.txt_CoilOffset.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_CoilOffset_KeyPress);
|
|
//
|
|
// label18
|
|
//
|
|
this.label18.AutoSize = true;
|
|
this.label18.Location = new System.Drawing.Point(37, 230);
|
|
this.label18.Name = "label18";
|
|
this.label18.Size = new System.Drawing.Size(69, 12);
|
|
this.label18.TabIndex = 42;
|
|
this.label18.Text = "간격 띄우기";
|
|
//
|
|
// combo_SystemType
|
|
//
|
|
this.combo_SystemType.FormattingEnabled = true;
|
|
this.combo_SystemType.Location = new System.Drawing.Point(155, 281);
|
|
this.combo_SystemType.Name = "combo_SystemType";
|
|
this.combo_SystemType.Size = new System.Drawing.Size(112, 20);
|
|
this.combo_SystemType.TabIndex = 47;
|
|
this.combo_SystemType.SelectedIndexChanged += new System.EventHandler(this.combo_SystemType_SelectedIndexChanged);
|
|
//
|
|
// label19
|
|
//
|
|
this.label19.AutoSize = true;
|
|
this.label19.Location = new System.Drawing.Point(37, 285);
|
|
this.label19.Name = "label19";
|
|
this.label19.Size = new System.Drawing.Size(69, 12);
|
|
this.label19.TabIndex = 48;
|
|
this.label19.Text = "시스템 유형";
|
|
//
|
|
// FormCoil
|
|
//
|
|
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(310, 384);
|
|
this.Controls.Add(this.combo_SystemType);
|
|
this.Controls.Add(this.label19);
|
|
this.Controls.Add(this.label17);
|
|
this.Controls.Add(this.txt_CoilOffset);
|
|
this.Controls.Add(this.label18);
|
|
this.Controls.Add(this.label16);
|
|
this.Controls.Add(this.label15);
|
|
this.Controls.Add(this.label14);
|
|
this.Controls.Add(this.label11);
|
|
this.Controls.Add(this.combo_CoilType);
|
|
this.Controls.Add(this.combo_CoilDia);
|
|
this.Controls.Add(this.label13);
|
|
this.Controls.Add(this.label12);
|
|
this.Controls.Add(this.ListCoil);
|
|
this.Controls.Add(this.pictureCoil3);
|
|
this.Controls.Add(this.pictureCoil1);
|
|
this.Controls.Add(this.pictureCoil2);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.label10);
|
|
this.Controls.Add(this.txt_CoilOutAirLenLimit);
|
|
this.Controls.Add(this.label9);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.txt_CoilDistFromWall);
|
|
this.Controls.Add(this.txt_CoilDist);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FormCoil";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "난방 코일";
|
|
this.Load += new System.EventHandler(this.FormCoil_Load);
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormCoil_KeyDown);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureCoil3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureCoil1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureCoil2)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox txt_CoilDistFromWall;
|
|
private System.Windows.Forms.TextBox txt_CoilDist;
|
|
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.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.TextBox txt_CoilOutAirLenLimit;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.PictureBox pictureCoil2;
|
|
private System.Windows.Forms.PictureBox pictureCoil1;
|
|
private System.Windows.Forms.PictureBox pictureCoil3;
|
|
private System.Windows.Forms.ListBox ListCoil;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.ComboBox combo_CoilDia;
|
|
private System.Windows.Forms.ComboBox combo_CoilType;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.Label label16;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.TextBox txt_CoilOffset;
|
|
private System.Windows.Forms.Label label18;
|
|
private System.Windows.Forms.ComboBox combo_SystemType;
|
|
private System.Windows.Forms.Label label19;
|
|
}
|
|
} |