541 lines
30 KiB
C#
541 lines
30 KiB
C#
namespace INT_LKD.Controls
|
|
{
|
|
partial class ControlMainDisplay
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.button1 = new SmartX.SmartButton();
|
|
this.button2 = new SmartX.SmartButton();
|
|
this.smartButton1 = new SmartX.SmartButton();
|
|
this.smartButton2 = new SmartX.SmartButton();
|
|
this.button3 = new SmartX.SmartButton();
|
|
this.button4 = new SmartX.SmartButton();
|
|
this.buttonClose = new SmartX.SmartButton();
|
|
this.button5 = new SmartX.SmartButton();
|
|
this.button10 = new SmartX.SmartButton();
|
|
this.button9 = new SmartX.SmartButton();
|
|
this.button8 = new SmartX.SmartButton();
|
|
this.button7 = new SmartX.SmartButton();
|
|
this.button6 = new SmartX.SmartButton();
|
|
this.SuspendLayout();
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.BackGround = null;
|
|
this.button1.BackGroundColor = System.Drawing.Color.LightBlue;
|
|
this.button1.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.button1.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
|
this.button1.ButtonImageAutoSize = true;
|
|
this.button1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
|
this.button1.ButtonText = "Lane 1";
|
|
this.button1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.button1.GroupID = 0;
|
|
this.button1.ImageDisable = null;
|
|
this.button1.ImageDown = null;
|
|
this.button1.ImageUp = null;
|
|
this.button1.Location = new System.Drawing.Point(15, 505);
|
|
this.button1.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
this.button1.Name = "button1";
|
|
this.button1.NestedClickEventPrevent = false;
|
|
this.button1.OutlinePixel = 2;
|
|
this.button1.OverlapOptimize = true;
|
|
this.button1.RepeatInterval = 200;
|
|
this.button1.RepeatIntervalAccelerate = null;
|
|
this.button1.RoundSize = 10;
|
|
this.button1.SafeInterval = 200;
|
|
this.button1.Size = new System.Drawing.Size(80, 50);
|
|
this.button1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.button1.TabIndex = 1;
|
|
this.button1.Text = null;
|
|
this.button1.TextColor = System.Drawing.Color.White;
|
|
this.button1.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.button1.TextDownColor = System.Drawing.Color.Red;
|
|
this.button1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.button1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.BackGround = null;
|
|
this.button2.BackGroundColor = System.Drawing.Color.LightBlue;
|
|
this.button2.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.button2.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
|
this.button2.ButtonImageAutoSize = true;
|
|
this.button2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
|
this.button2.ButtonText = "Lane 2";
|
|
this.button2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.button2.GroupID = 0;
|
|
this.button2.ImageDisable = null;
|
|
this.button2.ImageDown = null;
|
|
this.button2.ImageUp = null;
|
|
this.button2.Location = new System.Drawing.Point(101, 505);
|
|
this.button2.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
this.button2.Name = "button2";
|
|
this.button2.NestedClickEventPrevent = false;
|
|
this.button2.OutlinePixel = 2;
|
|
this.button2.OverlapOptimize = true;
|
|
this.button2.RepeatInterval = 200;
|
|
this.button2.RepeatIntervalAccelerate = null;
|
|
this.button2.RoundSize = 10;
|
|
this.button2.SafeInterval = 200;
|
|
this.button2.Size = new System.Drawing.Size(80, 50);
|
|
this.button2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.button2.TabIndex = 2;
|
|
this.button2.Text = null;
|
|
this.button2.TextColor = System.Drawing.Color.White;
|
|
this.button2.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.button2.TextDownColor = System.Drawing.Color.Red;
|
|
this.button2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.button2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// smartButton1
|
|
//
|
|
this.smartButton1.BackGround = null;
|
|
this.smartButton1.BackGroundColor = System.Drawing.Color.LightBlue;
|
|
this.smartButton1.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.smartButton1.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
|
this.smartButton1.ButtonImageAutoSize = true;
|
|
this.smartButton1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
|
this.smartButton1.ButtonText = "smartButton1";
|
|
this.smartButton1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.smartButton1.GroupID = 0;
|
|
this.smartButton1.ImageDisable = null;
|
|
this.smartButton1.ImageDown = null;
|
|
this.smartButton1.ImageUp = null;
|
|
this.smartButton1.Location = new System.Drawing.Point(59, 495);
|
|
this.smartButton1.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.smartButton1.Name = "smartButton1";
|
|
this.smartButton1.NestedClickEventPrevent = false;
|
|
this.smartButton1.OutlinePixel = 2;
|
|
this.smartButton1.OverlapOptimize = true;
|
|
this.smartButton1.RepeatInterval = 200;
|
|
this.smartButton1.RepeatIntervalAccelerate = null;
|
|
this.smartButton1.RoundSize = 10;
|
|
this.smartButton1.SafeInterval = 200;
|
|
this.smartButton1.Size = new System.Drawing.Size(100, 60);
|
|
this.smartButton1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.smartButton1.TabIndex = 1;
|
|
this.smartButton1.Text = null;
|
|
this.smartButton1.TextColor = System.Drawing.Color.White;
|
|
this.smartButton1.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartButton1.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.smartButton1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.smartButton1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
//
|
|
// smartButton2
|
|
//
|
|
this.smartButton2.BackGround = null;
|
|
this.smartButton2.BackGroundColor = System.Drawing.Color.LightBlue;
|
|
this.smartButton2.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.smartButton2.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
|
this.smartButton2.ButtonImageAutoSize = true;
|
|
this.smartButton2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
|
this.smartButton2.ButtonText = "smartButton1";
|
|
this.smartButton2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.smartButton2.GroupID = 0;
|
|
this.smartButton2.ImageDisable = null;
|
|
this.smartButton2.ImageDown = null;
|
|
this.smartButton2.ImageUp = null;
|
|
this.smartButton2.Location = new System.Drawing.Point(165, 495);
|
|
this.smartButton2.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.smartButton2.Name = "smartButton2";
|
|
this.smartButton2.NestedClickEventPrevent = false;
|
|
this.smartButton2.OutlinePixel = 2;
|
|
this.smartButton2.OverlapOptimize = true;
|
|
this.smartButton2.RepeatInterval = 200;
|
|
this.smartButton2.RepeatIntervalAccelerate = null;
|
|
this.smartButton2.RoundSize = 10;
|
|
this.smartButton2.SafeInterval = 200;
|
|
this.smartButton2.Size = new System.Drawing.Size(100, 60);
|
|
this.smartButton2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.smartButton2.TabIndex = 2;
|
|
this.smartButton2.Text = null;
|
|
this.smartButton2.TextColor = System.Drawing.Color.White;
|
|
this.smartButton2.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartButton2.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.smartButton2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.smartButton2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.BackGround = null;
|
|
this.button3.BackGroundColor = System.Drawing.Color.LightBlue;
|
|
this.button3.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.button3.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
|
this.button3.ButtonImageAutoSize = true;
|
|
this.button3.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
|
this.button3.ButtonText = "Lane 3";
|
|
this.button3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.button3.GroupID = 0;
|
|
this.button3.ImageDisable = null;
|
|
this.button3.ImageDown = null;
|
|
this.button3.ImageUp = null;
|
|
this.button3.Location = new System.Drawing.Point(187, 505);
|
|
this.button3.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
this.button3.Name = "button3";
|
|
this.button3.NestedClickEventPrevent = false;
|
|
this.button3.OutlinePixel = 2;
|
|
this.button3.OverlapOptimize = true;
|
|
this.button3.RepeatInterval = 200;
|
|
this.button3.RepeatIntervalAccelerate = null;
|
|
this.button3.RoundSize = 10;
|
|
this.button3.SafeInterval = 200;
|
|
this.button3.Size = new System.Drawing.Size(80, 50);
|
|
this.button3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.button3.TabIndex = 3;
|
|
this.button3.Text = null;
|
|
this.button3.TextColor = System.Drawing.Color.White;
|
|
this.button3.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.button3.TextDownColor = System.Drawing.Color.Red;
|
|
this.button3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.button3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
//
|
|
// button4
|
|
//
|
|
this.button4.BackGround = null;
|
|
this.button4.BackGroundColor = System.Drawing.Color.LightBlue;
|
|
this.button4.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.button4.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
|
this.button4.ButtonImageAutoSize = true;
|
|
this.button4.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
|
this.button4.ButtonText = "Lane 4";
|
|
this.button4.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.button4.GroupID = 0;
|
|
this.button4.ImageDisable = null;
|
|
this.button4.ImageDown = null;
|
|
this.button4.ImageUp = null;
|
|
this.button4.Location = new System.Drawing.Point(273, 505);
|
|
this.button4.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
this.button4.Name = "button4";
|
|
this.button4.NestedClickEventPrevent = false;
|
|
this.button4.OutlinePixel = 2;
|
|
this.button4.OverlapOptimize = true;
|
|
this.button4.RepeatInterval = 200;
|
|
this.button4.RepeatIntervalAccelerate = null;
|
|
this.button4.RoundSize = 10;
|
|
this.button4.SafeInterval = 200;
|
|
this.button4.Size = new System.Drawing.Size(80, 50);
|
|
this.button4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.button4.TabIndex = 4;
|
|
this.button4.Text = null;
|
|
this.button4.TextColor = System.Drawing.Color.White;
|
|
this.button4.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.button4.TextDownColor = System.Drawing.Color.Red;
|
|
this.button4.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.button4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.button4.Click += new System.EventHandler(this.button4_Click);
|
|
//
|
|
// buttonClose
|
|
//
|
|
this.buttonClose.BackGround = null;
|
|
this.buttonClose.BackGroundColor = System.Drawing.Color.LightBlue;
|
|
this.buttonClose.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.buttonClose.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
|
this.buttonClose.ButtonImageAutoSize = true;
|
|
this.buttonClose.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
|
this.buttonClose.ButtonText = "Close";
|
|
this.buttonClose.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonClose.GroupID = 0;
|
|
this.buttonClose.ImageDisable = null;
|
|
this.buttonClose.ImageDown = null;
|
|
this.buttonClose.ImageUp = null;
|
|
this.buttonClose.Location = new System.Drawing.Point(906, 505);
|
|
this.buttonClose.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonClose.Name = "buttonClose";
|
|
this.buttonClose.NestedClickEventPrevent = false;
|
|
this.buttonClose.OutlinePixel = 2;
|
|
this.buttonClose.OverlapOptimize = true;
|
|
this.buttonClose.RepeatInterval = 200;
|
|
this.buttonClose.RepeatIntervalAccelerate = null;
|
|
this.buttonClose.RoundSize = 10;
|
|
this.buttonClose.SafeInterval = 200;
|
|
this.buttonClose.Size = new System.Drawing.Size(100, 50);
|
|
this.buttonClose.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonClose.TabIndex = 5;
|
|
this.buttonClose.Text = null;
|
|
this.buttonClose.TextColor = System.Drawing.Color.White;
|
|
this.buttonClose.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.buttonClose.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.buttonClose.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonClose.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
|
|
//
|
|
// button5
|
|
//
|
|
this.button5.BackGround = null;
|
|
this.button5.BackGroundColor = System.Drawing.Color.LightBlue;
|
|
this.button5.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.button5.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
|
this.button5.ButtonImageAutoSize = true;
|
|
this.button5.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
|
this.button5.ButtonText = "Lane 5";
|
|
this.button5.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.button5.GroupID = 0;
|
|
this.button5.ImageDisable = null;
|
|
this.button5.ImageDown = null;
|
|
this.button5.ImageUp = null;
|
|
this.button5.Location = new System.Drawing.Point(359, 505);
|
|
this.button5.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
this.button5.Name = "button5";
|
|
this.button5.NestedClickEventPrevent = false;
|
|
this.button5.OutlinePixel = 2;
|
|
this.button5.OverlapOptimize = true;
|
|
this.button5.RepeatInterval = 200;
|
|
this.button5.RepeatIntervalAccelerate = null;
|
|
this.button5.RoundSize = 10;
|
|
this.button5.SafeInterval = 200;
|
|
this.button5.Size = new System.Drawing.Size(80, 50);
|
|
this.button5.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.button5.TabIndex = 6;
|
|
this.button5.Text = null;
|
|
this.button5.TextColor = System.Drawing.Color.White;
|
|
this.button5.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.button5.TextDownColor = System.Drawing.Color.Red;
|
|
this.button5.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.button5.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.button5.Click += new System.EventHandler(this.button5_Click);
|
|
//
|
|
// button10
|
|
//
|
|
this.button10.BackGround = null;
|
|
this.button10.BackGroundColor = System.Drawing.Color.LightBlue;
|
|
this.button10.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.button10.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
|
this.button10.ButtonImageAutoSize = true;
|
|
this.button10.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
|
this.button10.ButtonText = "Lane 10";
|
|
this.button10.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.button10.GroupID = 0;
|
|
this.button10.ImageDisable = null;
|
|
this.button10.ImageDown = null;
|
|
this.button10.ImageUp = null;
|
|
this.button10.Location = new System.Drawing.Point(789, 505);
|
|
this.button10.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
this.button10.Name = "button10";
|
|
this.button10.NestedClickEventPrevent = false;
|
|
this.button10.OutlinePixel = 2;
|
|
this.button10.OverlapOptimize = true;
|
|
this.button10.RepeatInterval = 200;
|
|
this.button10.RepeatIntervalAccelerate = null;
|
|
this.button10.RoundSize = 10;
|
|
this.button10.SafeInterval = 200;
|
|
this.button10.Size = new System.Drawing.Size(80, 50);
|
|
this.button10.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.button10.TabIndex = 11;
|
|
this.button10.Text = null;
|
|
this.button10.TextColor = System.Drawing.Color.White;
|
|
this.button10.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.button10.TextDownColor = System.Drawing.Color.Red;
|
|
this.button10.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.button10.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.button10.Click += new System.EventHandler(this.button10_Click);
|
|
//
|
|
// button9
|
|
//
|
|
this.button9.BackGround = null;
|
|
this.button9.BackGroundColor = System.Drawing.Color.LightBlue;
|
|
this.button9.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.button9.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
|
this.button9.ButtonImageAutoSize = true;
|
|
this.button9.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
|
this.button9.ButtonText = "Lane 9";
|
|
this.button9.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.button9.GroupID = 0;
|
|
this.button9.ImageDisable = null;
|
|
this.button9.ImageDown = null;
|
|
this.button9.ImageUp = null;
|
|
this.button9.Location = new System.Drawing.Point(703, 505);
|
|
this.button9.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
this.button9.Name = "button9";
|
|
this.button9.NestedClickEventPrevent = false;
|
|
this.button9.OutlinePixel = 2;
|
|
this.button9.OverlapOptimize = true;
|
|
this.button9.RepeatInterval = 200;
|
|
this.button9.RepeatIntervalAccelerate = null;
|
|
this.button9.RoundSize = 10;
|
|
this.button9.SafeInterval = 200;
|
|
this.button9.Size = new System.Drawing.Size(80, 50);
|
|
this.button9.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.button9.TabIndex = 10;
|
|
this.button9.Text = null;
|
|
this.button9.TextColor = System.Drawing.Color.White;
|
|
this.button9.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.button9.TextDownColor = System.Drawing.Color.Red;
|
|
this.button9.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.button9.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.button9.Click += new System.EventHandler(this.button9_Click);
|
|
//
|
|
// button8
|
|
//
|
|
this.button8.BackGround = null;
|
|
this.button8.BackGroundColor = System.Drawing.Color.LightBlue;
|
|
this.button8.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.button8.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
|
this.button8.ButtonImageAutoSize = true;
|
|
this.button8.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
|
this.button8.ButtonText = "Lane 8";
|
|
this.button8.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.button8.GroupID = 0;
|
|
this.button8.ImageDisable = null;
|
|
this.button8.ImageDown = null;
|
|
this.button8.ImageUp = null;
|
|
this.button8.Location = new System.Drawing.Point(617, 505);
|
|
this.button8.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
this.button8.Name = "button8";
|
|
this.button8.NestedClickEventPrevent = false;
|
|
this.button8.OutlinePixel = 2;
|
|
this.button8.OverlapOptimize = true;
|
|
this.button8.RepeatInterval = 200;
|
|
this.button8.RepeatIntervalAccelerate = null;
|
|
this.button8.RoundSize = 10;
|
|
this.button8.SafeInterval = 200;
|
|
this.button8.Size = new System.Drawing.Size(80, 50);
|
|
this.button8.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.button8.TabIndex = 9;
|
|
this.button8.Text = null;
|
|
this.button8.TextColor = System.Drawing.Color.White;
|
|
this.button8.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.button8.TextDownColor = System.Drawing.Color.Red;
|
|
this.button8.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.button8.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.button8.Click += new System.EventHandler(this.button8_Click);
|
|
//
|
|
// button7
|
|
//
|
|
this.button7.BackGround = null;
|
|
this.button7.BackGroundColor = System.Drawing.Color.LightBlue;
|
|
this.button7.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.button7.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
|
this.button7.ButtonImageAutoSize = true;
|
|
this.button7.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
|
this.button7.ButtonText = "Lane 7";
|
|
this.button7.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.button7.GroupID = 0;
|
|
this.button7.ImageDisable = null;
|
|
this.button7.ImageDown = null;
|
|
this.button7.ImageUp = null;
|
|
this.button7.Location = new System.Drawing.Point(531, 505);
|
|
this.button7.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
this.button7.Name = "button7";
|
|
this.button7.NestedClickEventPrevent = false;
|
|
this.button7.OutlinePixel = 2;
|
|
this.button7.OverlapOptimize = true;
|
|
this.button7.RepeatInterval = 200;
|
|
this.button7.RepeatIntervalAccelerate = null;
|
|
this.button7.RoundSize = 10;
|
|
this.button7.SafeInterval = 200;
|
|
this.button7.Size = new System.Drawing.Size(80, 50);
|
|
this.button7.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.button7.TabIndex = 8;
|
|
this.button7.Text = null;
|
|
this.button7.TextColor = System.Drawing.Color.White;
|
|
this.button7.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.button7.TextDownColor = System.Drawing.Color.Red;
|
|
this.button7.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.button7.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.button7.Click += new System.EventHandler(this.button7_Click);
|
|
//
|
|
// button6
|
|
//
|
|
this.button6.BackGround = null;
|
|
this.button6.BackGroundColor = System.Drawing.Color.LightBlue;
|
|
this.button6.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.button6.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
|
this.button6.ButtonImageAutoSize = true;
|
|
this.button6.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
|
this.button6.ButtonText = "Lane 6";
|
|
this.button6.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.button6.GroupID = 0;
|
|
this.button6.ImageDisable = null;
|
|
this.button6.ImageDown = null;
|
|
this.button6.ImageUp = null;
|
|
this.button6.Location = new System.Drawing.Point(445, 505);
|
|
this.button6.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
this.button6.Name = "button6";
|
|
this.button6.NestedClickEventPrevent = false;
|
|
this.button6.OutlinePixel = 2;
|
|
this.button6.OverlapOptimize = true;
|
|
this.button6.RepeatInterval = 200;
|
|
this.button6.RepeatIntervalAccelerate = null;
|
|
this.button6.RoundSize = 10;
|
|
this.button6.SafeInterval = 200;
|
|
this.button6.Size = new System.Drawing.Size(80, 50);
|
|
this.button6.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.button6.TabIndex = 7;
|
|
this.button6.Text = null;
|
|
this.button6.TextColor = System.Drawing.Color.White;
|
|
this.button6.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.button6.TextDownColor = System.Drawing.Color.Red;
|
|
this.button6.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.button6.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.button6.Click += new System.EventHandler(this.button6_Click);
|
|
//
|
|
// ControlMainDisplay
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(222)))), ((int)(((byte)(233)))));
|
|
this.Controls.Add(this.button10);
|
|
this.Controls.Add(this.button9);
|
|
this.Controls.Add(this.button8);
|
|
this.Controls.Add(this.buttonClose);
|
|
this.Controls.Add(this.button7);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.button6);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.button5);
|
|
this.Controls.Add(this.button3);
|
|
this.Controls.Add(this.button4);
|
|
this.Name = "ControlMainDisplay";
|
|
this.Size = new System.Drawing.Size(1024, 570);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartButton button1;
|
|
private SmartX.SmartButton button2;
|
|
private SmartX.SmartButton smartButton1;
|
|
private SmartX.SmartButton smartButton2;
|
|
private SmartX.SmartButton button3;
|
|
private SmartX.SmartButton button4;
|
|
private SmartX.SmartButton buttonClose;
|
|
private SmartX.SmartButton button5;
|
|
private SmartX.SmartButton button10;
|
|
private SmartX.SmartButton button9;
|
|
private SmartX.SmartButton button8;
|
|
private SmartX.SmartButton button7;
|
|
private SmartX.SmartButton button6;
|
|
|
|
|
|
|
|
}
|
|
}
|