INT69DC_7C/INT69DC_7C/Forms/FormUserEditor.designer.cs

1317 lines
79 KiB
C#

namespace INT69DC_7C.Forms
{
partial class FormUserEditor
{
/// <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(FormUserEditor));
this.smartForm1 = new SmartX.SmartForm();
this.labelTitle = new SmartX.SmartLabel();
this.buttonBack = new SmartX.SmartButton();
this.listBoxUserList = new SmartX.SmartListBox();
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.comboBoxAccessRight = new System.Windows.Forms.ComboBox();
this.labelAccessRightAdmin = new SmartX.SmartLabel();
this.labelAutoLogoutWarning = new SmartX.SmartLabel();
this.smartSeparatorLine2 = new SmartX.SmartSeparatorLine();
this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
this.labelTitleAccessRight = new SmartX.SmartLabel();
this.labelExpiryDateOfPassword = new SmartX.SmartLabel();
this.labelExpiryDateOfAccount = new SmartX.SmartLabel();
this.labelTitleDayPassword = new SmartX.SmartLabel();
this.labelTitleDayAccount = new SmartX.SmartLabel();
this.labelTitleMin = new SmartX.SmartLabel();
this.labelStatusExpiryPassword = new SmartX.SmartLabel();
this.labelStatusExpiryAccount = new SmartX.SmartLabel();
this.labelAutomaticLogoutTime = new SmartX.SmartLabel();
this.buttonDelete = new SmartX.SmartButton();
this.smartGroupBox2 = new SmartX.SmartGroupBox();
this.labelMenu = new SmartX.SmartLabel();
this.labelMain = new SmartX.SmartLabel();
this.labelViewer = new SmartX.SmartLabel();
this.labelStatistics = new SmartX.SmartLabel();
this.labelUpdate = new SmartX.SmartLabel();
this.labelIOTest = new SmartX.SmartLabel();
this.labelMotor = new SmartX.SmartLabel();
this.labelSystem = new SmartX.SmartLabel();
this.labelDataBackup = new SmartX.SmartLabel();
this.labelCalibration = new SmartX.SmartLabel();
this.labelCommunication = new SmartX.SmartLabel();
this.labelTime = new SmartX.SmartLabel();
this.labelInitialization = new SmartX.SmartLabel();
this.labelConfiguration = new SmartX.SmartLabel();
this.labelInformation = new SmartX.SmartLabel();
this.labelSubMenu = new SmartX.SmartLabel();
this.labelClear = new SmartX.SmartLabel();
this.labelWeightSetting = new SmartX.SmartLabel();
this.labelProductNo = new SmartX.SmartLabel();
this.labelTitleAutomaticLogoutTime = new SmartX.SmartLabel();
this.buttonSave = new SmartX.SmartButton();
this.labelExpiryDateOfPassword2 = new SmartX.SmartLabel();
this.labelExpiryDateOfAccount2 = new SmartX.SmartLabel();
this.cbAdministrator = new SmartX.SmartCheckBox();
this.buttonNew = new SmartX.SmartButton();
this.labelTitleExpiryDateOfPassword = new SmartX.SmartLabel();
this.labelTitleExpiryDateOfAccount = new SmartX.SmartLabel();
this.labelPassword = new SmartX.SmartLabel();
this.labelTitlePassword = new SmartX.SmartLabel();
this.labelID = new SmartX.SmartLabel();
this.labelTitleID = new SmartX.SmartLabel();
this.buttonGroupEditor = new SmartX.SmartButton();
this.labelEquipment = new SmartX.SmartLabel();
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
this.smartGroupBox1.SuspendLayout();
this.smartGroupBox2.SuspendLayout();
this.SuspendLayout();
//
// smartForm1
//
this.smartForm1.CenterLocation = false;
this.smartForm1.Image = ((System.Drawing.Image)(resources.GetObject("smartForm1.Image")));
this.smartForm1.LCDDirection = SmartX.SmartForm.LCDDIRECTIONS.HORIZONTAL;
this.smartForm1.LCDSize = SmartX.SmartForm.LCDRESOLUTION.LCD1024X768;
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(1024, 768);
this.smartForm1.SpecialFunctionClickPointSize = 100;
this.smartForm1.SuspendLayoutInterval = 0;
//
// labelTitle
//
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("새굴림", 35F, System.Drawing.FontStyle.Bold);
this.labelTitle.InitVisible = true;
this.labelTitle.LineSpacing = 0F;
this.labelTitle.Location = new System.Drawing.Point(199, 7);
this.labelTitle.Name = "labelTitle";
this.labelTitle.Size = new System.Drawing.Size(626, 60);
this.labelTitle.TabIndex = 183;
this.labelTitle.Text = "유 저 설 정";
this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitle.Wordwrap = false;
//
// 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(924, 666);
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(84, 87);
this.buttonBack.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonBack.TabIndex = 184;
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);
//
// listBoxUserList
//
this.listBoxUserList.BackColor = System.Drawing.Color.White;
this.listBoxUserList.BackPictureBox = null;
this.listBoxUserList.BackPictureBox1 = null;
this.listBoxUserList.BackPictureBox2 = null;
this.listBoxUserList.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER;
this.listBoxUserList.ColumnDelimiter = '\0';
this.listBoxUserList.ColumnOffsets = null;
this.listBoxUserList.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Bold);
this.listBoxUserList.FontColor = System.Drawing.Color.Black;
this.listBoxUserList.InitVisible = true;
this.listBoxUserList.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
this.listBoxUserList.ItemOffsetGap = 0;
this.listBoxUserList.ItemOffsetX = 0;
this.listBoxUserList.ItemOffsetY = 0;
this.listBoxUserList.Location = new System.Drawing.Point(23, 101);
this.listBoxUserList.MouseMoveEventSpace = 3;
this.listBoxUserList.MouseMoveSpace = 10;
this.listBoxUserList.Name = "listBoxUserList";
this.listBoxUserList.OutLineColor = System.Drawing.SystemColors.ControlText;
this.listBoxUserList.SelectColor = System.Drawing.Color.DarkBlue;
this.listBoxUserList.SelectFilled = true;
this.listBoxUserList.SelectFontColor = System.Drawing.Color.White;
this.listBoxUserList.SelectItemIndex = -1;
this.listBoxUserList.SeparationlineColor1 = System.Drawing.Color.Gray;
this.listBoxUserList.SeparationlineColor2 = System.Drawing.Color.LightGray;
this.listBoxUserList.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.None;
this.listBoxUserList.SeparationlineVisibleBottom = true;
this.listBoxUserList.SeparationlineVisibleTop = true;
this.listBoxUserList.Size = new System.Drawing.Size(350, 544);
this.listBoxUserList.TabIndex = 187;
this.listBoxUserList.Text = "smartListBox1";
this.listBoxUserList.SelectedIndexChanged += new System.EventHandler(this.listBoxUserList_SelectedIndexChanged);
//
// smartGroupBox1
//
this.smartGroupBox1.BackColor = System.Drawing.Color.White;
this.smartGroupBox1.BackPictureBox = this.smartForm1;
this.smartGroupBox1.BackPictureBox1 = null;
this.smartGroupBox1.Controls.Add(this.comboBoxAccessRight);
this.smartGroupBox1.Controls.Add(this.labelAccessRightAdmin);
this.smartGroupBox1.Controls.Add(this.labelAutoLogoutWarning);
this.smartGroupBox1.Controls.Add(this.smartSeparatorLine2);
this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1);
this.smartGroupBox1.Controls.Add(this.labelTitleAccessRight);
this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfPassword);
this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfAccount);
this.smartGroupBox1.Controls.Add(this.labelTitleDayPassword);
this.smartGroupBox1.Controls.Add(this.labelTitleDayAccount);
this.smartGroupBox1.Controls.Add(this.labelTitleMin);
this.smartGroupBox1.Controls.Add(this.labelStatusExpiryPassword);
this.smartGroupBox1.Controls.Add(this.labelStatusExpiryAccount);
this.smartGroupBox1.Controls.Add(this.labelAutomaticLogoutTime);
this.smartGroupBox1.Controls.Add(this.buttonDelete);
this.smartGroupBox1.Controls.Add(this.smartGroupBox2);
this.smartGroupBox1.Controls.Add(this.labelTitleAutomaticLogoutTime);
this.smartGroupBox1.Controls.Add(this.buttonSave);
this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfPassword2);
this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfAccount2);
this.smartGroupBox1.Controls.Add(this.cbAdministrator);
this.smartGroupBox1.Controls.Add(this.buttonNew);
this.smartGroupBox1.Controls.Add(this.labelTitleExpiryDateOfPassword);
this.smartGroupBox1.Controls.Add(this.labelTitleExpiryDateOfAccount);
this.smartGroupBox1.Controls.Add(this.labelPassword);
this.smartGroupBox1.Controls.Add(this.labelTitlePassword);
this.smartGroupBox1.Controls.Add(this.labelID);
this.smartGroupBox1.Controls.Add(this.labelTitleID);
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black;
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
this.smartGroupBox1.FrameLineThickness = 1;
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None;
this.smartGroupBox1.Image = null;
this.smartGroupBox1.InitVisible = true;
this.smartGroupBox1.Location = new System.Drawing.Point(379, 73);
this.smartGroupBox1.Name = "smartGroupBox1";
this.smartGroupBox1.RoundRadius = 5;
this.smartGroupBox1.Size = new System.Drawing.Size(642, 572);
this.smartGroupBox1.TabIndex = 192;
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
//
// comboBoxAccessRight
//
this.comboBoxAccessRight.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Regular);
this.comboBoxAccessRight.Location = new System.Drawing.Point(219, 156);
this.comboBoxAccessRight.Name = "comboBoxAccessRight";
this.comboBoxAccessRight.Size = new System.Drawing.Size(291, 29);
this.comboBoxAccessRight.TabIndex = 241;
this.comboBoxAccessRight.SelectedIndexChanged += new System.EventHandler(this.comboBoxAccessRight_SelectedIndexChanged);
//
// labelAccessRightAdmin
//
this.labelAccessRightAdmin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
this.labelAccessRightAdmin.BackPictureBox = this.smartForm1;
this.labelAccessRightAdmin.BackPictureBox1 = null;
this.labelAccessRightAdmin.BackPictureBox2 = null;
this.labelAccessRightAdmin.BorderColor = System.Drawing.Color.White;
this.labelAccessRightAdmin.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelAccessRightAdmin.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
this.labelAccessRightAdmin.ForeColor = System.Drawing.Color.Black;
this.labelAccessRightAdmin.InitVisible = true;
this.labelAccessRightAdmin.LineSpacing = 0F;
this.labelAccessRightAdmin.Location = new System.Drawing.Point(219, 156);
this.labelAccessRightAdmin.Name = "labelAccessRightAdmin";
this.labelAccessRightAdmin.Size = new System.Drawing.Size(291, 30);
this.labelAccessRightAdmin.TabIndex = 242;
this.labelAccessRightAdmin.Text = "Administrator";
this.labelAccessRightAdmin.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelAccessRightAdmin.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelAccessRightAdmin.Wordwrap = false;
//
// labelAutoLogoutWarning
//
this.labelAutoLogoutWarning.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.labelAutoLogoutWarning.BackPictureBox = this.smartForm1;
this.labelAutoLogoutWarning.BackPictureBox1 = null;
this.labelAutoLogoutWarning.BackPictureBox2 = null;
this.labelAutoLogoutWarning.BorderColor = System.Drawing.Color.White;
this.labelAutoLogoutWarning.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelAutoLogoutWarning.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
this.labelAutoLogoutWarning.ForeColor = System.Drawing.Color.DarkRed;
this.labelAutoLogoutWarning.InitVisible = true;
this.labelAutoLogoutWarning.LineSpacing = 0F;
this.labelAutoLogoutWarning.Location = new System.Drawing.Point(341, 503);
this.labelAutoLogoutWarning.Name = "labelAutoLogoutWarning";
this.labelAutoLogoutWarning.Size = new System.Drawing.Size(235, 30);
this.labelAutoLogoutWarning.TabIndex = 240;
this.labelAutoLogoutWarning.Text = "* 모든 ID에 적용됨";
this.labelAutoLogoutWarning.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelAutoLogoutWarning.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelAutoLogoutWarning.Wordwrap = false;
//
// smartSeparatorLine2
//
this.smartSeparatorLine2.InitVisible = true;
this.smartSeparatorLine2.Line1Color = System.Drawing.Color.DimGray;
this.smartSeparatorLine2.Line1Width = 1F;
this.smartSeparatorLine2.Line2Color = System.Drawing.Color.LightGray;
this.smartSeparatorLine2.Line2Visible = true;
this.smartSeparatorLine2.Line2Width = 1F;
this.smartSeparatorLine2.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
this.smartSeparatorLine2.Location = new System.Drawing.Point(13, 487);
this.smartSeparatorLine2.Name = "smartSeparatorLine2";
this.smartSeparatorLine2.Size = new System.Drawing.Size(603, 2);
this.smartSeparatorLine2.TabIndex = 238;
this.smartSeparatorLine2.Text = "smartSeparatorLine2";
//
// smartSeparatorLine1
//
this.smartSeparatorLine1.InitVisible = true;
this.smartSeparatorLine1.Line1Color = System.Drawing.Color.DimGray;
this.smartSeparatorLine1.Line1Width = 1F;
this.smartSeparatorLine1.Line2Color = System.Drawing.Color.LightGray;
this.smartSeparatorLine1.Line2Visible = true;
this.smartSeparatorLine1.Line2Width = 1F;
this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
this.smartSeparatorLine1.Location = new System.Drawing.Point(13, 388);
this.smartSeparatorLine1.Name = "smartSeparatorLine1";
this.smartSeparatorLine1.Size = new System.Drawing.Size(603, 2);
this.smartSeparatorLine1.TabIndex = 237;
this.smartSeparatorLine1.Text = "smartSeparatorLine1";
//
// labelTitleAccessRight
//
this.labelTitleAccessRight.BackColor = System.Drawing.Color.Black;
this.labelTitleAccessRight.BackPictureBox = null;
this.labelTitleAccessRight.BackPictureBox1 = null;
this.labelTitleAccessRight.BackPictureBox2 = null;
this.labelTitleAccessRight.BorderColor = System.Drawing.Color.Black;
this.labelTitleAccessRight.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleAccessRight.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
this.labelTitleAccessRight.ForeColor = System.Drawing.Color.White;
this.labelTitleAccessRight.InitVisible = true;
this.labelTitleAccessRight.LineSpacing = 0F;
this.labelTitleAccessRight.Location = new System.Drawing.Point(13, 156);
this.labelTitleAccessRight.Name = "labelTitleAccessRight";
this.labelTitleAccessRight.Size = new System.Drawing.Size(200, 30);
this.labelTitleAccessRight.TabIndex = 221;
this.labelTitleAccessRight.Text = "Access right";
this.labelTitleAccessRight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleAccessRight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleAccessRight.Wordwrap = false;
//
// labelExpiryDateOfPassword
//
this.labelExpiryDateOfPassword.BackColor = System.Drawing.Color.WhiteSmoke;
this.labelExpiryDateOfPassword.BackPictureBox = null;
this.labelExpiryDateOfPassword.BackPictureBox1 = null;
this.labelExpiryDateOfPassword.BackPictureBox2 = null;
this.labelExpiryDateOfPassword.BorderColor = System.Drawing.Color.WhiteSmoke;
this.labelExpiryDateOfPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelExpiryDateOfPassword.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelExpiryDateOfPassword.InitVisible = true;
this.labelExpiryDateOfPassword.LineSpacing = 0F;
this.labelExpiryDateOfPassword.Location = new System.Drawing.Point(219, 441);
this.labelExpiryDateOfPassword.Name = "labelExpiryDateOfPassword";
this.labelExpiryDateOfPassword.Size = new System.Drawing.Size(70, 30);
this.labelExpiryDateOfPassword.TabIndex = 7;
this.labelExpiryDateOfPassword.Text = "00";
this.labelExpiryDateOfPassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelExpiryDateOfPassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelExpiryDateOfPassword.Wordwrap = false;
this.labelExpiryDateOfPassword.Click += new System.EventHandler(this.labelExpirePassword_Click);
//
// labelExpiryDateOfAccount
//
this.labelExpiryDateOfAccount.BackColor = System.Drawing.Color.WhiteSmoke;
this.labelExpiryDateOfAccount.BackPictureBox = null;
this.labelExpiryDateOfAccount.BackPictureBox1 = null;
this.labelExpiryDateOfAccount.BackPictureBox2 = null;
this.labelExpiryDateOfAccount.BorderColor = System.Drawing.Color.WhiteSmoke;
this.labelExpiryDateOfAccount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelExpiryDateOfAccount.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelExpiryDateOfAccount.InitVisible = true;
this.labelExpiryDateOfAccount.LineSpacing = 0F;
this.labelExpiryDateOfAccount.Location = new System.Drawing.Point(219, 405);
this.labelExpiryDateOfAccount.Name = "labelExpiryDateOfAccount";
this.labelExpiryDateOfAccount.Size = new System.Drawing.Size(70, 30);
this.labelExpiryDateOfAccount.TabIndex = 5;
this.labelExpiryDateOfAccount.Text = "000";
this.labelExpiryDateOfAccount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelExpiryDateOfAccount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelExpiryDateOfAccount.Wordwrap = false;
this.labelExpiryDateOfAccount.Click += new System.EventHandler(this.labelExpireAccount_Click);
//
// labelTitleDayPassword
//
this.labelTitleDayPassword.BackColor = System.Drawing.Color.WhiteSmoke;
this.labelTitleDayPassword.BackPictureBox = this.smartForm1;
this.labelTitleDayPassword.BackPictureBox1 = null;
this.labelTitleDayPassword.BackPictureBox2 = null;
this.labelTitleDayPassword.BorderColor = System.Drawing.Color.Black;
this.labelTitleDayPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleDayPassword.InitVisible = true;
this.labelTitleDayPassword.LineSpacing = 0F;
this.labelTitleDayPassword.Location = new System.Drawing.Point(294, 441);
this.labelTitleDayPassword.Name = "labelTitleDayPassword";
this.labelTitleDayPassword.Size = new System.Drawing.Size(41, 30);
this.labelTitleDayPassword.TabIndex = 220;
this.labelTitleDayPassword.Text = "day";
this.labelTitleDayPassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleDayPassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleDayPassword.Wordwrap = false;
this.labelTitleDayPassword.Click += new System.EventHandler(this.labelExpirePassword_Click);
//
// labelTitleDayAccount
//
this.labelTitleDayAccount.BackColor = System.Drawing.Color.WhiteSmoke;
this.labelTitleDayAccount.BackPictureBox = this.smartForm1;
this.labelTitleDayAccount.BackPictureBox1 = null;
this.labelTitleDayAccount.BackPictureBox2 = null;
this.labelTitleDayAccount.BorderColor = System.Drawing.Color.Black;
this.labelTitleDayAccount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleDayAccount.InitVisible = true;
this.labelTitleDayAccount.LineSpacing = 0F;
this.labelTitleDayAccount.Location = new System.Drawing.Point(294, 405);
this.labelTitleDayAccount.Name = "labelTitleDayAccount";
this.labelTitleDayAccount.Size = new System.Drawing.Size(41, 30);
this.labelTitleDayAccount.TabIndex = 219;
this.labelTitleDayAccount.Text = "day";
this.labelTitleDayAccount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleDayAccount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleDayAccount.Wordwrap = false;
this.labelTitleDayAccount.Click += new System.EventHandler(this.labelExpireAccount_Click);
//
// labelTitleMin
//
this.labelTitleMin.BackColor = System.Drawing.Color.WhiteSmoke;
this.labelTitleMin.BackPictureBox = this.smartForm1;
this.labelTitleMin.BackPictureBox1 = null;
this.labelTitleMin.BackPictureBox2 = null;
this.labelTitleMin.BorderColor = System.Drawing.Color.WhiteSmoke;
this.labelTitleMin.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleMin.InitVisible = true;
this.labelTitleMin.LineSpacing = 0F;
this.labelTitleMin.Location = new System.Drawing.Point(294, 503);
this.labelTitleMin.Name = "labelTitleMin";
this.labelTitleMin.Size = new System.Drawing.Size(37, 30);
this.labelTitleMin.TabIndex = 218;
this.labelTitleMin.Text = "min";
this.labelTitleMin.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleMin.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleMin.Wordwrap = false;
this.labelTitleMin.Click += new System.EventHandler(this.labelAutomaticLogout_Click);
//
// labelStatusExpiryPassword
//
this.labelStatusExpiryPassword.BackPictureBox = this.smartForm1;
this.labelStatusExpiryPassword.BackPictureBox1 = null;
this.labelStatusExpiryPassword.BackPictureBox2 = null;
this.labelStatusExpiryPassword.BorderColor = System.Drawing.Color.Black;
this.labelStatusExpiryPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStatusExpiryPassword.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStatusExpiryPassword.ForeColor = System.Drawing.Color.DarkRed;
this.labelStatusExpiryPassword.InitVisible = true;
this.labelStatusExpiryPassword.LineSpacing = 0F;
this.labelStatusExpiryPassword.Location = new System.Drawing.Point(516, 441);
this.labelStatusExpiryPassword.Name = "labelStatusExpiryPassword";
this.labelStatusExpiryPassword.Size = new System.Drawing.Size(100, 30);
this.labelStatusExpiryPassword.TabIndex = 194;
this.labelStatusExpiryPassword.Text = "비밀번호만료";
this.labelStatusExpiryPassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelStatusExpiryPassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStatusExpiryPassword.Wordwrap = false;
this.labelStatusExpiryPassword.Click += new System.EventHandler(this.labelStatusExpirePassword_Click);
//
// labelStatusExpiryAccount
//
this.labelStatusExpiryAccount.BackPictureBox = this.smartForm1;
this.labelStatusExpiryAccount.BackPictureBox1 = null;
this.labelStatusExpiryAccount.BackPictureBox2 = null;
this.labelStatusExpiryAccount.BorderColor = System.Drawing.Color.Black;
this.labelStatusExpiryAccount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStatusExpiryAccount.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStatusExpiryAccount.ForeColor = System.Drawing.Color.DarkRed;
this.labelStatusExpiryAccount.InitVisible = true;
this.labelStatusExpiryAccount.LineSpacing = 0F;
this.labelStatusExpiryAccount.Location = new System.Drawing.Point(516, 405);
this.labelStatusExpiryAccount.Name = "labelStatusExpiryAccount";
this.labelStatusExpiryAccount.Size = new System.Drawing.Size(100, 30);
this.labelStatusExpiryAccount.TabIndex = 194;
this.labelStatusExpiryAccount.Text = "계정만료";
this.labelStatusExpiryAccount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelStatusExpiryAccount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStatusExpiryAccount.Wordwrap = false;
this.labelStatusExpiryAccount.Click += new System.EventHandler(this.labelStatusExpireAccount_Click);
//
// labelAutomaticLogoutTime
//
this.labelAutomaticLogoutTime.BackColor = System.Drawing.Color.WhiteSmoke;
this.labelAutomaticLogoutTime.BackPictureBox = null;
this.labelAutomaticLogoutTime.BackPictureBox1 = null;
this.labelAutomaticLogoutTime.BackPictureBox2 = null;
this.labelAutomaticLogoutTime.BorderColor = System.Drawing.Color.WhiteSmoke;
this.labelAutomaticLogoutTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelAutomaticLogoutTime.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelAutomaticLogoutTime.InitVisible = true;
this.labelAutomaticLogoutTime.LineSpacing = 0F;
this.labelAutomaticLogoutTime.Location = new System.Drawing.Point(219, 503);
this.labelAutomaticLogoutTime.Name = "labelAutomaticLogoutTime";
this.labelAutomaticLogoutTime.Size = new System.Drawing.Size(70, 30);
this.labelAutomaticLogoutTime.TabIndex = 9;
this.labelAutomaticLogoutTime.Text = "1";
this.labelAutomaticLogoutTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelAutomaticLogoutTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelAutomaticLogoutTime.Wordwrap = false;
this.labelAutomaticLogoutTime.Click += new System.EventHandler(this.labelAutomaticLogout_Click);
//
// buttonDelete
//
this.buttonDelete.BackPictureBox = null;
this.buttonDelete.BackPictureBox1 = null;
this.buttonDelete.BackPictureBox2 = null;
this.buttonDelete.ButtonColor = System.Drawing.Color.LightGray;
this.buttonDelete.ButtonImageAutoSize = true;
this.buttonDelete.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonDelete.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonDelete.DisableImage")));
this.buttonDelete.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonDelete.DownImage")));
this.buttonDelete.GroupID = 0;
this.buttonDelete.InitVisible = true;
this.buttonDelete.Location = new System.Drawing.Point(119, 28);
this.buttonDelete.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonDelete.Name = "buttonDelete";
this.buttonDelete.NestedClickEventPrevent = false;
this.buttonDelete.OutlinePixel = 1;
this.buttonDelete.RepeatInterval = 200;
this.buttonDelete.RepeatIntervalAccelerate = null;
this.buttonDelete.SafeInterval = 200;
this.buttonDelete.Size = new System.Drawing.Size(100, 50);
this.buttonDelete.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonDelete.TabIndex = 191;
this.buttonDelete.TextColor = System.Drawing.Color.Black;
this.buttonDelete.TextDownColor = System.Drawing.Color.White;
this.buttonDelete.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonDelete.TextLocation = new System.Drawing.Point(0, 0);
this.buttonDelete.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonDelete.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDelete.UpImage")));
this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click);
//
// smartGroupBox2
//
this.smartGroupBox2.BackPictureBox = this.smartForm1;
this.smartGroupBox2.BackPictureBox1 = null;
this.smartGroupBox2.Controls.Add(this.labelEquipment);
this.smartGroupBox2.Controls.Add(this.labelMenu);
this.smartGroupBox2.Controls.Add(this.labelMain);
this.smartGroupBox2.Controls.Add(this.labelViewer);
this.smartGroupBox2.Controls.Add(this.labelStatistics);
this.smartGroupBox2.Controls.Add(this.labelUpdate);
this.smartGroupBox2.Controls.Add(this.labelIOTest);
this.smartGroupBox2.Controls.Add(this.labelMotor);
this.smartGroupBox2.Controls.Add(this.labelSystem);
this.smartGroupBox2.Controls.Add(this.labelDataBackup);
this.smartGroupBox2.Controls.Add(this.labelCalibration);
this.smartGroupBox2.Controls.Add(this.labelCommunication);
this.smartGroupBox2.Controls.Add(this.labelTime);
this.smartGroupBox2.Controls.Add(this.labelInitialization);
this.smartGroupBox2.Controls.Add(this.labelConfiguration);
this.smartGroupBox2.Controls.Add(this.labelInformation);
this.smartGroupBox2.Controls.Add(this.labelSubMenu);
this.smartGroupBox2.Controls.Add(this.labelClear);
this.smartGroupBox2.Controls.Add(this.labelWeightSetting);
this.smartGroupBox2.Controls.Add(this.labelProductNo);
this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.Black;
this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.Black;
this.smartGroupBox2.FrameLineThickness = 1;
this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
this.smartGroupBox2.Image = null;
this.smartGroupBox2.InitVisible = true;
this.smartGroupBox2.Location = new System.Drawing.Point(3, 192);
this.smartGroupBox2.Name = "smartGroupBox2";
this.smartGroupBox2.RoundRadius = 5;
this.smartGroupBox2.Size = new System.Drawing.Size(587, 190);
this.smartGroupBox2.TabIndex = 217;
this.smartGroupBox2.Text = "Access right";
this.smartGroupBox2.TextColor = System.Drawing.Color.Black;
//
// labelMenu
//
this.labelMenu.BackColor = System.Drawing.Color.Black;
this.labelMenu.BackPictureBox = null;
this.labelMenu.BackPictureBox1 = null;
this.labelMenu.BackPictureBox2 = null;
this.labelMenu.BorderColor = System.Drawing.Color.Black;
this.labelMenu.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelMenu.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.labelMenu.ForeColor = System.Drawing.Color.White;
this.labelMenu.InitVisible = true;
this.labelMenu.LineSpacing = 0F;
this.labelMenu.Location = new System.Drawing.Point(155, 29);
this.labelMenu.Name = "labelMenu";
this.labelMenu.Size = new System.Drawing.Size(408, 20);
this.labelMenu.TabIndex = 263;
this.labelMenu.Text = "Menu";
this.labelMenu.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelMenu.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelMenu.Wordwrap = false;
//
// labelMain
//
this.labelMain.BackColor = System.Drawing.Color.Black;
this.labelMain.BackPictureBox = null;
this.labelMain.BackPictureBox1 = null;
this.labelMain.BackPictureBox2 = null;
this.labelMain.BorderColor = System.Drawing.Color.Black;
this.labelMain.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelMain.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.labelMain.ForeColor = System.Drawing.Color.White;
this.labelMain.InitVisible = true;
this.labelMain.LineSpacing = 0F;
this.labelMain.Location = new System.Drawing.Point(19, 29);
this.labelMain.Name = "labelMain";
this.labelMain.Size = new System.Drawing.Size(130, 20);
this.labelMain.TabIndex = 262;
this.labelMain.Text = "Main";
this.labelMain.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelMain.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelMain.Wordwrap = false;
//
// labelViewer
//
this.labelViewer.BackPictureBox = this.smartForm1;
this.labelViewer.BackPictureBox1 = null;
this.labelViewer.BackPictureBox2 = null;
this.labelViewer.BorderColor = System.Drawing.Color.Black;
this.labelViewer.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelViewer.InitVisible = true;
this.labelViewer.LineSpacing = 0F;
this.labelViewer.Location = new System.Drawing.Point(427, 127);
this.labelViewer.Name = "labelViewer";
this.labelViewer.Size = new System.Drawing.Size(130, 18);
this.labelViewer.TabIndex = 261;
this.labelViewer.Text = "Viewer";
this.labelViewer.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelViewer.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelViewer.Wordwrap = false;
//
// labelStatistics
//
this.labelStatistics.BackPictureBox = this.smartForm1;
this.labelStatistics.BackPictureBox1 = null;
this.labelStatistics.BackPictureBox2 = null;
this.labelStatistics.BorderColor = System.Drawing.Color.Black;
this.labelStatistics.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStatistics.InitVisible = true;
this.labelStatistics.LineSpacing = 0F;
this.labelStatistics.Location = new System.Drawing.Point(427, 103);
this.labelStatistics.Name = "labelStatistics";
this.labelStatistics.Size = new System.Drawing.Size(130, 18);
this.labelStatistics.TabIndex = 260;
this.labelStatistics.Text = "Statistics";
this.labelStatistics.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelStatistics.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStatistics.Wordwrap = false;
//
// labelUpdate
//
this.labelUpdate.BackPictureBox = this.smartForm1;
this.labelUpdate.BackPictureBox1 = null;
this.labelUpdate.BackPictureBox2 = null;
this.labelUpdate.BorderColor = System.Drawing.Color.Black;
this.labelUpdate.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelUpdate.InitVisible = true;
this.labelUpdate.LineSpacing = 0F;
this.labelUpdate.Location = new System.Drawing.Point(291, 103);
this.labelUpdate.Name = "labelUpdate";
this.labelUpdate.Size = new System.Drawing.Size(130, 18);
this.labelUpdate.TabIndex = 259;
this.labelUpdate.Text = "Update";
this.labelUpdate.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelUpdate.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelUpdate.Wordwrap = false;
//
// labelIOTest
//
this.labelIOTest.BackPictureBox = this.smartForm1;
this.labelIOTest.BackPictureBox1 = null;
this.labelIOTest.BackPictureBox2 = null;
this.labelIOTest.BorderColor = System.Drawing.Color.Black;
this.labelIOTest.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelIOTest.InitVisible = true;
this.labelIOTest.LineSpacing = 0F;
this.labelIOTest.Location = new System.Drawing.Point(291, 79);
this.labelIOTest.Name = "labelIOTest";
this.labelIOTest.Size = new System.Drawing.Size(130, 18);
this.labelIOTest.TabIndex = 258;
this.labelIOTest.Text = "I/O Test";
this.labelIOTest.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelIOTest.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelIOTest.Wordwrap = false;
//
// labelMotor
//
this.labelMotor.BackPictureBox = this.smartForm1;
this.labelMotor.BackPictureBox1 = null;
this.labelMotor.BackPictureBox2 = null;
this.labelMotor.BorderColor = System.Drawing.Color.Black;
this.labelMotor.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelMotor.InitVisible = true;
this.labelMotor.LineSpacing = 0F;
this.labelMotor.Location = new System.Drawing.Point(291, 55);
this.labelMotor.Name = "labelMotor";
this.labelMotor.Size = new System.Drawing.Size(130, 18);
this.labelMotor.TabIndex = 257;
this.labelMotor.Text = "Motor";
this.labelMotor.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelMotor.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelMotor.Wordwrap = false;
//
// labelSystem
//
this.labelSystem.BackPictureBox = this.smartForm1;
this.labelSystem.BackPictureBox1 = null;
this.labelSystem.BackPictureBox2 = null;
this.labelSystem.BorderColor = System.Drawing.Color.Black;
this.labelSystem.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelSystem.InitVisible = true;
this.labelSystem.LineSpacing = 0F;
this.labelSystem.Location = new System.Drawing.Point(155, 151);
this.labelSystem.Name = "labelSystem";
this.labelSystem.Size = new System.Drawing.Size(130, 18);
this.labelSystem.TabIndex = 256;
this.labelSystem.Text = "System";
this.labelSystem.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelSystem.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelSystem.Wordwrap = false;
//
// labelDataBackup
//
this.labelDataBackup.BackPictureBox = this.smartForm1;
this.labelDataBackup.BackPictureBox1 = null;
this.labelDataBackup.BackPictureBox2 = null;
this.labelDataBackup.BorderColor = System.Drawing.Color.Black;
this.labelDataBackup.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelDataBackup.InitVisible = true;
this.labelDataBackup.LineSpacing = 0F;
this.labelDataBackup.Location = new System.Drawing.Point(427, 55);
this.labelDataBackup.Name = "labelDataBackup";
this.labelDataBackup.Size = new System.Drawing.Size(130, 18);
this.labelDataBackup.TabIndex = 255;
this.labelDataBackup.Text = "Data Backup";
this.labelDataBackup.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelDataBackup.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelDataBackup.Wordwrap = false;
//
// labelCalibration
//
this.labelCalibration.BackPictureBox = this.smartForm1;
this.labelCalibration.BackPictureBox1 = null;
this.labelCalibration.BackPictureBox2 = null;
this.labelCalibration.BorderColor = System.Drawing.Color.Black;
this.labelCalibration.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelCalibration.InitVisible = true;
this.labelCalibration.LineSpacing = 0F;
this.labelCalibration.Location = new System.Drawing.Point(155, 127);
this.labelCalibration.Name = "labelCalibration";
this.labelCalibration.Size = new System.Drawing.Size(130, 18);
this.labelCalibration.TabIndex = 253;
this.labelCalibration.Text = "Calibration";
this.labelCalibration.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelCalibration.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelCalibration.Wordwrap = false;
//
// labelCommunication
//
this.labelCommunication.BackPictureBox = this.smartForm1;
this.labelCommunication.BackPictureBox1 = null;
this.labelCommunication.BackPictureBox2 = null;
this.labelCommunication.BorderColor = System.Drawing.Color.Black;
this.labelCommunication.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelCommunication.InitVisible = true;
this.labelCommunication.LineSpacing = 0F;
this.labelCommunication.Location = new System.Drawing.Point(155, 103);
this.labelCommunication.Name = "labelCommunication";
this.labelCommunication.Size = new System.Drawing.Size(130, 18);
this.labelCommunication.TabIndex = 252;
this.labelCommunication.Text = "Communication";
this.labelCommunication.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelCommunication.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelCommunication.Wordwrap = false;
//
// labelTime
//
this.labelTime.BackPictureBox = this.smartForm1;
this.labelTime.BackPictureBox1 = null;
this.labelTime.BackPictureBox2 = null;
this.labelTime.BorderColor = System.Drawing.Color.Black;
this.labelTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTime.InitVisible = true;
this.labelTime.LineSpacing = 0F;
this.labelTime.Location = new System.Drawing.Point(291, 151);
this.labelTime.Name = "labelTime";
this.labelTime.Size = new System.Drawing.Size(130, 18);
this.labelTime.TabIndex = 251;
this.labelTime.Text = "Time";
this.labelTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTime.Wordwrap = false;
//
// labelInitialization
//
this.labelInitialization.BackPictureBox = this.smartForm1;
this.labelInitialization.BackPictureBox1 = null;
this.labelInitialization.BackPictureBox2 = null;
this.labelInitialization.BorderColor = System.Drawing.Color.Black;
this.labelInitialization.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelInitialization.InitVisible = true;
this.labelInitialization.LineSpacing = 0F;
this.labelInitialization.Location = new System.Drawing.Point(291, 127);
this.labelInitialization.Name = "labelInitialization";
this.labelInitialization.Size = new System.Drawing.Size(130, 18);
this.labelInitialization.TabIndex = 250;
this.labelInitialization.Text = "Initialization";
this.labelInitialization.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelInitialization.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelInitialization.Wordwrap = false;
//
// labelConfiguration
//
this.labelConfiguration.BackPictureBox = this.smartForm1;
this.labelConfiguration.BackPictureBox1 = null;
this.labelConfiguration.BackPictureBox2 = null;
this.labelConfiguration.BorderColor = System.Drawing.Color.Black;
this.labelConfiguration.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelConfiguration.InitVisible = true;
this.labelConfiguration.LineSpacing = 0F;
this.labelConfiguration.Location = new System.Drawing.Point(155, 79);
this.labelConfiguration.Name = "labelConfiguration";
this.labelConfiguration.Size = new System.Drawing.Size(130, 18);
this.labelConfiguration.TabIndex = 249;
this.labelConfiguration.Text = "Configuration";
this.labelConfiguration.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelConfiguration.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelConfiguration.Wordwrap = false;
//
// labelInformation
//
this.labelInformation.BackPictureBox = this.smartForm1;
this.labelInformation.BackPictureBox1 = null;
this.labelInformation.BackPictureBox2 = null;
this.labelInformation.BorderColor = System.Drawing.Color.Black;
this.labelInformation.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelInformation.InitVisible = true;
this.labelInformation.LineSpacing = 0F;
this.labelInformation.Location = new System.Drawing.Point(155, 55);
this.labelInformation.Name = "labelInformation";
this.labelInformation.Size = new System.Drawing.Size(130, 18);
this.labelInformation.TabIndex = 248;
this.labelInformation.Text = "Information";
this.labelInformation.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelInformation.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelInformation.Wordwrap = false;
//
// labelSubMenu
//
this.labelSubMenu.BackPictureBox = this.smartForm1;
this.labelSubMenu.BackPictureBox1 = null;
this.labelSubMenu.BackPictureBox2 = null;
this.labelSubMenu.BorderColor = System.Drawing.Color.Black;
this.labelSubMenu.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelSubMenu.InitVisible = true;
this.labelSubMenu.LineSpacing = 0F;
this.labelSubMenu.Location = new System.Drawing.Point(19, 127);
this.labelSubMenu.Name = "labelSubMenu";
this.labelSubMenu.Size = new System.Drawing.Size(130, 18);
this.labelSubMenu.TabIndex = 247;
this.labelSubMenu.Text = "SubMenu";
this.labelSubMenu.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelSubMenu.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelSubMenu.Wordwrap = false;
//
// labelClear
//
this.labelClear.BackPictureBox = this.smartForm1;
this.labelClear.BackPictureBox1 = null;
this.labelClear.BackPictureBox2 = null;
this.labelClear.BorderColor = System.Drawing.Color.Black;
this.labelClear.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelClear.InitVisible = true;
this.labelClear.LineSpacing = 0F;
this.labelClear.Location = new System.Drawing.Point(19, 103);
this.labelClear.Name = "labelClear";
this.labelClear.Size = new System.Drawing.Size(130, 18);
this.labelClear.TabIndex = 246;
this.labelClear.Text = "Clear";
this.labelClear.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelClear.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelClear.Wordwrap = false;
//
// labelWeightSetting
//
this.labelWeightSetting.BackPictureBox = this.smartForm1;
this.labelWeightSetting.BackPictureBox1 = null;
this.labelWeightSetting.BackPictureBox2 = null;
this.labelWeightSetting.BorderColor = System.Drawing.Color.Black;
this.labelWeightSetting.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelWeightSetting.InitVisible = true;
this.labelWeightSetting.LineSpacing = 0F;
this.labelWeightSetting.Location = new System.Drawing.Point(19, 79);
this.labelWeightSetting.Name = "labelWeightSetting";
this.labelWeightSetting.Size = new System.Drawing.Size(130, 18);
this.labelWeightSetting.TabIndex = 245;
this.labelWeightSetting.Text = "Weight Setting";
this.labelWeightSetting.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelWeightSetting.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelWeightSetting.Wordwrap = false;
//
// labelProductNo
//
this.labelProductNo.BackPictureBox = this.smartForm1;
this.labelProductNo.BackPictureBox1 = null;
this.labelProductNo.BackPictureBox2 = null;
this.labelProductNo.BorderColor = System.Drawing.Color.Black;
this.labelProductNo.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelProductNo.ForeColor = System.Drawing.Color.Black;
this.labelProductNo.InitVisible = true;
this.labelProductNo.LineSpacing = 0F;
this.labelProductNo.Location = new System.Drawing.Point(19, 55);
this.labelProductNo.Name = "labelProductNo";
this.labelProductNo.Size = new System.Drawing.Size(130, 18);
this.labelProductNo.TabIndex = 244;
this.labelProductNo.Text = "ProductNo";
this.labelProductNo.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelProductNo.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelProductNo.Wordwrap = false;
//
// labelTitleAutomaticLogoutTime
//
this.labelTitleAutomaticLogoutTime.BackColor = System.Drawing.Color.Black;
this.labelTitleAutomaticLogoutTime.BackPictureBox = null;
this.labelTitleAutomaticLogoutTime.BackPictureBox1 = null;
this.labelTitleAutomaticLogoutTime.BackPictureBox2 = null;
this.labelTitleAutomaticLogoutTime.BorderColor = System.Drawing.Color.Black;
this.labelTitleAutomaticLogoutTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleAutomaticLogoutTime.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
this.labelTitleAutomaticLogoutTime.ForeColor = System.Drawing.Color.White;
this.labelTitleAutomaticLogoutTime.InitVisible = true;
this.labelTitleAutomaticLogoutTime.LineSpacing = 0F;
this.labelTitleAutomaticLogoutTime.Location = new System.Drawing.Point(13, 503);
this.labelTitleAutomaticLogoutTime.Name = "labelTitleAutomaticLogoutTime";
this.labelTitleAutomaticLogoutTime.Size = new System.Drawing.Size(200, 30);
this.labelTitleAutomaticLogoutTime.TabIndex = 8;
this.labelTitleAutomaticLogoutTime.Text = "Auto logout time";
this.labelTitleAutomaticLogoutTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleAutomaticLogoutTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleAutomaticLogoutTime.Wordwrap = false;
//
// buttonSave
//
this.buttonSave.BackPictureBox = null;
this.buttonSave.BackPictureBox1 = null;
this.buttonSave.BackPictureBox2 = null;
this.buttonSave.ButtonColor = System.Drawing.Color.LightGray;
this.buttonSave.ButtonImageAutoSize = true;
this.buttonSave.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonSave.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.DisableImage")));
this.buttonSave.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.DownImage")));
this.buttonSave.GroupID = 0;
this.buttonSave.InitVisible = true;
this.buttonSave.Location = new System.Drawing.Point(225, 28);
this.buttonSave.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonSave.Name = "buttonSave";
this.buttonSave.NestedClickEventPrevent = false;
this.buttonSave.OutlinePixel = 1;
this.buttonSave.RepeatInterval = 200;
this.buttonSave.RepeatIntervalAccelerate = null;
this.buttonSave.SafeInterval = 200;
this.buttonSave.Size = new System.Drawing.Size(100, 50);
this.buttonSave.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonSave.TabIndex = 189;
this.buttonSave.TextColor = System.Drawing.Color.Black;
this.buttonSave.TextDownColor = System.Drawing.Color.White;
this.buttonSave.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonSave.TextLocation = new System.Drawing.Point(0, 0);
this.buttonSave.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonSave.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.UpImage")));
this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
//
// labelExpiryDateOfPassword2
//
this.labelExpiryDateOfPassword2.BackColor = System.Drawing.Color.WhiteSmoke;
this.labelExpiryDateOfPassword2.BackPictureBox = this.smartForm1;
this.labelExpiryDateOfPassword2.BackPictureBox1 = null;
this.labelExpiryDateOfPassword2.BackPictureBox2 = null;
this.labelExpiryDateOfPassword2.BorderColor = System.Drawing.Color.Black;
this.labelExpiryDateOfPassword2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelExpiryDateOfPassword2.InitVisible = true;
this.labelExpiryDateOfPassword2.LineSpacing = 0F;
this.labelExpiryDateOfPassword2.Location = new System.Drawing.Point(341, 441);
this.labelExpiryDateOfPassword2.Name = "labelExpiryDateOfPassword2";
this.labelExpiryDateOfPassword2.Size = new System.Drawing.Size(169, 30);
this.labelExpiryDateOfPassword2.TabIndex = 215;
this.labelExpiryDateOfPassword2.Text = "2021/12/30";
this.labelExpiryDateOfPassword2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelExpiryDateOfPassword2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelExpiryDateOfPassword2.Wordwrap = false;
//
// labelExpiryDateOfAccount2
//
this.labelExpiryDateOfAccount2.BackColor = System.Drawing.Color.WhiteSmoke;
this.labelExpiryDateOfAccount2.BackPictureBox = this.smartForm1;
this.labelExpiryDateOfAccount2.BackPictureBox1 = null;
this.labelExpiryDateOfAccount2.BackPictureBox2 = null;
this.labelExpiryDateOfAccount2.BorderColor = System.Drawing.Color.Black;
this.labelExpiryDateOfAccount2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelExpiryDateOfAccount2.InitVisible = true;
this.labelExpiryDateOfAccount2.LineSpacing = 0F;
this.labelExpiryDateOfAccount2.Location = new System.Drawing.Point(341, 405);
this.labelExpiryDateOfAccount2.Name = "labelExpiryDateOfAccount2";
this.labelExpiryDateOfAccount2.Size = new System.Drawing.Size(169, 30);
this.labelExpiryDateOfAccount2.TabIndex = 214;
this.labelExpiryDateOfAccount2.Text = "2021/12/30";
this.labelExpiryDateOfAccount2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelExpiryDateOfAccount2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelExpiryDateOfAccount2.Wordwrap = false;
//
// cbAdministrator
//
this.cbAdministrator.BackColor = System.Drawing.Color.White;
this.cbAdministrator.BackPictureBox = this.smartForm1;
this.cbAdministrator.BackPictureBox1 = null;
this.cbAdministrator.BackPictureBox2 = null;
this.cbAdministrator.CheckBoxBackColor = System.Drawing.Color.White;
this.cbAdministrator.CheckBoxCheckColor = System.Drawing.Color.Green;
this.cbAdministrator.CheckBoxForeColor = System.Drawing.Color.Black;
this.cbAdministrator.CheckBoxSymbolSize = 14;
this.cbAdministrator.Checked = false;
this.cbAdministrator.CheckLineWidth = 3;
this.cbAdministrator.ImageCheckBox = null;
this.cbAdministrator.ImageUnCheckBox = null;
this.cbAdministrator.InitVisible = true;
this.cbAdministrator.Location = new System.Drawing.Point(22, 3);
this.cbAdministrator.Name = "cbAdministrator";
this.cbAdministrator.Size = new System.Drawing.Size(200, 18);
this.cbAdministrator.TabIndex = 193;
this.cbAdministrator.Text = "Administrator";
this.cbAdministrator.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.cbAdministrator.Visible = false;
//
// buttonNew
//
this.buttonNew.BackPictureBox = null;
this.buttonNew.BackPictureBox1 = null;
this.buttonNew.BackPictureBox2 = null;
this.buttonNew.ButtonColor = System.Drawing.Color.LightGray;
this.buttonNew.ButtonImageAutoSize = true;
this.buttonNew.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonNew.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonNew.DisableImage")));
this.buttonNew.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonNew.DownImage")));
this.buttonNew.GroupID = 0;
this.buttonNew.InitVisible = true;
this.buttonNew.Location = new System.Drawing.Point(13, 28);
this.buttonNew.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonNew.Name = "buttonNew";
this.buttonNew.NestedClickEventPrevent = false;
this.buttonNew.OutlinePixel = 1;
this.buttonNew.RepeatInterval = 200;
this.buttonNew.RepeatIntervalAccelerate = null;
this.buttonNew.SafeInterval = 200;
this.buttonNew.Size = new System.Drawing.Size(100, 50);
this.buttonNew.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonNew.TabIndex = 188;
this.buttonNew.TextColor = System.Drawing.Color.Black;
this.buttonNew.TextDownColor = System.Drawing.Color.White;
this.buttonNew.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonNew.TextLocation = new System.Drawing.Point(0, 0);
this.buttonNew.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonNew.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonNew.UpImage")));
this.buttonNew.Click += new System.EventHandler(this.buttonNew_Click);
//
// labelTitleExpiryDateOfPassword
//
this.labelTitleExpiryDateOfPassword.BackColor = System.Drawing.Color.Black;
this.labelTitleExpiryDateOfPassword.BackPictureBox = null;
this.labelTitleExpiryDateOfPassword.BackPictureBox1 = null;
this.labelTitleExpiryDateOfPassword.BackPictureBox2 = null;
this.labelTitleExpiryDateOfPassword.BorderColor = System.Drawing.Color.Black;
this.labelTitleExpiryDateOfPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleExpiryDateOfPassword.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
this.labelTitleExpiryDateOfPassword.ForeColor = System.Drawing.Color.White;
this.labelTitleExpiryDateOfPassword.InitVisible = true;
this.labelTitleExpiryDateOfPassword.LineSpacing = 0F;
this.labelTitleExpiryDateOfPassword.Location = new System.Drawing.Point(13, 441);
this.labelTitleExpiryDateOfPassword.Name = "labelTitleExpiryDateOfPassword";
this.labelTitleExpiryDateOfPassword.Size = new System.Drawing.Size(200, 30);
this.labelTitleExpiryDateOfPassword.TabIndex = 6;
this.labelTitleExpiryDateOfPassword.Text = "Expiry date (Password)";
this.labelTitleExpiryDateOfPassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleExpiryDateOfPassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleExpiryDateOfPassword.Wordwrap = false;
//
// labelTitleExpiryDateOfAccount
//
this.labelTitleExpiryDateOfAccount.BackColor = System.Drawing.Color.Black;
this.labelTitleExpiryDateOfAccount.BackPictureBox = null;
this.labelTitleExpiryDateOfAccount.BackPictureBox1 = null;
this.labelTitleExpiryDateOfAccount.BackPictureBox2 = null;
this.labelTitleExpiryDateOfAccount.BorderColor = System.Drawing.Color.Black;
this.labelTitleExpiryDateOfAccount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleExpiryDateOfAccount.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
this.labelTitleExpiryDateOfAccount.ForeColor = System.Drawing.Color.White;
this.labelTitleExpiryDateOfAccount.InitVisible = true;
this.labelTitleExpiryDateOfAccount.LineSpacing = 0F;
this.labelTitleExpiryDateOfAccount.Location = new System.Drawing.Point(13, 405);
this.labelTitleExpiryDateOfAccount.Name = "labelTitleExpiryDateOfAccount";
this.labelTitleExpiryDateOfAccount.Size = new System.Drawing.Size(200, 30);
this.labelTitleExpiryDateOfAccount.TabIndex = 4;
this.labelTitleExpiryDateOfAccount.Text = "Expiry date (Account)";
this.labelTitleExpiryDateOfAccount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleExpiryDateOfAccount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleExpiryDateOfAccount.Wordwrap = false;
//
// labelPassword
//
this.labelPassword.BackColor = System.Drawing.Color.WhiteSmoke;
this.labelPassword.BackPictureBox = null;
this.labelPassword.BackPictureBox1 = null;
this.labelPassword.BackPictureBox2 = null;
this.labelPassword.BorderColor = System.Drawing.Color.Black;
this.labelPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelPassword.InitVisible = true;
this.labelPassword.LineSpacing = 0F;
this.labelPassword.Location = new System.Drawing.Point(219, 120);
this.labelPassword.Name = "labelPassword";
this.labelPassword.Size = new System.Drawing.Size(291, 30);
this.labelPassword.TabIndex = 3;
this.labelPassword.Text = "Password";
this.labelPassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelPassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelPassword.Wordwrap = false;
this.labelPassword.Click += new System.EventHandler(this.labelPassword_Click);
//
// labelTitlePassword
//
this.labelTitlePassword.BackColor = System.Drawing.Color.Black;
this.labelTitlePassword.BackPictureBox = null;
this.labelTitlePassword.BackPictureBox1 = null;
this.labelTitlePassword.BackPictureBox2 = null;
this.labelTitlePassword.BorderColor = System.Drawing.Color.Black;
this.labelTitlePassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitlePassword.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
this.labelTitlePassword.ForeColor = System.Drawing.Color.White;
this.labelTitlePassword.InitVisible = true;
this.labelTitlePassword.LineSpacing = 0F;
this.labelTitlePassword.Location = new System.Drawing.Point(13, 120);
this.labelTitlePassword.Name = "labelTitlePassword";
this.labelTitlePassword.Size = new System.Drawing.Size(200, 30);
this.labelTitlePassword.TabIndex = 2;
this.labelTitlePassword.Text = "Password";
this.labelTitlePassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitlePassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitlePassword.Wordwrap = false;
//
// labelID
//
this.labelID.BackColor = System.Drawing.Color.WhiteSmoke;
this.labelID.BackPictureBox = null;
this.labelID.BackPictureBox1 = null;
this.labelID.BackPictureBox2 = null;
this.labelID.BorderColor = System.Drawing.Color.Black;
this.labelID.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelID.InitVisible = true;
this.labelID.LineSpacing = 0F;
this.labelID.Location = new System.Drawing.Point(219, 84);
this.labelID.Name = "labelID";
this.labelID.Size = new System.Drawing.Size(291, 30);
this.labelID.TabIndex = 1;
this.labelID.Text = "ID";
this.labelID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelID.Wordwrap = false;
this.labelID.Click += new System.EventHandler(this.labelID_Click);
//
// labelTitleID
//
this.labelTitleID.BackColor = System.Drawing.Color.Black;
this.labelTitleID.BackPictureBox = null;
this.labelTitleID.BackPictureBox1 = null;
this.labelTitleID.BackPictureBox2 = null;
this.labelTitleID.BorderColor = System.Drawing.Color.Black;
this.labelTitleID.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleID.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
this.labelTitleID.ForeColor = System.Drawing.Color.White;
this.labelTitleID.InitVisible = true;
this.labelTitleID.LineSpacing = 0F;
this.labelTitleID.Location = new System.Drawing.Point(13, 84);
this.labelTitleID.Name = "labelTitleID";
this.labelTitleID.Size = new System.Drawing.Size(200, 30);
this.labelTitleID.TabIndex = 0;
this.labelTitleID.Text = "ID";
this.labelTitleID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleID.Wordwrap = false;
//
// buttonGroupEditor
//
this.buttonGroupEditor.BackPictureBox = null;
this.buttonGroupEditor.BackPictureBox1 = null;
this.buttonGroupEditor.BackPictureBox2 = null;
this.buttonGroupEditor.ButtonColor = System.Drawing.Color.Gray;
this.buttonGroupEditor.ButtonImageAutoSize = true;
this.buttonGroupEditor.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonGroupEditor.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonGroupEditor.DisableImage")));
this.buttonGroupEditor.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonGroupEditor.DownImage")));
this.buttonGroupEditor.GroupID = 0;
this.buttonGroupEditor.InitVisible = true;
this.buttonGroupEditor.Location = new System.Drawing.Point(834, 666);
this.buttonGroupEditor.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonGroupEditor.Name = "buttonGroupEditor";
this.buttonGroupEditor.NestedClickEventPrevent = false;
this.buttonGroupEditor.OutlinePixel = 1;
this.buttonGroupEditor.RepeatInterval = 200;
this.buttonGroupEditor.RepeatIntervalAccelerate = null;
this.buttonGroupEditor.SafeInterval = 200;
this.buttonGroupEditor.Size = new System.Drawing.Size(84, 87);
this.buttonGroupEditor.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonGroupEditor.TabIndex = 3;
this.buttonGroupEditor.TextColor = System.Drawing.Color.Black;
this.buttonGroupEditor.TextDownColor = System.Drawing.Color.White;
this.buttonGroupEditor.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonGroupEditor.TextLocation = new System.Drawing.Point(0, 0);
this.buttonGroupEditor.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonGroupEditor.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonGroupEditor.UpImage")));
this.buttonGroupEditor.Click += new System.EventHandler(this.buttonGroupEditor_Click);
//
// labelEquipment
//
this.labelEquipment.BackPictureBox = this.smartForm1;
this.labelEquipment.BackPictureBox1 = null;
this.labelEquipment.BackPictureBox2 = null;
this.labelEquipment.BorderColor = System.Drawing.Color.Black;
this.labelEquipment.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelEquipment.InitVisible = true;
this.labelEquipment.LineSpacing = 0F;
this.labelEquipment.Location = new System.Drawing.Point(427, 79);
this.labelEquipment.Name = "labelEquipment";
this.labelEquipment.Size = new System.Drawing.Size(130, 18);
this.labelEquipment.TabIndex = 264;
this.labelEquipment.Text = "Equipment";
this.labelEquipment.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelEquipment.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelEquipment.Wordwrap = false;
//
// FormUserEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(1024, 768);
this.Controls.Add(this.buttonGroupEditor);
this.Controls.Add(this.smartGroupBox1);
this.Controls.Add(this.listBoxUserList);
this.Controls.Add(this.buttonBack);
this.Controls.Add(this.labelTitle);
this.Controls.Add(this.smartForm1);
this.Name = "FormUserEditor";
this.Text = "FormUserEditor";
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
this.smartGroupBox1.ResumeLayout(false);
this.smartGroupBox2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private SmartX.SmartForm smartForm1;
private SmartX.SmartLabel labelTitle;
private SmartX.SmartButton buttonBack;
private SmartX.SmartListBox listBoxUserList;
private SmartX.SmartGroupBox smartGroupBox1;
private SmartX.SmartLabel labelTitleID;
private SmartX.SmartLabel labelExpiryDateOfAccount;
private SmartX.SmartLabel labelTitleExpiryDateOfAccount;
private SmartX.SmartLabel labelPassword;
private SmartX.SmartLabel labelTitlePassword;
private SmartX.SmartLabel labelID;
private SmartX.SmartLabel labelExpiryDateOfPassword;
private SmartX.SmartLabel labelTitleExpiryDateOfPassword;
private SmartX.SmartLabel labelAutomaticLogoutTime;
private SmartX.SmartLabel labelTitleAutomaticLogoutTime;
private SmartX.SmartCheckBox cbAdministrator;
private SmartX.SmartLabel labelExpiryDateOfPassword2;
private SmartX.SmartLabel labelExpiryDateOfAccount2;
private SmartX.SmartGroupBox smartGroupBox2;
private SmartX.SmartButton buttonNew;
private SmartX.SmartButton buttonDelete;
private SmartX.SmartButton buttonSave;
private SmartX.SmartButton buttonGroupEditor;
private SmartX.SmartLabel labelStatusExpiryAccount;
private SmartX.SmartLabel labelStatusExpiryPassword;
private SmartX.SmartLabel labelTitleDayAccount;
private SmartX.SmartLabel labelTitleMin;
private SmartX.SmartLabel labelTitleDayPassword;
private SmartX.SmartLabel labelTitleAccessRight;
private SmartX.SmartLabel labelMenu;
private SmartX.SmartLabel labelMain;
private SmartX.SmartLabel labelViewer;
private SmartX.SmartLabel labelStatistics;
private SmartX.SmartLabel labelUpdate;
private SmartX.SmartLabel labelIOTest;
private SmartX.SmartLabel labelMotor;
private SmartX.SmartLabel labelSystem;
private SmartX.SmartLabel labelDataBackup;
private SmartX.SmartLabel labelCalibration;
private SmartX.SmartLabel labelCommunication;
private SmartX.SmartLabel labelTime;
private SmartX.SmartLabel labelInitialization;
private SmartX.SmartLabel labelConfiguration;
private SmartX.SmartLabel labelInformation;
private SmartX.SmartLabel labelSubMenu;
private SmartX.SmartLabel labelClear;
private SmartX.SmartLabel labelWeightSetting;
private SmartX.SmartLabel labelProductNo;
private SmartX.SmartSeparatorLine smartSeparatorLine2;
private SmartX.SmartSeparatorLine smartSeparatorLine1;
public SmartX.SmartLabel labelAutoLogoutWarning;
private System.Windows.Forms.ComboBox comboBoxAccessRight;
public SmartX.SmartLabel labelAccessRightAdmin;
private SmartX.SmartLabel labelEquipment;
}
}