107 lines
4.6 KiB
C#
107 lines
4.6 KiB
C#
namespace KMBIM
|
|
{
|
|
partial class FormCoilOutAir
|
|
{
|
|
/// <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(FormCoilOutAir));
|
|
this.txt_OutAirCoilCnt = new System.Windows.Forms.TextBox();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// txt_OutAirCoilCnt
|
|
//
|
|
this.txt_OutAirCoilCnt.Location = new System.Drawing.Point(173, 34);
|
|
this.txt_OutAirCoilCnt.Name = "txt_OutAirCoilCnt";
|
|
this.txt_OutAirCoilCnt.Size = new System.Drawing.Size(57, 21);
|
|
this.txt_OutAirCoilCnt.TabIndex = 2;
|
|
this.txt_OutAirCoilCnt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txt_OutAirCoilCnt.TextChanged += new System.EventHandler(this.txt_OutAirCoilCnt_TextChanged);
|
|
this.txt_OutAirCoilCnt.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_OutAirCoilCnt_KeyPress);
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.button2.Location = new System.Drawing.Point(128, 71);
|
|
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(47, 71);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
this.button1.TabIndex = 0;
|
|
this.button1.Text = "확인";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(12, 28);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(155, 24);
|
|
this.label1.TabIndex = 21;
|
|
this.label1.Text = "벽체에서 외기로\r\n판단되는 코일의 수(짝수) : ";
|
|
//
|
|
// FormCoilOutAir
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(251, 110);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.txt_OutAirCoilCnt);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FormCoilOutAir";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "난방코일";
|
|
this.Load += new System.EventHandler(this.FormCoilOutAir_Load);
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormCoilOutAir_KeyDown);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox txt_OutAirCoilCnt;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Label label1;
|
|
}
|
|
} |