namespace INT_LKD.Controls { partial class ControlMenuManualIoTest { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.groupBoxServo = new SmartX.SmartGroupBox(); this.labelMotorChamber7 = new SmartX.SmartLabel(); this.buttonMotorChamber7 = new SmartX.SmartButton(); this.labelMotorReady = new SmartX.SmartLabel(); this.buttonMotorReady = new SmartX.SmartButton(); this.buttonJogCCW = new SmartX.SmartButton(); this.buttonJogCW = new SmartX.SmartButton(); this.labelMotorDischarge = new SmartX.SmartLabel(); this.labelMotorChamber6 = new SmartX.SmartLabel(); this.buttonMotorDischarge = new SmartX.SmartButton(); this.buttonMotorChamber6 = new SmartX.SmartButton(); this.labelMotorChamber5 = new SmartX.SmartLabel(); this.buttonMotorChamber5 = new SmartX.SmartButton(); this.labelMotorChamber4 = new SmartX.SmartLabel(); this.labelMotorChamber3 = new SmartX.SmartLabel(); this.buttonMotorChamber4 = new SmartX.SmartButton(); this.buttonMotorChamber3 = new SmartX.SmartButton(); this.buttonMotor1AlarmClear = new SmartX.SmartButton(); this.labelMotorChamber2 = new SmartX.SmartLabel(); this.labelMotorChamber1 = new SmartX.SmartLabel(); this.labelMotor1Origin = new SmartX.SmartLabel(); this.buttonMotor1Origin = new SmartX.SmartButton(); this.buttonMotorChamber2 = new SmartX.SmartButton(); this.buttonMotorChamber1 = new SmartX.SmartButton(); this.groupBoxOutput = new SmartX.SmartGroupBox(); this.labelTitleDiscriptionPD = new SmartX.SmartLabel(); this.labelTitleDiscriptionCD = new SmartX.SmartLabel(); this.buttonOut11 = new SmartX.SmartButton(); this.buttonOut12 = new SmartX.SmartButton(); this.buttonOut10 = new SmartX.SmartButton(); this.buttonOut1 = new SmartX.SmartButton(); this.buttonOut2 = new SmartX.SmartButton(); this.buttonOut9 = new SmartX.SmartButton(); this.buttonOut3 = new SmartX.SmartButton(); this.buttonOut4 = new SmartX.SmartButton(); this.buttonOut8 = new SmartX.SmartButton(); this.buttonOut5 = new SmartX.SmartButton(); this.buttonOut6 = new SmartX.SmartButton(); this.buttonOut7 = new SmartX.SmartButton(); this.groupBoxStatus = new SmartX.SmartGroupBox(); this.labelVacuumMaster2 = new SmartX.SmartLabel(); this.labelVacuumWorking2 = new SmartX.SmartLabel(); this.labelDiff2 = new SmartX.SmartLabel(); this.labelDisp2 = new SmartX.SmartLabel(); this.smartLabel5 = new SmartX.SmartLabel(); this.labelVacuumMaster1 = new SmartX.SmartLabel(); this.labelTitlePressureW = new SmartX.SmartLabel(); this.labeldispAlarm1 = new SmartX.SmartLabel(); this.labelVacuumWorking1 = new SmartX.SmartLabel(); this.labelTitlePressureM = new SmartX.SmartLabel(); this.labelDiff1 = new SmartX.SmartLabel(); this.labelTitleDiff = new SmartX.SmartLabel(); this.labelDisp1 = new SmartX.SmartLabel(); this.labelTitleDisp = new SmartX.SmartLabel(); this.labelSbAlarm1 = new SmartX.SmartLabel(); this.labelLane = new SmartX.SmartLabel(); this.groupBoxInput = new SmartX.SmartGroupBox(); this.labelTitleInput5 = new SmartX.SmartLabel(); this.labelInput5 = new SmartX.SmartLabel(); this.labelTitleInput4 = new SmartX.SmartLabel(); this.labelTitleInput2 = new SmartX.SmartLabel(); this.labelInput4 = new SmartX.SmartLabel(); this.labelInput2 = new SmartX.SmartLabel(); this.labelTitleInput3 = new SmartX.SmartLabel(); this.labelTitleInput1 = new SmartX.SmartLabel(); this.labelInput3 = new SmartX.SmartLabel(); this.labelInput1 = new SmartX.SmartLabel(); this.smartTimer = new SmartX.SmartTimer(); this.smartTimerJog = new SmartX.SmartTimer(); this.smartGroupBox1.SuspendLayout(); this.groupBoxServo.SuspendLayout(); this.groupBoxOutput.SuspendLayout(); this.groupBoxStatus.SuspendLayout(); this.groupBoxInput.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.groupBoxServo); this.smartGroupBox1.Controls.Add(this.groupBoxOutput); this.smartGroupBox1.Controls.Add(this.groupBoxStatus); this.smartGroupBox1.Controls.Add(this.groupBoxInput); 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 = 0; this.smartGroupBox1.Text = "smartGroupBox1"; this.smartGroupBox1.TextColor = System.Drawing.Color.White; // // groupBoxServo // this.groupBoxServo.BackGround = null; this.groupBoxServo.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.groupBoxServo.BackImage = null; this.groupBoxServo.Controls.Add(this.labelMotorChamber7); this.groupBoxServo.Controls.Add(this.buttonMotorChamber7); this.groupBoxServo.Controls.Add(this.labelMotorReady); this.groupBoxServo.Controls.Add(this.buttonMotorReady); this.groupBoxServo.Controls.Add(this.buttonJogCCW); this.groupBoxServo.Controls.Add(this.buttonJogCW); this.groupBoxServo.Controls.Add(this.labelMotorDischarge); this.groupBoxServo.Controls.Add(this.labelMotorChamber6); this.groupBoxServo.Controls.Add(this.buttonMotorDischarge); this.groupBoxServo.Controls.Add(this.buttonMotorChamber6); this.groupBoxServo.Controls.Add(this.labelMotorChamber5); this.groupBoxServo.Controls.Add(this.buttonMotorChamber5); this.groupBoxServo.Controls.Add(this.labelMotorChamber4); this.groupBoxServo.Controls.Add(this.labelMotorChamber3); this.groupBoxServo.Controls.Add(this.buttonMotorChamber4); this.groupBoxServo.Controls.Add(this.buttonMotorChamber3); this.groupBoxServo.Controls.Add(this.buttonMotor1AlarmClear); this.groupBoxServo.Controls.Add(this.labelMotorChamber2); this.groupBoxServo.Controls.Add(this.labelMotorChamber1); this.groupBoxServo.Controls.Add(this.labelMotor1Origin); this.groupBoxServo.Controls.Add(this.buttonMotor1Origin); this.groupBoxServo.Controls.Add(this.buttonMotorChamber2); this.groupBoxServo.Controls.Add(this.buttonMotorChamber1); this.groupBoxServo.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.groupBoxServo.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.groupBoxServo.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.groupBoxServo.FrameLineThickness = 2; this.groupBoxServo.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; this.groupBoxServo.HeaderHeightOffset = 12; this.groupBoxServo.Location = new System.Drawing.Point(364, 230); this.groupBoxServo.Name = "groupBoxServo"; this.groupBoxServo.RoundRadius = 5; this.groupBoxServo.Size = new System.Drawing.Size(516, 424); this.groupBoxServo.TabIndex = 51; this.groupBoxServo.Text = "SERVO"; this.groupBoxServo.TextColor = System.Drawing.Color.White; // // labelMotorChamber7 // this.labelMotorChamber7.BackGround = null; this.labelMotorChamber7.BackGroundColor = System.Drawing.Color.White; this.labelMotorChamber7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMotorChamber7.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelMotorChamber7.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelMotorChamber7.LineSpacing = 0F; this.labelMotorChamber7.Location = new System.Drawing.Point(283, 236); this.labelMotorChamber7.Name = "labelMotorChamber7"; this.labelMotorChamber7.OverlapOptimize = true; this.labelMotorChamber7.PasswordChar = '\0'; this.labelMotorChamber7.Radius = 3; this.labelMotorChamber7.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelMotorChamber7.Size = new System.Drawing.Size(100, 50); this.labelMotorChamber7.TabIndex = 136; this.labelMotorChamber7.Text = "0"; this.labelMotorChamber7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMotorChamber7.TextColorDisable = System.Drawing.Color.Gray; this.labelMotorChamber7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelMotorChamber7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMotorChamber7.Wordwrap = false; this.labelMotorChamber7.Click += new System.EventHandler(this.labelMotorChamber7_Click); // // buttonMotorChamber7 // this.buttonMotorChamber7.BackGround = null; this.buttonMotorChamber7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonMotorChamber7.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonMotorChamber7.ButtonDownColor = System.Drawing.Color.DimGray; this.buttonMotorChamber7.ButtonImageAutoSize = true; this.buttonMotorChamber7.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonMotorChamber7.ButtonText = "Chamber 7"; this.buttonMotorChamber7.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonMotorChamber7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonMotorChamber7.GroupID = 0; this.buttonMotorChamber7.ImageDisable = null; this.buttonMotorChamber7.ImageDown = null; this.buttonMotorChamber7.ImageUp = null; this.buttonMotorChamber7.Location = new System.Drawing.Point(389, 236); this.buttonMotorChamber7.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonMotorChamber7.Name = "buttonMotorChamber7"; this.buttonMotorChamber7.NestedClickEventPrevent = false; this.buttonMotorChamber7.OutlinePixel = 2; this.buttonMotorChamber7.OverlapOptimize = true; this.buttonMotorChamber7.RepeatInterval = 200; this.buttonMotorChamber7.RepeatIntervalAccelerate = null; this.buttonMotorChamber7.RoundSize = 10; this.buttonMotorChamber7.SafeInterval = 200; this.buttonMotorChamber7.Size = new System.Drawing.Size(100, 50); this.buttonMotorChamber7.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonMotorChamber7.TabIndex = 135; this.buttonMotorChamber7.Text = null; this.buttonMotorChamber7.TextColor = System.Drawing.Color.White; this.buttonMotorChamber7.TextColorDisable = System.Drawing.Color.Gray; this.buttonMotorChamber7.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonMotorChamber7.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonMotorChamber7.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonMotorChamber7.Click += new System.EventHandler(this.buttonMotorChamber7_Click); // // labelMotorReady // this.labelMotorReady.BackGround = null; this.labelMotorReady.BackGroundColor = System.Drawing.Color.White; this.labelMotorReady.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMotorReady.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelMotorReady.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelMotorReady.LineSpacing = 0F; this.labelMotorReady.Location = new System.Drawing.Point(35, 124); this.labelMotorReady.Name = "labelMotorReady"; this.labelMotorReady.OverlapOptimize = true; this.labelMotorReady.PasswordChar = '\0'; this.labelMotorReady.Radius = 3; this.labelMotorReady.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelMotorReady.Size = new System.Drawing.Size(100, 50); this.labelMotorReady.TabIndex = 134; this.labelMotorReady.Text = "0"; this.labelMotorReady.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMotorReady.TextColorDisable = System.Drawing.Color.Gray; this.labelMotorReady.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelMotorReady.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMotorReady.Wordwrap = false; this.labelMotorReady.Click += new System.EventHandler(this.labelMotorReady_Click); // // buttonMotorReady // this.buttonMotorReady.BackGround = null; this.buttonMotorReady.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonMotorReady.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonMotorReady.ButtonDownColor = System.Drawing.Color.DimGray; this.buttonMotorReady.ButtonImageAutoSize = true; this.buttonMotorReady.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonMotorReady.ButtonText = "Ready"; this.buttonMotorReady.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonMotorReady.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonMotorReady.GroupID = 0; this.buttonMotorReady.ImageDisable = null; this.buttonMotorReady.ImageDown = null; this.buttonMotorReady.ImageUp = null; this.buttonMotorReady.Location = new System.Drawing.Point(141, 124); this.buttonMotorReady.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonMotorReady.Name = "buttonMotorReady"; this.buttonMotorReady.NestedClickEventPrevent = false; this.buttonMotorReady.OutlinePixel = 2; this.buttonMotorReady.OverlapOptimize = true; this.buttonMotorReady.RepeatInterval = 200; this.buttonMotorReady.RepeatIntervalAccelerate = null; this.buttonMotorReady.RoundSize = 10; this.buttonMotorReady.SafeInterval = 200; this.buttonMotorReady.Size = new System.Drawing.Size(100, 50); this.buttonMotorReady.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonMotorReady.TabIndex = 133; this.buttonMotorReady.Text = null; this.buttonMotorReady.TextColor = System.Drawing.Color.White; this.buttonMotorReady.TextColorDisable = System.Drawing.Color.Gray; this.buttonMotorReady.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonMotorReady.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonMotorReady.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonMotorReady.Click += new System.EventHandler(this.buttonMotorReady_Click); // // buttonJogCCW // this.buttonJogCCW.BackGround = null; this.buttonJogCCW.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonJogCCW.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonJogCCW.ButtonDownColor = System.Drawing.Color.DimGray; this.buttonJogCCW.ButtonImageAutoSize = true; this.buttonJogCCW.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonJogCCW.ButtonText = "JOG CCW"; this.buttonJogCCW.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonJogCCW.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonJogCCW.GroupID = 0; this.buttonJogCCW.ImageDisable = null; this.buttonJogCCW.ImageDown = null; this.buttonJogCCW.ImageUp = null; this.buttonJogCCW.Location = new System.Drawing.Point(389, 348); this.buttonJogCCW.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonJogCCW.Name = "buttonJogCCW"; this.buttonJogCCW.NestedClickEventPrevent = false; this.buttonJogCCW.OutlinePixel = 2; this.buttonJogCCW.OverlapOptimize = true; this.buttonJogCCW.RepeatInterval = 200; this.buttonJogCCW.RepeatIntervalAccelerate = null; this.buttonJogCCW.RoundSize = 10; this.buttonJogCCW.SafeInterval = 200; this.buttonJogCCW.Size = new System.Drawing.Size(100, 50); this.buttonJogCCW.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonJogCCW.TabIndex = 132; this.buttonJogCCW.Text = null; this.buttonJogCCW.TextColor = System.Drawing.Color.White; this.buttonJogCCW.TextColorDisable = System.Drawing.Color.Gray; this.buttonJogCCW.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonJogCCW.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonJogCCW.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonJogCCW.MouseDown += new System.Windows.Forms.MouseEventHandler(this.buttonJogCCW_MouseDown); this.buttonJogCCW.MouseUp += new System.Windows.Forms.MouseEventHandler(this.buttonJogCCW_MouseUp); // // buttonJogCW // this.buttonJogCW.BackGround = null; this.buttonJogCW.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonJogCW.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonJogCW.ButtonDownColor = System.Drawing.Color.DimGray; this.buttonJogCW.ButtonImageAutoSize = true; this.buttonJogCW.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonJogCW.ButtonText = "JOG CW"; this.buttonJogCW.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonJogCW.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonJogCW.GroupID = 0; this.buttonJogCW.ImageDisable = null; this.buttonJogCW.ImageDown = null; this.buttonJogCW.ImageUp = null; this.buttonJogCW.Location = new System.Drawing.Point(283, 348); this.buttonJogCW.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonJogCW.Name = "buttonJogCW"; this.buttonJogCW.NestedClickEventPrevent = false; this.buttonJogCW.OutlinePixel = 2; this.buttonJogCW.OverlapOptimize = true; this.buttonJogCW.RepeatInterval = 200; this.buttonJogCW.RepeatIntervalAccelerate = null; this.buttonJogCW.RoundSize = 10; this.buttonJogCW.SafeInterval = 200; this.buttonJogCW.Size = new System.Drawing.Size(100, 50); this.buttonJogCW.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonJogCW.TabIndex = 131; this.buttonJogCW.Text = null; this.buttonJogCW.TextColor = System.Drawing.Color.White; this.buttonJogCW.TextColorDisable = System.Drawing.Color.Gray; this.buttonJogCW.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonJogCW.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonJogCW.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonJogCW.MouseDown += new System.Windows.Forms.MouseEventHandler(this.buttonJogCW_MouseDown); this.buttonJogCW.MouseUp += new System.Windows.Forms.MouseEventHandler(this.buttonJogCW_MouseUp); // // labelMotorDischarge // this.labelMotorDischarge.BackGround = null; this.labelMotorDischarge.BackGroundColor = System.Drawing.Color.White; this.labelMotorDischarge.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMotorDischarge.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelMotorDischarge.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelMotorDischarge.LineSpacing = 0F; this.labelMotorDischarge.Location = new System.Drawing.Point(283, 292); this.labelMotorDischarge.Name = "labelMotorDischarge"; this.labelMotorDischarge.OverlapOptimize = true; this.labelMotorDischarge.PasswordChar = '\0'; this.labelMotorDischarge.Radius = 3; this.labelMotorDischarge.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelMotorDischarge.Size = new System.Drawing.Size(100, 50); this.labelMotorDischarge.TabIndex = 130; this.labelMotorDischarge.Text = "0"; this.labelMotorDischarge.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMotorDischarge.TextColorDisable = System.Drawing.Color.Gray; this.labelMotorDischarge.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelMotorDischarge.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMotorDischarge.Wordwrap = false; this.labelMotorDischarge.Click += new System.EventHandler(this.labelMotorDischarge_Click); // // labelMotorChamber6 // this.labelMotorChamber6.BackGround = null; this.labelMotorChamber6.BackGroundColor = System.Drawing.Color.White; this.labelMotorChamber6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMotorChamber6.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelMotorChamber6.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelMotorChamber6.LineSpacing = 0F; this.labelMotorChamber6.Location = new System.Drawing.Point(283, 180); this.labelMotorChamber6.Name = "labelMotorChamber6"; this.labelMotorChamber6.OverlapOptimize = true; this.labelMotorChamber6.PasswordChar = '\0'; this.labelMotorChamber6.Radius = 3; this.labelMotorChamber6.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelMotorChamber6.Size = new System.Drawing.Size(100, 50); this.labelMotorChamber6.TabIndex = 129; this.labelMotorChamber6.Text = "0"; this.labelMotorChamber6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMotorChamber6.TextColorDisable = System.Drawing.Color.Gray; this.labelMotorChamber6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelMotorChamber6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMotorChamber6.Wordwrap = false; this.labelMotorChamber6.Click += new System.EventHandler(this.labelMotorChamber6_Click); // // buttonMotorDischarge // this.buttonMotorDischarge.BackGround = null; this.buttonMotorDischarge.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonMotorDischarge.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonMotorDischarge.ButtonDownColor = System.Drawing.Color.DimGray; this.buttonMotorDischarge.ButtonImageAutoSize = true; this.buttonMotorDischarge.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonMotorDischarge.ButtonText = "Discharge"; this.buttonMotorDischarge.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonMotorDischarge.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonMotorDischarge.GroupID = 0; this.buttonMotorDischarge.ImageDisable = null; this.buttonMotorDischarge.ImageDown = null; this.buttonMotorDischarge.ImageUp = null; this.buttonMotorDischarge.Location = new System.Drawing.Point(389, 292); this.buttonMotorDischarge.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonMotorDischarge.Name = "buttonMotorDischarge"; this.buttonMotorDischarge.NestedClickEventPrevent = false; this.buttonMotorDischarge.OutlinePixel = 2; this.buttonMotorDischarge.OverlapOptimize = true; this.buttonMotorDischarge.RepeatInterval = 200; this.buttonMotorDischarge.RepeatIntervalAccelerate = null; this.buttonMotorDischarge.RoundSize = 10; this.buttonMotorDischarge.SafeInterval = 200; this.buttonMotorDischarge.Size = new System.Drawing.Size(100, 50); this.buttonMotorDischarge.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonMotorDischarge.TabIndex = 128; this.buttonMotorDischarge.Text = null; this.buttonMotorDischarge.TextColor = System.Drawing.Color.White; this.buttonMotorDischarge.TextColorDisable = System.Drawing.Color.Gray; this.buttonMotorDischarge.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonMotorDischarge.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonMotorDischarge.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonMotorDischarge.Click += new System.EventHandler(this.buttonMotorDischarge_Click); // // buttonMotorChamber6 // this.buttonMotorChamber6.BackGround = null; this.buttonMotorChamber6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonMotorChamber6.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonMotorChamber6.ButtonDownColor = System.Drawing.Color.DimGray; this.buttonMotorChamber6.ButtonImageAutoSize = true; this.buttonMotorChamber6.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonMotorChamber6.ButtonText = "Chamber 6"; this.buttonMotorChamber6.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonMotorChamber6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonMotorChamber6.GroupID = 0; this.buttonMotorChamber6.ImageDisable = null; this.buttonMotorChamber6.ImageDown = null; this.buttonMotorChamber6.ImageUp = null; this.buttonMotorChamber6.Location = new System.Drawing.Point(389, 180); this.buttonMotorChamber6.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonMotorChamber6.Name = "buttonMotorChamber6"; this.buttonMotorChamber6.NestedClickEventPrevent = false; this.buttonMotorChamber6.OutlinePixel = 2; this.buttonMotorChamber6.OverlapOptimize = true; this.buttonMotorChamber6.RepeatInterval = 200; this.buttonMotorChamber6.RepeatIntervalAccelerate = null; this.buttonMotorChamber6.RoundSize = 10; this.buttonMotorChamber6.SafeInterval = 200; this.buttonMotorChamber6.Size = new System.Drawing.Size(100, 50); this.buttonMotorChamber6.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonMotorChamber6.TabIndex = 127; this.buttonMotorChamber6.Text = null; this.buttonMotorChamber6.TextColor = System.Drawing.Color.White; this.buttonMotorChamber6.TextColorDisable = System.Drawing.Color.Gray; this.buttonMotorChamber6.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonMotorChamber6.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonMotorChamber6.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonMotorChamber6.Click += new System.EventHandler(this.buttonMotorChamber6_Click); // // labelMotorChamber5 // this.labelMotorChamber5.BackGround = null; this.labelMotorChamber5.BackGroundColor = System.Drawing.Color.White; this.labelMotorChamber5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMotorChamber5.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelMotorChamber5.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelMotorChamber5.LineSpacing = 0F; this.labelMotorChamber5.Location = new System.Drawing.Point(283, 124); this.labelMotorChamber5.Name = "labelMotorChamber5"; this.labelMotorChamber5.OverlapOptimize = true; this.labelMotorChamber5.PasswordChar = '\0'; this.labelMotorChamber5.Radius = 3; this.labelMotorChamber5.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelMotorChamber5.Size = new System.Drawing.Size(100, 50); this.labelMotorChamber5.TabIndex = 126; this.labelMotorChamber5.Text = "0"; this.labelMotorChamber5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMotorChamber5.TextColorDisable = System.Drawing.Color.Gray; this.labelMotorChamber5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelMotorChamber5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMotorChamber5.Wordwrap = false; this.labelMotorChamber5.Click += new System.EventHandler(this.labelMotorChamber5_Click); // // buttonMotorChamber5 // this.buttonMotorChamber5.BackGround = null; this.buttonMotorChamber5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonMotorChamber5.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonMotorChamber5.ButtonDownColor = System.Drawing.Color.DimGray; this.buttonMotorChamber5.ButtonImageAutoSize = true; this.buttonMotorChamber5.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonMotorChamber5.ButtonText = "Chamber 5"; this.buttonMotorChamber5.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonMotorChamber5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonMotorChamber5.GroupID = 0; this.buttonMotorChamber5.ImageDisable = null; this.buttonMotorChamber5.ImageDown = null; this.buttonMotorChamber5.ImageUp = null; this.buttonMotorChamber5.Location = new System.Drawing.Point(389, 124); this.buttonMotorChamber5.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonMotorChamber5.Name = "buttonMotorChamber5"; this.buttonMotorChamber5.NestedClickEventPrevent = false; this.buttonMotorChamber5.OutlinePixel = 2; this.buttonMotorChamber5.OverlapOptimize = true; this.buttonMotorChamber5.RepeatInterval = 200; this.buttonMotorChamber5.RepeatIntervalAccelerate = null; this.buttonMotorChamber5.RoundSize = 10; this.buttonMotorChamber5.SafeInterval = 200; this.buttonMotorChamber5.Size = new System.Drawing.Size(100, 50); this.buttonMotorChamber5.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonMotorChamber5.TabIndex = 125; this.buttonMotorChamber5.Text = null; this.buttonMotorChamber5.TextColor = System.Drawing.Color.White; this.buttonMotorChamber5.TextColorDisable = System.Drawing.Color.Gray; this.buttonMotorChamber5.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonMotorChamber5.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonMotorChamber5.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonMotorChamber5.Click += new System.EventHandler(this.buttonMotorChamber5_Click); // // labelMotorChamber4 // this.labelMotorChamber4.BackGround = null; this.labelMotorChamber4.BackGroundColor = System.Drawing.Color.White; this.labelMotorChamber4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMotorChamber4.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelMotorChamber4.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelMotorChamber4.LineSpacing = 0F; this.labelMotorChamber4.Location = new System.Drawing.Point(35, 348); this.labelMotorChamber4.Name = "labelMotorChamber4"; this.labelMotorChamber4.OverlapOptimize = true; this.labelMotorChamber4.PasswordChar = '\0'; this.labelMotorChamber4.Radius = 3; this.labelMotorChamber4.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelMotorChamber4.Size = new System.Drawing.Size(100, 50); this.labelMotorChamber4.TabIndex = 124; this.labelMotorChamber4.Text = "0"; this.labelMotorChamber4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMotorChamber4.TextColorDisable = System.Drawing.Color.Gray; this.labelMotorChamber4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelMotorChamber4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMotorChamber4.Wordwrap = false; this.labelMotorChamber4.Click += new System.EventHandler(this.labelMotorChamber4_Click); // // labelMotorChamber3 // this.labelMotorChamber3.BackGround = null; this.labelMotorChamber3.BackGroundColor = System.Drawing.Color.White; this.labelMotorChamber3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMotorChamber3.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelMotorChamber3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelMotorChamber3.LineSpacing = 0F; this.labelMotorChamber3.Location = new System.Drawing.Point(35, 292); this.labelMotorChamber3.Name = "labelMotorChamber3"; this.labelMotorChamber3.OverlapOptimize = true; this.labelMotorChamber3.PasswordChar = '\0'; this.labelMotorChamber3.Radius = 3; this.labelMotorChamber3.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelMotorChamber3.Size = new System.Drawing.Size(100, 50); this.labelMotorChamber3.TabIndex = 122; this.labelMotorChamber3.Text = "0"; this.labelMotorChamber3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMotorChamber3.TextColorDisable = System.Drawing.Color.Gray; this.labelMotorChamber3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelMotorChamber3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMotorChamber3.Wordwrap = false; this.labelMotorChamber3.Click += new System.EventHandler(this.labelMotorChamber3_Click); // // buttonMotorChamber4 // this.buttonMotorChamber4.BackGround = null; this.buttonMotorChamber4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonMotorChamber4.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonMotorChamber4.ButtonDownColor = System.Drawing.Color.DimGray; this.buttonMotorChamber4.ButtonImageAutoSize = true; this.buttonMotorChamber4.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonMotorChamber4.ButtonText = "Chamber 4"; this.buttonMotorChamber4.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonMotorChamber4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonMotorChamber4.GroupID = 0; this.buttonMotorChamber4.ImageDisable = null; this.buttonMotorChamber4.ImageDown = null; this.buttonMotorChamber4.ImageUp = null; this.buttonMotorChamber4.Location = new System.Drawing.Point(141, 348); this.buttonMotorChamber4.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonMotorChamber4.Name = "buttonMotorChamber4"; this.buttonMotorChamber4.NestedClickEventPrevent = false; this.buttonMotorChamber4.OutlinePixel = 2; this.buttonMotorChamber4.OverlapOptimize = true; this.buttonMotorChamber4.RepeatInterval = 200; this.buttonMotorChamber4.RepeatIntervalAccelerate = null; this.buttonMotorChamber4.RoundSize = 10; this.buttonMotorChamber4.SafeInterval = 200; this.buttonMotorChamber4.Size = new System.Drawing.Size(100, 50); this.buttonMotorChamber4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonMotorChamber4.TabIndex = 120; this.buttonMotorChamber4.Text = null; this.buttonMotorChamber4.TextColor = System.Drawing.Color.White; this.buttonMotorChamber4.TextColorDisable = System.Drawing.Color.Gray; this.buttonMotorChamber4.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonMotorChamber4.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonMotorChamber4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonMotorChamber4.Click += new System.EventHandler(this.buttonMotorChamber4_Click); // // buttonMotorChamber3 // this.buttonMotorChamber3.BackGround = null; this.buttonMotorChamber3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonMotorChamber3.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonMotorChamber3.ButtonDownColor = System.Drawing.Color.DimGray; this.buttonMotorChamber3.ButtonImageAutoSize = true; this.buttonMotorChamber3.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonMotorChamber3.ButtonText = "Chamber 3"; this.buttonMotorChamber3.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonMotorChamber3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonMotorChamber3.GroupID = 0; this.buttonMotorChamber3.ImageDisable = null; this.buttonMotorChamber3.ImageDown = null; this.buttonMotorChamber3.ImageUp = null; this.buttonMotorChamber3.Location = new System.Drawing.Point(141, 292); this.buttonMotorChamber3.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonMotorChamber3.Name = "buttonMotorChamber3"; this.buttonMotorChamber3.NestedClickEventPrevent = false; this.buttonMotorChamber3.OutlinePixel = 2; this.buttonMotorChamber3.OverlapOptimize = true; this.buttonMotorChamber3.RepeatInterval = 200; this.buttonMotorChamber3.RepeatIntervalAccelerate = null; this.buttonMotorChamber3.RoundSize = 10; this.buttonMotorChamber3.SafeInterval = 200; this.buttonMotorChamber3.Size = new System.Drawing.Size(100, 50); this.buttonMotorChamber3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonMotorChamber3.TabIndex = 119; this.buttonMotorChamber3.Text = null; this.buttonMotorChamber3.TextColor = System.Drawing.Color.White; this.buttonMotorChamber3.TextColorDisable = System.Drawing.Color.Gray; this.buttonMotorChamber3.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonMotorChamber3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonMotorChamber3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonMotorChamber3.Click += new System.EventHandler(this.buttonMotorChamber3_Click); // // buttonMotor1AlarmClear // this.buttonMotor1AlarmClear.BackGround = null; this.buttonMotor1AlarmClear.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonMotor1AlarmClear.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonMotor1AlarmClear.ButtonDownColor = System.Drawing.Color.DimGray; this.buttonMotor1AlarmClear.ButtonImageAutoSize = true; this.buttonMotor1AlarmClear.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonMotor1AlarmClear.ButtonText = "Alarm Clear"; this.buttonMotor1AlarmClear.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonMotor1AlarmClear.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonMotor1AlarmClear.GroupID = 0; this.buttonMotor1AlarmClear.ImageDisable = null; this.buttonMotor1AlarmClear.ImageDown = null; this.buttonMotor1AlarmClear.ImageUp = null; this.buttonMotor1AlarmClear.Location = new System.Drawing.Point(283, 48); this.buttonMotor1AlarmClear.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonMotor1AlarmClear.Name = "buttonMotor1AlarmClear"; this.buttonMotor1AlarmClear.NestedClickEventPrevent = false; this.buttonMotor1AlarmClear.OutlinePixel = 2; this.buttonMotor1AlarmClear.OverlapOptimize = true; this.buttonMotor1AlarmClear.RepeatInterval = 200; this.buttonMotor1AlarmClear.RepeatIntervalAccelerate = null; this.buttonMotor1AlarmClear.RoundSize = 10; this.buttonMotor1AlarmClear.SafeInterval = 200; this.buttonMotor1AlarmClear.Size = new System.Drawing.Size(100, 50); this.buttonMotor1AlarmClear.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonMotor1AlarmClear.TabIndex = 118; this.buttonMotor1AlarmClear.Text = null; this.buttonMotor1AlarmClear.TextColor = System.Drawing.Color.White; this.buttonMotor1AlarmClear.TextColorDisable = System.Drawing.Color.Gray; this.buttonMotor1AlarmClear.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonMotor1AlarmClear.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonMotor1AlarmClear.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonMotor1AlarmClear.Click += new System.EventHandler(this.buttonMotor1AlarmClear_Click); // // labelMotorChamber2 // this.labelMotorChamber2.BackGround = null; this.labelMotorChamber2.BackGroundColor = System.Drawing.Color.White; this.labelMotorChamber2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMotorChamber2.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelMotorChamber2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelMotorChamber2.LineSpacing = 0F; this.labelMotorChamber2.Location = new System.Drawing.Point(35, 236); this.labelMotorChamber2.Name = "labelMotorChamber2"; this.labelMotorChamber2.OverlapOptimize = true; this.labelMotorChamber2.PasswordChar = '\0'; this.labelMotorChamber2.Radius = 3; this.labelMotorChamber2.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelMotorChamber2.Size = new System.Drawing.Size(100, 50); this.labelMotorChamber2.TabIndex = 110; this.labelMotorChamber2.Text = "0"; this.labelMotorChamber2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMotorChamber2.TextColorDisable = System.Drawing.Color.Gray; this.labelMotorChamber2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelMotorChamber2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMotorChamber2.Wordwrap = false; this.labelMotorChamber2.Click += new System.EventHandler(this.labelMotorChamber2_Click); // // labelMotorChamber1 // this.labelMotorChamber1.BackGround = null; this.labelMotorChamber1.BackGroundColor = System.Drawing.Color.White; this.labelMotorChamber1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMotorChamber1.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelMotorChamber1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelMotorChamber1.LineSpacing = 0F; this.labelMotorChamber1.Location = new System.Drawing.Point(35, 180); this.labelMotorChamber1.Name = "labelMotorChamber1"; this.labelMotorChamber1.OverlapOptimize = true; this.labelMotorChamber1.PasswordChar = '\0'; this.labelMotorChamber1.Radius = 3; this.labelMotorChamber1.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelMotorChamber1.Size = new System.Drawing.Size(100, 50); this.labelMotorChamber1.TabIndex = 108; this.labelMotorChamber1.Text = "0"; this.labelMotorChamber1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMotorChamber1.TextColorDisable = System.Drawing.Color.Gray; this.labelMotorChamber1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelMotorChamber1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMotorChamber1.Wordwrap = false; this.labelMotorChamber1.Click += new System.EventHandler(this.labelMotorChamber1_Click); // // labelMotor1Origin // this.labelMotor1Origin.BackGround = null; this.labelMotor1Origin.BackGroundColor = System.Drawing.Color.White; this.labelMotor1Origin.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMotor1Origin.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelMotor1Origin.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelMotor1Origin.LineSpacing = 0F; this.labelMotor1Origin.Location = new System.Drawing.Point(35, 48); this.labelMotor1Origin.Name = "labelMotor1Origin"; this.labelMotor1Origin.OverlapOptimize = true; this.labelMotor1Origin.PasswordChar = '\0'; this.labelMotor1Origin.Radius = 3; this.labelMotor1Origin.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelMotor1Origin.Size = new System.Drawing.Size(100, 50); this.labelMotor1Origin.TabIndex = 106; this.labelMotor1Origin.Text = "0"; this.labelMotor1Origin.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMotor1Origin.TextColorDisable = System.Drawing.Color.Gray; this.labelMotor1Origin.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelMotor1Origin.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMotor1Origin.Wordwrap = false; this.labelMotor1Origin.Click += new System.EventHandler(this.labelMotor1Origin_Click); // // buttonMotor1Origin // this.buttonMotor1Origin.BackGround = null; this.buttonMotor1Origin.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonMotor1Origin.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonMotor1Origin.ButtonDownColor = System.Drawing.Color.DimGray; this.buttonMotor1Origin.ButtonImageAutoSize = true; this.buttonMotor1Origin.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonMotor1Origin.ButtonText = "ORIGIN"; this.buttonMotor1Origin.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonMotor1Origin.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonMotor1Origin.GroupID = 0; this.buttonMotor1Origin.ImageDisable = null; this.buttonMotor1Origin.ImageDown = null; this.buttonMotor1Origin.ImageUp = null; this.buttonMotor1Origin.Location = new System.Drawing.Point(141, 48); this.buttonMotor1Origin.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonMotor1Origin.Name = "buttonMotor1Origin"; this.buttonMotor1Origin.NestedClickEventPrevent = false; this.buttonMotor1Origin.OutlinePixel = 2; this.buttonMotor1Origin.OverlapOptimize = true; this.buttonMotor1Origin.RepeatInterval = 200; this.buttonMotor1Origin.RepeatIntervalAccelerate = null; this.buttonMotor1Origin.RoundSize = 10; this.buttonMotor1Origin.SafeInterval = 200; this.buttonMotor1Origin.Size = new System.Drawing.Size(100, 50); this.buttonMotor1Origin.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonMotor1Origin.TabIndex = 49; this.buttonMotor1Origin.Text = null; this.buttonMotor1Origin.TextColor = System.Drawing.Color.White; this.buttonMotor1Origin.TextColorDisable = System.Drawing.Color.Gray; this.buttonMotor1Origin.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonMotor1Origin.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonMotor1Origin.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonMotor1Origin.Click += new System.EventHandler(this.buttonMotor1Origin_Click); // // buttonMotorChamber2 // this.buttonMotorChamber2.BackGround = null; this.buttonMotorChamber2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonMotorChamber2.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonMotorChamber2.ButtonDownColor = System.Drawing.Color.DimGray; this.buttonMotorChamber2.ButtonImageAutoSize = true; this.buttonMotorChamber2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonMotorChamber2.ButtonText = "Chamber 2"; this.buttonMotorChamber2.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonMotorChamber2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonMotorChamber2.GroupID = 0; this.buttonMotorChamber2.ImageDisable = null; this.buttonMotorChamber2.ImageDown = null; this.buttonMotorChamber2.ImageUp = null; this.buttonMotorChamber2.Location = new System.Drawing.Point(141, 236); this.buttonMotorChamber2.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonMotorChamber2.Name = "buttonMotorChamber2"; this.buttonMotorChamber2.NestedClickEventPrevent = false; this.buttonMotorChamber2.OutlinePixel = 2; this.buttonMotorChamber2.OverlapOptimize = true; this.buttonMotorChamber2.RepeatInterval = 200; this.buttonMotorChamber2.RepeatIntervalAccelerate = null; this.buttonMotorChamber2.RoundSize = 10; this.buttonMotorChamber2.SafeInterval = 200; this.buttonMotorChamber2.Size = new System.Drawing.Size(100, 50); this.buttonMotorChamber2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonMotorChamber2.TabIndex = 48; this.buttonMotorChamber2.Text = null; this.buttonMotorChamber2.TextColor = System.Drawing.Color.White; this.buttonMotorChamber2.TextColorDisable = System.Drawing.Color.Gray; this.buttonMotorChamber2.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonMotorChamber2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonMotorChamber2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonMotorChamber2.Click += new System.EventHandler(this.buttonMotorChamber2_Click); // // buttonMotorChamber1 // this.buttonMotorChamber1.BackGround = null; this.buttonMotorChamber1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonMotorChamber1.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonMotorChamber1.ButtonDownColor = System.Drawing.Color.DimGray; this.buttonMotorChamber1.ButtonImageAutoSize = true; this.buttonMotorChamber1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonMotorChamber1.ButtonText = "Chamber 1"; this.buttonMotorChamber1.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonMotorChamber1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonMotorChamber1.GroupID = 0; this.buttonMotorChamber1.ImageDisable = null; this.buttonMotorChamber1.ImageDown = null; this.buttonMotorChamber1.ImageUp = null; this.buttonMotorChamber1.Location = new System.Drawing.Point(141, 180); this.buttonMotorChamber1.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonMotorChamber1.Name = "buttonMotorChamber1"; this.buttonMotorChamber1.NestedClickEventPrevent = false; this.buttonMotorChamber1.OutlinePixel = 2; this.buttonMotorChamber1.OverlapOptimize = true; this.buttonMotorChamber1.RepeatInterval = 200; this.buttonMotorChamber1.RepeatIntervalAccelerate = null; this.buttonMotorChamber1.RoundSize = 10; this.buttonMotorChamber1.SafeInterval = 200; this.buttonMotorChamber1.Size = new System.Drawing.Size(100, 50); this.buttonMotorChamber1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonMotorChamber1.TabIndex = 47; this.buttonMotorChamber1.Text = null; this.buttonMotorChamber1.TextColor = System.Drawing.Color.White; this.buttonMotorChamber1.TextColorDisable = System.Drawing.Color.Gray; this.buttonMotorChamber1.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonMotorChamber1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonMotorChamber1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonMotorChamber1.Click += new System.EventHandler(this.buttonMotorChamber1_Click); // // groupBoxOutput // this.groupBoxOutput.BackGround = null; this.groupBoxOutput.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.groupBoxOutput.BackImage = null; this.groupBoxOutput.Controls.Add(this.labelTitleDiscriptionPD); this.groupBoxOutput.Controls.Add(this.labelTitleDiscriptionCD); this.groupBoxOutput.Controls.Add(this.buttonOut11); this.groupBoxOutput.Controls.Add(this.buttonOut12); this.groupBoxOutput.Controls.Add(this.buttonOut10); this.groupBoxOutput.Controls.Add(this.buttonOut1); this.groupBoxOutput.Controls.Add(this.buttonOut2); this.groupBoxOutput.Controls.Add(this.buttonOut9); this.groupBoxOutput.Controls.Add(this.buttonOut3); this.groupBoxOutput.Controls.Add(this.buttonOut4); this.groupBoxOutput.Controls.Add(this.buttonOut8); this.groupBoxOutput.Controls.Add(this.buttonOut5); this.groupBoxOutput.Controls.Add(this.buttonOut6); this.groupBoxOutput.Controls.Add(this.buttonOut7); this.groupBoxOutput.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.groupBoxOutput.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.groupBoxOutput.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.groupBoxOutput.FrameLineThickness = 2; this.groupBoxOutput.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; this.groupBoxOutput.HeaderHeightOffset = 12; this.groupBoxOutput.Location = new System.Drawing.Point(39, 230); this.groupBoxOutput.Name = "groupBoxOutput"; this.groupBoxOutput.RoundRadius = 5; this.groupBoxOutput.Size = new System.Drawing.Size(319, 424); this.groupBoxOutput.TabIndex = 53; this.groupBoxOutput.Text = "OUTPUT"; this.groupBoxOutput.TextColor = System.Drawing.Color.White; // // labelTitleDiscriptionPD // this.labelTitleDiscriptionPD.BackGround = null; this.labelTitleDiscriptionPD.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelTitleDiscriptionPD.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelTitleDiscriptionPD.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelTitleDiscriptionPD.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelTitleDiscriptionPD.LineSpacing = 0F; this.labelTitleDiscriptionPD.Location = new System.Drawing.Point(31, 399); this.labelTitleDiscriptionPD.Name = "labelTitleDiscriptionPD"; this.labelTitleDiscriptionPD.OverlapOptimize = true; this.labelTitleDiscriptionPD.PasswordChar = '\0'; this.labelTitleDiscriptionPD.Radius = 3; this.labelTitleDiscriptionPD.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelTitleDiscriptionPD.Size = new System.Drawing.Size(253, 20); this.labelTitleDiscriptionPD.TabIndex = 62; this.labelTitleDiscriptionPD.Text = "PD : Product Discharge"; this.labelTitleDiscriptionPD.TextColor = System.Drawing.Color.White; this.labelTitleDiscriptionPD.TextColorDisable = System.Drawing.Color.Gray; this.labelTitleDiscriptionPD.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleDiscriptionPD.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; this.labelTitleDiscriptionPD.Wordwrap = false; // // labelTitleDiscriptionCD // this.labelTitleDiscriptionCD.BackGround = null; this.labelTitleDiscriptionCD.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelTitleDiscriptionCD.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelTitleDiscriptionCD.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelTitleDiscriptionCD.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelTitleDiscriptionCD.LineSpacing = 0F; this.labelTitleDiscriptionCD.Location = new System.Drawing.Point(31, 379); this.labelTitleDiscriptionCD.Name = "labelTitleDiscriptionCD"; this.labelTitleDiscriptionCD.OverlapOptimize = true; this.labelTitleDiscriptionCD.PasswordChar = '\0'; this.labelTitleDiscriptionCD.Radius = 3; this.labelTitleDiscriptionCD.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelTitleDiscriptionCD.Size = new System.Drawing.Size(253, 20); this.labelTitleDiscriptionCD.TabIndex = 61; this.labelTitleDiscriptionCD.Text = "CD : Chamber Down"; this.labelTitleDiscriptionCD.TextColor = System.Drawing.Color.White; this.labelTitleDiscriptionCD.TextColorDisable = System.Drawing.Color.Gray; this.labelTitleDiscriptionCD.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleDiscriptionCD.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; this.labelTitleDiscriptionCD.Wordwrap = false; // // buttonOut11 // this.buttonOut11.BackGround = this.groupBoxOutput; this.buttonOut11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonOut11.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonOut11.ButtonDownColor = System.Drawing.Color.DarkGray; this.buttonOut11.ButtonImageAutoSize = true; this.buttonOut11.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonOut11.ButtonText = "None"; this.buttonOut11.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOut11.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonOut11.GroupID = 0; this.buttonOut11.ImageDisable = null; this.buttonOut11.ImageDown = null; this.buttonOut11.ImageUp = null; this.buttonOut11.Location = new System.Drawing.Point(164, 267); this.buttonOut11.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonOut11.Name = "buttonOut11"; this.buttonOut11.NestedClickEventPrevent = false; this.buttonOut11.OutlinePixel = 2; this.buttonOut11.OverlapOptimize = true; this.buttonOut11.RepeatInterval = 200; this.buttonOut11.RepeatIntervalAccelerate = null; this.buttonOut11.RoundSize = 10; this.buttonOut11.SafeInterval = 200; this.buttonOut11.Size = new System.Drawing.Size(120, 50); this.buttonOut11.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonOut11.TabIndex = 60; this.buttonOut11.Text = null; this.buttonOut11.TextColor = System.Drawing.Color.White; this.buttonOut11.TextColorDisable = System.Drawing.Color.Gray; this.buttonOut11.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonOut11.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonOut11.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonOut11.Click += new System.EventHandler(this.buttonOut11_Click); // // buttonOut12 // this.buttonOut12.BackGround = this.groupBoxOutput; this.buttonOut12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonOut12.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonOut12.ButtonDownColor = System.Drawing.Color.DarkGray; this.buttonOut12.ButtonImageAutoSize = true; this.buttonOut12.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonOut12.ButtonText = "None"; this.buttonOut12.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOut12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonOut12.GroupID = 0; this.buttonOut12.ImageDisable = null; this.buttonOut12.ImageDown = null; this.buttonOut12.ImageUp = null; this.buttonOut12.Location = new System.Drawing.Point(164, 323); this.buttonOut12.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonOut12.Name = "buttonOut12"; this.buttonOut12.NestedClickEventPrevent = false; this.buttonOut12.OutlinePixel = 2; this.buttonOut12.OverlapOptimize = true; this.buttonOut12.RepeatInterval = 200; this.buttonOut12.RepeatIntervalAccelerate = null; this.buttonOut12.RoundSize = 10; this.buttonOut12.SafeInterval = 200; this.buttonOut12.Size = new System.Drawing.Size(120, 50); this.buttonOut12.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonOut12.TabIndex = 59; this.buttonOut12.Text = null; this.buttonOut12.TextColor = System.Drawing.Color.White; this.buttonOut12.TextColorDisable = System.Drawing.Color.Gray; this.buttonOut12.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonOut12.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonOut12.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonOut12.Click += new System.EventHandler(this.buttonOut12_Click); // // buttonOut10 // this.buttonOut10.BackGround = this.groupBoxOutput; this.buttonOut10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonOut10.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonOut10.ButtonDownColor = System.Drawing.Color.DarkGray; this.buttonOut10.ButtonImageAutoSize = true; this.buttonOut10.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonOut10.ButtonText = "None"; this.buttonOut10.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOut10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonOut10.GroupID = 0; this.buttonOut10.ImageDisable = null; this.buttonOut10.ImageDown = null; this.buttonOut10.ImageUp = null; this.buttonOut10.Location = new System.Drawing.Point(164, 211); this.buttonOut10.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonOut10.Name = "buttonOut10"; this.buttonOut10.NestedClickEventPrevent = false; this.buttonOut10.OutlinePixel = 2; this.buttonOut10.OverlapOptimize = true; this.buttonOut10.RepeatInterval = 200; this.buttonOut10.RepeatIntervalAccelerate = null; this.buttonOut10.RoundSize = 10; this.buttonOut10.SafeInterval = 200; this.buttonOut10.Size = new System.Drawing.Size(120, 50); this.buttonOut10.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonOut10.TabIndex = 58; this.buttonOut10.Text = null; this.buttonOut10.TextColor = System.Drawing.Color.White; this.buttonOut10.TextColorDisable = System.Drawing.Color.Gray; this.buttonOut10.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonOut10.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonOut10.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonOut10.Click += new System.EventHandler(this.buttonOut10_Click); // // buttonOut1 // this.buttonOut1.BackGround = this.groupBoxOutput; this.buttonOut1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonOut1.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonOut1.ButtonDownColor = System.Drawing.Color.DarkGray; this.buttonOut1.ButtonImageAutoSize = true; this.buttonOut1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonOut1.ButtonText = "Red"; this.buttonOut1.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOut1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonOut1.GroupID = 0; this.buttonOut1.ImageDisable = null; this.buttonOut1.ImageDown = null; this.buttonOut1.ImageUp = null; this.buttonOut1.Location = new System.Drawing.Point(31, 43); this.buttonOut1.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonOut1.Name = "buttonOut1"; this.buttonOut1.NestedClickEventPrevent = false; this.buttonOut1.OutlinePixel = 2; this.buttonOut1.OverlapOptimize = true; this.buttonOut1.RepeatInterval = 200; this.buttonOut1.RepeatIntervalAccelerate = null; this.buttonOut1.RoundSize = 10; this.buttonOut1.SafeInterval = 200; this.buttonOut1.Size = new System.Drawing.Size(120, 50); this.buttonOut1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonOut1.TabIndex = 47; this.buttonOut1.Text = null; this.buttonOut1.TextColor = System.Drawing.Color.White; this.buttonOut1.TextColorDisable = System.Drawing.Color.Gray; this.buttonOut1.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonOut1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonOut1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonOut1.Click += new System.EventHandler(this.buttonOut1_Click); // // buttonOut2 // this.buttonOut2.BackGround = this.groupBoxOutput; this.buttonOut2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonOut2.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonOut2.ButtonDownColor = System.Drawing.Color.DarkGray; this.buttonOut2.ButtonImageAutoSize = true; this.buttonOut2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonOut2.ButtonText = "Green"; this.buttonOut2.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOut2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonOut2.GroupID = 0; this.buttonOut2.ImageDisable = null; this.buttonOut2.ImageDown = null; this.buttonOut2.ImageUp = null; this.buttonOut2.Location = new System.Drawing.Point(31, 99); this.buttonOut2.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonOut2.Name = "buttonOut2"; this.buttonOut2.NestedClickEventPrevent = false; this.buttonOut2.OutlinePixel = 2; this.buttonOut2.OverlapOptimize = true; this.buttonOut2.RepeatInterval = 200; this.buttonOut2.RepeatIntervalAccelerate = null; this.buttonOut2.RoundSize = 10; this.buttonOut2.SafeInterval = 200; this.buttonOut2.Size = new System.Drawing.Size(120, 50); this.buttonOut2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonOut2.TabIndex = 48; this.buttonOut2.Text = null; this.buttonOut2.TextColor = System.Drawing.Color.White; this.buttonOut2.TextColorDisable = System.Drawing.Color.Gray; this.buttonOut2.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonOut2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonOut2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonOut2.Click += new System.EventHandler(this.buttonOut2_Click); // // buttonOut9 // this.buttonOut9.BackGround = this.groupBoxOutput; this.buttonOut9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonOut9.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonOut9.ButtonDownColor = System.Drawing.Color.DarkGray; this.buttonOut9.ButtonImageAutoSize = true; this.buttonOut9.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonOut9.ButtonText = "None"; this.buttonOut9.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOut9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonOut9.GroupID = 0; this.buttonOut9.ImageDisable = null; this.buttonOut9.ImageDown = null; this.buttonOut9.ImageUp = null; this.buttonOut9.Location = new System.Drawing.Point(164, 155); this.buttonOut9.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonOut9.Name = "buttonOut9"; this.buttonOut9.NestedClickEventPrevent = false; this.buttonOut9.OutlinePixel = 2; this.buttonOut9.OverlapOptimize = true; this.buttonOut9.RepeatInterval = 200; this.buttonOut9.RepeatIntervalAccelerate = null; this.buttonOut9.RoundSize = 10; this.buttonOut9.SafeInterval = 200; this.buttonOut9.Size = new System.Drawing.Size(120, 50); this.buttonOut9.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonOut9.TabIndex = 57; this.buttonOut9.Text = null; this.buttonOut9.TextColor = System.Drawing.Color.White; this.buttonOut9.TextColorDisable = System.Drawing.Color.Gray; this.buttonOut9.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonOut9.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonOut9.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonOut9.Click += new System.EventHandler(this.buttonOut9_Click); // // buttonOut3 // this.buttonOut3.BackGround = this.groupBoxOutput; this.buttonOut3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonOut3.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonOut3.ButtonDownColor = System.Drawing.Color.DarkGray; this.buttonOut3.ButtonImageAutoSize = true; this.buttonOut3.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonOut3.ButtonText = "Buzzer"; this.buttonOut3.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOut3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonOut3.GroupID = 0; this.buttonOut3.ImageDisable = null; this.buttonOut3.ImageDown = null; this.buttonOut3.ImageUp = null; this.buttonOut3.Location = new System.Drawing.Point(31, 155); this.buttonOut3.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonOut3.Name = "buttonOut3"; this.buttonOut3.NestedClickEventPrevent = false; this.buttonOut3.OutlinePixel = 2; this.buttonOut3.OverlapOptimize = true; this.buttonOut3.RepeatInterval = 200; this.buttonOut3.RepeatIntervalAccelerate = null; this.buttonOut3.RoundSize = 10; this.buttonOut3.SafeInterval = 200; this.buttonOut3.Size = new System.Drawing.Size(120, 50); this.buttonOut3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonOut3.TabIndex = 49; this.buttonOut3.Text = null; this.buttonOut3.TextColor = System.Drawing.Color.White; this.buttonOut3.TextColorDisable = System.Drawing.Color.Gray; this.buttonOut3.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonOut3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonOut3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonOut3.Click += new System.EventHandler(this.buttonOut3_Click); // // buttonOut4 // this.buttonOut4.BackGround = this.groupBoxOutput; this.buttonOut4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonOut4.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonOut4.ButtonDownColor = System.Drawing.Color.DarkGray; this.buttonOut4.ButtonImageAutoSize = true; this.buttonOut4.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonOut4.ButtonText = "Valve relief"; this.buttonOut4.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOut4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonOut4.GroupID = 0; this.buttonOut4.ImageDisable = null; this.buttonOut4.ImageDown = null; this.buttonOut4.ImageUp = null; this.buttonOut4.Location = new System.Drawing.Point(31, 211); this.buttonOut4.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonOut4.Name = "buttonOut4"; this.buttonOut4.NestedClickEventPrevent = false; this.buttonOut4.OutlinePixel = 2; this.buttonOut4.OverlapOptimize = true; this.buttonOut4.RepeatInterval = 200; this.buttonOut4.RepeatIntervalAccelerate = null; this.buttonOut4.RoundSize = 10; this.buttonOut4.SafeInterval = 200; this.buttonOut4.Size = new System.Drawing.Size(120, 50); this.buttonOut4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonOut4.TabIndex = 50; this.buttonOut4.Text = null; this.buttonOut4.TextColor = System.Drawing.Color.White; this.buttonOut4.TextColorDisable = System.Drawing.Color.Gray; this.buttonOut4.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonOut4.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonOut4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonOut4.Click += new System.EventHandler(this.buttonOut4_Click); // // buttonOut8 // this.buttonOut8.BackGround = this.groupBoxOutput; this.buttonOut8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonOut8.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonOut8.ButtonDownColor = System.Drawing.Color.DarkGray; this.buttonOut8.ButtonImageAutoSize = true; this.buttonOut8.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonOut8.ButtonText = "PD Sol Valve"; this.buttonOut8.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOut8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonOut8.GroupID = 0; this.buttonOut8.ImageDisable = null; this.buttonOut8.ImageDown = null; this.buttonOut8.ImageUp = null; this.buttonOut8.Location = new System.Drawing.Point(164, 99); this.buttonOut8.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonOut8.Name = "buttonOut8"; this.buttonOut8.NestedClickEventPrevent = false; this.buttonOut8.OutlinePixel = 2; this.buttonOut8.OverlapOptimize = true; this.buttonOut8.RepeatInterval = 200; this.buttonOut8.RepeatIntervalAccelerate = null; this.buttonOut8.RoundSize = 10; this.buttonOut8.SafeInterval = 200; this.buttonOut8.Size = new System.Drawing.Size(120, 50); this.buttonOut8.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonOut8.TabIndex = 56; this.buttonOut8.Text = null; this.buttonOut8.TextColor = System.Drawing.Color.White; this.buttonOut8.TextColorDisable = System.Drawing.Color.Gray; this.buttonOut8.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonOut8.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonOut8.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonOut8.Click += new System.EventHandler(this.buttonOut8_Click); // // buttonOut5 // this.buttonOut5.BackGround = this.groupBoxOutput; this.buttonOut5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonOut5.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonOut5.ButtonDownColor = System.Drawing.Color.DarkGray; this.buttonOut5.ButtonImageAutoSize = true; this.buttonOut5.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonOut5.ButtonText = "Valve hold 1"; this.buttonOut5.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOut5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonOut5.GroupID = 0; this.buttonOut5.ImageDisable = null; this.buttonOut5.ImageDown = null; this.buttonOut5.ImageUp = null; this.buttonOut5.Location = new System.Drawing.Point(31, 267); this.buttonOut5.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonOut5.Name = "buttonOut5"; this.buttonOut5.NestedClickEventPrevent = false; this.buttonOut5.OutlinePixel = 2; this.buttonOut5.OverlapOptimize = true; this.buttonOut5.RepeatInterval = 200; this.buttonOut5.RepeatIntervalAccelerate = null; this.buttonOut5.RoundSize = 10; this.buttonOut5.SafeInterval = 200; this.buttonOut5.Size = new System.Drawing.Size(120, 50); this.buttonOut5.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonOut5.TabIndex = 53; this.buttonOut5.Text = null; this.buttonOut5.TextColor = System.Drawing.Color.White; this.buttonOut5.TextColorDisable = System.Drawing.Color.Gray; this.buttonOut5.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonOut5.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonOut5.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonOut5.Click += new System.EventHandler(this.buttonOut5_Click); // // buttonOut6 // this.buttonOut6.BackGround = this.groupBoxOutput; this.buttonOut6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonOut6.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonOut6.ButtonDownColor = System.Drawing.Color.DarkGray; this.buttonOut6.ButtonImageAutoSize = true; this.buttonOut6.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonOut6.ButtonText = "Valve hold 2"; this.buttonOut6.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOut6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonOut6.GroupID = 0; this.buttonOut6.ImageDisable = null; this.buttonOut6.ImageDown = null; this.buttonOut6.ImageUp = null; this.buttonOut6.Location = new System.Drawing.Point(31, 323); this.buttonOut6.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonOut6.Name = "buttonOut6"; this.buttonOut6.NestedClickEventPrevent = false; this.buttonOut6.OutlinePixel = 2; this.buttonOut6.OverlapOptimize = true; this.buttonOut6.RepeatInterval = 200; this.buttonOut6.RepeatIntervalAccelerate = null; this.buttonOut6.RoundSize = 10; this.buttonOut6.SafeInterval = 200; this.buttonOut6.Size = new System.Drawing.Size(120, 50); this.buttonOut6.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonOut6.TabIndex = 54; this.buttonOut6.Text = null; this.buttonOut6.TextColor = System.Drawing.Color.White; this.buttonOut6.TextColorDisable = System.Drawing.Color.Gray; this.buttonOut6.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonOut6.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonOut6.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonOut6.Click += new System.EventHandler(this.buttonOut6_Click); // // buttonOut7 // this.buttonOut7.BackGround = this.groupBoxOutput; this.buttonOut7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonOut7.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonOut7.ButtonDownColor = System.Drawing.Color.DarkGray; this.buttonOut7.ButtonImageAutoSize = true; this.buttonOut7.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonOut7.ButtonText = "CD Sol Valve"; this.buttonOut7.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOut7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonOut7.GroupID = 0; this.buttonOut7.ImageDisable = null; this.buttonOut7.ImageDown = null; this.buttonOut7.ImageUp = null; this.buttonOut7.Location = new System.Drawing.Point(164, 43); this.buttonOut7.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonOut7.Name = "buttonOut7"; this.buttonOut7.NestedClickEventPrevent = false; this.buttonOut7.OutlinePixel = 2; this.buttonOut7.OverlapOptimize = true; this.buttonOut7.RepeatInterval = 200; this.buttonOut7.RepeatIntervalAccelerate = null; this.buttonOut7.RoundSize = 10; this.buttonOut7.SafeInterval = 200; this.buttonOut7.Size = new System.Drawing.Size(120, 50); this.buttonOut7.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonOut7.TabIndex = 55; this.buttonOut7.Text = null; this.buttonOut7.TextColor = System.Drawing.Color.White; this.buttonOut7.TextColorDisable = System.Drawing.Color.Gray; this.buttonOut7.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonOut7.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonOut7.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonOut7.Click += new System.EventHandler(this.buttonOut7_Click); // // groupBoxStatus // this.groupBoxStatus.BackGround = null; this.groupBoxStatus.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.groupBoxStatus.BackImage = null; this.groupBoxStatus.Controls.Add(this.labelVacuumMaster2); this.groupBoxStatus.Controls.Add(this.labelVacuumWorking2); this.groupBoxStatus.Controls.Add(this.labelDiff2); this.groupBoxStatus.Controls.Add(this.labelDisp2); this.groupBoxStatus.Controls.Add(this.smartLabel5); this.groupBoxStatus.Controls.Add(this.labelVacuumMaster1); this.groupBoxStatus.Controls.Add(this.labelTitlePressureW); this.groupBoxStatus.Controls.Add(this.labeldispAlarm1); this.groupBoxStatus.Controls.Add(this.labelVacuumWorking1); this.groupBoxStatus.Controls.Add(this.labelTitlePressureM); this.groupBoxStatus.Controls.Add(this.labelDiff1); this.groupBoxStatus.Controls.Add(this.labelTitleDiff); this.groupBoxStatus.Controls.Add(this.labelDisp1); this.groupBoxStatus.Controls.Add(this.labelTitleDisp); this.groupBoxStatus.Controls.Add(this.labelSbAlarm1); this.groupBoxStatus.Controls.Add(this.labelLane); this.groupBoxStatus.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.groupBoxStatus.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.groupBoxStatus.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.groupBoxStatus.FrameLineThickness = 2; this.groupBoxStatus.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; this.groupBoxStatus.HeaderHeightOffset = 12; this.groupBoxStatus.Location = new System.Drawing.Point(364, 44); this.groupBoxStatus.Name = "groupBoxStatus"; this.groupBoxStatus.RoundRadius = 5; this.groupBoxStatus.Size = new System.Drawing.Size(516, 180); this.groupBoxStatus.TabIndex = 1; this.groupBoxStatus.Text = "STATUS"; this.groupBoxStatus.TextColor = System.Drawing.Color.White; // // labelVacuumMaster2 // this.labelVacuumMaster2.BackGround = null; this.labelVacuumMaster2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelVacuumMaster2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelVacuumMaster2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelVacuumMaster2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular); this.labelVacuumMaster2.LineSpacing = 0F; this.labelVacuumMaster2.Location = new System.Drawing.Point(299, 148); this.labelVacuumMaster2.Name = "labelVacuumMaster2"; this.labelVacuumMaster2.OverlapOptimize = true; this.labelVacuumMaster2.PasswordChar = '\0'; this.labelVacuumMaster2.Radius = 3; this.labelVacuumMaster2.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelVacuumMaster2.Size = new System.Drawing.Size(100, 25); this.labelVacuumMaster2.TabIndex = 217; this.labelVacuumMaster2.Text = "-95.0"; this.labelVacuumMaster2.TextColor = System.Drawing.Color.White; this.labelVacuumMaster2.TextColorDisable = System.Drawing.Color.Gray; this.labelVacuumMaster2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelVacuumMaster2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelVacuumMaster2.Wordwrap = false; // // labelVacuumWorking2 // this.labelVacuumWorking2.BackGround = null; this.labelVacuumWorking2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelVacuumWorking2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelVacuumWorking2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelVacuumWorking2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular); this.labelVacuumWorking2.LineSpacing = 0F; this.labelVacuumWorking2.Location = new System.Drawing.Point(299, 121); this.labelVacuumWorking2.Name = "labelVacuumWorking2"; this.labelVacuumWorking2.OverlapOptimize = true; this.labelVacuumWorking2.PasswordChar = '\0'; this.labelVacuumWorking2.Radius = 3; this.labelVacuumWorking2.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelVacuumWorking2.Size = new System.Drawing.Size(100, 25); this.labelVacuumWorking2.TabIndex = 216; this.labelVacuumWorking2.Text = "-95.0"; this.labelVacuumWorking2.TextColor = System.Drawing.Color.White; this.labelVacuumWorking2.TextColorDisable = System.Drawing.Color.Gray; this.labelVacuumWorking2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelVacuumWorking2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelVacuumWorking2.Wordwrap = false; // // labelDiff2 // this.labelDiff2.BackGround = null; this.labelDiff2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelDiff2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiff2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDiff2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular); this.labelDiff2.LineSpacing = 0F; this.labelDiff2.Location = new System.Drawing.Point(299, 94); this.labelDiff2.Name = "labelDiff2"; this.labelDiff2.OverlapOptimize = true; this.labelDiff2.PasswordChar = '\0'; this.labelDiff2.Radius = 3; this.labelDiff2.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelDiff2.Size = new System.Drawing.Size(100, 25); this.labelDiff2.TabIndex = 215; this.labelDiff2.Text = "99999.99"; this.labelDiff2.TextColor = System.Drawing.Color.White; this.labelDiff2.TextColorDisable = System.Drawing.Color.Gray; this.labelDiff2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiff2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDiff2.Wordwrap = false; // // labelDisp2 // this.labelDisp2.BackGround = null; this.labelDisp2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelDisp2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDisp2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDisp2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular); this.labelDisp2.LineSpacing = 0F; this.labelDisp2.Location = new System.Drawing.Point(299, 67); this.labelDisp2.Name = "labelDisp2"; this.labelDisp2.OverlapOptimize = true; this.labelDisp2.PasswordChar = '\0'; this.labelDisp2.Radius = 3; this.labelDisp2.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelDisp2.Size = new System.Drawing.Size(100, 25); this.labelDisp2.TabIndex = 214; this.labelDisp2.Text = "99.99"; this.labelDisp2.TextColor = System.Drawing.Color.White; this.labelDisp2.TextColorDisable = System.Drawing.Color.Gray; this.labelDisp2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDisp2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDisp2.Wordwrap = false; // // smartLabel5 // this.smartLabel5.BackGround = null; this.smartLabel5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(128))))); this.smartLabel5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel5.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel5.LineSpacing = 0F; this.smartLabel5.Location = new System.Drawing.Point(299, 41); this.smartLabel5.Name = "smartLabel5"; this.smartLabel5.OverlapOptimize = true; this.smartLabel5.PasswordChar = '\0'; this.smartLabel5.Radius = 3; this.smartLabel5.RoundRectFillColor = System.Drawing.Color.LightBlue; this.smartLabel5.Size = new System.Drawing.Size(100, 20); this.smartLabel5.TabIndex = 213; this.smartLabel5.Text = "2"; this.smartLabel5.TextColor = System.Drawing.Color.White; this.smartLabel5.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel5.Wordwrap = false; // // labelVacuumMaster1 // this.labelVacuumMaster1.BackGround = null; this.labelVacuumMaster1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelVacuumMaster1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelVacuumMaster1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelVacuumMaster1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular); this.labelVacuumMaster1.LineSpacing = 0F; this.labelVacuumMaster1.Location = new System.Drawing.Point(193, 148); this.labelVacuumMaster1.Name = "labelVacuumMaster1"; this.labelVacuumMaster1.OverlapOptimize = true; this.labelVacuumMaster1.PasswordChar = '\0'; this.labelVacuumMaster1.Radius = 3; this.labelVacuumMaster1.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelVacuumMaster1.Size = new System.Drawing.Size(100, 25); this.labelVacuumMaster1.TabIndex = 212; this.labelVacuumMaster1.Text = "-95.0"; this.labelVacuumMaster1.TextColor = System.Drawing.Color.White; this.labelVacuumMaster1.TextColorDisable = System.Drawing.Color.Gray; this.labelVacuumMaster1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelVacuumMaster1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelVacuumMaster1.Wordwrap = false; // // labelTitlePressureW // this.labelTitlePressureW.BackGround = null; this.labelTitlePressureW.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelTitlePressureW.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelTitlePressureW.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelTitlePressureW.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelTitlePressureW.LineSpacing = 0F; this.labelTitlePressureW.Location = new System.Drawing.Point(87, 121); this.labelTitlePressureW.Name = "labelTitlePressureW"; this.labelTitlePressureW.OverlapOptimize = true; this.labelTitlePressureW.PasswordChar = '\0'; this.labelTitlePressureW.Radius = 3; this.labelTitlePressureW.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelTitlePressureW.Size = new System.Drawing.Size(100, 25); this.labelTitlePressureW.TabIndex = 211; this.labelTitlePressureW.Text = "Pressure W"; this.labelTitlePressureW.TextColor = System.Drawing.Color.White; this.labelTitlePressureW.TextColorDisable = System.Drawing.Color.Gray; this.labelTitlePressureW.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTitlePressureW.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitlePressureW.Wordwrap = false; // // labeldispAlarm1 // this.labeldispAlarm1.BackGround = null; this.labeldispAlarm1.BackGroundColor = System.Drawing.Color.Blue; this.labeldispAlarm1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labeldispAlarm1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labeldispAlarm1.LineSpacing = 0F; this.labeldispAlarm1.Location = new System.Drawing.Point(488, 8); this.labeldispAlarm1.Name = "labeldispAlarm1"; this.labeldispAlarm1.OverlapOptimize = true; this.labeldispAlarm1.PasswordChar = '\0'; this.labeldispAlarm1.Radius = 3; this.labeldispAlarm1.RoundRectFillColor = System.Drawing.Color.Blue; this.labeldispAlarm1.Size = new System.Drawing.Size(20, 20); this.labeldispAlarm1.TabIndex = 210; this.labeldispAlarm1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labeldispAlarm1.TextColorDisable = System.Drawing.Color.Gray; this.labeldispAlarm1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labeldispAlarm1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; this.labeldispAlarm1.Wordwrap = false; // // labelVacuumWorking1 // this.labelVacuumWorking1.BackGround = null; this.labelVacuumWorking1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelVacuumWorking1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelVacuumWorking1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelVacuumWorking1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular); this.labelVacuumWorking1.LineSpacing = 0F; this.labelVacuumWorking1.Location = new System.Drawing.Point(193, 121); this.labelVacuumWorking1.Name = "labelVacuumWorking1"; this.labelVacuumWorking1.OverlapOptimize = true; this.labelVacuumWorking1.PasswordChar = '\0'; this.labelVacuumWorking1.Radius = 3; this.labelVacuumWorking1.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelVacuumWorking1.Size = new System.Drawing.Size(100, 25); this.labelVacuumWorking1.TabIndex = 134; this.labelVacuumWorking1.Text = "-95.0"; this.labelVacuumWorking1.TextColor = System.Drawing.Color.White; this.labelVacuumWorking1.TextColorDisable = System.Drawing.Color.Gray; this.labelVacuumWorking1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelVacuumWorking1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelVacuumWorking1.Wordwrap = false; // // labelTitlePressureM // this.labelTitlePressureM.BackGround = null; this.labelTitlePressureM.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelTitlePressureM.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelTitlePressureM.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelTitlePressureM.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelTitlePressureM.LineSpacing = 0F; this.labelTitlePressureM.Location = new System.Drawing.Point(87, 148); this.labelTitlePressureM.Name = "labelTitlePressureM"; this.labelTitlePressureM.OverlapOptimize = true; this.labelTitlePressureM.PasswordChar = '\0'; this.labelTitlePressureM.Radius = 3; this.labelTitlePressureM.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelTitlePressureM.Size = new System.Drawing.Size(100, 25); this.labelTitlePressureM.TabIndex = 133; this.labelTitlePressureM.Text = "Pressure M"; this.labelTitlePressureM.TextColor = System.Drawing.Color.White; this.labelTitlePressureM.TextColorDisable = System.Drawing.Color.Gray; this.labelTitlePressureM.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTitlePressureM.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitlePressureM.Wordwrap = false; // // labelDiff1 // this.labelDiff1.BackGround = null; this.labelDiff1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelDiff1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiff1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDiff1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular); this.labelDiff1.LineSpacing = 0F; this.labelDiff1.Location = new System.Drawing.Point(193, 94); this.labelDiff1.Name = "labelDiff1"; this.labelDiff1.OverlapOptimize = true; this.labelDiff1.PasswordChar = '\0'; this.labelDiff1.Radius = 3; this.labelDiff1.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelDiff1.Size = new System.Drawing.Size(100, 25); this.labelDiff1.TabIndex = 132; this.labelDiff1.Text = "99999.99"; this.labelDiff1.TextColor = System.Drawing.Color.White; this.labelDiff1.TextColorDisable = System.Drawing.Color.Gray; this.labelDiff1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiff1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDiff1.Wordwrap = false; // // labelTitleDiff // this.labelTitleDiff.BackGround = null; this.labelTitleDiff.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelTitleDiff.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelTitleDiff.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelTitleDiff.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelTitleDiff.LineSpacing = 0F; this.labelTitleDiff.Location = new System.Drawing.Point(87, 94); this.labelTitleDiff.Name = "labelTitleDiff"; this.labelTitleDiff.OverlapOptimize = true; this.labelTitleDiff.PasswordChar = '\0'; this.labelTitleDiff.Radius = 3; this.labelTitleDiff.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelTitleDiff.Size = new System.Drawing.Size(100, 25); this.labelTitleDiff.TabIndex = 131; this.labelTitleDiff.Text = "Diff"; this.labelTitleDiff.TextColor = System.Drawing.Color.White; this.labelTitleDiff.TextColorDisable = System.Drawing.Color.Gray; this.labelTitleDiff.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTitleDiff.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleDiff.Wordwrap = false; // // labelDisp1 // this.labelDisp1.BackGround = null; this.labelDisp1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelDisp1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDisp1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDisp1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular); this.labelDisp1.LineSpacing = 0F; this.labelDisp1.Location = new System.Drawing.Point(193, 67); this.labelDisp1.Name = "labelDisp1"; this.labelDisp1.OverlapOptimize = true; this.labelDisp1.PasswordChar = '\0'; this.labelDisp1.Radius = 3; this.labelDisp1.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelDisp1.Size = new System.Drawing.Size(100, 25); this.labelDisp1.TabIndex = 130; this.labelDisp1.Text = "99.99"; this.labelDisp1.TextColor = System.Drawing.Color.White; this.labelDisp1.TextColorDisable = System.Drawing.Color.Gray; this.labelDisp1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDisp1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDisp1.Wordwrap = false; // // labelTitleDisp // this.labelTitleDisp.BackGround = null; this.labelTitleDisp.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelTitleDisp.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelTitleDisp.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelTitleDisp.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelTitleDisp.LineSpacing = 0F; this.labelTitleDisp.Location = new System.Drawing.Point(87, 67); this.labelTitleDisp.Name = "labelTitleDisp"; this.labelTitleDisp.OverlapOptimize = true; this.labelTitleDisp.PasswordChar = '\0'; this.labelTitleDisp.Radius = 3; this.labelTitleDisp.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelTitleDisp.Size = new System.Drawing.Size(100, 25); this.labelTitleDisp.TabIndex = 129; this.labelTitleDisp.Text = "Disp"; this.labelTitleDisp.TextColor = System.Drawing.Color.White; this.labelTitleDisp.TextColorDisable = System.Drawing.Color.Gray; this.labelTitleDisp.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTitleDisp.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleDisp.Wordwrap = false; // // labelSbAlarm1 // this.labelSbAlarm1.BackGround = null; this.labelSbAlarm1.BackGroundColor = System.Drawing.Color.Red; this.labelSbAlarm1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelSbAlarm1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelSbAlarm1.LineSpacing = 0F; this.labelSbAlarm1.Location = new System.Drawing.Point(461, 8); this.labelSbAlarm1.Name = "labelSbAlarm1"; this.labelSbAlarm1.OverlapOptimize = true; this.labelSbAlarm1.PasswordChar = '\0'; this.labelSbAlarm1.Radius = 3; this.labelSbAlarm1.RoundRectFillColor = System.Drawing.Color.Red; this.labelSbAlarm1.Size = new System.Drawing.Size(20, 20); this.labelSbAlarm1.TabIndex = 208; this.labelSbAlarm1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelSbAlarm1.TextColorDisable = System.Drawing.Color.Gray; this.labelSbAlarm1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelSbAlarm1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; this.labelSbAlarm1.Wordwrap = false; // // labelLane // this.labelLane.BackGround = null; this.labelLane.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(128))))); this.labelLane.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelLane.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelLane.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelLane.LineSpacing = 0F; this.labelLane.Location = new System.Drawing.Point(193, 41); this.labelLane.Name = "labelLane"; this.labelLane.OverlapOptimize = true; this.labelLane.PasswordChar = '\0'; this.labelLane.Radius = 3; this.labelLane.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelLane.Size = new System.Drawing.Size(100, 20); this.labelLane.TabIndex = 109; this.labelLane.Text = "1"; this.labelLane.TextColor = System.Drawing.Color.White; this.labelLane.TextColorDisable = System.Drawing.Color.Gray; this.labelLane.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelLane.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelLane.Wordwrap = false; // // groupBoxInput // this.groupBoxInput.BackGround = null; this.groupBoxInput.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.groupBoxInput.BackImage = null; this.groupBoxInput.Controls.Add(this.labelTitleInput5); this.groupBoxInput.Controls.Add(this.labelInput5); this.groupBoxInput.Controls.Add(this.labelTitleInput4); this.groupBoxInput.Controls.Add(this.labelTitleInput2); this.groupBoxInput.Controls.Add(this.labelInput4); this.groupBoxInput.Controls.Add(this.labelInput2); this.groupBoxInput.Controls.Add(this.labelTitleInput3); this.groupBoxInput.Controls.Add(this.labelTitleInput1); this.groupBoxInput.Controls.Add(this.labelInput3); this.groupBoxInput.Controls.Add(this.labelInput1); this.groupBoxInput.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.groupBoxInput.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.groupBoxInput.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.groupBoxInput.FrameLineThickness = 2; this.groupBoxInput.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; this.groupBoxInput.HeaderHeightOffset = 12; this.groupBoxInput.Location = new System.Drawing.Point(39, 44); this.groupBoxInput.Name = "groupBoxInput"; this.groupBoxInput.RoundRadius = 5; this.groupBoxInput.Size = new System.Drawing.Size(319, 180); this.groupBoxInput.TabIndex = 38; this.groupBoxInput.Text = "INPUT"; this.groupBoxInput.TextColor = System.Drawing.Color.White; // // labelTitleInput5 // this.labelTitleInput5.BackGround = null; this.labelTitleInput5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelTitleInput5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelTitleInput5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelTitleInput5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelTitleInput5.LineSpacing = 0F; this.labelTitleInput5.Location = new System.Drawing.Point(51, 125); this.labelTitleInput5.Name = "labelTitleInput5"; this.labelTitleInput5.OverlapOptimize = true; this.labelTitleInput5.PasswordChar = '\0'; this.labelTitleInput5.Radius = 3; this.labelTitleInput5.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelTitleInput5.Size = new System.Drawing.Size(100, 30); this.labelTitleInput5.TabIndex = 52; this.labelTitleInput5.Text = "INPUT 5"; this.labelTitleInput5.TextColor = System.Drawing.Color.White; this.labelTitleInput5.TextColorDisable = System.Drawing.Color.Gray; this.labelTitleInput5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleInput5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleInput5.Wordwrap = false; // // labelInput5 // this.labelInput5.BackGround = null; this.labelInput5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelInput5.BorderColor = System.Drawing.Color.Gray; this.labelInput5.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; this.labelInput5.LineSpacing = 0F; this.labelInput5.Location = new System.Drawing.Point(15, 125); this.labelInput5.Name = "labelInput5"; this.labelInput5.OverlapOptimize = true; this.labelInput5.PasswordChar = '\0'; this.labelInput5.Radius = 30; this.labelInput5.RoundRectFillColor = System.Drawing.Color.Gainsboro; this.labelInput5.Size = new System.Drawing.Size(30, 30); this.labelInput5.TabIndex = 51; this.labelInput5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelInput5.TextColorDisable = System.Drawing.Color.Gray; this.labelInput5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelInput5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; this.labelInput5.Wordwrap = false; // // labelTitleInput4 // this.labelTitleInput4.BackGround = null; this.labelTitleInput4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelTitleInput4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelTitleInput4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelTitleInput4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelTitleInput4.LineSpacing = 0F; this.labelTitleInput4.Location = new System.Drawing.Point(207, 89); this.labelTitleInput4.Name = "labelTitleInput4"; this.labelTitleInput4.OverlapOptimize = true; this.labelTitleInput4.PasswordChar = '\0'; this.labelTitleInput4.Radius = 3; this.labelTitleInput4.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelTitleInput4.Size = new System.Drawing.Size(100, 30); this.labelTitleInput4.TabIndex = 46; this.labelTitleInput4.Text = "INPUT 4"; this.labelTitleInput4.TextColor = System.Drawing.Color.White; this.labelTitleInput4.TextColorDisable = System.Drawing.Color.Gray; this.labelTitleInput4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleInput4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleInput4.Wordwrap = false; // // labelTitleInput2 // this.labelTitleInput2.BackGround = null; this.labelTitleInput2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelTitleInput2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelTitleInput2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelTitleInput2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelTitleInput2.LineSpacing = 0F; this.labelTitleInput2.Location = new System.Drawing.Point(207, 53); this.labelTitleInput2.Name = "labelTitleInput2"; this.labelTitleInput2.OverlapOptimize = true; this.labelTitleInput2.PasswordChar = '\0'; this.labelTitleInput2.Radius = 3; this.labelTitleInput2.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelTitleInput2.Size = new System.Drawing.Size(100, 30); this.labelTitleInput2.TabIndex = 45; this.labelTitleInput2.Text = "INPUT 2"; this.labelTitleInput2.TextColor = System.Drawing.Color.White; this.labelTitleInput2.TextColorDisable = System.Drawing.Color.Gray; this.labelTitleInput2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleInput2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleInput2.Wordwrap = false; // // labelInput4 // this.labelInput4.BackGround = null; this.labelInput4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelInput4.BorderColor = System.Drawing.Color.Gray; this.labelInput4.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; this.labelInput4.LineSpacing = 0F; this.labelInput4.Location = new System.Drawing.Point(171, 89); this.labelInput4.Name = "labelInput4"; this.labelInput4.OverlapOptimize = true; this.labelInput4.PasswordChar = '\0'; this.labelInput4.Radius = 30; this.labelInput4.RoundRectFillColor = System.Drawing.Color.Gainsboro; this.labelInput4.Size = new System.Drawing.Size(30, 30); this.labelInput4.TabIndex = 44; this.labelInput4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelInput4.TextColorDisable = System.Drawing.Color.Gray; this.labelInput4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelInput4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; this.labelInput4.Wordwrap = false; // // labelInput2 // this.labelInput2.BackGround = null; this.labelInput2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelInput2.BorderColor = System.Drawing.Color.Gray; this.labelInput2.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; this.labelInput2.LineSpacing = 0F; this.labelInput2.Location = new System.Drawing.Point(171, 53); this.labelInput2.Name = "labelInput2"; this.labelInput2.OverlapOptimize = true; this.labelInput2.PasswordChar = '\0'; this.labelInput2.Radius = 30; this.labelInput2.RoundRectFillColor = System.Drawing.Color.Lime; this.labelInput2.Size = new System.Drawing.Size(30, 30); this.labelInput2.TabIndex = 43; this.labelInput2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelInput2.TextColorDisable = System.Drawing.Color.Gray; this.labelInput2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelInput2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; this.labelInput2.Wordwrap = false; // // labelTitleInput3 // this.labelTitleInput3.BackGround = null; this.labelTitleInput3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelTitleInput3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelTitleInput3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelTitleInput3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelTitleInput3.LineSpacing = 0F; this.labelTitleInput3.Location = new System.Drawing.Point(51, 89); this.labelTitleInput3.Name = "labelTitleInput3"; this.labelTitleInput3.OverlapOptimize = true; this.labelTitleInput3.PasswordChar = '\0'; this.labelTitleInput3.Radius = 3; this.labelTitleInput3.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelTitleInput3.Size = new System.Drawing.Size(100, 30); this.labelTitleInput3.TabIndex = 42; this.labelTitleInput3.Text = "INPUT 3"; this.labelTitleInput3.TextColor = System.Drawing.Color.White; this.labelTitleInput3.TextColorDisable = System.Drawing.Color.Gray; this.labelTitleInput3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleInput3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleInput3.Wordwrap = false; // // labelTitleInput1 // this.labelTitleInput1.BackGround = null; this.labelTitleInput1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelTitleInput1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelTitleInput1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelTitleInput1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelTitleInput1.LineSpacing = 0F; this.labelTitleInput1.Location = new System.Drawing.Point(51, 53); this.labelTitleInput1.Name = "labelTitleInput1"; this.labelTitleInput1.OverlapOptimize = true; this.labelTitleInput1.PasswordChar = '\0'; this.labelTitleInput1.Radius = 3; this.labelTitleInput1.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelTitleInput1.Size = new System.Drawing.Size(100, 30); this.labelTitleInput1.TabIndex = 41; this.labelTitleInput1.Text = "INPUT 1"; this.labelTitleInput1.TextColor = System.Drawing.Color.White; this.labelTitleInput1.TextColorDisable = System.Drawing.Color.Gray; this.labelTitleInput1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleInput1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleInput1.Wordwrap = false; // // labelInput3 // this.labelInput3.BackGround = null; this.labelInput3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelInput3.BorderColor = System.Drawing.Color.Gray; this.labelInput3.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; this.labelInput3.LineSpacing = 0F; this.labelInput3.Location = new System.Drawing.Point(15, 89); this.labelInput3.Name = "labelInput3"; this.labelInput3.OverlapOptimize = true; this.labelInput3.PasswordChar = '\0'; this.labelInput3.Radius = 30; this.labelInput3.RoundRectFillColor = System.Drawing.Color.Gainsboro; this.labelInput3.Size = new System.Drawing.Size(30, 30); this.labelInput3.TabIndex = 40; this.labelInput3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelInput3.TextColorDisable = System.Drawing.Color.Gray; this.labelInput3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelInput3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; this.labelInput3.Wordwrap = false; // // labelInput1 // this.labelInput1.BackGround = null; this.labelInput1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelInput1.BorderColor = System.Drawing.Color.Gray; this.labelInput1.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; this.labelInput1.LineSpacing = 0F; this.labelInput1.Location = new System.Drawing.Point(15, 53); this.labelInput1.Name = "labelInput1"; this.labelInput1.OverlapOptimize = true; this.labelInput1.PasswordChar = '\0'; this.labelInput1.Radius = 30; this.labelInput1.RoundRectFillColor = System.Drawing.Color.Lime; this.labelInput1.Size = new System.Drawing.Size(30, 30); this.labelInput1.TabIndex = 39; this.labelInput1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelInput1.TextColorDisable = System.Drawing.Color.Gray; this.labelInput1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelInput1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; this.labelInput1.Wordwrap = false; // // smartTimer // this.smartTimer.CounterMode = SmartX.SmartTimer.CounterModes.Up_Counter; this.smartTimer.Interval = 1000; this.smartTimer.IntervalSeries = null; this.smartTimer.TimeCount = ((long)(1000000)); this.smartTimer.TimeFormStringSeparator = ":"; this.smartTimer.Tick += new System.EventHandler(this.smartTimer_Tick); // // smartTimerJog // this.smartTimerJog.CounterMode = SmartX.SmartTimer.CounterModes.Up_Counter; this.smartTimerJog.Interval = 150; this.smartTimerJog.IntervalSeries = null; this.smartTimerJog.TimeCount = ((long)(1000000)); this.smartTimerJog.TimeFormStringSeparator = ":"; this.smartTimerJog.Tick += new System.EventHandler(this.smartTimerJog_Tick); // // ControlMenuManualIoTest // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.Controls.Add(this.smartGroupBox1); this.Name = "ControlMenuManualIoTest"; this.Size = new System.Drawing.Size(909, 664); this.smartGroupBox1.ResumeLayout(false); this.groupBoxServo.ResumeLayout(false); this.groupBoxOutput.ResumeLayout(false); this.groupBoxStatus.ResumeLayout(false); this.groupBoxInput.ResumeLayout(false); this.ResumeLayout(false); } #endregion private SmartX.SmartGroupBox smartGroupBox1; private SmartX.SmartGroupBox groupBoxInput; private SmartX.SmartButton buttonOut1; private SmartX.SmartLabel labelTitleInput4; private SmartX.SmartLabel labelTitleInput2; private SmartX.SmartLabel labelInput4; private SmartX.SmartLabel labelInput2; private SmartX.SmartLabel labelTitleInput3; private SmartX.SmartLabel labelTitleInput1; private SmartX.SmartLabel labelInput3; private SmartX.SmartLabel labelInput1; private SmartX.SmartButton buttonOut4; private SmartX.SmartButton buttonOut3; private SmartX.SmartButton buttonOut2; private SmartX.SmartGroupBox groupBoxServo; private SmartX.SmartButton buttonMotor1Origin; private SmartX.SmartButton buttonMotorChamber2; private SmartX.SmartButton buttonMotorChamber1; private SmartX.SmartLabel labelMotor1Origin; private SmartX.SmartLabel labelMotorChamber2; private SmartX.SmartLabel labelMotorChamber1; private SmartX.SmartGroupBox groupBoxStatus; private SmartX.SmartLabel labelLane; private SmartX.SmartLabel labelDiff1; private SmartX.SmartLabel labelTitleDiff; private SmartX.SmartLabel labelDisp1; private SmartX.SmartLabel labelTitleDisp; private SmartX.SmartLabel labelVacuumWorking1; private SmartX.SmartLabel labelTitlePressureM; private SmartX.SmartButton buttonMotor1AlarmClear; private SmartX.SmartLabel labelTitleInput5; private SmartX.SmartLabel labelInput5; private SmartX.SmartButton buttonOut10; private SmartX.SmartButton buttonOut9; private SmartX.SmartButton buttonOut8; private SmartX.SmartButton buttonOut7; private SmartX.SmartButton buttonOut6; private SmartX.SmartButton buttonOut5; private SmartX.SmartGroupBox groupBoxOutput; public SmartX.SmartLabel labelSbAlarm1; private SmartX.SmartTimer smartTimer; private SmartX.SmartLabel labelMotorChamber4; private SmartX.SmartLabel labelMotorChamber3; private SmartX.SmartButton buttonMotorChamber4; private SmartX.SmartButton buttonMotorChamber3; private SmartX.SmartLabel labelMotorDischarge; private SmartX.SmartLabel labelMotorChamber6; private SmartX.SmartButton buttonMotorDischarge; private SmartX.SmartButton buttonMotorChamber6; private SmartX.SmartLabel labelMotorChamber5; private SmartX.SmartButton buttonMotorChamber5; private SmartX.SmartButton buttonOut11; private SmartX.SmartButton buttonOut12; public SmartX.SmartLabel labeldispAlarm1; private SmartX.SmartLabel labelTitleDiscriptionCD; private SmartX.SmartLabel labelTitleDiscriptionPD; private SmartX.SmartButton buttonJogCCW; private SmartX.SmartButton buttonJogCW; private SmartX.SmartTimer smartTimerJog; private SmartX.SmartLabel labelVacuumMaster1; private SmartX.SmartLabel labelTitlePressureW; private SmartX.SmartButton buttonMotorReady; private SmartX.SmartLabel labelMotorReady; private SmartX.SmartLabel labelVacuumMaster2; private SmartX.SmartLabel labelVacuumWorking2; private SmartX.SmartLabel labelDiff2; private SmartX.SmartLabel labelDisp2; private SmartX.SmartLabel smartLabel5; private SmartX.SmartLabel labelMotorChamber7; private SmartX.SmartButton buttonMotorChamber7; } }