177 lines
9.6 KiB
C#
177 lines
9.6 KiB
C#
|
namespace ITC81DB.Controls
|
|||
|
{
|
|||
|
partial class ControlCenterSystemJudgmentSelect
|
|||
|
{
|
|||
|
/// <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(ControlCenterSystemJudgmentSelect));
|
|||
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
|||
|
this.buttonManualMode = new SmartX.SmartButton();
|
|||
|
this.buttonAutoMode = new SmartX.SmartButton();
|
|||
|
this.buttonItemNo = new SmartX.SmartButton();
|
|||
|
this.smartGroupBox1.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// smartGroupBox1
|
|||
|
//
|
|||
|
this.smartGroupBox1.BackPictureBox = null;
|
|||
|
this.smartGroupBox1.BackPictureBox1 = null;
|
|||
|
this.smartGroupBox1.Controls.Add(this.buttonItemNo);
|
|||
|
this.smartGroupBox1.Controls.Add(this.buttonManualMode);
|
|||
|
this.smartGroupBox1.Controls.Add(this.buttonAutoMode);
|
|||
|
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, 470);
|
|||
|
this.smartGroupBox1.TabIndex = 2;
|
|||
|
this.smartGroupBox1.Text = "smartGroupBox1";
|
|||
|
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
|||
|
//
|
|||
|
// buttonManualMode
|
|||
|
//
|
|||
|
this.buttonManualMode.BackPictureBox = null;
|
|||
|
this.buttonManualMode.BackPictureBox1 = null;
|
|||
|
this.buttonManualMode.BackPictureBox2 = null;
|
|||
|
this.buttonManualMode.ButtonColor = System.Drawing.Color.Gray;
|
|||
|
this.buttonManualMode.ButtonImageAutoSize = true;
|
|||
|
this.buttonManualMode.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|||
|
this.buttonManualMode.DisableImage = null;
|
|||
|
this.buttonManualMode.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonManualMode.DownImage")));
|
|||
|
this.buttonManualMode.GroupID = 0;
|
|||
|
this.buttonManualMode.InitVisible = true;
|
|||
|
this.buttonManualMode.Location = new System.Drawing.Point(384, 135);
|
|||
|
this.buttonManualMode.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|||
|
this.buttonManualMode.Name = "buttonManualMode";
|
|||
|
this.buttonManualMode.NestedClickEventPrevent = false;
|
|||
|
this.buttonManualMode.OutlinePixel = 1;
|
|||
|
this.buttonManualMode.RepeatInterval = 200;
|
|||
|
this.buttonManualMode.RepeatIntervalAccelerate = null;
|
|||
|
this.buttonManualMode.SafeInterval = 200;
|
|||
|
this.buttonManualMode.Size = new System.Drawing.Size(160, 208);
|
|||
|
this.buttonManualMode.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|||
|
this.buttonManualMode.TabIndex = 3;
|
|||
|
this.buttonManualMode.TextColor = System.Drawing.Color.Black;
|
|||
|
this.buttonManualMode.TextDownColor = System.Drawing.Color.White;
|
|||
|
this.buttonManualMode.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|||
|
this.buttonManualMode.TextLocation = new System.Drawing.Point(0, 0);
|
|||
|
this.buttonManualMode.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|||
|
this.buttonManualMode.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonManualMode.UpImage")));
|
|||
|
this.buttonManualMode.Click += new System.EventHandler(this.buttonManualMode_Click);
|
|||
|
//
|
|||
|
// buttonAutoMode
|
|||
|
//
|
|||
|
this.buttonAutoMode.BackPictureBox = null;
|
|||
|
this.buttonAutoMode.BackPictureBox1 = null;
|
|||
|
this.buttonAutoMode.BackPictureBox2 = null;
|
|||
|
this.buttonAutoMode.ButtonColor = System.Drawing.Color.Gray;
|
|||
|
this.buttonAutoMode.ButtonImageAutoSize = true;
|
|||
|
this.buttonAutoMode.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|||
|
this.buttonAutoMode.DisableImage = null;
|
|||
|
this.buttonAutoMode.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonAutoMode.DownImage")));
|
|||
|
this.buttonAutoMode.GroupID = 0;
|
|||
|
this.buttonAutoMode.InitVisible = true;
|
|||
|
this.buttonAutoMode.Location = new System.Drawing.Point(166, 135);
|
|||
|
this.buttonAutoMode.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|||
|
this.buttonAutoMode.Name = "buttonAutoMode";
|
|||
|
this.buttonAutoMode.NestedClickEventPrevent = false;
|
|||
|
this.buttonAutoMode.OutlinePixel = 1;
|
|||
|
this.buttonAutoMode.RepeatInterval = 200;
|
|||
|
this.buttonAutoMode.RepeatIntervalAccelerate = null;
|
|||
|
this.buttonAutoMode.SafeInterval = 200;
|
|||
|
this.buttonAutoMode.Size = new System.Drawing.Size(160, 208);
|
|||
|
this.buttonAutoMode.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|||
|
this.buttonAutoMode.TabIndex = 2;
|
|||
|
this.buttonAutoMode.TextColor = System.Drawing.Color.Black;
|
|||
|
this.buttonAutoMode.TextDownColor = System.Drawing.Color.White;
|
|||
|
this.buttonAutoMode.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|||
|
this.buttonAutoMode.TextLocation = new System.Drawing.Point(0, 0);
|
|||
|
this.buttonAutoMode.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|||
|
this.buttonAutoMode.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonAutoMode.UpImage")));
|
|||
|
this.buttonAutoMode.Click += new System.EventHandler(this.buttonAutoMode_Click);
|
|||
|
//
|
|||
|
// buttonItemNo
|
|||
|
//
|
|||
|
this.buttonItemNo.BackPictureBox = null;
|
|||
|
this.buttonItemNo.BackPictureBox1 = null;
|
|||
|
this.buttonItemNo.BackPictureBox2 = null;
|
|||
|
this.buttonItemNo.ButtonColor = System.Drawing.Color.Gray;
|
|||
|
this.buttonItemNo.ButtonImageAutoSize = true;
|
|||
|
this.buttonItemNo.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|||
|
this.buttonItemNo.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonItemNo.DisableImage")));
|
|||
|
this.buttonItemNo.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonItemNo.DownImage")));
|
|||
|
this.buttonItemNo.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|||
|
this.buttonItemNo.GroupID = 0;
|
|||
|
this.buttonItemNo.InitVisible = true;
|
|||
|
this.buttonItemNo.Location = new System.Drawing.Point(17, 12);
|
|||
|
this.buttonItemNo.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|||
|
this.buttonItemNo.Name = "buttonItemNo";
|
|||
|
this.buttonItemNo.NestedClickEventPrevent = false;
|
|||
|
this.buttonItemNo.OutlinePixel = 1;
|
|||
|
this.buttonItemNo.RepeatInterval = 200;
|
|||
|
this.buttonItemNo.RepeatIntervalAccelerate = null;
|
|||
|
this.buttonItemNo.SafeInterval = 200;
|
|||
|
this.buttonItemNo.Size = new System.Drawing.Size(330, 50);
|
|||
|
this.buttonItemNo.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|||
|
this.buttonItemNo.TabIndex = 182;
|
|||
|
this.buttonItemNo.Text = "100";
|
|||
|
this.buttonItemNo.TextColor = System.Drawing.Color.White;
|
|||
|
this.buttonItemNo.TextDownColor = System.Drawing.Color.White;
|
|||
|
this.buttonItemNo.TextHAlign = SmartX.SmartButton.TextHorAlign.Right;
|
|||
|
this.buttonItemNo.TextLocation = new System.Drawing.Point(-10, 0);
|
|||
|
this.buttonItemNo.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|||
|
this.buttonItemNo.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonItemNo.UpImage")));
|
|||
|
this.buttonItemNo.Click += new System.EventHandler(this.buttonItemNo_Click);
|
|||
|
//
|
|||
|
// ControlCenterSystemJudgmentSelect
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|||
|
this.Controls.Add(this.smartGroupBox1);
|
|||
|
this.Name = "ControlCenterSystemJudgmentSelect";
|
|||
|
this.Size = new System.Drawing.Size(710, 470);
|
|||
|
this.smartGroupBox1.ResumeLayout(false);
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private SmartX.SmartGroupBox smartGroupBox1;
|
|||
|
private SmartX.SmartButton buttonManualMode;
|
|||
|
private SmartX.SmartButton buttonAutoMode;
|
|||
|
private SmartX.SmartButton buttonItemNo;
|
|||
|
|
|||
|
|
|||
|
}
|
|||
|
}
|