File name
Commit message
Commit date
File name
Commit message
Commit date
namespace KHPANEL
{
partial class Form_Main
{
/// <summary>
/// 필수 디자이너 변수입니다.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 사용 중인 모든 리소스를 정리합니다.
/// </summary>
/// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form 디자이너에서 생성한 코드
/// <summary>
/// 디자이너 지원에 필요한 메서드입니다.
/// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.simpleButton_1 = new DevExpress.XtraEditors.SimpleButton();
this.timer_DBConnect = new System.Windows.Forms.Timer(this.components);
this.textBox_State = new System.Windows.Forms.TextBox();
this.ucScreen1 = new KHPANEL.ucScreen();
this.SuspendLayout();
//
// simpleButton_1
//
this.simpleButton_1.Location = new System.Drawing.Point(291, 28);
this.simpleButton_1.Name = "simpleButton_1";
this.simpleButton_1.Size = new System.Drawing.Size(96, 27);
this.simpleButton_1.TabIndex = 1;
this.simpleButton_1.Text = "Open";
this.simpleButton_1.Click += new System.EventHandler(this.simpleButton_1_Click);
//
// timer_DBConnect
//
this.timer_DBConnect.Enabled = true;
this.timer_DBConnect.Interval = 1000;
this.timer_DBConnect.Tick += new System.EventHandler(this.timer_DBConnect_Tick);
//
// textBox_State
//
this.textBox_State.Location = new System.Drawing.Point(59, 273);
this.textBox_State.Multiline = true;
this.textBox_State.Name = "textBox_State";
this.textBox_State.Size = new System.Drawing.Size(328, 173);
this.textBox_State.TabIndex = 3;
this.textBox_State.Visible = false;
//
// ucScreen1
//
this.ucScreen1.LabelText = "온도현황화면";
this.ucScreen1.Location = new System.Drawing.Point(23, 25);
this.ucScreen1.Name = "ucScreen1";
this.ucScreen1.Size = new System.Drawing.Size(250, 32);
this.ucScreen1.TabIndex = 0;
//
// Form_Main
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(416, 458);
this.Controls.Add(this.textBox_State);
this.Controls.Add(this.simpleButton_1);
this.Controls.Add(this.ucScreen1);
this.Name = "Form_Main";
this.Text = "현황정보";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private ucScreen ucScreen1;
private DevExpress.XtraEditors.SimpleButton simpleButton_1;
private System.Windows.Forms.Timer timer_DBConnect;
private System.Windows.Forms.TextBox textBox_State;
}
}