173 lines
9.2 KiB
C#
173 lines
9.2 KiB
C#
namespace ITC81DB_0H
|
|
{
|
|
partial class ControlConfiSerialHitachi
|
|
{
|
|
/// <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 구성 요소 디자이너에서 생성한 코드
|
|
|
|
/// <summary>
|
|
/// 디자이너 지원에 필요한 메서드입니다.
|
|
/// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlConfiSerialHitachi));
|
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
|
this.labelRoomNumber = new SmartX.SmartLabel();
|
|
this.labelTitleRoomNumber = new SmartX.SmartLabel();
|
|
this.labelTitleBlank = new SmartX.SmartLabel();
|
|
this.buttonBlank = new SmartX.SmartButton();
|
|
this.smartGroupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// smartGroupBox1
|
|
//
|
|
this.smartGroupBox1.BackPictureBox = null;
|
|
this.smartGroupBox1.BackPictureBox1 = null;
|
|
this.smartGroupBox1.Controls.Add(this.buttonBlank);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitleBlank);
|
|
this.smartGroupBox1.Controls.Add(this.labelRoomNumber);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitleRoomNumber);
|
|
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black;
|
|
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
|
|
this.smartGroupBox1.FrameLineThickness = 1;
|
|
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None;
|
|
this.smartGroupBox1.Image = ((System.Drawing.Image)(resources.GetObject("smartGroupBox1.Image")));
|
|
this.smartGroupBox1.InitVisible = true;
|
|
this.smartGroupBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.smartGroupBox1.Name = "smartGroupBox1";
|
|
this.smartGroupBox1.RoundRadius = 5;
|
|
this.smartGroupBox1.Size = new System.Drawing.Size(710, 253);
|
|
this.smartGroupBox1.TabIndex = 6;
|
|
this.smartGroupBox1.Text = "smartGroupBox1";
|
|
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
|
//
|
|
// labelRoomNumber
|
|
//
|
|
this.labelRoomNumber.BackColor = System.Drawing.SystemColors.Window;
|
|
this.labelRoomNumber.BackPictureBox = null;
|
|
this.labelRoomNumber.BackPictureBox1 = null;
|
|
this.labelRoomNumber.BackPictureBox2 = null;
|
|
this.labelRoomNumber.BorderColor = System.Drawing.Color.Black;
|
|
this.labelRoomNumber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.labelRoomNumber.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
|
this.labelRoomNumber.InitVisible = true;
|
|
this.labelRoomNumber.LineSpacing = 0F;
|
|
this.labelRoomNumber.Location = new System.Drawing.Point(435, 16);
|
|
this.labelRoomNumber.Name = "labelRoomNumber";
|
|
this.labelRoomNumber.Size = new System.Drawing.Size(82, 28);
|
|
this.labelRoomNumber.TabIndex = 135;
|
|
this.labelRoomNumber.Text = "1";
|
|
this.labelRoomNumber.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
this.labelRoomNumber.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelRoomNumber.Wordwrap = false;
|
|
this.labelRoomNumber.Click += new System.EventHandler(this.labelRoomNumber_Click);
|
|
//
|
|
// labelTitleRoomNumber
|
|
//
|
|
this.labelTitleRoomNumber.BackPictureBox1 = null;
|
|
this.labelTitleRoomNumber.BackPictureBox2 = this.smartGroupBox1;
|
|
this.labelTitleRoomNumber.BorderColor = System.Drawing.Color.Black;
|
|
this.labelTitleRoomNumber.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelTitleRoomNumber.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitleRoomNumber.ForeColor = System.Drawing.Color.White;
|
|
this.labelTitleRoomNumber.InitVisible = true;
|
|
this.labelTitleRoomNumber.LineSpacing = 0F;
|
|
this.labelTitleRoomNumber.Location = new System.Drawing.Point(117, 16);
|
|
this.labelTitleRoomNumber.Name = "labelTitleRoomNumber";
|
|
this.labelTitleRoomNumber.Size = new System.Drawing.Size(312, 28);
|
|
this.labelTitleRoomNumber.TabIndex = 134;
|
|
this.labelTitleRoomNumber.Text = "방 번호 설정(1~9)";
|
|
this.labelTitleRoomNumber.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelTitleRoomNumber.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleRoomNumber.Wordwrap = false;
|
|
//
|
|
// labelTitleBlank
|
|
//
|
|
this.labelTitleBlank.BackPictureBox1 = null;
|
|
this.labelTitleBlank.BackPictureBox2 = this.smartGroupBox1;
|
|
this.labelTitleBlank.BorderColor = System.Drawing.Color.Black;
|
|
this.labelTitleBlank.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelTitleBlank.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitleBlank.ForeColor = System.Drawing.Color.White;
|
|
this.labelTitleBlank.InitVisible = true;
|
|
this.labelTitleBlank.LineSpacing = 0F;
|
|
this.labelTitleBlank.Location = new System.Drawing.Point(117, 50);
|
|
this.labelTitleBlank.Name = "labelTitleBlank";
|
|
this.labelTitleBlank.Size = new System.Drawing.Size(312, 28);
|
|
this.labelTitleBlank.TabIndex = 136;
|
|
this.labelTitleBlank.Text = "빈 칸 처리(ON : None, OFF : Space)";
|
|
this.labelTitleBlank.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelTitleBlank.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleBlank.Wordwrap = false;
|
|
//
|
|
// buttonBlank
|
|
//
|
|
this.buttonBlank.BackPictureBox = null;
|
|
this.buttonBlank.BackPictureBox1 = null;
|
|
this.buttonBlank.BackPictureBox2 = null;
|
|
this.buttonBlank.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonBlank.ButtonImageAutoSize = true;
|
|
this.buttonBlank.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonBlank.DisableImage = null;
|
|
this.buttonBlank.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBlank.DownImage")));
|
|
this.buttonBlank.GroupID = 0;
|
|
this.buttonBlank.InitVisible = true;
|
|
this.buttonBlank.Location = new System.Drawing.Point(435, 50);
|
|
this.buttonBlank.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|
this.buttonBlank.Name = "buttonBlank";
|
|
this.buttonBlank.NestedClickEventPrevent = false;
|
|
this.buttonBlank.OutlinePixel = 1;
|
|
this.buttonBlank.RepeatInterval = 200;
|
|
this.buttonBlank.RepeatIntervalAccelerate = null;
|
|
this.buttonBlank.SafeInterval = 200;
|
|
this.buttonBlank.Size = new System.Drawing.Size(80, 28);
|
|
this.buttonBlank.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonBlank.TabIndex = 157;
|
|
this.buttonBlank.TextColor = System.Drawing.Color.Black;
|
|
this.buttonBlank.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonBlank.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonBlank.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonBlank.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonBlank.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBlank.UpImage")));
|
|
this.buttonBlank.Click += new System.EventHandler(this.buttonBlank_Click);
|
|
//
|
|
// ControlConfiSerialHitachi
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.Controls.Add(this.smartGroupBox1);
|
|
this.Name = "ControlConfiSerialHitachi";
|
|
this.Size = new System.Drawing.Size(710, 253);
|
|
this.smartGroupBox1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartGroupBox smartGroupBox1;
|
|
public SmartX.SmartLabel labelRoomNumber;
|
|
private SmartX.SmartLabel labelTitleRoomNumber;
|
|
private SmartX.SmartLabel labelTitleBlank;
|
|
private SmartX.SmartButton buttonBlank;
|
|
}
|
|
}
|