ITC81DB_V8/ITC81DB/Controls/Bottom/ControlBottomBasic.Designer.cs

219 lines
12 KiB
C#
Raw Normal View History

2023-07-11 01:56:01 +00:00
namespace ITC81DB.Controls
{
partial class ControlBottomBasic
{
/// <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(ControlBottomBasic));
this.buttonTime = new SmartX.SmartButton();
this.buttonProduct = new SmartX.SmartButton();
this.buttonDataBackup = new SmartX.SmartButton();
this.buttonDataStatistics = new SmartX.SmartButton();
this.buttonHelp = new SmartX.SmartButton();
this.SuspendLayout();
//
// buttonTime
//
this.buttonTime.BackPictureBox = null;
this.buttonTime.BackPictureBox1 = null;
this.buttonTime.BackPictureBox2 = null;
this.buttonTime.ButtonColor = System.Drawing.Color.Gray;
this.buttonTime.ButtonImageAutoSize = true;
this.buttonTime.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonTime.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonTime.DisableImage")));
this.buttonTime.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonTime.DownImage")));
this.buttonTime.GroupID = 0;
this.buttonTime.InitVisible = true;
this.buttonTime.Location = new System.Drawing.Point(101, 0);
this.buttonTime.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
this.buttonTime.Name = "buttonTime";
this.buttonTime.NestedClickEventPrevent = false;
this.buttonTime.OutlinePixel = 1;
this.buttonTime.RepeatInterval = 200;
this.buttonTime.RepeatIntervalAccelerate = null;
this.buttonTime.SafeInterval = 200;
this.buttonTime.Size = new System.Drawing.Size(65, 65);
this.buttonTime.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonTime.TabIndex = 0;
this.buttonTime.TextColor = System.Drawing.Color.Black;
this.buttonTime.TextDownColor = System.Drawing.Color.White;
this.buttonTime.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonTime.TextLocation = new System.Drawing.Point(0, 0);
this.buttonTime.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonTime.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonTime.UpImage")));
this.buttonTime.Click += new System.EventHandler(this.buttonMenu_Click);
//
// buttonProduct
//
this.buttonProduct.BackPictureBox = null;
this.buttonProduct.BackPictureBox1 = null;
this.buttonProduct.BackPictureBox2 = null;
this.buttonProduct.ButtonColor = System.Drawing.Color.Gray;
this.buttonProduct.ButtonImageAutoSize = true;
this.buttonProduct.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonProduct.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonProduct.DisableImage")));
this.buttonProduct.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonProduct.DownImage")));
this.buttonProduct.GroupID = 0;
this.buttonProduct.InitVisible = true;
this.buttonProduct.Location = new System.Drawing.Point(172, 0);
this.buttonProduct.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
this.buttonProduct.Name = "buttonProduct";
this.buttonProduct.NestedClickEventPrevent = false;
this.buttonProduct.OutlinePixel = 1;
this.buttonProduct.RepeatInterval = 200;
this.buttonProduct.RepeatIntervalAccelerate = null;
this.buttonProduct.SafeInterval = 200;
this.buttonProduct.Size = new System.Drawing.Size(65, 65);
this.buttonProduct.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonProduct.TabIndex = 0;
this.buttonProduct.TextColor = System.Drawing.Color.Black;
this.buttonProduct.TextDownColor = System.Drawing.Color.White;
this.buttonProduct.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonProduct.TextLocation = new System.Drawing.Point(0, 0);
this.buttonProduct.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonProduct.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonProduct.UpImage")));
this.buttonProduct.Click += new System.EventHandler(this.buttonMenu_Click);
//
// buttonDataBackup
//
this.buttonDataBackup.BackPictureBox = null;
this.buttonDataBackup.BackPictureBox1 = null;
this.buttonDataBackup.BackPictureBox2 = null;
this.buttonDataBackup.ButtonColor = System.Drawing.Color.Gray;
this.buttonDataBackup.ButtonImageAutoSize = true;
this.buttonDataBackup.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonDataBackup.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonDataBackup.DisableImage")));
this.buttonDataBackup.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonDataBackup.DownImage")));
this.buttonDataBackup.GroupID = 0;
this.buttonDataBackup.InitVisible = true;
this.buttonDataBackup.Location = new System.Drawing.Point(243, 0);
this.buttonDataBackup.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
this.buttonDataBackup.Name = "buttonDataBackup";
this.buttonDataBackup.NestedClickEventPrevent = false;
this.buttonDataBackup.OutlinePixel = 1;
this.buttonDataBackup.RepeatInterval = 200;
this.buttonDataBackup.RepeatIntervalAccelerate = null;
this.buttonDataBackup.SafeInterval = 200;
this.buttonDataBackup.Size = new System.Drawing.Size(65, 65);
this.buttonDataBackup.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonDataBackup.TabIndex = 0;
this.buttonDataBackup.TextColor = System.Drawing.Color.Black;
this.buttonDataBackup.TextDownColor = System.Drawing.Color.White;
this.buttonDataBackup.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonDataBackup.TextLocation = new System.Drawing.Point(0, 0);
this.buttonDataBackup.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonDataBackup.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDataBackup.UpImage")));
this.buttonDataBackup.Click += new System.EventHandler(this.buttonMenu_Click);
//
// buttonDataStatistics
//
this.buttonDataStatistics.BackPictureBox = null;
this.buttonDataStatistics.BackPictureBox1 = null;
this.buttonDataStatistics.BackPictureBox2 = null;
this.buttonDataStatistics.ButtonColor = System.Drawing.Color.Gray;
this.buttonDataStatistics.ButtonImageAutoSize = true;
this.buttonDataStatistics.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonDataStatistics.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonDataStatistics.DisableImage")));
this.buttonDataStatistics.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonDataStatistics.DownImage")));
this.buttonDataStatistics.GroupID = 0;
this.buttonDataStatistics.InitVisible = true;
this.buttonDataStatistics.Location = new System.Drawing.Point(314, 0);
this.buttonDataStatistics.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
this.buttonDataStatistics.Name = "buttonDataStatistics";
this.buttonDataStatistics.NestedClickEventPrevent = false;
this.buttonDataStatistics.OutlinePixel = 1;
this.buttonDataStatistics.RepeatInterval = 200;
this.buttonDataStatistics.RepeatIntervalAccelerate = null;
this.buttonDataStatistics.SafeInterval = 200;
this.buttonDataStatistics.Size = new System.Drawing.Size(65, 65);
this.buttonDataStatistics.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonDataStatistics.TabIndex = 0;
this.buttonDataStatistics.TextColor = System.Drawing.Color.Black;
this.buttonDataStatistics.TextDownColor = System.Drawing.Color.White;
this.buttonDataStatistics.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonDataStatistics.TextLocation = new System.Drawing.Point(0, 0);
this.buttonDataStatistics.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonDataStatistics.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDataStatistics.UpImage")));
this.buttonDataStatistics.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 = 8;
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);
//
// ControlBottomBasic
//
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.buttonHelp);
this.Controls.Add(this.buttonDataStatistics);
this.Controls.Add(this.buttonDataBackup);
this.Controls.Add(this.buttonProduct);
this.Controls.Add(this.buttonTime);
this.Name = "ControlBottomBasic";
this.Size = new System.Drawing.Size(710, 65);
this.ResumeLayout(false);
}
#endregion
private SmartX.SmartButton buttonTime;
private SmartX.SmartButton buttonProduct;
private SmartX.SmartButton buttonDataBackup;
private SmartX.SmartButton buttonDataStatistics;
private SmartX.SmartButton buttonHelp;
}
}