226 lines
13 KiB
C#
226 lines
13 KiB
C#
namespace INT710D.Controls
|
|
{
|
|
partial class ControlCenterSystemMenu
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterSystemMenu));
|
|
this.smartLabel1 = new SmartX.SmartLabel();
|
|
this.buttonCalibration = new SmartX.SmartButton();
|
|
this.buttonMotorSetting = new SmartX.SmartButton();
|
|
this.buttonEquipmentTest = new SmartX.SmartButton();
|
|
this.buttonIOTest = new SmartX.SmartButton();
|
|
this.buttonBack = new SmartX.SmartButton();
|
|
this.SuspendLayout();
|
|
//
|
|
// smartLabel1
|
|
//
|
|
this.smartLabel1.BackPictureBox = null;
|
|
this.smartLabel1.BackPictureBox1 = null;
|
|
this.smartLabel1.BackPictureBox2 = null;
|
|
this.smartLabel1.BorderColor = System.Drawing.Color.Black;
|
|
this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.smartLabel1.InitVisible = true;
|
|
this.smartLabel1.LineSpacing = 0F;
|
|
this.smartLabel1.Location = new System.Drawing.Point(3, 3);
|
|
this.smartLabel1.Name = "smartLabel1";
|
|
this.smartLabel1.Size = new System.Drawing.Size(704, 40);
|
|
this.smartLabel1.TabIndex = 1;
|
|
this.smartLabel1.Text = "시스템설정 메뉴";
|
|
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel1.Wordwrap = false;
|
|
//
|
|
// buttonCalibration
|
|
//
|
|
this.buttonCalibration.BackPictureBox = null;
|
|
this.buttonCalibration.BackPictureBox1 = null;
|
|
this.buttonCalibration.BackPictureBox2 = null;
|
|
this.buttonCalibration.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonCalibration.ButtonImageAutoSize = true;
|
|
this.buttonCalibration.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonCalibration.DisableImage = null;
|
|
this.buttonCalibration.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCalibration.DownImage")));
|
|
this.buttonCalibration.GroupID = 0;
|
|
this.buttonCalibration.InitVisible = true;
|
|
this.buttonCalibration.Location = new System.Drawing.Point(49, 113);
|
|
this.buttonCalibration.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonCalibration.Name = "buttonCalibration";
|
|
this.buttonCalibration.NestedClickEventPrevent = false;
|
|
this.buttonCalibration.RepeatInterval = 200;
|
|
this.buttonCalibration.SafeInterval = 200;
|
|
this.buttonCalibration.Size = new System.Drawing.Size(120, 120);
|
|
this.buttonCalibration.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonCalibration.TabIndex = 11;
|
|
this.buttonCalibration.TextColor = System.Drawing.Color.Black;
|
|
this.buttonCalibration.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonCalibration.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonCalibration.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonCalibration.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonCalibration.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonCalibration.UpImage")));
|
|
//
|
|
// buttonMotorSetting
|
|
//
|
|
this.buttonMotorSetting.BackPictureBox = null;
|
|
this.buttonMotorSetting.BackPictureBox1 = null;
|
|
this.buttonMotorSetting.BackPictureBox2 = null;
|
|
this.buttonMotorSetting.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonMotorSetting.ButtonImageAutoSize = true;
|
|
this.buttonMotorSetting.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonMotorSetting.DisableImage = null;
|
|
this.buttonMotorSetting.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonMotorSetting.DownImage")));
|
|
this.buttonMotorSetting.GroupID = 0;
|
|
this.buttonMotorSetting.InitVisible = true;
|
|
this.buttonMotorSetting.Location = new System.Drawing.Point(196, 113);
|
|
this.buttonMotorSetting.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonMotorSetting.Name = "buttonMotorSetting";
|
|
this.buttonMotorSetting.NestedClickEventPrevent = false;
|
|
this.buttonMotorSetting.RepeatInterval = 200;
|
|
this.buttonMotorSetting.SafeInterval = 200;
|
|
this.buttonMotorSetting.Size = new System.Drawing.Size(120, 120);
|
|
this.buttonMotorSetting.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonMotorSetting.TabIndex = 13;
|
|
this.buttonMotorSetting.TextColor = System.Drawing.Color.Black;
|
|
this.buttonMotorSetting.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonMotorSetting.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonMotorSetting.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonMotorSetting.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonMotorSetting.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonMotorSetting.UpImage")));
|
|
//
|
|
// buttonEquipmentTest
|
|
//
|
|
this.buttonEquipmentTest.BackPictureBox = null;
|
|
this.buttonEquipmentTest.BackPictureBox1 = null;
|
|
this.buttonEquipmentTest.BackPictureBox2 = null;
|
|
this.buttonEquipmentTest.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonEquipmentTest.ButtonImageAutoSize = true;
|
|
this.buttonEquipmentTest.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonEquipmentTest.DisableImage = null;
|
|
this.buttonEquipmentTest.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEquipmentTest.DownImage")));
|
|
this.buttonEquipmentTest.GroupID = 0;
|
|
this.buttonEquipmentTest.InitVisible = true;
|
|
this.buttonEquipmentTest.Location = new System.Drawing.Point(505, 113);
|
|
this.buttonEquipmentTest.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonEquipmentTest.Name = "buttonEquipmentTest";
|
|
this.buttonEquipmentTest.NestedClickEventPrevent = false;
|
|
this.buttonEquipmentTest.RepeatInterval = 200;
|
|
this.buttonEquipmentTest.SafeInterval = 200;
|
|
this.buttonEquipmentTest.Size = new System.Drawing.Size(120, 120);
|
|
this.buttonEquipmentTest.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonEquipmentTest.TabIndex = 154;
|
|
this.buttonEquipmentTest.TextColor = System.Drawing.Color.Black;
|
|
this.buttonEquipmentTest.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonEquipmentTest.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonEquipmentTest.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonEquipmentTest.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonEquipmentTest.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonEquipmentTest.UpImage")));
|
|
this.buttonEquipmentTest.Visible = false;
|
|
//
|
|
// buttonIOTest
|
|
//
|
|
this.buttonIOTest.BackPictureBox = null;
|
|
this.buttonIOTest.BackPictureBox1 = null;
|
|
this.buttonIOTest.BackPictureBox2 = null;
|
|
this.buttonIOTest.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonIOTest.ButtonImageAutoSize = true;
|
|
this.buttonIOTest.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonIOTest.DisableImage = null;
|
|
this.buttonIOTest.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonIOTest.DownImage")));
|
|
this.buttonIOTest.GroupID = 0;
|
|
this.buttonIOTest.InitVisible = true;
|
|
this.buttonIOTest.Location = new System.Drawing.Point(349, 113);
|
|
this.buttonIOTest.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonIOTest.Name = "buttonIOTest";
|
|
this.buttonIOTest.NestedClickEventPrevent = false;
|
|
this.buttonIOTest.RepeatInterval = 200;
|
|
this.buttonIOTest.SafeInterval = 200;
|
|
this.buttonIOTest.Size = new System.Drawing.Size(120, 120);
|
|
this.buttonIOTest.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonIOTest.TabIndex = 153;
|
|
this.buttonIOTest.TextColor = System.Drawing.Color.Black;
|
|
this.buttonIOTest.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonIOTest.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonIOTest.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonIOTest.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonIOTest.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonIOTest.UpImage")));
|
|
this.buttonIOTest.Visible = false;
|
|
//
|
|
// buttonBack
|
|
//
|
|
this.buttonBack.BackPictureBox = null;
|
|
this.buttonBack.BackPictureBox1 = null;
|
|
this.buttonBack.BackPictureBox2 = null;
|
|
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonBack.ButtonImageAutoSize = true;
|
|
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonBack.DisableImage = null;
|
|
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
|
|
this.buttonBack.GroupID = 0;
|
|
this.buttonBack.InitVisible = true;
|
|
this.buttonBack.Location = new System.Drawing.Point(610, 323);
|
|
this.buttonBack.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonBack.Name = "buttonBack";
|
|
this.buttonBack.NestedClickEventPrevent = false;
|
|
this.buttonBack.RepeatInterval = 200;
|
|
this.buttonBack.SafeInterval = 200;
|
|
this.buttonBack.Size = new System.Drawing.Size(70, 70);
|
|
this.buttonBack.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonBack.TabIndex = 155;
|
|
this.buttonBack.TextColor = System.Drawing.Color.Black;
|
|
this.buttonBack.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonBack.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonBack.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonBack.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonBack.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.UpImage")));
|
|
//
|
|
// ControlCenterSystemMenu
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.Controls.Add(this.buttonBack);
|
|
this.Controls.Add(this.buttonEquipmentTest);
|
|
this.Controls.Add(this.buttonIOTest);
|
|
this.Controls.Add(this.buttonMotorSetting);
|
|
this.Controls.Add(this.buttonCalibration);
|
|
this.Controls.Add(this.smartLabel1);
|
|
this.Name = "ControlCenterSystemMenu";
|
|
this.Size = new System.Drawing.Size(710, 415);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartLabel smartLabel1;
|
|
private SmartX.SmartButton buttonCalibration;
|
|
private SmartX.SmartButton buttonMotorSetting;
|
|
private SmartX.SmartButton buttonEquipmentTest;
|
|
private SmartX.SmartButton buttonIOTest;
|
|
private SmartX.SmartButton buttonBack;
|
|
}
|
|
}
|