INT69DB_2A/INT69DB_2A/Forms/FormMenu.Designer.cs

827 lines
52 KiB
C#

namespace INT69DB_2A.Forms
{
partial class FormMenu
{
/// <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 Windows Form 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(FormMenu));
this.smartForm1 = new SmartX.SmartForm();
this.buttonBack = new SmartX.SmartButton();
this.buttonTime = new SmartX.SmartButton();
this.buttonInformation = new SmartX.SmartButton();
this.buttonDataBackup = new SmartX.SmartButton();
this.buttonSystem = new SmartX.SmartButton();
this.buttonCalibration = new SmartX.SmartButton();
this.buttonConfiguration = new SmartX.SmartButton();
this.buttonMotor = new SmartX.SmartButton();
this.buttonInitialization = new SmartX.SmartButton();
this.buttonUpdate = new SmartX.SmartButton();
this.labelTitle = new SmartX.SmartLabel();
this.pictureBoxFormIcon = new System.Windows.Forms.PictureBox();
this.buttonEquipment = new SmartX.SmartButton();
this.buttonIOTest = new SmartX.SmartButton();
this.buttonTest = new SmartX.SmartButton();
this.labelUserLevel = new SmartX.SmartLabel();
this.labelUserID = new SmartX.SmartLabel();
this.buttonUser = new SmartX.SmartButton();
this.buttonHidden = new SmartX.SmartButton();
this.buttonCommunication = new SmartX.SmartButton();
this.buttonDataStatistics = new SmartX.SmartButton();
this.buttonDataViewer = new SmartX.SmartButton();
this.labelExpireOfPassword = new SmartX.SmartLabel();
this.buttonOption = new SmartX.SmartButton();
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
this.SuspendLayout();
//
// smartForm1
//
this.smartForm1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(65)))), ((int)(((byte)(41)))));
this.smartForm1.CenterLocation = false;
this.smartForm1.LCDDirection = SmartX.SmartForm.LCDDIRECTIONS.HORIZONTAL;
this.smartForm1.LCDSize = SmartX.SmartForm.LCDRESOLUTION.LCD800X600;
this.smartForm1.Location = new System.Drawing.Point(0, 0);
this.smartForm1.MainForm = null;
this.smartForm1.Mode = SmartX.SmartForm.RUNMODE.RUNTIME;
this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.OFF;
this.smartForm1.Name = "smartForm1";
this.smartForm1.Size = new System.Drawing.Size(800, 600);
this.smartForm1.SpecialFunctionClickPointSize = 200;
this.smartForm1.SuspendLayoutInterval = 0;
//
// buttonBack
//
this.buttonBack.BackPictureBox = null;
this.buttonBack.BackPictureBox1 = null;
this.buttonBack.BackPictureBox2 = null;
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
this.buttonBack.ButtonImageAutoSize = true;
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonBack.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DisableImage")));
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
this.buttonBack.GroupID = 0;
this.buttonBack.InitVisible = true;
this.buttonBack.Location = new System.Drawing.Point(719, 525);
this.buttonBack.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonBack.Name = "buttonBack";
this.buttonBack.NestedClickEventPrevent = false;
this.buttonBack.OutlinePixel = 1;
this.buttonBack.RepeatInterval = 200;
this.buttonBack.RepeatIntervalAccelerate = null;
this.buttonBack.SafeInterval = 200;
this.buttonBack.Size = new System.Drawing.Size(70, 70);
this.buttonBack.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonBack.TabIndex = 3;
this.buttonBack.TextColor = System.Drawing.Color.Black;
this.buttonBack.TextDownColor = System.Drawing.Color.White;
this.buttonBack.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonBack.TextLocation = new System.Drawing.Point(0, 0);
this.buttonBack.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonBack.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.UpImage")));
this.buttonBack.Click += new System.EventHandler(this.buttonBack_Click);
//
// 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(87, 349);
this.buttonTime.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
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(120, 120);
this.buttonTime.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonTime.TabIndex = 5;
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);
//
// buttonInformation
//
this.buttonInformation.BackPictureBox = null;
this.buttonInformation.BackPictureBox1 = null;
this.buttonInformation.BackPictureBox2 = null;
this.buttonInformation.ButtonColor = System.Drawing.Color.Gray;
this.buttonInformation.ButtonImageAutoSize = true;
this.buttonInformation.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonInformation.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonInformation.DisableImage")));
this.buttonInformation.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonInformation.DownImage")));
this.buttonInformation.GroupID = 0;
this.buttonInformation.InitVisible = true;
this.buttonInformation.Location = new System.Drawing.Point(87, 97);
this.buttonInformation.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonInformation.Name = "buttonInformation";
this.buttonInformation.NestedClickEventPrevent = false;
this.buttonInformation.OutlinePixel = 1;
this.buttonInformation.RepeatInterval = 200;
this.buttonInformation.RepeatIntervalAccelerate = null;
this.buttonInformation.SafeInterval = 200;
this.buttonInformation.Size = new System.Drawing.Size(120, 120);
this.buttonInformation.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonInformation.TabIndex = 6;
this.buttonInformation.TextColor = System.Drawing.Color.Black;
this.buttonInformation.TextDownColor = System.Drawing.Color.White;
this.buttonInformation.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonInformation.TextLocation = new System.Drawing.Point(0, 0);
this.buttonInformation.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonInformation.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonInformation.UpImage")));
this.buttonInformation.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(591, 223);
this.buttonDataBackup.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
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(120, 120);
this.buttonDataBackup.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonDataBackup.TabIndex = 8;
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);
//
// buttonSystem
//
this.buttonSystem.BackPictureBox = null;
this.buttonSystem.BackPictureBox1 = null;
this.buttonSystem.BackPictureBox2 = null;
this.buttonSystem.ButtonColor = System.Drawing.Color.Gray;
this.buttonSystem.ButtonImageAutoSize = true;
this.buttonSystem.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonSystem.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonSystem.DisableImage")));
this.buttonSystem.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSystem.DownImage")));
this.buttonSystem.GroupID = 0;
this.buttonSystem.InitVisible = true;
this.buttonSystem.Location = new System.Drawing.Point(591, 97);
this.buttonSystem.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonSystem.Name = "buttonSystem";
this.buttonSystem.NestedClickEventPrevent = false;
this.buttonSystem.OutlinePixel = 1;
this.buttonSystem.RepeatInterval = 200;
this.buttonSystem.RepeatIntervalAccelerate = null;
this.buttonSystem.SafeInterval = 200;
this.buttonSystem.Size = new System.Drawing.Size(120, 120);
this.buttonSystem.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonSystem.TabIndex = 9;
this.buttonSystem.TextColor = System.Drawing.Color.Black;
this.buttonSystem.TextDownColor = System.Drawing.Color.White;
this.buttonSystem.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonSystem.TextLocation = new System.Drawing.Point(0, 0);
this.buttonSystem.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonSystem.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonSystem.UpImage")));
this.buttonSystem.Click += new System.EventHandler(this.buttonMenu_Click);
//
// buttonCalibration
//
this.buttonCalibration.BackPictureBox = null;
this.buttonCalibration.BackPictureBox1 = null;
this.buttonCalibration.BackPictureBox2 = null;
this.buttonCalibration.ButtonColor = System.Drawing.Color.Gray;
this.buttonCalibration.ButtonImageAutoSize = true;
this.buttonCalibration.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonCalibration.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonCalibration.DisableImage")));
this.buttonCalibration.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCalibration.DownImage")));
this.buttonCalibration.GroupID = 0;
this.buttonCalibration.InitVisible = true;
this.buttonCalibration.Location = new System.Drawing.Point(465, 97);
this.buttonCalibration.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonCalibration.Name = "buttonCalibration";
this.buttonCalibration.NestedClickEventPrevent = false;
this.buttonCalibration.OutlinePixel = 1;
this.buttonCalibration.RepeatInterval = 200;
this.buttonCalibration.RepeatIntervalAccelerate = null;
this.buttonCalibration.SafeInterval = 200;
this.buttonCalibration.Size = new System.Drawing.Size(120, 120);
this.buttonCalibration.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonCalibration.TabIndex = 10;
this.buttonCalibration.TextColor = System.Drawing.Color.Black;
this.buttonCalibration.TextDownColor = System.Drawing.Color.White;
this.buttonCalibration.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonCalibration.TextLocation = new System.Drawing.Point(0, 0);
this.buttonCalibration.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonCalibration.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonCalibration.UpImage")));
this.buttonCalibration.Click += new System.EventHandler(this.buttonMenu_Click);
//
// buttonConfiguration
//
this.buttonConfiguration.BackPictureBox = null;
this.buttonConfiguration.BackPictureBox1 = null;
this.buttonConfiguration.BackPictureBox2 = null;
this.buttonConfiguration.ButtonColor = System.Drawing.Color.Gray;
this.buttonConfiguration.ButtonImageAutoSize = true;
this.buttonConfiguration.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonConfiguration.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonConfiguration.DisableImage")));
this.buttonConfiguration.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonConfiguration.DownImage")));
this.buttonConfiguration.GroupID = 0;
this.buttonConfiguration.InitVisible = true;
this.buttonConfiguration.Location = new System.Drawing.Point(213, 97);
this.buttonConfiguration.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonConfiguration.Name = "buttonConfiguration";
this.buttonConfiguration.NestedClickEventPrevent = false;
this.buttonConfiguration.OutlinePixel = 1;
this.buttonConfiguration.RepeatInterval = 200;
this.buttonConfiguration.RepeatIntervalAccelerate = null;
this.buttonConfiguration.SafeInterval = 200;
this.buttonConfiguration.Size = new System.Drawing.Size(120, 120);
this.buttonConfiguration.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonConfiguration.TabIndex = 11;
this.buttonConfiguration.TextColor = System.Drawing.Color.Black;
this.buttonConfiguration.TextDownColor = System.Drawing.Color.White;
this.buttonConfiguration.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonConfiguration.TextLocation = new System.Drawing.Point(0, 0);
this.buttonConfiguration.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonConfiguration.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonConfiguration.UpImage")));
this.buttonConfiguration.Click += new System.EventHandler(this.buttonMenu_Click);
//
// buttonMotor
//
this.buttonMotor.BackPictureBox = null;
this.buttonMotor.BackPictureBox1 = null;
this.buttonMotor.BackPictureBox2 = null;
this.buttonMotor.ButtonColor = System.Drawing.Color.Gray;
this.buttonMotor.ButtonImageAutoSize = true;
this.buttonMotor.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonMotor.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonMotor.DisableImage")));
this.buttonMotor.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonMotor.DownImage")));
this.buttonMotor.GroupID = 0;
this.buttonMotor.InitVisible = true;
this.buttonMotor.Location = new System.Drawing.Point(87, 223);
this.buttonMotor.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonMotor.Name = "buttonMotor";
this.buttonMotor.NestedClickEventPrevent = false;
this.buttonMotor.OutlinePixel = 1;
this.buttonMotor.RepeatInterval = 200;
this.buttonMotor.RepeatIntervalAccelerate = null;
this.buttonMotor.SafeInterval = 200;
this.buttonMotor.Size = new System.Drawing.Size(120, 120);
this.buttonMotor.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonMotor.TabIndex = 12;
this.buttonMotor.TextColor = System.Drawing.Color.Black;
this.buttonMotor.TextDownColor = System.Drawing.Color.White;
this.buttonMotor.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonMotor.TextLocation = new System.Drawing.Point(0, 0);
this.buttonMotor.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonMotor.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonMotor.UpImage")));
this.buttonMotor.Click += new System.EventHandler(this.buttonMenu_Click);
//
// buttonInitialization
//
this.buttonInitialization.BackPictureBox = null;
this.buttonInitialization.BackPictureBox1 = null;
this.buttonInitialization.BackPictureBox2 = null;
this.buttonInitialization.ButtonColor = System.Drawing.Color.Gray;
this.buttonInitialization.ButtonImageAutoSize = true;
this.buttonInitialization.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonInitialization.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonInitialization.DisableImage")));
this.buttonInitialization.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonInitialization.DownImage")));
this.buttonInitialization.GroupID = 0;
this.buttonInitialization.InitVisible = true;
this.buttonInitialization.Location = new System.Drawing.Point(465, 223);
this.buttonInitialization.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonInitialization.Name = "buttonInitialization";
this.buttonInitialization.NestedClickEventPrevent = false;
this.buttonInitialization.OutlinePixel = 1;
this.buttonInitialization.RepeatInterval = 200;
this.buttonInitialization.RepeatIntervalAccelerate = null;
this.buttonInitialization.SafeInterval = 200;
this.buttonInitialization.Size = new System.Drawing.Size(120, 120);
this.buttonInitialization.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonInitialization.TabIndex = 14;
this.buttonInitialization.TextColor = System.Drawing.Color.Black;
this.buttonInitialization.TextDownColor = System.Drawing.Color.White;
this.buttonInitialization.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonInitialization.TextLocation = new System.Drawing.Point(0, 0);
this.buttonInitialization.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonInitialization.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonInitialization.UpImage")));
this.buttonInitialization.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(339, 223);
this.buttonUpdate.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
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(120, 120);
this.buttonUpdate.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonUpdate.TabIndex = 15;
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);
//
// labelTitle
//
this.labelTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(65)))), ((int)(((byte)(41)))));
this.labelTitle.BackPictureBox = this.smartForm1;
this.labelTitle.BackPictureBox1 = null;
this.labelTitle.BackPictureBox2 = null;
this.labelTitle.BorderColor = System.Drawing.Color.Black;
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitle.Font = new System.Drawing.Font("새굴림", 23F, System.Drawing.FontStyle.Bold);
this.labelTitle.ForeColor = System.Drawing.Color.White;
this.labelTitle.InitVisible = true;
this.labelTitle.LineSpacing = 0F;
this.labelTitle.Location = new System.Drawing.Point(69, 11);
this.labelTitle.Name = "labelTitle";
this.labelTitle.Size = new System.Drawing.Size(382, 45);
this.labelTitle.TabIndex = 146;
this.labelTitle.Text = "메뉴";
this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitle.Wordwrap = false;
//
// pictureBoxFormIcon
//
this.pictureBoxFormIcon.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxFormIcon.Image")));
this.pictureBoxFormIcon.Location = new System.Drawing.Point(16, 11);
this.pictureBoxFormIcon.Name = "pictureBoxFormIcon";
this.pictureBoxFormIcon.Size = new System.Drawing.Size(47, 45);
//
// buttonEquipment
//
this.buttonEquipment.BackPictureBox = null;
this.buttonEquipment.BackPictureBox1 = null;
this.buttonEquipment.BackPictureBox2 = null;
this.buttonEquipment.ButtonColor = System.Drawing.Color.Gray;
this.buttonEquipment.ButtonImageAutoSize = true;
this.buttonEquipment.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonEquipment.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonEquipment.DisableImage")));
this.buttonEquipment.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEquipment.DownImage")));
this.buttonEquipment.GroupID = 0;
this.buttonEquipment.InitVisible = true;
this.buttonEquipment.Location = new System.Drawing.Point(87, 475);
this.buttonEquipment.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonEquipment.Name = "buttonEquipment";
this.buttonEquipment.NestedClickEventPrevent = false;
this.buttonEquipment.OutlinePixel = 1;
this.buttonEquipment.RepeatInterval = 200;
this.buttonEquipment.RepeatIntervalAccelerate = null;
this.buttonEquipment.SafeInterval = 200;
this.buttonEquipment.Size = new System.Drawing.Size(120, 120);
this.buttonEquipment.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonEquipment.TabIndex = 149;
this.buttonEquipment.TextColor = System.Drawing.Color.Black;
this.buttonEquipment.TextDownColor = System.Drawing.Color.White;
this.buttonEquipment.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonEquipment.TextLocation = new System.Drawing.Point(0, 0);
this.buttonEquipment.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonEquipment.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonEquipment.UpImage")));
this.buttonEquipment.Visible = false;
this.buttonEquipment.Click += new System.EventHandler(this.buttonMenu_Click);
//
// buttonIOTest
//
this.buttonIOTest.BackPictureBox = null;
this.buttonIOTest.BackPictureBox1 = null;
this.buttonIOTest.BackPictureBox2 = null;
this.buttonIOTest.ButtonColor = System.Drawing.Color.Gray;
this.buttonIOTest.ButtonImageAutoSize = true;
this.buttonIOTest.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonIOTest.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonIOTest.DisableImage")));
this.buttonIOTest.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonIOTest.DownImage")));
this.buttonIOTest.GroupID = 0;
this.buttonIOTest.InitVisible = true;
this.buttonIOTest.Location = new System.Drawing.Point(213, 223);
this.buttonIOTest.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonIOTest.Name = "buttonIOTest";
this.buttonIOTest.NestedClickEventPrevent = false;
this.buttonIOTest.OutlinePixel = 1;
this.buttonIOTest.RepeatInterval = 200;
this.buttonIOTest.RepeatIntervalAccelerate = null;
this.buttonIOTest.SafeInterval = 200;
this.buttonIOTest.Size = new System.Drawing.Size(120, 120);
this.buttonIOTest.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonIOTest.TabIndex = 152;
this.buttonIOTest.TextColor = System.Drawing.Color.Black;
this.buttonIOTest.TextDownColor = System.Drawing.Color.White;
this.buttonIOTest.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonIOTest.TextLocation = new System.Drawing.Point(0, 0);
this.buttonIOTest.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonIOTest.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonIOTest.UpImage")));
this.buttonIOTest.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(213, 475);
this.buttonTest.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
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(120, 120);
this.buttonTest.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonTest.TabIndex = 152;
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);
//
// labelUserLevel
//
this.labelUserLevel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(65)))), ((int)(((byte)(41)))));
this.labelUserLevel.BackPictureBox = this.smartForm1;
this.labelUserLevel.BackPictureBox1 = null;
this.labelUserLevel.BackPictureBox2 = null;
this.labelUserLevel.BorderColor = System.Drawing.Color.Black;
this.labelUserLevel.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelUserLevel.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelUserLevel.ForeColor = System.Drawing.Color.White;
this.labelUserLevel.InitVisible = true;
this.labelUserLevel.LineSpacing = 0F;
this.labelUserLevel.Location = new System.Drawing.Point(663, 21);
this.labelUserLevel.Name = "labelUserLevel";
this.labelUserLevel.Size = new System.Drawing.Size(126, 15);
this.labelUserLevel.TabIndex = 155;
this.labelUserLevel.Text = "Level1";
this.labelUserLevel.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelUserLevel.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelUserLevel.Wordwrap = false;
//
// labelUserID
//
this.labelUserID.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(65)))), ((int)(((byte)(41)))));
this.labelUserID.BackPictureBox = this.smartForm1;
this.labelUserID.BackPictureBox1 = null;
this.labelUserID.BackPictureBox2 = null;
this.labelUserID.BorderColor = System.Drawing.Color.Black;
this.labelUserID.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelUserID.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelUserID.ForeColor = System.Drawing.Color.White;
this.labelUserID.InitVisible = true;
this.labelUserID.LineSpacing = 0F;
this.labelUserID.Location = new System.Drawing.Point(663, 3);
this.labelUserID.Name = "labelUserID";
this.labelUserID.Size = new System.Drawing.Size(126, 15);
this.labelUserID.TabIndex = 158;
this.labelUserID.Text = "ABCDEFGHAB";
this.labelUserID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelUserID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelUserID.Wordwrap = false;
//
// 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(213, 349);
this.buttonUser.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
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(120, 120);
this.buttonUser.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonUser.TabIndex = 159;
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);
//
// buttonHidden
//
this.buttonHidden.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(65)))), ((int)(((byte)(41)))));
this.buttonHidden.BackPictureBox = null;
this.buttonHidden.BackPictureBox1 = null;
this.buttonHidden.BackPictureBox2 = null;
this.buttonHidden.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(65)))), ((int)(((byte)(41)))));
this.buttonHidden.ButtonImageAutoSize = true;
this.buttonHidden.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonHidden.DisableImage = null;
this.buttonHidden.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonHidden.DownImage")));
this.buttonHidden.GroupID = 0;
this.buttonHidden.InitVisible = true;
this.buttonHidden.Location = new System.Drawing.Point(719, 449);
this.buttonHidden.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonHidden.Name = "buttonHidden";
this.buttonHidden.NestedClickEventPrevent = false;
this.buttonHidden.OutlinePixel = 1;
this.buttonHidden.RepeatInterval = 200;
this.buttonHidden.RepeatIntervalAccelerate = null;
this.buttonHidden.SafeInterval = 200;
this.buttonHidden.Size = new System.Drawing.Size(70, 70);
this.buttonHidden.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.SAFE;
this.buttonHidden.TabIndex = 162;
this.buttonHidden.TextColor = System.Drawing.Color.Black;
this.buttonHidden.TextDownColor = System.Drawing.Color.White;
this.buttonHidden.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonHidden.TextLocation = new System.Drawing.Point(0, 0);
this.buttonHidden.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonHidden.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonHidden.UpImage")));
this.buttonHidden.Click += new System.EventHandler(this.buttonHidden_Click);
//
// buttonCommunication
//
this.buttonCommunication.BackPictureBox = null;
this.buttonCommunication.BackPictureBox1 = null;
this.buttonCommunication.BackPictureBox2 = null;
this.buttonCommunication.ButtonColor = System.Drawing.Color.Gray;
this.buttonCommunication.ButtonImageAutoSize = true;
this.buttonCommunication.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonCommunication.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonCommunication.DisableImage")));
this.buttonCommunication.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCommunication.DownImage")));
this.buttonCommunication.GroupID = 0;
this.buttonCommunication.InitVisible = true;
this.buttonCommunication.Location = new System.Drawing.Point(339, 97);
this.buttonCommunication.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonCommunication.Name = "buttonCommunication";
this.buttonCommunication.NestedClickEventPrevent = false;
this.buttonCommunication.OutlinePixel = 1;
this.buttonCommunication.RepeatInterval = 200;
this.buttonCommunication.RepeatIntervalAccelerate = null;
this.buttonCommunication.SafeInterval = 200;
this.buttonCommunication.Size = new System.Drawing.Size(120, 120);
this.buttonCommunication.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonCommunication.TabIndex = 165;
this.buttonCommunication.TextColor = System.Drawing.Color.Black;
this.buttonCommunication.TextDownColor = System.Drawing.Color.White;
this.buttonCommunication.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonCommunication.TextLocation = new System.Drawing.Point(0, 0);
this.buttonCommunication.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonCommunication.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonCommunication.UpImage")));
this.buttonCommunication.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(339, 349);
this.buttonDataStatistics.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
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(120, 120);
this.buttonDataStatistics.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonDataStatistics.TabIndex = 168;
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.Visible = false;
this.buttonDataStatistics.Click += new System.EventHandler(this.buttonMenu_Click);
//
// buttonDataViewer
//
this.buttonDataViewer.BackPictureBox = null;
this.buttonDataViewer.BackPictureBox1 = null;
this.buttonDataViewer.BackPictureBox2 = null;
this.buttonDataViewer.ButtonColor = System.Drawing.Color.Gray;
this.buttonDataViewer.ButtonImageAutoSize = true;
this.buttonDataViewer.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonDataViewer.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonDataViewer.DisableImage")));
this.buttonDataViewer.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonDataViewer.DownImage")));
this.buttonDataViewer.GroupID = 0;
this.buttonDataViewer.InitVisible = true;
this.buttonDataViewer.Location = new System.Drawing.Point(465, 349);
this.buttonDataViewer.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonDataViewer.Name = "buttonDataViewer";
this.buttonDataViewer.NestedClickEventPrevent = false;
this.buttonDataViewer.OutlinePixel = 1;
this.buttonDataViewer.RepeatInterval = 200;
this.buttonDataViewer.RepeatIntervalAccelerate = null;
this.buttonDataViewer.SafeInterval = 200;
this.buttonDataViewer.Size = new System.Drawing.Size(120, 120);
this.buttonDataViewer.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonDataViewer.TabIndex = 169;
this.buttonDataViewer.TextColor = System.Drawing.Color.Black;
this.buttonDataViewer.TextDownColor = System.Drawing.Color.White;
this.buttonDataViewer.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonDataViewer.TextLocation = new System.Drawing.Point(0, 0);
this.buttonDataViewer.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonDataViewer.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDataViewer.UpImage")));
this.buttonDataViewer.Visible = false;
this.buttonDataViewer.Click += new System.EventHandler(this.buttonMenu_Click);
//
// labelExpireOfPassword
//
this.labelExpireOfPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(65)))), ((int)(((byte)(41)))));
this.labelExpireOfPassword.BackPictureBox = this.smartForm1;
this.labelExpireOfPassword.BackPictureBox1 = null;
this.labelExpireOfPassword.BackPictureBox2 = null;
this.labelExpireOfPassword.BorderColor = System.Drawing.Color.Black;
this.labelExpireOfPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelExpireOfPassword.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelExpireOfPassword.ForeColor = System.Drawing.Color.White;
this.labelExpireOfPassword.InitVisible = true;
this.labelExpireOfPassword.LineSpacing = 0F;
this.labelExpireOfPassword.Location = new System.Drawing.Point(663, 38);
this.labelExpireOfPassword.Name = "labelExpireOfPassword";
this.labelExpireOfPassword.Size = new System.Drawing.Size(126, 15);
this.labelExpireOfPassword.TabIndex = 172;
this.labelExpireOfPassword.Text = "Level1";
this.labelExpireOfPassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelExpireOfPassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelExpireOfPassword.Wordwrap = false;
//
// 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(339, 475);
this.buttonOption.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
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(120, 120);
this.buttonOption.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonOption.TabIndex = 175;
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);
//
// FormMenu
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(800, 600);
this.Controls.Add(this.buttonOption);
this.Controls.Add(this.labelExpireOfPassword);
this.Controls.Add(this.buttonDataViewer);
this.Controls.Add(this.buttonDataStatistics);
this.Controls.Add(this.buttonCommunication);
this.Controls.Add(this.buttonHidden);
this.Controls.Add(this.buttonUser);
this.Controls.Add(this.labelUserID);
this.Controls.Add(this.labelUserLevel);
this.Controls.Add(this.buttonTest);
this.Controls.Add(this.buttonIOTest);
this.Controls.Add(this.buttonEquipment);
this.Controls.Add(this.labelTitle);
this.Controls.Add(this.pictureBoxFormIcon);
this.Controls.Add(this.buttonUpdate);
this.Controls.Add(this.buttonInitialization);
this.Controls.Add(this.buttonMotor);
this.Controls.Add(this.buttonConfiguration);
this.Controls.Add(this.buttonCalibration);
this.Controls.Add(this.buttonSystem);
this.Controls.Add(this.buttonDataBackup);
this.Controls.Add(this.buttonInformation);
this.Controls.Add(this.buttonTime);
this.Controls.Add(this.buttonBack);
this.Controls.Add(this.smartForm1);
this.Name = "FormMenu";
this.Text = "FormMenu";
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private SmartX.SmartForm smartForm1;
private SmartX.SmartButton buttonBack;
private SmartX.SmartButton buttonTime;
private SmartX.SmartButton buttonInformation;
private SmartX.SmartButton buttonDataBackup;
private SmartX.SmartButton buttonSystem;
private SmartX.SmartButton buttonCalibration;
private SmartX.SmartButton buttonConfiguration;
private SmartX.SmartButton buttonMotor;
private SmartX.SmartButton buttonInitialization;
private SmartX.SmartButton buttonUpdate;
private SmartX.SmartLabel labelTitle;
private System.Windows.Forms.PictureBox pictureBoxFormIcon;
private SmartX.SmartButton buttonEquipment;
private SmartX.SmartButton buttonIOTest;
private SmartX.SmartButton buttonTest;
private SmartX.SmartLabel labelUserLevel;
private SmartX.SmartLabel labelUserID;
private SmartX.SmartButton buttonUser;
private SmartX.SmartButton buttonHidden;
private SmartX.SmartButton buttonCommunication;
private SmartX.SmartButton buttonDataStatistics;
private SmartX.SmartButton buttonDataViewer;
private SmartX.SmartLabel labelExpireOfPassword;
private SmartX.SmartButton buttonOption;
}
}