585 lines
37 KiB
C#
585 lines
37 KiB
C#
namespace INT_LKD.Controls
|
|
{
|
|
partial class ControlMenuSystemSetting
|
|
{
|
|
/// <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()
|
|
{
|
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
|
this.comboBoxLanguage = new System.Windows.Forms.ComboBox();
|
|
this.labelTitleLanguage = new SmartX.SmartLabel();
|
|
this.labelCheckLane = new SmartX.SmartLabel();
|
|
this.labelTitleCheckLane = new SmartX.SmartLabel();
|
|
this.labelEquipmentLane = new SmartX.SmartLabel();
|
|
this.labelTitleLCDDataPeriod = new SmartX.SmartLabel();
|
|
this.labelTitleEquipmentLane = new SmartX.SmartLabel();
|
|
this.labelLcdDataPeriod = new SmartX.SmartLabel();
|
|
this.smartLabel32 = new SmartX.SmartLabel();
|
|
this.labelTitleChattering = new SmartX.SmartLabel();
|
|
this.smartLabel31 = new SmartX.SmartLabel();
|
|
this.labelChattering = new SmartX.SmartLabel();
|
|
this.smartLabel30 = new SmartX.SmartLabel();
|
|
this.labelTitleCutWait = new SmartX.SmartLabel();
|
|
this.smartLabel29 = new SmartX.SmartLabel();
|
|
this.labelCutWait = new SmartX.SmartLabel();
|
|
this.labelSbDiffFilter = new SmartX.SmartLabel();
|
|
this.labelTitleBuzzer = new SmartX.SmartLabel();
|
|
this.labelTitleSBDiffFilter = new SmartX.SmartLabel();
|
|
this.labelBuzzer = new SmartX.SmartLabel();
|
|
this.smartTimerMessageShow = new SmartX.SmartTimer();
|
|
this.smartGroupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// smartGroupBox1
|
|
//
|
|
this.smartGroupBox1.BackGround = null;
|
|
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.smartGroupBox1.BackImage = null;
|
|
this.smartGroupBox1.Controls.Add(this.comboBoxLanguage);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitleLanguage);
|
|
this.smartGroupBox1.Controls.Add(this.labelCheckLane);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitleCheckLane);
|
|
this.smartGroupBox1.Controls.Add(this.labelEquipmentLane);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitleLCDDataPeriod);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitleEquipmentLane);
|
|
this.smartGroupBox1.Controls.Add(this.labelLcdDataPeriod);
|
|
this.smartGroupBox1.Controls.Add(this.smartLabel32);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitleChattering);
|
|
this.smartGroupBox1.Controls.Add(this.smartLabel31);
|
|
this.smartGroupBox1.Controls.Add(this.labelChattering);
|
|
this.smartGroupBox1.Controls.Add(this.smartLabel30);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitleCutWait);
|
|
this.smartGroupBox1.Controls.Add(this.smartLabel29);
|
|
this.smartGroupBox1.Controls.Add(this.labelCutWait);
|
|
this.smartGroupBox1.Controls.Add(this.labelSbDiffFilter);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitleBuzzer);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitleSBDiffFilter);
|
|
this.smartGroupBox1.Controls.Add(this.labelBuzzer);
|
|
this.smartGroupBox1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
|
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.smartGroupBox1.FrameLineThickness = 2;
|
|
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
|
this.smartGroupBox1.HeaderHeightOffset = 9;
|
|
this.smartGroupBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.smartGroupBox1.Name = "smartGroupBox1";
|
|
this.smartGroupBox1.RoundRadius = 5;
|
|
this.smartGroupBox1.Size = new System.Drawing.Size(909, 664);
|
|
this.smartGroupBox1.TabIndex = 2;
|
|
this.smartGroupBox1.Text = "smartGroupBox1";
|
|
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
|
|
//
|
|
// comboBoxLanguage
|
|
//
|
|
this.comboBoxLanguage.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold);
|
|
this.comboBoxLanguage.Location = new System.Drawing.Point(638, 291);
|
|
this.comboBoxLanguage.Name = "comboBoxLanguage";
|
|
this.comboBoxLanguage.Size = new System.Drawing.Size(120, 28);
|
|
this.comboBoxLanguage.TabIndex = 137;
|
|
this.comboBoxLanguage.SelectedIndexChanged += new System.EventHandler(this.comboBoxLanguage_SelectedIndexChanged);
|
|
//
|
|
// labelTitleLanguage
|
|
//
|
|
this.labelTitleLanguage.BackGround = null;
|
|
this.labelTitleLanguage.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.labelTitleLanguage.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelTitleLanguage.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelTitleLanguage.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelTitleLanguage.LineSpacing = 0F;
|
|
this.labelTitleLanguage.Location = new System.Drawing.Point(482, 289);
|
|
this.labelTitleLanguage.Name = "labelTitleLanguage";
|
|
this.labelTitleLanguage.OverlapOptimize = true;
|
|
this.labelTitleLanguage.PasswordChar = '\0';
|
|
this.labelTitleLanguage.Radius = 3;
|
|
this.labelTitleLanguage.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelTitleLanguage.Size = new System.Drawing.Size(150, 30);
|
|
this.labelTitleLanguage.TabIndex = 136;
|
|
this.labelTitleLanguage.Text = "Language";
|
|
this.labelTitleLanguage.TextColor = System.Drawing.Color.White;
|
|
this.labelTitleLanguage.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelTitleLanguage.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitleLanguage.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleLanguage.Wordwrap = false;
|
|
//
|
|
// labelCheckLane
|
|
//
|
|
this.labelCheckLane.BackGround = null;
|
|
this.labelCheckLane.BackGroundColor = System.Drawing.Color.Gainsboro;
|
|
this.labelCheckLane.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelCheckLane.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
|
this.labelCheckLane.Enabled = false;
|
|
this.labelCheckLane.LineSpacing = 0F;
|
|
this.labelCheckLane.Location = new System.Drawing.Point(638, 181);
|
|
this.labelCheckLane.Name = "labelCheckLane";
|
|
this.labelCheckLane.OverlapOptimize = true;
|
|
this.labelCheckLane.PasswordChar = '\0';
|
|
this.labelCheckLane.Radius = 3;
|
|
this.labelCheckLane.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelCheckLane.Size = new System.Drawing.Size(120, 30);
|
|
this.labelCheckLane.TabIndex = 135;
|
|
this.labelCheckLane.Text = "12345.45";
|
|
this.labelCheckLane.TextColor = System.Drawing.Color.Black;
|
|
this.labelCheckLane.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelCheckLane.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelCheckLane.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelCheckLane.Wordwrap = false;
|
|
this.labelCheckLane.Click += new System.EventHandler(this.labelCheckLane_Click);
|
|
//
|
|
// labelTitleCheckLane
|
|
//
|
|
this.labelTitleCheckLane.BackGround = null;
|
|
this.labelTitleCheckLane.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.labelTitleCheckLane.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelTitleCheckLane.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelTitleCheckLane.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelTitleCheckLane.LineSpacing = 0F;
|
|
this.labelTitleCheckLane.Location = new System.Drawing.Point(482, 181);
|
|
this.labelTitleCheckLane.Name = "labelTitleCheckLane";
|
|
this.labelTitleCheckLane.OverlapOptimize = true;
|
|
this.labelTitleCheckLane.PasswordChar = '\0';
|
|
this.labelTitleCheckLane.Radius = 3;
|
|
this.labelTitleCheckLane.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelTitleCheckLane.Size = new System.Drawing.Size(150, 30);
|
|
this.labelTitleCheckLane.TabIndex = 134;
|
|
this.labelTitleCheckLane.Text = "Check Lane";
|
|
this.labelTitleCheckLane.TextColor = System.Drawing.Color.White;
|
|
this.labelTitleCheckLane.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelTitleCheckLane.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitleCheckLane.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleCheckLane.Wordwrap = false;
|
|
//
|
|
// labelEquipmentLane
|
|
//
|
|
this.labelEquipmentLane.BackGround = null;
|
|
this.labelEquipmentLane.BackGroundColor = System.Drawing.Color.White;
|
|
this.labelEquipmentLane.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelEquipmentLane.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
|
this.labelEquipmentLane.LineSpacing = 0F;
|
|
this.labelEquipmentLane.Location = new System.Drawing.Point(267, 181);
|
|
this.labelEquipmentLane.Name = "labelEquipmentLane";
|
|
this.labelEquipmentLane.OverlapOptimize = true;
|
|
this.labelEquipmentLane.PasswordChar = '\0';
|
|
this.labelEquipmentLane.Radius = 3;
|
|
this.labelEquipmentLane.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelEquipmentLane.Size = new System.Drawing.Size(120, 30);
|
|
this.labelEquipmentLane.TabIndex = 133;
|
|
this.labelEquipmentLane.Text = "12345.45";
|
|
this.labelEquipmentLane.TextColor = System.Drawing.Color.Black;
|
|
this.labelEquipmentLane.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelEquipmentLane.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelEquipmentLane.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelEquipmentLane.Wordwrap = false;
|
|
this.labelEquipmentLane.Click += new System.EventHandler(this.labelEquipmentLane_Click);
|
|
//
|
|
// labelTitleLCDDataPeriod
|
|
//
|
|
this.labelTitleLCDDataPeriod.BackGround = null;
|
|
this.labelTitleLCDDataPeriod.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.labelTitleLCDDataPeriod.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelTitleLCDDataPeriod.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelTitleLCDDataPeriod.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelTitleLCDDataPeriod.LineSpacing = 0F;
|
|
this.labelTitleLCDDataPeriod.Location = new System.Drawing.Point(111, 217);
|
|
this.labelTitleLCDDataPeriod.Name = "labelTitleLCDDataPeriod";
|
|
this.labelTitleLCDDataPeriod.OverlapOptimize = true;
|
|
this.labelTitleLCDDataPeriod.PasswordChar = '\0';
|
|
this.labelTitleLCDDataPeriod.Radius = 3;
|
|
this.labelTitleLCDDataPeriod.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelTitleLCDDataPeriod.Size = new System.Drawing.Size(150, 30);
|
|
this.labelTitleLCDDataPeriod.TabIndex = 103;
|
|
this.labelTitleLCDDataPeriod.Text = "LCD data period";
|
|
this.labelTitleLCDDataPeriod.TextColor = System.Drawing.Color.White;
|
|
this.labelTitleLCDDataPeriod.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelTitleLCDDataPeriod.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitleLCDDataPeriod.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleLCDDataPeriod.Wordwrap = false;
|
|
//
|
|
// labelTitleEquipmentLane
|
|
//
|
|
this.labelTitleEquipmentLane.BackGround = null;
|
|
this.labelTitleEquipmentLane.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.labelTitleEquipmentLane.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelTitleEquipmentLane.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelTitleEquipmentLane.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelTitleEquipmentLane.LineSpacing = 0F;
|
|
this.labelTitleEquipmentLane.Location = new System.Drawing.Point(111, 181);
|
|
this.labelTitleEquipmentLane.Name = "labelTitleEquipmentLane";
|
|
this.labelTitleEquipmentLane.OverlapOptimize = true;
|
|
this.labelTitleEquipmentLane.PasswordChar = '\0';
|
|
this.labelTitleEquipmentLane.Radius = 3;
|
|
this.labelTitleEquipmentLane.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelTitleEquipmentLane.Size = new System.Drawing.Size(150, 30);
|
|
this.labelTitleEquipmentLane.TabIndex = 132;
|
|
this.labelTitleEquipmentLane.Text = "Equipment Lane";
|
|
this.labelTitleEquipmentLane.TextColor = System.Drawing.Color.White;
|
|
this.labelTitleEquipmentLane.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelTitleEquipmentLane.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitleEquipmentLane.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleEquipmentLane.Wordwrap = false;
|
|
//
|
|
// labelLcdDataPeriod
|
|
//
|
|
this.labelLcdDataPeriod.BackGround = null;
|
|
this.labelLcdDataPeriod.BackGroundColor = System.Drawing.Color.White;
|
|
this.labelLcdDataPeriod.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelLcdDataPeriod.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
|
this.labelLcdDataPeriod.LineSpacing = 0F;
|
|
this.labelLcdDataPeriod.Location = new System.Drawing.Point(267, 217);
|
|
this.labelLcdDataPeriod.Name = "labelLcdDataPeriod";
|
|
this.labelLcdDataPeriod.OverlapOptimize = true;
|
|
this.labelLcdDataPeriod.PasswordChar = '\0';
|
|
this.labelLcdDataPeriod.Radius = 3;
|
|
this.labelLcdDataPeriod.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelLcdDataPeriod.Size = new System.Drawing.Size(120, 30);
|
|
this.labelLcdDataPeriod.TabIndex = 104;
|
|
this.labelLcdDataPeriod.Text = "12345.45";
|
|
this.labelLcdDataPeriod.TextColor = System.Drawing.Color.Black;
|
|
this.labelLcdDataPeriod.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelLcdDataPeriod.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelLcdDataPeriod.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelLcdDataPeriod.Wordwrap = false;
|
|
this.labelLcdDataPeriod.Click += new System.EventHandler(this.labelLcdDataPeriod_Click);
|
|
//
|
|
// smartLabel32
|
|
//
|
|
this.smartLabel32.BackGround = null;
|
|
this.smartLabel32.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.smartLabel32.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.smartLabel32.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.smartLabel32.LineSpacing = 0F;
|
|
this.smartLabel32.Location = new System.Drawing.Point(764, 217);
|
|
this.smartLabel32.Name = "smartLabel32";
|
|
this.smartLabel32.OverlapOptimize = true;
|
|
this.smartLabel32.PasswordChar = '\0';
|
|
this.smartLabel32.Radius = 3;
|
|
this.smartLabel32.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.smartLabel32.Size = new System.Drawing.Size(40, 30);
|
|
this.smartLabel32.TabIndex = 131;
|
|
this.smartLabel32.Text = "msec";
|
|
this.smartLabel32.TextColor = System.Drawing.Color.White;
|
|
this.smartLabel32.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartLabel32.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.smartLabel32.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel32.Wordwrap = false;
|
|
//
|
|
// labelTitleChattering
|
|
//
|
|
this.labelTitleChattering.BackGround = null;
|
|
this.labelTitleChattering.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.labelTitleChattering.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelTitleChattering.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelTitleChattering.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelTitleChattering.LineSpacing = 0F;
|
|
this.labelTitleChattering.Location = new System.Drawing.Point(111, 253);
|
|
this.labelTitleChattering.Name = "labelTitleChattering";
|
|
this.labelTitleChattering.OverlapOptimize = true;
|
|
this.labelTitleChattering.PasswordChar = '\0';
|
|
this.labelTitleChattering.Radius = 3;
|
|
this.labelTitleChattering.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelTitleChattering.Size = new System.Drawing.Size(150, 30);
|
|
this.labelTitleChattering.TabIndex = 105;
|
|
this.labelTitleChattering.Text = "Chattering";
|
|
this.labelTitleChattering.TextColor = System.Drawing.Color.White;
|
|
this.labelTitleChattering.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelTitleChattering.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitleChattering.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleChattering.Wordwrap = false;
|
|
//
|
|
// smartLabel31
|
|
//
|
|
this.smartLabel31.BackGround = null;
|
|
this.smartLabel31.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.smartLabel31.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.smartLabel31.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.smartLabel31.LineSpacing = 0F;
|
|
this.smartLabel31.Location = new System.Drawing.Point(393, 289);
|
|
this.smartLabel31.Name = "smartLabel31";
|
|
this.smartLabel31.OverlapOptimize = true;
|
|
this.smartLabel31.PasswordChar = '\0';
|
|
this.smartLabel31.Radius = 3;
|
|
this.smartLabel31.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.smartLabel31.Size = new System.Drawing.Size(40, 30);
|
|
this.smartLabel31.TabIndex = 130;
|
|
this.smartLabel31.Text = "msec";
|
|
this.smartLabel31.TextColor = System.Drawing.Color.White;
|
|
this.smartLabel31.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartLabel31.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.smartLabel31.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel31.Wordwrap = false;
|
|
//
|
|
// labelChattering
|
|
//
|
|
this.labelChattering.BackGround = null;
|
|
this.labelChattering.BackGroundColor = System.Drawing.Color.White;
|
|
this.labelChattering.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelChattering.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
|
this.labelChattering.LineSpacing = 0F;
|
|
this.labelChattering.Location = new System.Drawing.Point(267, 253);
|
|
this.labelChattering.Name = "labelChattering";
|
|
this.labelChattering.OverlapOptimize = true;
|
|
this.labelChattering.PasswordChar = '\0';
|
|
this.labelChattering.Radius = 3;
|
|
this.labelChattering.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelChattering.Size = new System.Drawing.Size(120, 30);
|
|
this.labelChattering.TabIndex = 106;
|
|
this.labelChattering.Text = "12345.45";
|
|
this.labelChattering.TextColor = System.Drawing.Color.Black;
|
|
this.labelChattering.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelChattering.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelChattering.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelChattering.Wordwrap = false;
|
|
this.labelChattering.Click += new System.EventHandler(this.labelChattering_Click);
|
|
//
|
|
// smartLabel30
|
|
//
|
|
this.smartLabel30.BackGround = null;
|
|
this.smartLabel30.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.smartLabel30.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.smartLabel30.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.smartLabel30.LineSpacing = 0F;
|
|
this.smartLabel30.Location = new System.Drawing.Point(393, 253);
|
|
this.smartLabel30.Name = "smartLabel30";
|
|
this.smartLabel30.OverlapOptimize = true;
|
|
this.smartLabel30.PasswordChar = '\0';
|
|
this.smartLabel30.Radius = 3;
|
|
this.smartLabel30.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.smartLabel30.Size = new System.Drawing.Size(40, 30);
|
|
this.smartLabel30.TabIndex = 129;
|
|
this.smartLabel30.Text = "msec";
|
|
this.smartLabel30.TextColor = System.Drawing.Color.White;
|
|
this.smartLabel30.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartLabel30.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.smartLabel30.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel30.Wordwrap = false;
|
|
//
|
|
// labelTitleCutWait
|
|
//
|
|
this.labelTitleCutWait.BackGround = null;
|
|
this.labelTitleCutWait.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.labelTitleCutWait.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelTitleCutWait.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelTitleCutWait.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelTitleCutWait.LineSpacing = 0F;
|
|
this.labelTitleCutWait.Location = new System.Drawing.Point(111, 289);
|
|
this.labelTitleCutWait.Name = "labelTitleCutWait";
|
|
this.labelTitleCutWait.OverlapOptimize = true;
|
|
this.labelTitleCutWait.PasswordChar = '\0';
|
|
this.labelTitleCutWait.Radius = 3;
|
|
this.labelTitleCutWait.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelTitleCutWait.Size = new System.Drawing.Size(150, 30);
|
|
this.labelTitleCutWait.TabIndex = 107;
|
|
this.labelTitleCutWait.Text = "Cut wait";
|
|
this.labelTitleCutWait.TextColor = System.Drawing.Color.White;
|
|
this.labelTitleCutWait.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelTitleCutWait.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitleCutWait.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleCutWait.Wordwrap = false;
|
|
//
|
|
// smartLabel29
|
|
//
|
|
this.smartLabel29.BackGround = null;
|
|
this.smartLabel29.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.smartLabel29.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.smartLabel29.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.smartLabel29.LineSpacing = 0F;
|
|
this.smartLabel29.Location = new System.Drawing.Point(393, 217);
|
|
this.smartLabel29.Name = "smartLabel29";
|
|
this.smartLabel29.OverlapOptimize = true;
|
|
this.smartLabel29.PasswordChar = '\0';
|
|
this.smartLabel29.Radius = 3;
|
|
this.smartLabel29.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.smartLabel29.Size = new System.Drawing.Size(40, 30);
|
|
this.smartLabel29.TabIndex = 128;
|
|
this.smartLabel29.Text = "msec";
|
|
this.smartLabel29.TextColor = System.Drawing.Color.White;
|
|
this.smartLabel29.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartLabel29.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.smartLabel29.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel29.Wordwrap = false;
|
|
//
|
|
// labelCutWait
|
|
//
|
|
this.labelCutWait.BackGround = null;
|
|
this.labelCutWait.BackGroundColor = System.Drawing.Color.White;
|
|
this.labelCutWait.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelCutWait.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
|
this.labelCutWait.LineSpacing = 0F;
|
|
this.labelCutWait.Location = new System.Drawing.Point(267, 289);
|
|
this.labelCutWait.Name = "labelCutWait";
|
|
this.labelCutWait.OverlapOptimize = true;
|
|
this.labelCutWait.PasswordChar = '\0';
|
|
this.labelCutWait.Radius = 3;
|
|
this.labelCutWait.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelCutWait.Size = new System.Drawing.Size(120, 30);
|
|
this.labelCutWait.TabIndex = 108;
|
|
this.labelCutWait.Text = "12345.45";
|
|
this.labelCutWait.TextColor = System.Drawing.Color.Black;
|
|
this.labelCutWait.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelCutWait.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelCutWait.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelCutWait.Wordwrap = false;
|
|
this.labelCutWait.Click += new System.EventHandler(this.labelCutWait_Click);
|
|
//
|
|
// labelSbDiffFilter
|
|
//
|
|
this.labelSbDiffFilter.BackGround = null;
|
|
this.labelSbDiffFilter.BackGroundColor = System.Drawing.Color.White;
|
|
this.labelSbDiffFilter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelSbDiffFilter.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
|
this.labelSbDiffFilter.LineSpacing = 0F;
|
|
this.labelSbDiffFilter.Location = new System.Drawing.Point(638, 253);
|
|
this.labelSbDiffFilter.Name = "labelSbDiffFilter";
|
|
this.labelSbDiffFilter.OverlapOptimize = true;
|
|
this.labelSbDiffFilter.PasswordChar = '\0';
|
|
this.labelSbDiffFilter.Radius = 3;
|
|
this.labelSbDiffFilter.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelSbDiffFilter.Size = new System.Drawing.Size(120, 30);
|
|
this.labelSbDiffFilter.TabIndex = 112;
|
|
this.labelSbDiffFilter.Text = "12345.45";
|
|
this.labelSbDiffFilter.TextColor = System.Drawing.Color.Black;
|
|
this.labelSbDiffFilter.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelSbDiffFilter.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelSbDiffFilter.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelSbDiffFilter.Wordwrap = false;
|
|
this.labelSbDiffFilter.Click += new System.EventHandler(this.labelSbDiffFilter_Click);
|
|
//
|
|
// labelTitleBuzzer
|
|
//
|
|
this.labelTitleBuzzer.BackGround = null;
|
|
this.labelTitleBuzzer.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.labelTitleBuzzer.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelTitleBuzzer.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelTitleBuzzer.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelTitleBuzzer.LineSpacing = 0F;
|
|
this.labelTitleBuzzer.Location = new System.Drawing.Point(482, 217);
|
|
this.labelTitleBuzzer.Name = "labelTitleBuzzer";
|
|
this.labelTitleBuzzer.OverlapOptimize = true;
|
|
this.labelTitleBuzzer.PasswordChar = '\0';
|
|
this.labelTitleBuzzer.Radius = 3;
|
|
this.labelTitleBuzzer.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelTitleBuzzer.Size = new System.Drawing.Size(150, 30);
|
|
this.labelTitleBuzzer.TabIndex = 109;
|
|
this.labelTitleBuzzer.Text = "Buzzer";
|
|
this.labelTitleBuzzer.TextColor = System.Drawing.Color.White;
|
|
this.labelTitleBuzzer.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelTitleBuzzer.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitleBuzzer.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleBuzzer.Wordwrap = false;
|
|
//
|
|
// labelTitleSBDiffFilter
|
|
//
|
|
this.labelTitleSBDiffFilter.BackGround = null;
|
|
this.labelTitleSBDiffFilter.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.labelTitleSBDiffFilter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelTitleSBDiffFilter.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelTitleSBDiffFilter.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelTitleSBDiffFilter.LineSpacing = 0F;
|
|
this.labelTitleSBDiffFilter.Location = new System.Drawing.Point(482, 253);
|
|
this.labelTitleSBDiffFilter.Name = "labelTitleSBDiffFilter";
|
|
this.labelTitleSBDiffFilter.OverlapOptimize = true;
|
|
this.labelTitleSBDiffFilter.PasswordChar = '\0';
|
|
this.labelTitleSBDiffFilter.Radius = 3;
|
|
this.labelTitleSBDiffFilter.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelTitleSBDiffFilter.Size = new System.Drawing.Size(150, 30);
|
|
this.labelTitleSBDiffFilter.TabIndex = 111;
|
|
this.labelTitleSBDiffFilter.Text = "SB diff filter";
|
|
this.labelTitleSBDiffFilter.TextColor = System.Drawing.Color.White;
|
|
this.labelTitleSBDiffFilter.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelTitleSBDiffFilter.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitleSBDiffFilter.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleSBDiffFilter.Wordwrap = false;
|
|
//
|
|
// labelBuzzer
|
|
//
|
|
this.labelBuzzer.BackGround = null;
|
|
this.labelBuzzer.BackGroundColor = System.Drawing.Color.White;
|
|
this.labelBuzzer.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelBuzzer.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
|
this.labelBuzzer.LineSpacing = 0F;
|
|
this.labelBuzzer.Location = new System.Drawing.Point(638, 217);
|
|
this.labelBuzzer.Name = "labelBuzzer";
|
|
this.labelBuzzer.OverlapOptimize = true;
|
|
this.labelBuzzer.PasswordChar = '\0';
|
|
this.labelBuzzer.Radius = 3;
|
|
this.labelBuzzer.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelBuzzer.Size = new System.Drawing.Size(120, 30);
|
|
this.labelBuzzer.TabIndex = 110;
|
|
this.labelBuzzer.Text = "12345.45";
|
|
this.labelBuzzer.TextColor = System.Drawing.Color.Black;
|
|
this.labelBuzzer.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelBuzzer.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelBuzzer.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelBuzzer.Wordwrap = false;
|
|
this.labelBuzzer.Click += new System.EventHandler(this.labelBuzzer_Click);
|
|
//
|
|
// smartTimerMessageShow
|
|
//
|
|
this.smartTimerMessageShow.CounterMode = SmartX.SmartTimer.CounterModes.Up_Counter;
|
|
this.smartTimerMessageShow.Interval = 10;
|
|
this.smartTimerMessageShow.IntervalSeries = null;
|
|
this.smartTimerMessageShow.TimeCount = ((long)(1000000));
|
|
this.smartTimerMessageShow.TimeFormStringSeparator = ":";
|
|
this.smartTimerMessageShow.Tick += new System.EventHandler(this.smartTimerMessageShow_Tick);
|
|
//
|
|
// ControlMenuSystemSetting
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.Controls.Add(this.smartGroupBox1);
|
|
this.Name = "ControlMenuSystemSetting";
|
|
this.Size = new System.Drawing.Size(909, 664);
|
|
this.smartGroupBox1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartGroupBox smartGroupBox1;
|
|
private SmartX.SmartLabel labelSbDiffFilter;
|
|
private SmartX.SmartLabel labelTitleSBDiffFilter;
|
|
private SmartX.SmartLabel labelBuzzer;
|
|
private SmartX.SmartLabel labelTitleBuzzer;
|
|
private SmartX.SmartLabel labelCutWait;
|
|
private SmartX.SmartLabel labelTitleCutWait;
|
|
private SmartX.SmartLabel labelChattering;
|
|
private SmartX.SmartLabel labelTitleChattering;
|
|
private SmartX.SmartLabel labelLcdDataPeriod;
|
|
private SmartX.SmartLabel labelTitleLCDDataPeriod;
|
|
private SmartX.SmartLabel smartLabel32;
|
|
private SmartX.SmartLabel smartLabel31;
|
|
private SmartX.SmartLabel smartLabel30;
|
|
private SmartX.SmartLabel smartLabel29;
|
|
private SmartX.SmartTimer smartTimerMessageShow;
|
|
private SmartX.SmartLabel labelCheckLane;
|
|
private SmartX.SmartLabel labelTitleCheckLane;
|
|
private SmartX.SmartLabel labelEquipmentLane;
|
|
private SmartX.SmartLabel labelTitleEquipmentLane;
|
|
private System.Windows.Forms.ComboBox comboBoxLanguage;
|
|
private SmartX.SmartLabel labelTitleLanguage;
|
|
}
|
|
}
|