323 lines
20 KiB
C#
323 lines
20 KiB
C#
namespace ITC81DB_0H.Controls
|
|
{
|
|
partial class ControlBottomConfiguration
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlBottomConfiguration));
|
|
this.buttonHelp = new SmartX.SmartButton();
|
|
this.buttonOption = new SmartX.SmartButton();
|
|
this.buttonOptionBoard = new SmartX.SmartButton();
|
|
this.buttonEthernet = new SmartX.SmartButton();
|
|
this.buttonCountingOutput = new SmartX.SmartButton();
|
|
this.buttonSerialCOM4 = new SmartX.SmartButton();
|
|
this.buttonSerialCOM3 = new SmartX.SmartButton();
|
|
this.buttonSerialCOM1 = new SmartX.SmartButton();
|
|
this.SuspendLayout();
|
|
//
|
|
// buttonHelp
|
|
//
|
|
this.buttonHelp.BackPictureBox = null;
|
|
this.buttonHelp.BackPictureBox1 = null;
|
|
this.buttonHelp.BackPictureBox2 = null;
|
|
this.buttonHelp.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonHelp.ButtonImageAutoSize = true;
|
|
this.buttonHelp.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonHelp.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonHelp.DisableImage")));
|
|
this.buttonHelp.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonHelp.DownImage")));
|
|
this.buttonHelp.GroupID = 0;
|
|
this.buttonHelp.InitVisible = true;
|
|
this.buttonHelp.Location = new System.Drawing.Point(30, 0);
|
|
this.buttonHelp.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
this.buttonHelp.Name = "buttonHelp";
|
|
this.buttonHelp.NestedClickEventPrevent = false;
|
|
this.buttonHelp.OutlinePixel = 1;
|
|
this.buttonHelp.RepeatInterval = 200;
|
|
this.buttonHelp.RepeatIntervalAccelerate = null;
|
|
this.buttonHelp.SafeInterval = 200;
|
|
this.buttonHelp.Size = new System.Drawing.Size(65, 65);
|
|
this.buttonHelp.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonHelp.TabIndex = 9;
|
|
this.buttonHelp.TextColor = System.Drawing.Color.Black;
|
|
this.buttonHelp.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonHelp.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonHelp.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonHelp.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonHelp.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonHelp.UpImage")));
|
|
this.buttonHelp.Click += new System.EventHandler(this.buttonMenu_Click);
|
|
//
|
|
// buttonOption
|
|
//
|
|
this.buttonOption.BackPictureBox = null;
|
|
this.buttonOption.BackPictureBox1 = null;
|
|
this.buttonOption.BackPictureBox2 = null;
|
|
this.buttonOption.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonOption.ButtonImageAutoSize = true;
|
|
this.buttonOption.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonOption.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonOption.DisableImage")));
|
|
this.buttonOption.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOption.DownImage")));
|
|
this.buttonOption.GroupID = 0;
|
|
this.buttonOption.InitVisible = true;
|
|
this.buttonOption.Location = new System.Drawing.Point(456, 0);
|
|
this.buttonOption.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
this.buttonOption.Name = "buttonOption";
|
|
this.buttonOption.NestedClickEventPrevent = false;
|
|
this.buttonOption.OutlinePixel = 1;
|
|
this.buttonOption.RepeatInterval = 200;
|
|
this.buttonOption.RepeatIntervalAccelerate = null;
|
|
this.buttonOption.SafeInterval = 200;
|
|
this.buttonOption.Size = new System.Drawing.Size(65, 65);
|
|
this.buttonOption.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonOption.TabIndex = 11;
|
|
this.buttonOption.TextColor = System.Drawing.Color.Black;
|
|
this.buttonOption.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonOption.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonOption.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonOption.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonOption.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonOption.UpImage")));
|
|
this.buttonOption.Visible = false;
|
|
this.buttonOption.Click += new System.EventHandler(this.buttonMenu_Click);
|
|
//
|
|
// buttonOptionBoard
|
|
//
|
|
this.buttonOptionBoard.BackPictureBox = null;
|
|
this.buttonOptionBoard.BackPictureBox1 = null;
|
|
this.buttonOptionBoard.BackPictureBox2 = null;
|
|
this.buttonOptionBoard.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonOptionBoard.ButtonImageAutoSize = true;
|
|
this.buttonOptionBoard.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonOptionBoard.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonOptionBoard.DisableImage")));
|
|
this.buttonOptionBoard.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOptionBoard.DownImage")));
|
|
this.buttonOptionBoard.GroupID = 0;
|
|
this.buttonOptionBoard.InitVisible = true;
|
|
this.buttonOptionBoard.Location = new System.Drawing.Point(385, 0);
|
|
this.buttonOptionBoard.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
this.buttonOptionBoard.Name = "buttonOptionBoard";
|
|
this.buttonOptionBoard.NestedClickEventPrevent = false;
|
|
this.buttonOptionBoard.OutlinePixel = 1;
|
|
this.buttonOptionBoard.RepeatInterval = 200;
|
|
this.buttonOptionBoard.RepeatIntervalAccelerate = null;
|
|
this.buttonOptionBoard.SafeInterval = 200;
|
|
this.buttonOptionBoard.Size = new System.Drawing.Size(65, 65);
|
|
this.buttonOptionBoard.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonOptionBoard.TabIndex = 12;
|
|
this.buttonOptionBoard.TextColor = System.Drawing.Color.Black;
|
|
this.buttonOptionBoard.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonOptionBoard.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonOptionBoard.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonOptionBoard.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonOptionBoard.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonOptionBoard.UpImage")));
|
|
this.buttonOptionBoard.Click += new System.EventHandler(this.buttonMenu_Click);
|
|
//
|
|
// buttonEthernet
|
|
//
|
|
this.buttonEthernet.BackPictureBox = null;
|
|
this.buttonEthernet.BackPictureBox1 = null;
|
|
this.buttonEthernet.BackPictureBox2 = null;
|
|
this.buttonEthernet.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonEthernet.ButtonImageAutoSize = true;
|
|
this.buttonEthernet.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonEthernet.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonEthernet.DisableImage")));
|
|
this.buttonEthernet.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEthernet.DownImage")));
|
|
this.buttonEthernet.GroupID = 0;
|
|
this.buttonEthernet.InitVisible = true;
|
|
this.buttonEthernet.Location = new System.Drawing.Point(314, 0);
|
|
this.buttonEthernet.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
this.buttonEthernet.Name = "buttonEthernet";
|
|
this.buttonEthernet.NestedClickEventPrevent = false;
|
|
this.buttonEthernet.OutlinePixel = 1;
|
|
this.buttonEthernet.RepeatInterval = 200;
|
|
this.buttonEthernet.RepeatIntervalAccelerate = null;
|
|
this.buttonEthernet.SafeInterval = 200;
|
|
this.buttonEthernet.Size = new System.Drawing.Size(65, 65);
|
|
this.buttonEthernet.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonEthernet.TabIndex = 13;
|
|
this.buttonEthernet.TextColor = System.Drawing.Color.Black;
|
|
this.buttonEthernet.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonEthernet.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonEthernet.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonEthernet.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonEthernet.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonEthernet.UpImage")));
|
|
this.buttonEthernet.Click += new System.EventHandler(this.buttonMenu_Click);
|
|
//
|
|
// buttonCountingOutput
|
|
//
|
|
this.buttonCountingOutput.BackPictureBox = null;
|
|
this.buttonCountingOutput.BackPictureBox1 = null;
|
|
this.buttonCountingOutput.BackPictureBox2 = null;
|
|
this.buttonCountingOutput.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonCountingOutput.ButtonImageAutoSize = true;
|
|
this.buttonCountingOutput.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonCountingOutput.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonCountingOutput.DisableImage")));
|
|
this.buttonCountingOutput.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCountingOutput.DownImage")));
|
|
this.buttonCountingOutput.GroupID = 0;
|
|
this.buttonCountingOutput.InitVisible = true;
|
|
this.buttonCountingOutput.Location = new System.Drawing.Point(527, 0);
|
|
this.buttonCountingOutput.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
this.buttonCountingOutput.Name = "buttonCountingOutput";
|
|
this.buttonCountingOutput.NestedClickEventPrevent = false;
|
|
this.buttonCountingOutput.OutlinePixel = 1;
|
|
this.buttonCountingOutput.RepeatInterval = 200;
|
|
this.buttonCountingOutput.RepeatIntervalAccelerate = null;
|
|
this.buttonCountingOutput.SafeInterval = 200;
|
|
this.buttonCountingOutput.Size = new System.Drawing.Size(65, 65);
|
|
this.buttonCountingOutput.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonCountingOutput.TabIndex = 14;
|
|
this.buttonCountingOutput.TextColor = System.Drawing.Color.Black;
|
|
this.buttonCountingOutput.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonCountingOutput.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonCountingOutput.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonCountingOutput.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonCountingOutput.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonCountingOutput.UpImage")));
|
|
this.buttonCountingOutput.Visible = false;
|
|
this.buttonCountingOutput.Click += new System.EventHandler(this.buttonMenu_Click);
|
|
//
|
|
// buttonSerialCOM4
|
|
//
|
|
this.buttonSerialCOM4.BackPictureBox = null;
|
|
this.buttonSerialCOM4.BackPictureBox1 = null;
|
|
this.buttonSerialCOM4.BackPictureBox2 = null;
|
|
this.buttonSerialCOM4.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonSerialCOM4.ButtonImageAutoSize = true;
|
|
this.buttonSerialCOM4.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonSerialCOM4.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonSerialCOM4.DisableImage")));
|
|
this.buttonSerialCOM4.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSerialCOM4.DownImage")));
|
|
this.buttonSerialCOM4.GroupID = 0;
|
|
this.buttonSerialCOM4.InitVisible = true;
|
|
this.buttonSerialCOM4.Location = new System.Drawing.Point(243, 0);
|
|
this.buttonSerialCOM4.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
this.buttonSerialCOM4.Name = "buttonSerialCOM4";
|
|
this.buttonSerialCOM4.NestedClickEventPrevent = false;
|
|
this.buttonSerialCOM4.OutlinePixel = 1;
|
|
this.buttonSerialCOM4.RepeatInterval = 200;
|
|
this.buttonSerialCOM4.RepeatIntervalAccelerate = null;
|
|
this.buttonSerialCOM4.SafeInterval = 200;
|
|
this.buttonSerialCOM4.Size = new System.Drawing.Size(65, 65);
|
|
this.buttonSerialCOM4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonSerialCOM4.TabIndex = 17;
|
|
this.buttonSerialCOM4.TextColor = System.Drawing.Color.Black;
|
|
this.buttonSerialCOM4.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonSerialCOM4.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonSerialCOM4.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonSerialCOM4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonSerialCOM4.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonSerialCOM4.UpImage")));
|
|
this.buttonSerialCOM4.Click += new System.EventHandler(this.buttonMenu_Click);
|
|
//
|
|
// buttonSerialCOM3
|
|
//
|
|
this.buttonSerialCOM3.BackPictureBox = null;
|
|
this.buttonSerialCOM3.BackPictureBox1 = null;
|
|
this.buttonSerialCOM3.BackPictureBox2 = null;
|
|
this.buttonSerialCOM3.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonSerialCOM3.ButtonImageAutoSize = true;
|
|
this.buttonSerialCOM3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonSerialCOM3.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonSerialCOM3.DisableImage")));
|
|
this.buttonSerialCOM3.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSerialCOM3.DownImage")));
|
|
this.buttonSerialCOM3.GroupID = 0;
|
|
this.buttonSerialCOM3.InitVisible = true;
|
|
this.buttonSerialCOM3.Location = new System.Drawing.Point(172, 0);
|
|
this.buttonSerialCOM3.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
this.buttonSerialCOM3.Name = "buttonSerialCOM3";
|
|
this.buttonSerialCOM3.NestedClickEventPrevent = false;
|
|
this.buttonSerialCOM3.OutlinePixel = 1;
|
|
this.buttonSerialCOM3.RepeatInterval = 200;
|
|
this.buttonSerialCOM3.RepeatIntervalAccelerate = null;
|
|
this.buttonSerialCOM3.SafeInterval = 200;
|
|
this.buttonSerialCOM3.Size = new System.Drawing.Size(65, 65);
|
|
this.buttonSerialCOM3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonSerialCOM3.TabIndex = 16;
|
|
this.buttonSerialCOM3.TextColor = System.Drawing.Color.Black;
|
|
this.buttonSerialCOM3.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonSerialCOM3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonSerialCOM3.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonSerialCOM3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonSerialCOM3.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonSerialCOM3.UpImage")));
|
|
this.buttonSerialCOM3.Click += new System.EventHandler(this.buttonMenu_Click);
|
|
//
|
|
// buttonSerialCOM1
|
|
//
|
|
this.buttonSerialCOM1.BackPictureBox = null;
|
|
this.buttonSerialCOM1.BackPictureBox1 = null;
|
|
this.buttonSerialCOM1.BackPictureBox2 = null;
|
|
this.buttonSerialCOM1.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonSerialCOM1.ButtonImageAutoSize = true;
|
|
this.buttonSerialCOM1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonSerialCOM1.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonSerialCOM1.DisableImage")));
|
|
this.buttonSerialCOM1.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSerialCOM1.DownImage")));
|
|
this.buttonSerialCOM1.GroupID = 0;
|
|
this.buttonSerialCOM1.InitVisible = true;
|
|
this.buttonSerialCOM1.Location = new System.Drawing.Point(101, 0);
|
|
this.buttonSerialCOM1.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
this.buttonSerialCOM1.Name = "buttonSerialCOM1";
|
|
this.buttonSerialCOM1.NestedClickEventPrevent = false;
|
|
this.buttonSerialCOM1.OutlinePixel = 1;
|
|
this.buttonSerialCOM1.RepeatInterval = 200;
|
|
this.buttonSerialCOM1.RepeatIntervalAccelerate = null;
|
|
this.buttonSerialCOM1.SafeInterval = 200;
|
|
this.buttonSerialCOM1.Size = new System.Drawing.Size(65, 65);
|
|
this.buttonSerialCOM1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonSerialCOM1.TabIndex = 15;
|
|
this.buttonSerialCOM1.TextColor = System.Drawing.Color.Black;
|
|
this.buttonSerialCOM1.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonSerialCOM1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonSerialCOM1.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonSerialCOM1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonSerialCOM1.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonSerialCOM1.UpImage")));
|
|
this.buttonSerialCOM1.Click += new System.EventHandler(this.buttonMenu_Click);
|
|
//
|
|
// ControlBottomConfiguration
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.Color.Black;
|
|
this.Controls.Add(this.buttonSerialCOM4);
|
|
this.Controls.Add(this.buttonSerialCOM3);
|
|
this.Controls.Add(this.buttonSerialCOM1);
|
|
this.Controls.Add(this.buttonCountingOutput);
|
|
this.Controls.Add(this.buttonEthernet);
|
|
this.Controls.Add(this.buttonOptionBoard);
|
|
this.Controls.Add(this.buttonOption);
|
|
this.Controls.Add(this.buttonHelp);
|
|
this.Name = "ControlBottomConfiguration";
|
|
this.Size = new System.Drawing.Size(710, 65);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartButton buttonHelp;
|
|
private SmartX.SmartButton buttonOption;
|
|
private SmartX.SmartButton buttonOptionBoard;
|
|
private SmartX.SmartButton buttonEthernet;
|
|
private SmartX.SmartButton buttonCountingOutput;
|
|
private SmartX.SmartButton buttonSerialCOM4;
|
|
private SmartX.SmartButton buttonSerialCOM3;
|
|
private SmartX.SmartButton buttonSerialCOM1;
|
|
}
|
|
}
|