2020-08-31 06:52:43 +00:00
|
|
|
|
namespace ITC81DB_0H.Controls
|
2020-08-31 02:13:02 +00:00
|
|
|
|
{
|
|
|
|
|
partial class ControlBottomEquipment
|
|
|
|
|
{
|
|
|
|
|
/// <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(ControlBottomEquipment));
|
|
|
|
|
this.buttonInitialize = new SmartX.SmartButton();
|
|
|
|
|
this.buttonUpdate = new SmartX.SmartButton();
|
|
|
|
|
this.buttonHelp = new SmartX.SmartButton();
|
|
|
|
|
this.buttonFuctionSetting = new SmartX.SmartButton();
|
|
|
|
|
this.buttonUser = new SmartX.SmartButton();
|
|
|
|
|
this.buttonTest = new SmartX.SmartButton();
|
|
|
|
|
this.buttonEngineerSetting = new SmartX.SmartButton();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// buttonInitialize
|
|
|
|
|
//
|
|
|
|
|
this.buttonInitialize.BackPictureBox = null;
|
|
|
|
|
this.buttonInitialize.BackPictureBox1 = null;
|
|
|
|
|
this.buttonInitialize.BackPictureBox2 = null;
|
|
|
|
|
this.buttonInitialize.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonInitialize.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonInitialize.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonInitialize.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonInitialize.DisableImage")));
|
|
|
|
|
this.buttonInitialize.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonInitialize.DownImage")));
|
|
|
|
|
this.buttonInitialize.GroupID = 0;
|
|
|
|
|
this.buttonInitialize.InitVisible = true;
|
|
|
|
|
this.buttonInitialize.Location = new System.Drawing.Point(172, 0);
|
|
|
|
|
this.buttonInitialize.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
|
|
|
this.buttonInitialize.Name = "buttonInitialize";
|
|
|
|
|
this.buttonInitialize.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonInitialize.OutlinePixel = 1;
|
|
|
|
|
this.buttonInitialize.RepeatInterval = 200;
|
|
|
|
|
this.buttonInitialize.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonInitialize.SafeInterval = 200;
|
|
|
|
|
this.buttonInitialize.Size = new System.Drawing.Size(65, 65);
|
|
|
|
|
this.buttonInitialize.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonInitialize.TabIndex = 1;
|
|
|
|
|
this.buttonInitialize.TextColor = System.Drawing.Color.Black;
|
|
|
|
|
this.buttonInitialize.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonInitialize.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonInitialize.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonInitialize.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonInitialize.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonInitialize.UpImage")));
|
|
|
|
|
this.buttonInitialize.Click += new System.EventHandler(this.buttonMenu_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonUpdate
|
|
|
|
|
//
|
|
|
|
|
this.buttonUpdate.BackPictureBox = null;
|
|
|
|
|
this.buttonUpdate.BackPictureBox1 = null;
|
|
|
|
|
this.buttonUpdate.BackPictureBox2 = null;
|
|
|
|
|
this.buttonUpdate.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonUpdate.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonUpdate.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonUpdate.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonUpdate.DisableImage")));
|
|
|
|
|
this.buttonUpdate.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUpdate.DownImage")));
|
|
|
|
|
this.buttonUpdate.GroupID = 0;
|
|
|
|
|
this.buttonUpdate.InitVisible = true;
|
|
|
|
|
this.buttonUpdate.Location = new System.Drawing.Point(101, 0);
|
|
|
|
|
this.buttonUpdate.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
|
|
|
this.buttonUpdate.Name = "buttonUpdate";
|
|
|
|
|
this.buttonUpdate.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonUpdate.OutlinePixel = 1;
|
|
|
|
|
this.buttonUpdate.RepeatInterval = 200;
|
|
|
|
|
this.buttonUpdate.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonUpdate.SafeInterval = 200;
|
|
|
|
|
this.buttonUpdate.Size = new System.Drawing.Size(65, 65);
|
|
|
|
|
this.buttonUpdate.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonUpdate.TabIndex = 2;
|
|
|
|
|
this.buttonUpdate.TextColor = System.Drawing.Color.Black;
|
|
|
|
|
this.buttonUpdate.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonUpdate.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonUpdate.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonUpdate.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonUpdate.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonUpdate.UpImage")));
|
|
|
|
|
this.buttonUpdate.Click += new System.EventHandler(this.buttonMenu_Click);
|
|
|
|
|
//
|
|
|
|
|
// 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 = 7;
|
|
|
|
|
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);
|
|
|
|
|
//
|
|
|
|
|
// buttonFuctionSetting
|
|
|
|
|
//
|
|
|
|
|
this.buttonFuctionSetting.BackPictureBox = null;
|
|
|
|
|
this.buttonFuctionSetting.BackPictureBox1 = null;
|
|
|
|
|
this.buttonFuctionSetting.BackPictureBox2 = null;
|
|
|
|
|
this.buttonFuctionSetting.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonFuctionSetting.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonFuctionSetting.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonFuctionSetting.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonFuctionSetting.DisableImage")));
|
|
|
|
|
this.buttonFuctionSetting.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonFuctionSetting.DownImage")));
|
|
|
|
|
this.buttonFuctionSetting.GroupID = 0;
|
|
|
|
|
this.buttonFuctionSetting.InitVisible = true;
|
|
|
|
|
this.buttonFuctionSetting.Location = new System.Drawing.Point(243, 0);
|
|
|
|
|
this.buttonFuctionSetting.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
|
|
|
this.buttonFuctionSetting.Name = "buttonFuctionSetting";
|
|
|
|
|
this.buttonFuctionSetting.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonFuctionSetting.OutlinePixel = 1;
|
|
|
|
|
this.buttonFuctionSetting.RepeatInterval = 200;
|
|
|
|
|
this.buttonFuctionSetting.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonFuctionSetting.SafeInterval = 200;
|
|
|
|
|
this.buttonFuctionSetting.Size = new System.Drawing.Size(65, 65);
|
|
|
|
|
this.buttonFuctionSetting.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonFuctionSetting.TabIndex = 8;
|
|
|
|
|
this.buttonFuctionSetting.TextColor = System.Drawing.Color.Black;
|
|
|
|
|
this.buttonFuctionSetting.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonFuctionSetting.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonFuctionSetting.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonFuctionSetting.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonFuctionSetting.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonFuctionSetting.UpImage")));
|
|
|
|
|
this.buttonFuctionSetting.Click += new System.EventHandler(this.buttonMenu_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonUser
|
|
|
|
|
//
|
|
|
|
|
this.buttonUser.BackPictureBox = null;
|
|
|
|
|
this.buttonUser.BackPictureBox1 = null;
|
|
|
|
|
this.buttonUser.BackPictureBox2 = null;
|
|
|
|
|
this.buttonUser.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonUser.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonUser.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonUser.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonUser.DisableImage")));
|
|
|
|
|
this.buttonUser.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUser.DownImage")));
|
|
|
|
|
this.buttonUser.GroupID = 0;
|
|
|
|
|
this.buttonUser.InitVisible = true;
|
|
|
|
|
this.buttonUser.Location = new System.Drawing.Point(314, 0);
|
|
|
|
|
this.buttonUser.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
|
|
|
this.buttonUser.Name = "buttonUser";
|
|
|
|
|
this.buttonUser.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonUser.OutlinePixel = 1;
|
|
|
|
|
this.buttonUser.RepeatInterval = 200;
|
|
|
|
|
this.buttonUser.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonUser.SafeInterval = 200;
|
|
|
|
|
this.buttonUser.Size = new System.Drawing.Size(65, 65);
|
|
|
|
|
this.buttonUser.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonUser.TabIndex = 10;
|
|
|
|
|
this.buttonUser.TextColor = System.Drawing.Color.Black;
|
|
|
|
|
this.buttonUser.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonUser.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonUser.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonUser.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonUser.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonUser.UpImage")));
|
|
|
|
|
this.buttonUser.Click += new System.EventHandler(this.buttonMenu_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonTest
|
|
|
|
|
//
|
|
|
|
|
this.buttonTest.BackPictureBox = null;
|
|
|
|
|
this.buttonTest.BackPictureBox1 = null;
|
|
|
|
|
this.buttonTest.BackPictureBox2 = null;
|
|
|
|
|
this.buttonTest.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonTest.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonTest.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonTest.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonTest.DisableImage")));
|
|
|
|
|
this.buttonTest.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonTest.DownImage")));
|
|
|
|
|
this.buttonTest.GroupID = 0;
|
|
|
|
|
this.buttonTest.InitVisible = true;
|
|
|
|
|
this.buttonTest.Location = new System.Drawing.Point(456, 0);
|
|
|
|
|
this.buttonTest.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
|
|
|
this.buttonTest.Name = "buttonTest";
|
|
|
|
|
this.buttonTest.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonTest.OutlinePixel = 1;
|
|
|
|
|
this.buttonTest.RepeatInterval = 200;
|
|
|
|
|
this.buttonTest.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonTest.SafeInterval = 200;
|
|
|
|
|
this.buttonTest.Size = new System.Drawing.Size(65, 65);
|
|
|
|
|
this.buttonTest.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonTest.TabIndex = 11;
|
|
|
|
|
this.buttonTest.TextColor = System.Drawing.Color.Black;
|
|
|
|
|
this.buttonTest.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonTest.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonTest.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonTest.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonTest.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonTest.UpImage")));
|
|
|
|
|
this.buttonTest.Visible = false;
|
|
|
|
|
this.buttonTest.Click += new System.EventHandler(this.buttonMenu_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonEngineerSetting
|
|
|
|
|
//
|
|
|
|
|
this.buttonEngineerSetting.BackPictureBox = null;
|
|
|
|
|
this.buttonEngineerSetting.BackPictureBox1 = null;
|
|
|
|
|
this.buttonEngineerSetting.BackPictureBox2 = null;
|
|
|
|
|
this.buttonEngineerSetting.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonEngineerSetting.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonEngineerSetting.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonEngineerSetting.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonEngineerSetting.DisableImage")));
|
|
|
|
|
this.buttonEngineerSetting.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEngineerSetting.DownImage")));
|
|
|
|
|
this.buttonEngineerSetting.GroupID = 0;
|
|
|
|
|
this.buttonEngineerSetting.InitVisible = true;
|
|
|
|
|
this.buttonEngineerSetting.Location = new System.Drawing.Point(385, 0);
|
|
|
|
|
this.buttonEngineerSetting.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
|
|
|
this.buttonEngineerSetting.Name = "buttonEngineerSetting";
|
|
|
|
|
this.buttonEngineerSetting.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonEngineerSetting.OutlinePixel = 1;
|
|
|
|
|
this.buttonEngineerSetting.RepeatInterval = 200;
|
|
|
|
|
this.buttonEngineerSetting.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonEngineerSetting.SafeInterval = 200;
|
|
|
|
|
this.buttonEngineerSetting.Size = new System.Drawing.Size(65, 65);
|
|
|
|
|
this.buttonEngineerSetting.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonEngineerSetting.TabIndex = 12;
|
|
|
|
|
this.buttonEngineerSetting.TextColor = System.Drawing.Color.Black;
|
|
|
|
|
this.buttonEngineerSetting.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonEngineerSetting.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonEngineerSetting.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonEngineerSetting.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonEngineerSetting.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonEngineerSetting.UpImage")));
|
|
|
|
|
this.buttonEngineerSetting.Visible = false;
|
|
|
|
|
this.buttonEngineerSetting.Click += new System.EventHandler(this.buttonMenu_Click);
|
|
|
|
|
//
|
|
|
|
|
// ControlBottomEquipment
|
|
|
|
|
//
|
|
|
|
|
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.buttonEngineerSetting);
|
|
|
|
|
this.Controls.Add(this.buttonTest);
|
|
|
|
|
this.Controls.Add(this.buttonUser);
|
|
|
|
|
this.Controls.Add(this.buttonFuctionSetting);
|
|
|
|
|
this.Controls.Add(this.buttonHelp);
|
|
|
|
|
this.Controls.Add(this.buttonInitialize);
|
|
|
|
|
this.Controls.Add(this.buttonUpdate);
|
|
|
|
|
this.Name = "ControlBottomEquipment";
|
|
|
|
|
this.Size = new System.Drawing.Size(710, 65);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private SmartX.SmartButton buttonInitialize;
|
|
|
|
|
private SmartX.SmartButton buttonUpdate;
|
|
|
|
|
private SmartX.SmartButton buttonHelp;
|
|
|
|
|
private SmartX.SmartButton buttonFuctionSetting;
|
|
|
|
|
private SmartX.SmartButton buttonUser;
|
|
|
|
|
private SmartX.SmartButton buttonTest;
|
|
|
|
|
private SmartX.SmartButton buttonEngineerSetting;
|
|
|
|
|
}
|
|
|
|
|
}
|