ITC81DB_2H/ITC81DB_0H/Controls/Etc/ControlConfiMULTiJET.design...

117 lines
5.9 KiB
C#

namespace ITC81DB_0H
{
partial class ControlConfiMULTiJET
{
/// <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(ControlConfiMULTiJET));
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.labelSlaveAddress = new SmartX.SmartLabel();
this.labelTitleSlaveAddress = new SmartX.SmartLabel();
this.smartGroupBox1.SuspendLayout();
this.SuspendLayout();
//
// smartGroupBox1
//
this.smartGroupBox1.BackPictureBox = null;
this.smartGroupBox1.BackPictureBox1 = null;
this.smartGroupBox1.Controls.Add(this.labelSlaveAddress);
this.smartGroupBox1.Controls.Add(this.labelTitleSlaveAddress);
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;
//
// labelSlaveAddress
//
this.labelSlaveAddress.BackColor = System.Drawing.SystemColors.Window;
this.labelSlaveAddress.BackPictureBox = null;
this.labelSlaveAddress.BackPictureBox1 = null;
this.labelSlaveAddress.BackPictureBox2 = null;
this.labelSlaveAddress.BorderColor = System.Drawing.Color.Black;
this.labelSlaveAddress.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelSlaveAddress.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelSlaveAddress.InitVisible = true;
this.labelSlaveAddress.LineSpacing = 0F;
this.labelSlaveAddress.Location = new System.Drawing.Point(435, 16);
this.labelSlaveAddress.Name = "labelSlaveAddress";
this.labelSlaveAddress.Size = new System.Drawing.Size(82, 28);
this.labelSlaveAddress.TabIndex = 135;
this.labelSlaveAddress.Text = "58";
this.labelSlaveAddress.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelSlaveAddress.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelSlaveAddress.Wordwrap = false;
this.labelSlaveAddress.Click += new System.EventHandler(this.labelSlaveAddress_Click);
//
// labelTitleSlaveAddress
//
this.labelTitleSlaveAddress.BackPictureBox1 = null;
this.labelTitleSlaveAddress.BackPictureBox2 = this.smartGroupBox1;
this.labelTitleSlaveAddress.BorderColor = System.Drawing.Color.Black;
this.labelTitleSlaveAddress.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleSlaveAddress.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleSlaveAddress.ForeColor = System.Drawing.Color.White;
this.labelTitleSlaveAddress.InitVisible = true;
this.labelTitleSlaveAddress.LineSpacing = 0F;
this.labelTitleSlaveAddress.Location = new System.Drawing.Point(117, 16);
this.labelTitleSlaveAddress.Name = "labelTitleSlaveAddress";
this.labelTitleSlaveAddress.Size = new System.Drawing.Size(312, 28);
this.labelTitleSlaveAddress.TabIndex = 134;
this.labelTitleSlaveAddress.Text = "Slave Address";
this.labelTitleSlaveAddress.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleSlaveAddress.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleSlaveAddress.Wordwrap = false;
//
// ControlConfiMULTiJET
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.smartGroupBox1);
this.Name = "ControlConfiMULTiJET";
this.Size = new System.Drawing.Size(710, 253);
this.smartGroupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private SmartX.SmartGroupBox smartGroupBox1;
public SmartX.SmartLabel labelSlaveAddress;
private SmartX.SmartLabel labelTitleSlaveAddress;
}
}