namespace KMBIM { partial class FormCoilOutAir2 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormCoilOutAir2)); this.label1 = new System.Windows.Forms.Label(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.txt_OutAirCoilCnt2 = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // 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 = 25; this.label1.Text = "벽체에서 외기로\r\n판단되는 코일의 수(짝수) : "; // // 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; // // txt_OutAirCoilCnt2 // this.txt_OutAirCoilCnt2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_OutAirCoilCnt2.Location = new System.Drawing.Point(173, 34); this.txt_OutAirCoilCnt2.Name = "txt_OutAirCoilCnt2"; this.txt_OutAirCoilCnt2.Size = new System.Drawing.Size(57, 21); this.txt_OutAirCoilCnt2.TabIndex = 2; this.txt_OutAirCoilCnt2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txt_OutAirCoilCnt2.TextChanged += new System.EventHandler(this.txt_OutAirCoilCnt2_TextChanged); this.txt_OutAirCoilCnt2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_OutAirCoilCnt2_KeyPress); // // FormCoilOutAir2 // 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_OutAirCoilCnt2); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FormCoilOutAir2"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "난방 코일"; this.Load += new System.EventHandler(this.FormCoilOutAir2_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormCoilOutAir2_KeyDown); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.TextBox txt_OutAirCoilCnt2; } }