144 lines
6.2 KiB
C#
144 lines
6.2 KiB
C#
namespace KMBIM
|
|
{
|
|
partial class FormCoilZone
|
|
{
|
|
/// <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(FormCoilZone));
|
|
this.txt_CoilLength = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txt_CoilZone = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// txt_CoilLength
|
|
//
|
|
this.txt_CoilLength.Enabled = false;
|
|
this.txt_CoilLength.Location = new System.Drawing.Point(96, 19);
|
|
this.txt_CoilLength.Name = "txt_CoilLength";
|
|
this.txt_CoilLength.Size = new System.Drawing.Size(88, 21);
|
|
this.txt_CoilLength.TabIndex = 3;
|
|
this.txt_CoilLength.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txt_CoilLength.TextChanged += new System.EventHandler(this.txt_CoilLength_TextChanged);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(25, 22);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(65, 12);
|
|
this.label1.TabIndex = 16;
|
|
this.label1.Text = "코일 길이 :";
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.button2.Location = new System.Drawing.Point(112, 86);
|
|
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(27, 86);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
this.button1.TabIndex = 0;
|
|
this.button1.Text = "확인";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(49, 49);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(41, 12);
|
|
this.label2.TabIndex = 20;
|
|
this.label2.Text = "존 수 :";
|
|
//
|
|
// txt_CoilZone
|
|
//
|
|
this.txt_CoilZone.Location = new System.Drawing.Point(96, 46);
|
|
this.txt_CoilZone.Name = "txt_CoilZone";
|
|
this.txt_CoilZone.Size = new System.Drawing.Size(88, 21);
|
|
this.txt_CoilZone.TabIndex = 2;
|
|
this.txt_CoilZone.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txt_CoilZone.TextChanged += new System.EventHandler(this.txt_CoilZone_TextChanged);
|
|
this.txt_CoilZone.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_CoilZone_KeyPress);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(190, 22);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(16, 12);
|
|
this.label3.TabIndex = 21;
|
|
this.label3.Text = "m";
|
|
//
|
|
// FormCoilZone
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(211, 116);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.txt_CoilZone);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.txt_CoilLength);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FormCoilZone";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "난방 코일";
|
|
this.Load += new System.EventHandler(this.FormCoilZone_Load);
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormCoilZone_KeyDown);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox txt_CoilLength;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txt_CoilZone;
|
|
private System.Windows.Forms.Label label3;
|
|
}
|
|
} |