1536 lines
106 KiB
C#
1536 lines
106 KiB
C#
namespace INT_PT002.Controls
|
|
{
|
|
partial class ControlMenuUserUserEditor
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlMenuUserUserEditor));
|
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
|
this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
|
|
this.labelTitleContents = new SmartX.SmartLabel();
|
|
this.labelNumberOfLoginFailures = new SmartX.SmartLabel();
|
|
this.labelTitleNumberOfLoginFailures = new SmartX.SmartLabel();
|
|
this.smartLabel6 = new SmartX.SmartLabel();
|
|
this.labelAutomaticLogoutTime = new SmartX.SmartLabel();
|
|
this.labelTitleAutomaticLogoutTime = new SmartX.SmartLabel();
|
|
this.smartKeyboard = new SmartX.SmartKeyboard();
|
|
this.buttonPasswordReset = new SmartX.SmartButton();
|
|
this.buttonIDEdit = new SmartX.SmartButton();
|
|
this.textBoxPassword = new System.Windows.Forms.TextBox();
|
|
this.labelPasswordBackGround = new SmartX.SmartLabel();
|
|
this.textBoxID = new System.Windows.Forms.TextBox();
|
|
this.labelIDBackGround = new SmartX.SmartLabel();
|
|
this.listBoxUserList = new SmartX.SmartListBox();
|
|
this.buttonLevel3 = new SmartX.SmartButton();
|
|
this.buttonLevel2 = new SmartX.SmartButton();
|
|
this.buttonLevel1 = new SmartX.SmartButton();
|
|
this.labelAccessRight = new SmartX.SmartLabel();
|
|
this.labelTitleAccessRight = new SmartX.SmartLabel();
|
|
this.groupBoxAccessRight = new SmartX.SmartGroupBox();
|
|
this.checkBoxMenuEthernet = new SmartX.SmartCheckBox();
|
|
this.checkBoxMenuUserGroupEditor = new SmartX.SmartCheckBox();
|
|
this.checkBoxMenuInformation = new SmartX.SmartCheckBox();
|
|
this.checkBoxMenuAlarmList = new SmartX.SmartCheckBox();
|
|
this.checkBoxMenuEquipment = new SmartX.SmartCheckBox();
|
|
this.checkBoxMenuCheckLog = new SmartX.SmartCheckBox();
|
|
this.checkBoxMenuHistoryLog = new SmartX.SmartCheckBox();
|
|
this.checkBoxMenuIOTest = new SmartX.SmartCheckBox();
|
|
this.labelTitleMenu = new SmartX.SmartLabel();
|
|
this.labelTitleMain = new SmartX.SmartLabel();
|
|
this.checkBoxMenuUserEditor = new SmartX.SmartCheckBox();
|
|
this.checkBoxMenuRecipe = new SmartX.SmartCheckBox();
|
|
this.checkBoxMainSubMenu = new SmartX.SmartCheckBox();
|
|
this.checkBoxMainClear = new SmartX.SmartCheckBox();
|
|
this.checkBoxMainProductChange = new SmartX.SmartCheckBox();
|
|
this.labelExpiryDateOfPassword2 = new SmartX.SmartLabel();
|
|
this.labelExpiryDateOfAccount2 = new SmartX.SmartLabel();
|
|
this.smartLabel8 = new SmartX.SmartLabel();
|
|
this.smartLabel7 = new SmartX.SmartLabel();
|
|
this.labelExpiryDateOfPassword = new SmartX.SmartLabel();
|
|
this.labelExpiryDateOfAccount = new SmartX.SmartLabel();
|
|
this.labelTitleExpiryDateOfPassword = new SmartX.SmartLabel();
|
|
this.labelTitleExpiryDateOfAccount = new SmartX.SmartLabel();
|
|
this.labelTitlePassword = new SmartX.SmartLabel();
|
|
this.labelTitleID = new SmartX.SmartLabel();
|
|
this.buttonDelete = new SmartX.SmartButton();
|
|
this.buttonSave = new SmartX.SmartButton();
|
|
this.buttonRegister = new SmartX.SmartButton();
|
|
this.smartGroupBox1.SuspendLayout();
|
|
this.groupBoxAccessRight.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// smartGroupBox1
|
|
//
|
|
this.smartGroupBox1.BackGround = null;
|
|
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.smartGroupBox1.BackImage = null;
|
|
this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitleContents);
|
|
this.smartGroupBox1.Controls.Add(this.labelNumberOfLoginFailures);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitleNumberOfLoginFailures);
|
|
this.smartGroupBox1.Controls.Add(this.smartLabel6);
|
|
this.smartGroupBox1.Controls.Add(this.labelAutomaticLogoutTime);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitleAutomaticLogoutTime);
|
|
this.smartGroupBox1.Controls.Add(this.smartKeyboard);
|
|
this.smartGroupBox1.Controls.Add(this.buttonPasswordReset);
|
|
this.smartGroupBox1.Controls.Add(this.buttonIDEdit);
|
|
this.smartGroupBox1.Controls.Add(this.textBoxPassword);
|
|
this.smartGroupBox1.Controls.Add(this.labelPasswordBackGround);
|
|
this.smartGroupBox1.Controls.Add(this.textBoxID);
|
|
this.smartGroupBox1.Controls.Add(this.labelIDBackGround);
|
|
this.smartGroupBox1.Controls.Add(this.listBoxUserList);
|
|
this.smartGroupBox1.Controls.Add(this.buttonLevel3);
|
|
this.smartGroupBox1.Controls.Add(this.buttonLevel2);
|
|
this.smartGroupBox1.Controls.Add(this.buttonLevel1);
|
|
this.smartGroupBox1.Controls.Add(this.labelAccessRight);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitleAccessRight);
|
|
this.smartGroupBox1.Controls.Add(this.groupBoxAccessRight);
|
|
this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfPassword2);
|
|
this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfAccount2);
|
|
this.smartGroupBox1.Controls.Add(this.smartLabel8);
|
|
this.smartGroupBox1.Controls.Add(this.smartLabel7);
|
|
this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfPassword);
|
|
this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfAccount);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitleExpiryDateOfPassword);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitleExpiryDateOfAccount);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitlePassword);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitleID);
|
|
this.smartGroupBox1.Controls.Add(this.buttonDelete);
|
|
this.smartGroupBox1.Controls.Add(this.buttonSave);
|
|
this.smartGroupBox1.Controls.Add(this.buttonRegister);
|
|
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.smartGroupBox1.FrameLineThickness = 2;
|
|
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
|
this.smartGroupBox1.HeaderHeightOffset = 9;
|
|
this.smartGroupBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.smartGroupBox1.Name = "smartGroupBox1";
|
|
this.smartGroupBox1.RoundRadius = 5;
|
|
this.smartGroupBox1.Size = new System.Drawing.Size(909, 664);
|
|
this.smartGroupBox1.TabIndex = 1;
|
|
this.smartGroupBox1.Text = "smartGroupBox1";
|
|
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
|
|
//
|
|
// smartSeparatorLine1
|
|
//
|
|
this.smartSeparatorLine1.Line1Color = System.Drawing.Color.DimGray;
|
|
this.smartSeparatorLine1.Line1Width = 1F;
|
|
this.smartSeparatorLine1.Line2Color = System.Drawing.Color.LightGray;
|
|
this.smartSeparatorLine1.Line2Width = 1F;
|
|
this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
|
|
this.smartSeparatorLine1.Location = new System.Drawing.Point(318, 514);
|
|
this.smartSeparatorLine1.Name = "smartSeparatorLine1";
|
|
this.smartSeparatorLine1.Size = new System.Drawing.Size(488, 2);
|
|
this.smartSeparatorLine1.TabIndex = 218;
|
|
this.smartSeparatorLine1.Text = "smartSeparatorLine1";
|
|
//
|
|
// labelTitleContents
|
|
//
|
|
this.labelTitleContents.BackGround = null;
|
|
this.labelTitleContents.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.labelTitleContents.BorderColor = System.Drawing.Color.White;
|
|
this.labelTitleContents.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelTitleContents.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitleContents.ForeColor = System.Drawing.Color.White;
|
|
this.labelTitleContents.LineSpacing = 0F;
|
|
this.labelTitleContents.Location = new System.Drawing.Point(317, 529);
|
|
this.labelTitleContents.Name = "labelTitleContents";
|
|
this.labelTitleContents.OverlapOptimize = true;
|
|
this.labelTitleContents.PasswordChar = '\0';
|
|
this.labelTitleContents.Radius = 3;
|
|
this.labelTitleContents.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelTitleContents.Size = new System.Drawing.Size(489, 26);
|
|
this.labelTitleContents.TabIndex = 217;
|
|
this.labelTitleContents.Text = "<전체 사용자 공통 적용 항목>";
|
|
this.labelTitleContents.TextColor = System.Drawing.Color.White;
|
|
this.labelTitleContents.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelTitleContents.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelTitleContents.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleContents.Wordwrap = false;
|
|
//
|
|
// labelNumberOfLoginFailures
|
|
//
|
|
this.labelNumberOfLoginFailures.BackGround = null;
|
|
this.labelNumberOfLoginFailures.BackGroundColor = System.Drawing.Color.White;
|
|
this.labelNumberOfLoginFailures.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelNumberOfLoginFailures.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelNumberOfLoginFailures.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
|
|
this.labelNumberOfLoginFailures.LineSpacing = 0F;
|
|
this.labelNumberOfLoginFailures.Location = new System.Drawing.Point(479, 601);
|
|
this.labelNumberOfLoginFailures.Name = "labelNumberOfLoginFailures";
|
|
this.labelNumberOfLoginFailures.OverlapOptimize = true;
|
|
this.labelNumberOfLoginFailures.PasswordChar = '\0';
|
|
this.labelNumberOfLoginFailures.Radius = 3;
|
|
this.labelNumberOfLoginFailures.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelNumberOfLoginFailures.Size = new System.Drawing.Size(70, 34);
|
|
this.labelNumberOfLoginFailures.TabIndex = 123;
|
|
this.labelNumberOfLoginFailures.Text = "00";
|
|
this.labelNumberOfLoginFailures.TextColor = System.Drawing.Color.Black;
|
|
this.labelNumberOfLoginFailures.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelNumberOfLoginFailures.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelNumberOfLoginFailures.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelNumberOfLoginFailures.Wordwrap = false;
|
|
this.labelNumberOfLoginFailures.Click += new System.EventHandler(this.labelNumberOfLoginFailures_Click);
|
|
//
|
|
// labelTitleNumberOfLoginFailures
|
|
//
|
|
this.labelTitleNumberOfLoginFailures.BackGround = null;
|
|
this.labelTitleNumberOfLoginFailures.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.labelTitleNumberOfLoginFailures.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelTitleNumberOfLoginFailures.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelTitleNumberOfLoginFailures.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelTitleNumberOfLoginFailures.LineSpacing = 0F;
|
|
this.labelTitleNumberOfLoginFailures.Location = new System.Drawing.Point(318, 601);
|
|
this.labelTitleNumberOfLoginFailures.Name = "labelTitleNumberOfLoginFailures";
|
|
this.labelTitleNumberOfLoginFailures.OverlapOptimize = true;
|
|
this.labelTitleNumberOfLoginFailures.PasswordChar = '\0';
|
|
this.labelTitleNumberOfLoginFailures.Radius = 3;
|
|
this.labelTitleNumberOfLoginFailures.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelTitleNumberOfLoginFailures.Size = new System.Drawing.Size(155, 34);
|
|
this.labelTitleNumberOfLoginFailures.TabIndex = 122;
|
|
this.labelTitleNumberOfLoginFailures.Text = "Number of Failure";
|
|
this.labelTitleNumberOfLoginFailures.TextColor = System.Drawing.Color.White;
|
|
this.labelTitleNumberOfLoginFailures.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelTitleNumberOfLoginFailures.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitleNumberOfLoginFailures.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleNumberOfLoginFailures.Wordwrap = false;
|
|
//
|
|
// smartLabel6
|
|
//
|
|
this.smartLabel6.BackGround = null;
|
|
this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.smartLabel6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.smartLabel6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.smartLabel6.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
|
|
this.smartLabel6.LineSpacing = 0F;
|
|
this.smartLabel6.Location = new System.Drawing.Point(556, 561);
|
|
this.smartLabel6.Name = "smartLabel6";
|
|
this.smartLabel6.OverlapOptimize = true;
|
|
this.smartLabel6.PasswordChar = '\0';
|
|
this.smartLabel6.Radius = 3;
|
|
this.smartLabel6.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.smartLabel6.Size = new System.Drawing.Size(90, 34);
|
|
this.smartLabel6.TabIndex = 91;
|
|
this.smartLabel6.Text = "min(Max:90)";
|
|
this.smartLabel6.TextColor = System.Drawing.Color.White;
|
|
this.smartLabel6.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel6.Wordwrap = false;
|
|
//
|
|
// labelAutomaticLogoutTime
|
|
//
|
|
this.labelAutomaticLogoutTime.BackGround = null;
|
|
this.labelAutomaticLogoutTime.BackGroundColor = System.Drawing.Color.White;
|
|
this.labelAutomaticLogoutTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelAutomaticLogoutTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelAutomaticLogoutTime.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
|
|
this.labelAutomaticLogoutTime.LineSpacing = 0F;
|
|
this.labelAutomaticLogoutTime.Location = new System.Drawing.Point(479, 561);
|
|
this.labelAutomaticLogoutTime.Name = "labelAutomaticLogoutTime";
|
|
this.labelAutomaticLogoutTime.OverlapOptimize = true;
|
|
this.labelAutomaticLogoutTime.PasswordChar = '\0';
|
|
this.labelAutomaticLogoutTime.Radius = 3;
|
|
this.labelAutomaticLogoutTime.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelAutomaticLogoutTime.Size = new System.Drawing.Size(70, 34);
|
|
this.labelAutomaticLogoutTime.TabIndex = 90;
|
|
this.labelAutomaticLogoutTime.Text = "0";
|
|
this.labelAutomaticLogoutTime.TextColor = System.Drawing.Color.Black;
|
|
this.labelAutomaticLogoutTime.TextColorDisable = System.Drawing.Color.Gray;
|
|
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.labelAutomaticLogoutTime_Click);
|
|
//
|
|
// labelTitleAutomaticLogoutTime
|
|
//
|
|
this.labelTitleAutomaticLogoutTime.BackGround = null;
|
|
this.labelTitleAutomaticLogoutTime.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.labelTitleAutomaticLogoutTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelTitleAutomaticLogoutTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelTitleAutomaticLogoutTime.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelTitleAutomaticLogoutTime.LineSpacing = 0F;
|
|
this.labelTitleAutomaticLogoutTime.Location = new System.Drawing.Point(318, 561);
|
|
this.labelTitleAutomaticLogoutTime.Name = "labelTitleAutomaticLogoutTime";
|
|
this.labelTitleAutomaticLogoutTime.OverlapOptimize = true;
|
|
this.labelTitleAutomaticLogoutTime.PasswordChar = '\0';
|
|
this.labelTitleAutomaticLogoutTime.Radius = 3;
|
|
this.labelTitleAutomaticLogoutTime.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelTitleAutomaticLogoutTime.Size = new System.Drawing.Size(155, 34);
|
|
this.labelTitleAutomaticLogoutTime.TabIndex = 85;
|
|
this.labelTitleAutomaticLogoutTime.Text = "Auto logout time";
|
|
this.labelTitleAutomaticLogoutTime.TextColor = System.Drawing.Color.White;
|
|
this.labelTitleAutomaticLogoutTime.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelTitleAutomaticLogoutTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitleAutomaticLogoutTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleAutomaticLogoutTime.Wordwrap = false;
|
|
//
|
|
// smartKeyboard
|
|
//
|
|
this.smartKeyboard.BackGround = null;
|
|
this.smartKeyboard.BackGroundColor = System.Drawing.Color.LightBlue;
|
|
this.smartKeyboard.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
|
|
this.smartKeyboard.BorderStyle = SmartX.SmartKeyboard.BorderStyles.RoundRectFill;
|
|
this.smartKeyboard.ControlKeyDisable = false;
|
|
this.smartKeyboard.DesignMinimize = true;
|
|
this.smartKeyboard.HanYoungKeyDisable = true;
|
|
this.smartKeyboard.KeyBoardBackImage = null;
|
|
this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL;
|
|
this.smartKeyboard.KeyFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(93)))), ((int)(((byte)(123)))));
|
|
this.smartKeyboard.KeyOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.smartKeyboard.KeyOutLineWidth = 1;
|
|
this.smartKeyboard.KeyPressFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(46)))), ((int)(((byte)(60)))));
|
|
this.smartKeyboard.KeyPressImage1 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyPressImage1")));
|
|
this.smartKeyboard.KeyPressImage2 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyPressImage2")));
|
|
this.smartKeyboard.KeyPressImage3 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyPressImage3")));
|
|
this.smartKeyboard.KeyPressOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(213)))));
|
|
this.smartKeyboard.KeyPressTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
|
|
this.smartKeyboard.KeyTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
this.smartKeyboard.KeyTextFont = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
|
|
this.smartKeyboard.KeyUpImage1 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyUpImage1")));
|
|
this.smartKeyboard.KeyUpImage2 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyUpImage2")));
|
|
this.smartKeyboard.KeyUpImage3 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyUpImage3")));
|
|
this.smartKeyboard.Location = new System.Drawing.Point(166, 28);
|
|
this.smartKeyboard.MarginLeftRight = 7;
|
|
this.smartKeyboard.MarginTopBottom = 7;
|
|
this.smartKeyboard.Name = "smartKeyboard";
|
|
this.smartKeyboard.OverlapOptimize = true;
|
|
this.smartKeyboard.Radius = 5;
|
|
this.smartKeyboard.RoundedCorners = false;
|
|
this.smartKeyboard.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(21)))), ((int)(((byte)(50)))));
|
|
this.smartKeyboard.Size = new System.Drawing.Size(16, 11);
|
|
this.smartKeyboard.SizeRunTime = new System.Drawing.Size(897, 352);
|
|
this.smartKeyboard.TabIndex = 119;
|
|
this.smartKeyboard.TABKeyDisable = true;
|
|
this.smartKeyboard.TargetInputObject = null;
|
|
this.smartKeyboard.Text = "smartKeyboard1";
|
|
this.smartKeyboard.TextColor = System.Drawing.Color.Black;
|
|
this.smartKeyboard.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartKeyboard.ThemeStyle = SmartX.SmartKeyboard.KEYBOARDTHEMESTYLE.STANDARD4;
|
|
this.smartKeyboard.OnXKeyClick += new System.EventHandler(this.smartKeyboard_OnXKeyClick);
|
|
//
|
|
// buttonPasswordReset
|
|
//
|
|
this.buttonPasswordReset.BackGround = null;
|
|
this.buttonPasswordReset.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.buttonPasswordReset.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.buttonPasswordReset.ButtonDownColor = System.Drawing.Color.SlateGray;
|
|
this.buttonPasswordReset.ButtonImageAutoSize = true;
|
|
this.buttonPasswordReset.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
|
this.buttonPasswordReset.ButtonText = "Reset";
|
|
this.buttonPasswordReset.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonPasswordReset.GroupID = 0;
|
|
this.buttonPasswordReset.ImageDisable = null;
|
|
this.buttonPasswordReset.ImageDown = null;
|
|
this.buttonPasswordReset.ImageUp = null;
|
|
this.buttonPasswordReset.Location = new System.Drawing.Point(752, 86);
|
|
this.buttonPasswordReset.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonPasswordReset.Name = "buttonPasswordReset";
|
|
this.buttonPasswordReset.NestedClickEventPrevent = false;
|
|
this.buttonPasswordReset.OutlinePixel = 2;
|
|
this.buttonPasswordReset.OverlapOptimize = true;
|
|
this.buttonPasswordReset.RepeatInterval = 200;
|
|
this.buttonPasswordReset.RepeatIntervalAccelerate = null;
|
|
this.buttonPasswordReset.RoundSize = 10;
|
|
this.buttonPasswordReset.SafeInterval = 200;
|
|
this.buttonPasswordReset.Size = new System.Drawing.Size(50, 34);
|
|
this.buttonPasswordReset.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonPasswordReset.TabIndex = 121;
|
|
this.buttonPasswordReset.Text = null;
|
|
this.buttonPasswordReset.TextColor = System.Drawing.Color.White;
|
|
this.buttonPasswordReset.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.buttonPasswordReset.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.buttonPasswordReset.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonPasswordReset.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonPasswordReset.Click += new System.EventHandler(this.buttonPasswordReset_Click);
|
|
//
|
|
// buttonIDEdit
|
|
//
|
|
this.buttonIDEdit.BackGround = null;
|
|
this.buttonIDEdit.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.buttonIDEdit.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.buttonIDEdit.ButtonDownColor = System.Drawing.Color.SlateGray;
|
|
this.buttonIDEdit.ButtonImageAutoSize = true;
|
|
this.buttonIDEdit.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
|
this.buttonIDEdit.ButtonText = "Edit";
|
|
this.buttonIDEdit.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonIDEdit.GroupID = 0;
|
|
this.buttonIDEdit.ImageDisable = null;
|
|
this.buttonIDEdit.ImageDown = null;
|
|
this.buttonIDEdit.ImageUp = null;
|
|
this.buttonIDEdit.Location = new System.Drawing.Point(752, 45);
|
|
this.buttonIDEdit.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonIDEdit.Name = "buttonIDEdit";
|
|
this.buttonIDEdit.NestedClickEventPrevent = false;
|
|
this.buttonIDEdit.OutlinePixel = 2;
|
|
this.buttonIDEdit.OverlapOptimize = true;
|
|
this.buttonIDEdit.RepeatInterval = 200;
|
|
this.buttonIDEdit.RepeatIntervalAccelerate = null;
|
|
this.buttonIDEdit.RoundSize = 10;
|
|
this.buttonIDEdit.SafeInterval = 200;
|
|
this.buttonIDEdit.Size = new System.Drawing.Size(50, 34);
|
|
this.buttonIDEdit.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonIDEdit.TabIndex = 120;
|
|
this.buttonIDEdit.Text = null;
|
|
this.buttonIDEdit.TextColor = System.Drawing.Color.White;
|
|
this.buttonIDEdit.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.buttonIDEdit.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.buttonIDEdit.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonIDEdit.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonIDEdit.Click += new System.EventHandler(this.buttonIDEdit_Click);
|
|
//
|
|
// textBoxPassword
|
|
//
|
|
this.textBoxPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.textBoxPassword.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Regular);
|
|
this.textBoxPassword.Location = new System.Drawing.Point(479, 92);
|
|
this.textBoxPassword.Name = "textBoxPassword";
|
|
this.textBoxPassword.Size = new System.Drawing.Size(267, 28);
|
|
this.textBoxPassword.TabIndex = 104;
|
|
this.textBoxPassword.Text = "AAAAAAAAAAAAAAA";
|
|
this.textBoxPassword.GotFocus += new System.EventHandler(this.textBoxPassword_GotFocus);
|
|
this.textBoxPassword.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxPassword_KeyPress);
|
|
//
|
|
// labelPasswordBackGround
|
|
//
|
|
this.labelPasswordBackGround.BackGround = null;
|
|
this.labelPasswordBackGround.BackGroundColor = System.Drawing.Color.White;
|
|
this.labelPasswordBackGround.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelPasswordBackGround.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelPasswordBackGround.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
|
|
this.labelPasswordBackGround.LineSpacing = 0F;
|
|
this.labelPasswordBackGround.Location = new System.Drawing.Point(478, 86);
|
|
this.labelPasswordBackGround.Name = "labelPasswordBackGround";
|
|
this.labelPasswordBackGround.OverlapOptimize = true;
|
|
this.labelPasswordBackGround.PasswordChar = '\0';
|
|
this.labelPasswordBackGround.Radius = 3;
|
|
this.labelPasswordBackGround.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelPasswordBackGround.Size = new System.Drawing.Size(270, 34);
|
|
this.labelPasswordBackGround.TabIndex = 106;
|
|
this.labelPasswordBackGround.TextColor = System.Drawing.Color.Black;
|
|
this.labelPasswordBackGround.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelPasswordBackGround.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelPasswordBackGround.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelPasswordBackGround.Wordwrap = false;
|
|
//
|
|
// textBoxID
|
|
//
|
|
this.textBoxID.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.textBoxID.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Regular);
|
|
this.textBoxID.Location = new System.Drawing.Point(479, 51);
|
|
this.textBoxID.Name = "textBoxID";
|
|
this.textBoxID.Size = new System.Drawing.Size(267, 28);
|
|
this.textBoxID.TabIndex = 103;
|
|
this.textBoxID.Text = "AAAAAAAAAAAAAAAAAAAA";
|
|
this.textBoxID.GotFocus += new System.EventHandler(this.textBoxID_GotFocus);
|
|
this.textBoxID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxID_KeyPress);
|
|
//
|
|
// labelIDBackGround
|
|
//
|
|
this.labelIDBackGround.BackGround = null;
|
|
this.labelIDBackGround.BackGroundColor = System.Drawing.Color.White;
|
|
this.labelIDBackGround.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelIDBackGround.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelIDBackGround.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
|
|
this.labelIDBackGround.LineSpacing = 0F;
|
|
this.labelIDBackGround.Location = new System.Drawing.Point(478, 45);
|
|
this.labelIDBackGround.Name = "labelIDBackGround";
|
|
this.labelIDBackGround.OverlapOptimize = true;
|
|
this.labelIDBackGround.PasswordChar = '\0';
|
|
this.labelIDBackGround.Radius = 3;
|
|
this.labelIDBackGround.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelIDBackGround.Size = new System.Drawing.Size(270, 34);
|
|
this.labelIDBackGround.TabIndex = 105;
|
|
this.labelIDBackGround.TextColor = System.Drawing.Color.Black;
|
|
this.labelIDBackGround.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelIDBackGround.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelIDBackGround.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelIDBackGround.Wordwrap = false;
|
|
this.labelIDBackGround.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxID_KeyPress);
|
|
//
|
|
// listBoxUserList
|
|
//
|
|
this.listBoxUserList.BackGround = null;
|
|
this.listBoxUserList.BackGroundColor = System.Drawing.Color.White;
|
|
this.listBoxUserList.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.listBoxUserList.BorderStyle = SmartX.SmartListBox.BORDERSTYLES.FixedSingle;
|
|
this.listBoxUserList.ColumnStyles = null;
|
|
this.listBoxUserList.DataSource = null;
|
|
this.listBoxUserList.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
|
this.listBoxUserList.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
|
|
this.listBoxUserList.ItemOffsetGap = 10;
|
|
this.listBoxUserList.ItemOffsetX = 1;
|
|
this.listBoxUserList.ItemOffsetY = 0;
|
|
this.listBoxUserList.ItemTextOffsetY = 1;
|
|
this.listBoxUserList.Location = new System.Drawing.Point(11, 45);
|
|
this.listBoxUserList.MouseMoveEventSpace = 3;
|
|
this.listBoxUserList.MouseMoveSpace = 10;
|
|
this.listBoxUserList.Name = "listBoxUserList";
|
|
this.listBoxUserList.OverlapOptimize = true;
|
|
this.listBoxUserList.ScrollBarBackColor = System.Drawing.Color.DarkGray;
|
|
this.listBoxUserList.ScrollBarButtonColor = System.Drawing.Color.GhostWhite;
|
|
this.listBoxUserList.ScrollBarButtonHeight = 15;
|
|
this.listBoxUserList.ScrollBarButtonImage = null;
|
|
this.listBoxUserList.ScrollBarButtonRound = 0;
|
|
this.listBoxUserList.ScrollBarStyle = SmartX.SmartListBox.ScrollBarStyles.ScrollBar;
|
|
this.listBoxUserList.ScrollButtonHeight = 30;
|
|
this.listBoxUserList.ScrollButtonWidth = 30;
|
|
//
|
|
//
|
|
//
|
|
this.listBoxUserList.ScrollDownButton.BackGround = null;
|
|
this.listBoxUserList.ScrollDownButton.BackGroundColor = System.Drawing.Color.LightBlue;
|
|
this.listBoxUserList.ScrollDownButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.listBoxUserList.ScrollDownButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
|
this.listBoxUserList.ScrollDownButton.ButtonImageAutoSize = false;
|
|
this.listBoxUserList.ScrollDownButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
|
|
this.listBoxUserList.ScrollDownButton.ButtonText = "▼";
|
|
this.listBoxUserList.ScrollDownButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.listBoxUserList.ScrollDownButton.GroupID = 0;
|
|
this.listBoxUserList.ScrollDownButton.ImageDisable = null;
|
|
this.listBoxUserList.ScrollDownButton.ImageDown = null;
|
|
this.listBoxUserList.ScrollDownButton.ImageUp = null;
|
|
this.listBoxUserList.ScrollDownButton.Location = new System.Drawing.Point(268, 568);
|
|
this.listBoxUserList.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.listBoxUserList.ScrollDownButton.Name = "SmartListBox_m_butScrollDown";
|
|
this.listBoxUserList.ScrollDownButton.NestedClickEventPrevent = false;
|
|
this.listBoxUserList.ScrollDownButton.OutlinePixel = 1;
|
|
this.listBoxUserList.ScrollDownButton.OverlapOptimize = true;
|
|
this.listBoxUserList.ScrollDownButton.RepeatInterval = 200;
|
|
this.listBoxUserList.ScrollDownButton.RepeatIntervalAccelerate = null;
|
|
this.listBoxUserList.ScrollDownButton.RoundSize = 10;
|
|
this.listBoxUserList.ScrollDownButton.SafeInterval = 200;
|
|
this.listBoxUserList.ScrollDownButton.Size = new System.Drawing.Size(30, 30);
|
|
this.listBoxUserList.ScrollDownButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.listBoxUserList.ScrollDownButton.TabIndex = 0;
|
|
this.listBoxUserList.ScrollDownButton.Text = null;
|
|
this.listBoxUserList.ScrollDownButton.TextColor = System.Drawing.Color.White;
|
|
this.listBoxUserList.ScrollDownButton.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.listBoxUserList.ScrollDownButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.listBoxUserList.ScrollDownButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.listBoxUserList.ScrollDownButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.listBoxUserList.ScrollStep = 1;
|
|
//
|
|
//
|
|
//
|
|
this.listBoxUserList.ScrollUpButton.BackGround = null;
|
|
this.listBoxUserList.ScrollUpButton.BackGroundColor = System.Drawing.Color.LightBlue;
|
|
this.listBoxUserList.ScrollUpButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.listBoxUserList.ScrollUpButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
|
this.listBoxUserList.ScrollUpButton.ButtonImageAutoSize = false;
|
|
this.listBoxUserList.ScrollUpButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
|
|
this.listBoxUserList.ScrollUpButton.ButtonText = "▲";
|
|
this.listBoxUserList.ScrollUpButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.listBoxUserList.ScrollUpButton.GroupID = 0;
|
|
this.listBoxUserList.ScrollUpButton.ImageDisable = null;
|
|
this.listBoxUserList.ScrollUpButton.ImageDown = null;
|
|
this.listBoxUserList.ScrollUpButton.ImageUp = null;
|
|
this.listBoxUserList.ScrollUpButton.Location = new System.Drawing.Point(268, 2);
|
|
this.listBoxUserList.ScrollUpButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.listBoxUserList.ScrollUpButton.Name = "SmartListBox_m_butScrollUp";
|
|
this.listBoxUserList.ScrollUpButton.NestedClickEventPrevent = false;
|
|
this.listBoxUserList.ScrollUpButton.OutlinePixel = 1;
|
|
this.listBoxUserList.ScrollUpButton.OverlapOptimize = true;
|
|
this.listBoxUserList.ScrollUpButton.RepeatInterval = 200;
|
|
this.listBoxUserList.ScrollUpButton.RepeatIntervalAccelerate = null;
|
|
this.listBoxUserList.ScrollUpButton.RoundSize = 10;
|
|
this.listBoxUserList.ScrollUpButton.SafeInterval = 200;
|
|
this.listBoxUserList.ScrollUpButton.Size = new System.Drawing.Size(30, 30);
|
|
this.listBoxUserList.ScrollUpButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.listBoxUserList.ScrollUpButton.TabIndex = 1;
|
|
this.listBoxUserList.ScrollUpButton.Text = null;
|
|
this.listBoxUserList.ScrollUpButton.TextColor = System.Drawing.Color.White;
|
|
this.listBoxUserList.ScrollUpButton.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.listBoxUserList.ScrollUpButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.listBoxUserList.ScrollUpButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.listBoxUserList.ScrollUpButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.listBoxUserList.SelectColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184)))));
|
|
this.listBoxUserList.SelectFilled = true;
|
|
this.listBoxUserList.SelectItemIndex = -1;
|
|
this.listBoxUserList.SelectTextColor = System.Drawing.Color.White;
|
|
this.listBoxUserList.SeparationlineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(125)))), ((int)(((byte)(125)))));
|
|
this.listBoxUserList.SeparationlineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224)))));
|
|
this.listBoxUserList.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
|
|
this.listBoxUserList.SeparationlineVisibleBottom = true;
|
|
this.listBoxUserList.SeparationlineVisibleTop = true;
|
|
this.listBoxUserList.Size = new System.Drawing.Size(300, 600);
|
|
this.listBoxUserList.TabIndex = 0;
|
|
this.listBoxUserList.Text = "smartListBox1";
|
|
this.listBoxUserList.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.listBoxUserList.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.listBoxUserList.SelectedIndexChanged += new System.EventHandler(this.listBoxUserList_SelectedIndexChanged);
|
|
//
|
|
// buttonLevel3
|
|
//
|
|
this.buttonLevel3.BackGround = this.smartGroupBox1;
|
|
this.buttonLevel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.buttonLevel3.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.buttonLevel3.ButtonDownColor = System.Drawing.Color.SlateGray;
|
|
this.buttonLevel3.ButtonImageAutoSize = true;
|
|
this.buttonLevel3.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
|
|
this.buttonLevel3.ButtonText = "Level 3";
|
|
this.buttonLevel3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonLevel3.GroupID = 0;
|
|
this.buttonLevel3.ImageDisable = null;
|
|
this.buttonLevel3.ImageDown = null;
|
|
this.buttonLevel3.ImageUp = null;
|
|
this.buttonLevel3.Location = new System.Drawing.Point(808, 328);
|
|
this.buttonLevel3.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
this.buttonLevel3.Name = "buttonLevel3";
|
|
this.buttonLevel3.NestedClickEventPrevent = false;
|
|
this.buttonLevel3.OutlinePixel = 2;
|
|
this.buttonLevel3.OverlapOptimize = true;
|
|
this.buttonLevel3.RepeatInterval = 200;
|
|
this.buttonLevel3.RepeatIntervalAccelerate = null;
|
|
this.buttonLevel3.RoundSize = 10;
|
|
this.buttonLevel3.SafeInterval = 200;
|
|
this.buttonLevel3.Size = new System.Drawing.Size(89, 35);
|
|
this.buttonLevel3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonLevel3.TabIndex = 102;
|
|
this.buttonLevel3.Text = null;
|
|
this.buttonLevel3.TextColor = System.Drawing.Color.White;
|
|
this.buttonLevel3.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.buttonLevel3.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.buttonLevel3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonLevel3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonLevel3.Click += new System.EventHandler(this.buttonLevel_Click);
|
|
//
|
|
// buttonLevel2
|
|
//
|
|
this.buttonLevel2.BackGround = this.smartGroupBox1;
|
|
this.buttonLevel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.buttonLevel2.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.buttonLevel2.ButtonDownColor = System.Drawing.Color.SlateGray;
|
|
this.buttonLevel2.ButtonImageAutoSize = true;
|
|
this.buttonLevel2.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
|
|
this.buttonLevel2.ButtonText = "Level 2";
|
|
this.buttonLevel2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonLevel2.GroupID = 0;
|
|
this.buttonLevel2.ImageDisable = null;
|
|
this.buttonLevel2.ImageDown = null;
|
|
this.buttonLevel2.ImageUp = null;
|
|
this.buttonLevel2.Location = new System.Drawing.Point(808, 287);
|
|
this.buttonLevel2.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
this.buttonLevel2.Name = "buttonLevel2";
|
|
this.buttonLevel2.NestedClickEventPrevent = false;
|
|
this.buttonLevel2.OutlinePixel = 2;
|
|
this.buttonLevel2.OverlapOptimize = true;
|
|
this.buttonLevel2.RepeatInterval = 200;
|
|
this.buttonLevel2.RepeatIntervalAccelerate = null;
|
|
this.buttonLevel2.RoundSize = 10;
|
|
this.buttonLevel2.SafeInterval = 200;
|
|
this.buttonLevel2.Size = new System.Drawing.Size(89, 35);
|
|
this.buttonLevel2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonLevel2.TabIndex = 101;
|
|
this.buttonLevel2.Text = null;
|
|
this.buttonLevel2.TextColor = System.Drawing.Color.White;
|
|
this.buttonLevel2.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.buttonLevel2.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.buttonLevel2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonLevel2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonLevel2.Click += new System.EventHandler(this.buttonLevel_Click);
|
|
//
|
|
// buttonLevel1
|
|
//
|
|
this.buttonLevel1.BackGround = this.smartGroupBox1;
|
|
this.buttonLevel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.buttonLevel1.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.buttonLevel1.ButtonDownColor = System.Drawing.Color.SlateGray;
|
|
this.buttonLevel1.ButtonImageAutoSize = true;
|
|
this.buttonLevel1.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
|
|
this.buttonLevel1.ButtonText = "Level 1";
|
|
this.buttonLevel1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonLevel1.GroupID = 0;
|
|
this.buttonLevel1.ImageDisable = null;
|
|
this.buttonLevel1.ImageDown = null;
|
|
this.buttonLevel1.ImageUp = null;
|
|
this.buttonLevel1.Location = new System.Drawing.Point(808, 246);
|
|
this.buttonLevel1.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
this.buttonLevel1.Name = "buttonLevel1";
|
|
this.buttonLevel1.NestedClickEventPrevent = false;
|
|
this.buttonLevel1.OutlinePixel = 2;
|
|
this.buttonLevel1.OverlapOptimize = true;
|
|
this.buttonLevel1.RepeatInterval = 200;
|
|
this.buttonLevel1.RepeatIntervalAccelerate = null;
|
|
this.buttonLevel1.RoundSize = 10;
|
|
this.buttonLevel1.SafeInterval = 200;
|
|
this.buttonLevel1.Size = new System.Drawing.Size(89, 35);
|
|
this.buttonLevel1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonLevel1.TabIndex = 100;
|
|
this.buttonLevel1.Text = null;
|
|
this.buttonLevel1.TextColor = System.Drawing.Color.White;
|
|
this.buttonLevel1.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.buttonLevel1.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.buttonLevel1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonLevel1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonLevel1.Click += new System.EventHandler(this.buttonLevel_Click);
|
|
//
|
|
// labelAccessRight
|
|
//
|
|
this.labelAccessRight.BackGround = null;
|
|
this.labelAccessRight.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.labelAccessRight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelAccessRight.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelAccessRight.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
|
this.labelAccessRight.LineSpacing = 0F;
|
|
this.labelAccessRight.Location = new System.Drawing.Point(478, 206);
|
|
this.labelAccessRight.Name = "labelAccessRight";
|
|
this.labelAccessRight.OverlapOptimize = true;
|
|
this.labelAccessRight.PasswordChar = '\0';
|
|
this.labelAccessRight.Radius = 3;
|
|
this.labelAccessRight.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelAccessRight.Size = new System.Drawing.Size(188, 34);
|
|
this.labelAccessRight.TabIndex = 98;
|
|
this.labelAccessRight.Text = "Level1";
|
|
this.labelAccessRight.TextColor = System.Drawing.Color.White;
|
|
this.labelAccessRight.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelAccessRight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelAccessRight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelAccessRight.Wordwrap = false;
|
|
//
|
|
// labelTitleAccessRight
|
|
//
|
|
this.labelTitleAccessRight.BackGround = null;
|
|
this.labelTitleAccessRight.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.labelTitleAccessRight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelTitleAccessRight.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelTitleAccessRight.LineSpacing = 0F;
|
|
this.labelTitleAccessRight.Location = new System.Drawing.Point(317, 206);
|
|
this.labelTitleAccessRight.Name = "labelTitleAccessRight";
|
|
this.labelTitleAccessRight.OverlapOptimize = true;
|
|
this.labelTitleAccessRight.PasswordChar = '\0';
|
|
this.labelTitleAccessRight.Radius = 3;
|
|
this.labelTitleAccessRight.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelTitleAccessRight.Size = new System.Drawing.Size(155, 34);
|
|
this.labelTitleAccessRight.TabIndex = 96;
|
|
this.labelTitleAccessRight.Text = "Access right";
|
|
this.labelTitleAccessRight.TextColor = System.Drawing.Color.White;
|
|
this.labelTitleAccessRight.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelTitleAccessRight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitleAccessRight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleAccessRight.Wordwrap = false;
|
|
//
|
|
// groupBoxAccessRight
|
|
//
|
|
this.groupBoxAccessRight.BackGround = null;
|
|
this.groupBoxAccessRight.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.groupBoxAccessRight.BackImage = null;
|
|
this.groupBoxAccessRight.Controls.Add(this.checkBoxMenuEthernet);
|
|
this.groupBoxAccessRight.Controls.Add(this.checkBoxMenuUserGroupEditor);
|
|
this.groupBoxAccessRight.Controls.Add(this.checkBoxMenuInformation);
|
|
this.groupBoxAccessRight.Controls.Add(this.checkBoxMenuAlarmList);
|
|
this.groupBoxAccessRight.Controls.Add(this.checkBoxMenuEquipment);
|
|
this.groupBoxAccessRight.Controls.Add(this.checkBoxMenuCheckLog);
|
|
this.groupBoxAccessRight.Controls.Add(this.checkBoxMenuHistoryLog);
|
|
this.groupBoxAccessRight.Controls.Add(this.checkBoxMenuIOTest);
|
|
this.groupBoxAccessRight.Controls.Add(this.labelTitleMenu);
|
|
this.groupBoxAccessRight.Controls.Add(this.labelTitleMain);
|
|
this.groupBoxAccessRight.Controls.Add(this.checkBoxMenuUserEditor);
|
|
this.groupBoxAccessRight.Controls.Add(this.checkBoxMenuRecipe);
|
|
this.groupBoxAccessRight.Controls.Add(this.checkBoxMainSubMenu);
|
|
this.groupBoxAccessRight.Controls.Add(this.checkBoxMainClear);
|
|
this.groupBoxAccessRight.Controls.Add(this.checkBoxMainProductChange);
|
|
this.groupBoxAccessRight.FrameLineColor1 = System.Drawing.Color.White;
|
|
this.groupBoxAccessRight.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.groupBoxAccessRight.FrameLineThickness = 1;
|
|
this.groupBoxAccessRight.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.Rectangle;
|
|
this.groupBoxAccessRight.HeaderHeightOffset = 12;
|
|
this.groupBoxAccessRight.Location = new System.Drawing.Point(308, 236);
|
|
this.groupBoxAccessRight.Name = "groupBoxAccessRight";
|
|
this.groupBoxAccessRight.RoundRadius = 5;
|
|
this.groupBoxAccessRight.Size = new System.Drawing.Size(508, 276);
|
|
this.groupBoxAccessRight.TabIndex = 97;
|
|
this.groupBoxAccessRight.TextColor = System.Drawing.Color.White;
|
|
//
|
|
// checkBoxMenuEthernet
|
|
//
|
|
this.checkBoxMenuEthernet.BackGround = this.groupBoxAccessRight;
|
|
this.checkBoxMenuEthernet.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.checkBoxMenuEthernet.CheckBoxBackColor = System.Drawing.Color.LightGray;
|
|
this.checkBoxMenuEthernet.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
|
|
this.checkBoxMenuEthernet.CheckBoxOutlineColor = System.Drawing.Color.Black;
|
|
this.checkBoxMenuEthernet.CheckBoxSymbolSize = 14;
|
|
this.checkBoxMenuEthernet.Checked = false;
|
|
this.checkBoxMenuEthernet.CheckLineWidth = 3;
|
|
this.checkBoxMenuEthernet.Enabled = false;
|
|
this.checkBoxMenuEthernet.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.checkBoxMenuEthernet.ImageCheckBox = null;
|
|
this.checkBoxMenuEthernet.ImageUnCheckBox = null;
|
|
this.checkBoxMenuEthernet.Location = new System.Drawing.Point(339, 112);
|
|
this.checkBoxMenuEthernet.Name = "checkBoxMenuEthernet";
|
|
this.checkBoxMenuEthernet.OverlapOptimize = true;
|
|
this.checkBoxMenuEthernet.Size = new System.Drawing.Size(150, 23);
|
|
this.checkBoxMenuEthernet.TabIndex = 117;
|
|
this.checkBoxMenuEthernet.Text = "Ethernet";
|
|
this.checkBoxMenuEthernet.TextColor = System.Drawing.Color.LightGray;
|
|
this.checkBoxMenuEthernet.TextColorDisable = System.Drawing.Color.LightGray;
|
|
this.checkBoxMenuEthernet.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
|
//
|
|
// checkBoxMenuUserGroupEditor
|
|
//
|
|
this.checkBoxMenuUserGroupEditor.BackGround = this.groupBoxAccessRight;
|
|
this.checkBoxMenuUserGroupEditor.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.checkBoxMenuUserGroupEditor.CheckBoxBackColor = System.Drawing.Color.LightGray;
|
|
this.checkBoxMenuUserGroupEditor.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
|
|
this.checkBoxMenuUserGroupEditor.CheckBoxOutlineColor = System.Drawing.Color.Black;
|
|
this.checkBoxMenuUserGroupEditor.CheckBoxSymbolSize = 14;
|
|
this.checkBoxMenuUserGroupEditor.Checked = false;
|
|
this.checkBoxMenuUserGroupEditor.CheckLineWidth = 3;
|
|
this.checkBoxMenuUserGroupEditor.Enabled = false;
|
|
this.checkBoxMenuUserGroupEditor.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.checkBoxMenuUserGroupEditor.ImageCheckBox = null;
|
|
this.checkBoxMenuUserGroupEditor.ImageUnCheckBox = null;
|
|
this.checkBoxMenuUserGroupEditor.Location = new System.Drawing.Point(177, 112);
|
|
this.checkBoxMenuUserGroupEditor.Name = "checkBoxMenuUserGroupEditor";
|
|
this.checkBoxMenuUserGroupEditor.OverlapOptimize = true;
|
|
this.checkBoxMenuUserGroupEditor.Size = new System.Drawing.Size(150, 23);
|
|
this.checkBoxMenuUserGroupEditor.TabIndex = 116;
|
|
this.checkBoxMenuUserGroupEditor.Text = "User group editor";
|
|
this.checkBoxMenuUserGroupEditor.TextColor = System.Drawing.Color.LightGray;
|
|
this.checkBoxMenuUserGroupEditor.TextColorDisable = System.Drawing.Color.LightGray;
|
|
this.checkBoxMenuUserGroupEditor.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
|
//
|
|
// checkBoxMenuInformation
|
|
//
|
|
this.checkBoxMenuInformation.BackGround = this.groupBoxAccessRight;
|
|
this.checkBoxMenuInformation.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.checkBoxMenuInformation.CheckBoxBackColor = System.Drawing.Color.LightGray;
|
|
this.checkBoxMenuInformation.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
|
|
this.checkBoxMenuInformation.CheckBoxOutlineColor = System.Drawing.Color.Black;
|
|
this.checkBoxMenuInformation.CheckBoxSymbolSize = 14;
|
|
this.checkBoxMenuInformation.Checked = false;
|
|
this.checkBoxMenuInformation.CheckLineWidth = 3;
|
|
this.checkBoxMenuInformation.Enabled = false;
|
|
this.checkBoxMenuInformation.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.checkBoxMenuInformation.ImageCheckBox = null;
|
|
this.checkBoxMenuInformation.ImageUnCheckBox = null;
|
|
this.checkBoxMenuInformation.Location = new System.Drawing.Point(339, 54);
|
|
this.checkBoxMenuInformation.Name = "checkBoxMenuInformation";
|
|
this.checkBoxMenuInformation.OverlapOptimize = true;
|
|
this.checkBoxMenuInformation.Size = new System.Drawing.Size(150, 23);
|
|
this.checkBoxMenuInformation.TabIndex = 115;
|
|
this.checkBoxMenuInformation.Text = "Information";
|
|
this.checkBoxMenuInformation.TextColor = System.Drawing.Color.LightGray;
|
|
this.checkBoxMenuInformation.TextColorDisable = System.Drawing.Color.LightGray;
|
|
this.checkBoxMenuInformation.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
|
//
|
|
// checkBoxMenuAlarmList
|
|
//
|
|
this.checkBoxMenuAlarmList.BackGround = this.groupBoxAccessRight;
|
|
this.checkBoxMenuAlarmList.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.checkBoxMenuAlarmList.CheckBoxBackColor = System.Drawing.Color.LightGray;
|
|
this.checkBoxMenuAlarmList.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
|
|
this.checkBoxMenuAlarmList.CheckBoxOutlineColor = System.Drawing.Color.Black;
|
|
this.checkBoxMenuAlarmList.CheckBoxSymbolSize = 14;
|
|
this.checkBoxMenuAlarmList.Checked = false;
|
|
this.checkBoxMenuAlarmList.CheckLineWidth = 3;
|
|
this.checkBoxMenuAlarmList.Enabled = false;
|
|
this.checkBoxMenuAlarmList.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.checkBoxMenuAlarmList.ImageCheckBox = null;
|
|
this.checkBoxMenuAlarmList.ImageUnCheckBox = null;
|
|
this.checkBoxMenuAlarmList.Location = new System.Drawing.Point(177, 228);
|
|
this.checkBoxMenuAlarmList.Name = "checkBoxMenuAlarmList";
|
|
this.checkBoxMenuAlarmList.OverlapOptimize = true;
|
|
this.checkBoxMenuAlarmList.Size = new System.Drawing.Size(150, 23);
|
|
this.checkBoxMenuAlarmList.TabIndex = 114;
|
|
this.checkBoxMenuAlarmList.Text = "Log_Alarm";
|
|
this.checkBoxMenuAlarmList.TextColor = System.Drawing.Color.LightGray;
|
|
this.checkBoxMenuAlarmList.TextColorDisable = System.Drawing.Color.LightGray;
|
|
this.checkBoxMenuAlarmList.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
|
//
|
|
// checkBoxMenuEquipment
|
|
//
|
|
this.checkBoxMenuEquipment.BackGround = this.groupBoxAccessRight;
|
|
this.checkBoxMenuEquipment.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.checkBoxMenuEquipment.CheckBoxBackColor = System.Drawing.Color.LightGray;
|
|
this.checkBoxMenuEquipment.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
|
|
this.checkBoxMenuEquipment.CheckBoxOutlineColor = System.Drawing.Color.Black;
|
|
this.checkBoxMenuEquipment.CheckBoxSymbolSize = 14;
|
|
this.checkBoxMenuEquipment.Checked = false;
|
|
this.checkBoxMenuEquipment.CheckLineWidth = 3;
|
|
this.checkBoxMenuEquipment.Enabled = false;
|
|
this.checkBoxMenuEquipment.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.checkBoxMenuEquipment.ImageCheckBox = null;
|
|
this.checkBoxMenuEquipment.ImageUnCheckBox = null;
|
|
this.checkBoxMenuEquipment.Location = new System.Drawing.Point(339, 83);
|
|
this.checkBoxMenuEquipment.Name = "checkBoxMenuEquipment";
|
|
this.checkBoxMenuEquipment.OverlapOptimize = true;
|
|
this.checkBoxMenuEquipment.Size = new System.Drawing.Size(150, 23);
|
|
this.checkBoxMenuEquipment.TabIndex = 113;
|
|
this.checkBoxMenuEquipment.Text = "Equipment";
|
|
this.checkBoxMenuEquipment.TextColor = System.Drawing.Color.LightGray;
|
|
this.checkBoxMenuEquipment.TextColorDisable = System.Drawing.Color.LightGray;
|
|
this.checkBoxMenuEquipment.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
|
//
|
|
// checkBoxMenuCheckLog
|
|
//
|
|
this.checkBoxMenuCheckLog.BackGround = this.groupBoxAccessRight;
|
|
this.checkBoxMenuCheckLog.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.checkBoxMenuCheckLog.CheckBoxBackColor = System.Drawing.Color.LightGray;
|
|
this.checkBoxMenuCheckLog.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
|
|
this.checkBoxMenuCheckLog.CheckBoxOutlineColor = System.Drawing.Color.Black;
|
|
this.checkBoxMenuCheckLog.CheckBoxSymbolSize = 14;
|
|
this.checkBoxMenuCheckLog.Checked = false;
|
|
this.checkBoxMenuCheckLog.CheckLineWidth = 3;
|
|
this.checkBoxMenuCheckLog.Enabled = false;
|
|
this.checkBoxMenuCheckLog.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.checkBoxMenuCheckLog.ImageCheckBox = null;
|
|
this.checkBoxMenuCheckLog.ImageUnCheckBox = null;
|
|
this.checkBoxMenuCheckLog.Location = new System.Drawing.Point(177, 199);
|
|
this.checkBoxMenuCheckLog.Name = "checkBoxMenuCheckLog";
|
|
this.checkBoxMenuCheckLog.OverlapOptimize = true;
|
|
this.checkBoxMenuCheckLog.Size = new System.Drawing.Size(150, 23);
|
|
this.checkBoxMenuCheckLog.TabIndex = 111;
|
|
this.checkBoxMenuCheckLog.Text = "Log_Inspection";
|
|
this.checkBoxMenuCheckLog.TextColor = System.Drawing.Color.LightGray;
|
|
this.checkBoxMenuCheckLog.TextColorDisable = System.Drawing.Color.LightGray;
|
|
this.checkBoxMenuCheckLog.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
|
//
|
|
// checkBoxMenuHistoryLog
|
|
//
|
|
this.checkBoxMenuHistoryLog.BackGround = this.groupBoxAccessRight;
|
|
this.checkBoxMenuHistoryLog.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.checkBoxMenuHistoryLog.CheckBoxBackColor = System.Drawing.Color.LightGray;
|
|
this.checkBoxMenuHistoryLog.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
|
|
this.checkBoxMenuHistoryLog.CheckBoxOutlineColor = System.Drawing.Color.Black;
|
|
this.checkBoxMenuHistoryLog.CheckBoxSymbolSize = 14;
|
|
this.checkBoxMenuHistoryLog.Checked = false;
|
|
this.checkBoxMenuHistoryLog.CheckLineWidth = 3;
|
|
this.checkBoxMenuHistoryLog.Enabled = false;
|
|
this.checkBoxMenuHistoryLog.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.checkBoxMenuHistoryLog.ImageCheckBox = null;
|
|
this.checkBoxMenuHistoryLog.ImageUnCheckBox = null;
|
|
this.checkBoxMenuHistoryLog.Location = new System.Drawing.Point(177, 170);
|
|
this.checkBoxMenuHistoryLog.Name = "checkBoxMenuHistoryLog";
|
|
this.checkBoxMenuHistoryLog.OverlapOptimize = true;
|
|
this.checkBoxMenuHistoryLog.Size = new System.Drawing.Size(150, 23);
|
|
this.checkBoxMenuHistoryLog.TabIndex = 110;
|
|
this.checkBoxMenuHistoryLog.Text = "Log_History";
|
|
this.checkBoxMenuHistoryLog.TextColor = System.Drawing.Color.LightGray;
|
|
this.checkBoxMenuHistoryLog.TextColorDisable = System.Drawing.Color.LightGray;
|
|
this.checkBoxMenuHistoryLog.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
|
//
|
|
// checkBoxMenuIOTest
|
|
//
|
|
this.checkBoxMenuIOTest.BackGround = this.groupBoxAccessRight;
|
|
this.checkBoxMenuIOTest.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.checkBoxMenuIOTest.CheckBoxBackColor = System.Drawing.Color.LightGray;
|
|
this.checkBoxMenuIOTest.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
|
|
this.checkBoxMenuIOTest.CheckBoxOutlineColor = System.Drawing.Color.Black;
|
|
this.checkBoxMenuIOTest.CheckBoxSymbolSize = 14;
|
|
this.checkBoxMenuIOTest.Checked = false;
|
|
this.checkBoxMenuIOTest.CheckLineWidth = 3;
|
|
this.checkBoxMenuIOTest.Enabled = false;
|
|
this.checkBoxMenuIOTest.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.checkBoxMenuIOTest.ImageCheckBox = null;
|
|
this.checkBoxMenuIOTest.ImageUnCheckBox = null;
|
|
this.checkBoxMenuIOTest.Location = new System.Drawing.Point(177, 141);
|
|
this.checkBoxMenuIOTest.Name = "checkBoxMenuIOTest";
|
|
this.checkBoxMenuIOTest.OverlapOptimize = true;
|
|
this.checkBoxMenuIOTest.Size = new System.Drawing.Size(150, 23);
|
|
this.checkBoxMenuIOTest.TabIndex = 108;
|
|
this.checkBoxMenuIOTest.Text = "I/O Test";
|
|
this.checkBoxMenuIOTest.TextColor = System.Drawing.Color.LightGray;
|
|
this.checkBoxMenuIOTest.TextColorDisable = System.Drawing.Color.LightGray;
|
|
this.checkBoxMenuIOTest.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
|
//
|
|
// labelTitleMenu
|
|
//
|
|
this.labelTitleMenu.BackGround = null;
|
|
this.labelTitleMenu.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.labelTitleMenu.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelTitleMenu.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelTitleMenu.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitleMenu.LineSpacing = 0F;
|
|
this.labelTitleMenu.Location = new System.Drawing.Point(175, 25);
|
|
this.labelTitleMenu.Name = "labelTitleMenu";
|
|
this.labelTitleMenu.OverlapOptimize = true;
|
|
this.labelTitleMenu.PasswordChar = '\0';
|
|
this.labelTitleMenu.Radius = 3;
|
|
this.labelTitleMenu.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelTitleMenu.Size = new System.Drawing.Size(314, 23);
|
|
this.labelTitleMenu.TabIndex = 107;
|
|
this.labelTitleMenu.Text = "Menu";
|
|
this.labelTitleMenu.TextColor = System.Drawing.Color.White;
|
|
this.labelTitleMenu.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelTitleMenu.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitleMenu.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleMenu.Wordwrap = false;
|
|
//
|
|
// labelTitleMain
|
|
//
|
|
this.labelTitleMain.BackGround = null;
|
|
this.labelTitleMain.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.labelTitleMain.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelTitleMain.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelTitleMain.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitleMain.LineSpacing = 0F;
|
|
this.labelTitleMain.Location = new System.Drawing.Point(19, 25);
|
|
this.labelTitleMain.Name = "labelTitleMain";
|
|
this.labelTitleMain.OverlapOptimize = true;
|
|
this.labelTitleMain.PasswordChar = '\0';
|
|
this.labelTitleMain.Radius = 3;
|
|
this.labelTitleMain.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelTitleMain.Size = new System.Drawing.Size(150, 23);
|
|
this.labelTitleMain.TabIndex = 106;
|
|
this.labelTitleMain.Text = "Main";
|
|
this.labelTitleMain.TextColor = System.Drawing.Color.White;
|
|
this.labelTitleMain.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelTitleMain.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitleMain.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleMain.Wordwrap = false;
|
|
//
|
|
// checkBoxMenuUserEditor
|
|
//
|
|
this.checkBoxMenuUserEditor.BackGround = this.groupBoxAccessRight;
|
|
this.checkBoxMenuUserEditor.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.checkBoxMenuUserEditor.CheckBoxBackColor = System.Drawing.Color.LightGray;
|
|
this.checkBoxMenuUserEditor.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
|
|
this.checkBoxMenuUserEditor.CheckBoxOutlineColor = System.Drawing.Color.Black;
|
|
this.checkBoxMenuUserEditor.CheckBoxSymbolSize = 14;
|
|
this.checkBoxMenuUserEditor.Checked = false;
|
|
this.checkBoxMenuUserEditor.CheckLineWidth = 3;
|
|
this.checkBoxMenuUserEditor.Enabled = false;
|
|
this.checkBoxMenuUserEditor.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.checkBoxMenuUserEditor.ImageCheckBox = null;
|
|
this.checkBoxMenuUserEditor.ImageUnCheckBox = null;
|
|
this.checkBoxMenuUserEditor.Location = new System.Drawing.Point(177, 83);
|
|
this.checkBoxMenuUserEditor.Name = "checkBoxMenuUserEditor";
|
|
this.checkBoxMenuUserEditor.OverlapOptimize = true;
|
|
this.checkBoxMenuUserEditor.Size = new System.Drawing.Size(150, 23);
|
|
this.checkBoxMenuUserEditor.TabIndex = 7;
|
|
this.checkBoxMenuUserEditor.Text = "User editor";
|
|
this.checkBoxMenuUserEditor.TextColor = System.Drawing.Color.LightGray;
|
|
this.checkBoxMenuUserEditor.TextColorDisable = System.Drawing.Color.LightGray;
|
|
this.checkBoxMenuUserEditor.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
|
//
|
|
// checkBoxMenuRecipe
|
|
//
|
|
this.checkBoxMenuRecipe.BackGround = this.groupBoxAccessRight;
|
|
this.checkBoxMenuRecipe.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.checkBoxMenuRecipe.CheckBoxBackColor = System.Drawing.Color.LightGray;
|
|
this.checkBoxMenuRecipe.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
|
|
this.checkBoxMenuRecipe.CheckBoxOutlineColor = System.Drawing.Color.Black;
|
|
this.checkBoxMenuRecipe.CheckBoxSymbolSize = 14;
|
|
this.checkBoxMenuRecipe.Checked = false;
|
|
this.checkBoxMenuRecipe.CheckLineWidth = 3;
|
|
this.checkBoxMenuRecipe.Enabled = false;
|
|
this.checkBoxMenuRecipe.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.checkBoxMenuRecipe.ImageCheckBox = null;
|
|
this.checkBoxMenuRecipe.ImageUnCheckBox = null;
|
|
this.checkBoxMenuRecipe.Location = new System.Drawing.Point(177, 54);
|
|
this.checkBoxMenuRecipe.Name = "checkBoxMenuRecipe";
|
|
this.checkBoxMenuRecipe.OverlapOptimize = true;
|
|
this.checkBoxMenuRecipe.Size = new System.Drawing.Size(150, 23);
|
|
this.checkBoxMenuRecipe.TabIndex = 4;
|
|
this.checkBoxMenuRecipe.Text = "Recipe setting";
|
|
this.checkBoxMenuRecipe.TextColor = System.Drawing.Color.LightGray;
|
|
this.checkBoxMenuRecipe.TextColorDisable = System.Drawing.Color.LightGray;
|
|
this.checkBoxMenuRecipe.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
|
//
|
|
// checkBoxMainSubMenu
|
|
//
|
|
this.checkBoxMainSubMenu.BackGround = this.groupBoxAccessRight;
|
|
this.checkBoxMainSubMenu.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.checkBoxMainSubMenu.CheckBoxBackColor = System.Drawing.Color.LightGray;
|
|
this.checkBoxMainSubMenu.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
|
|
this.checkBoxMainSubMenu.CheckBoxOutlineColor = System.Drawing.Color.Black;
|
|
this.checkBoxMainSubMenu.CheckBoxSymbolSize = 14;
|
|
this.checkBoxMainSubMenu.Checked = false;
|
|
this.checkBoxMainSubMenu.CheckLineWidth = 3;
|
|
this.checkBoxMainSubMenu.Enabled = false;
|
|
this.checkBoxMainSubMenu.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.checkBoxMainSubMenu.ImageCheckBox = null;
|
|
this.checkBoxMainSubMenu.ImageUnCheckBox = null;
|
|
this.checkBoxMainSubMenu.Location = new System.Drawing.Point(19, 112);
|
|
this.checkBoxMainSubMenu.Name = "checkBoxMainSubMenu";
|
|
this.checkBoxMainSubMenu.OverlapOptimize = true;
|
|
this.checkBoxMainSubMenu.Size = new System.Drawing.Size(150, 23);
|
|
this.checkBoxMainSubMenu.TabIndex = 3;
|
|
this.checkBoxMainSubMenu.Text = "Submenu";
|
|
this.checkBoxMainSubMenu.TextColor = System.Drawing.Color.LightGray;
|
|
this.checkBoxMainSubMenu.TextColorDisable = System.Drawing.Color.LightGray;
|
|
this.checkBoxMainSubMenu.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
|
this.checkBoxMainSubMenu.Visible = false;
|
|
//
|
|
// checkBoxMainClear
|
|
//
|
|
this.checkBoxMainClear.BackGround = this.groupBoxAccessRight;
|
|
this.checkBoxMainClear.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.checkBoxMainClear.CheckBoxBackColor = System.Drawing.Color.LightGray;
|
|
this.checkBoxMainClear.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
|
|
this.checkBoxMainClear.CheckBoxOutlineColor = System.Drawing.Color.Black;
|
|
this.checkBoxMainClear.CheckBoxSymbolSize = 14;
|
|
this.checkBoxMainClear.Checked = false;
|
|
this.checkBoxMainClear.CheckLineWidth = 3;
|
|
this.checkBoxMainClear.Enabled = false;
|
|
this.checkBoxMainClear.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.checkBoxMainClear.ImageCheckBox = null;
|
|
this.checkBoxMainClear.ImageUnCheckBox = null;
|
|
this.checkBoxMainClear.Location = new System.Drawing.Point(19, 83);
|
|
this.checkBoxMainClear.Name = "checkBoxMainClear";
|
|
this.checkBoxMainClear.OverlapOptimize = true;
|
|
this.checkBoxMainClear.Size = new System.Drawing.Size(150, 23);
|
|
this.checkBoxMainClear.TabIndex = 2;
|
|
this.checkBoxMainClear.Text = "Clear data";
|
|
this.checkBoxMainClear.TextColor = System.Drawing.Color.LightGray;
|
|
this.checkBoxMainClear.TextColorDisable = System.Drawing.Color.LightGray;
|
|
this.checkBoxMainClear.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
|
//
|
|
// checkBoxMainProductChange
|
|
//
|
|
this.checkBoxMainProductChange.BackGround = this.groupBoxAccessRight;
|
|
this.checkBoxMainProductChange.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.checkBoxMainProductChange.CheckBoxBackColor = System.Drawing.Color.LightGray;
|
|
this.checkBoxMainProductChange.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
|
|
this.checkBoxMainProductChange.CheckBoxOutlineColor = System.Drawing.Color.Black;
|
|
this.checkBoxMainProductChange.CheckBoxSymbolSize = 14;
|
|
this.checkBoxMainProductChange.Checked = false;
|
|
this.checkBoxMainProductChange.CheckLineWidth = 3;
|
|
this.checkBoxMainProductChange.Enabled = false;
|
|
this.checkBoxMainProductChange.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.checkBoxMainProductChange.ImageCheckBox = null;
|
|
this.checkBoxMainProductChange.ImageUnCheckBox = null;
|
|
this.checkBoxMainProductChange.Location = new System.Drawing.Point(19, 54);
|
|
this.checkBoxMainProductChange.Name = "checkBoxMainProductChange";
|
|
this.checkBoxMainProductChange.OverlapOptimize = true;
|
|
this.checkBoxMainProductChange.Size = new System.Drawing.Size(150, 23);
|
|
this.checkBoxMainProductChange.TabIndex = 0;
|
|
this.checkBoxMainProductChange.Text = "Change No.";
|
|
this.checkBoxMainProductChange.TextColor = System.Drawing.Color.LightGray;
|
|
this.checkBoxMainProductChange.TextColorDisable = System.Drawing.Color.LightGray;
|
|
this.checkBoxMainProductChange.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
|
//
|
|
// labelExpiryDateOfPassword2
|
|
//
|
|
this.labelExpiryDateOfPassword2.BackGround = null;
|
|
this.labelExpiryDateOfPassword2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.labelExpiryDateOfPassword2.BorderColor = System.Drawing.Color.White;
|
|
this.labelExpiryDateOfPassword2.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
|
this.labelExpiryDateOfPassword2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
|
this.labelExpiryDateOfPassword2.LineSpacing = 0F;
|
|
this.labelExpiryDateOfPassword2.Location = new System.Drawing.Point(647, 166);
|
|
this.labelExpiryDateOfPassword2.Name = "labelExpiryDateOfPassword2";
|
|
this.labelExpiryDateOfPassword2.OverlapOptimize = true;
|
|
this.labelExpiryDateOfPassword2.PasswordChar = '\0';
|
|
this.labelExpiryDateOfPassword2.Radius = 3;
|
|
this.labelExpiryDateOfPassword2.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelExpiryDateOfPassword2.Size = new System.Drawing.Size(155, 34);
|
|
this.labelExpiryDateOfPassword2.TabIndex = 95;
|
|
this.labelExpiryDateOfPassword2.Text = "2023/00/00";
|
|
this.labelExpiryDateOfPassword2.TextColor = System.Drawing.Color.White;
|
|
this.labelExpiryDateOfPassword2.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelExpiryDateOfPassword2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelExpiryDateOfPassword2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelExpiryDateOfPassword2.Wordwrap = false;
|
|
this.labelExpiryDateOfPassword2.Click += new System.EventHandler(this.labelExpiryDateOfPassword2_Click);
|
|
//
|
|
// labelExpiryDateOfAccount2
|
|
//
|
|
this.labelExpiryDateOfAccount2.BackGround = null;
|
|
this.labelExpiryDateOfAccount2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.labelExpiryDateOfAccount2.BorderColor = System.Drawing.Color.White;
|
|
this.labelExpiryDateOfAccount2.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
|
this.labelExpiryDateOfAccount2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
|
this.labelExpiryDateOfAccount2.LineSpacing = 0F;
|
|
this.labelExpiryDateOfAccount2.Location = new System.Drawing.Point(647, 126);
|
|
this.labelExpiryDateOfAccount2.Name = "labelExpiryDateOfAccount2";
|
|
this.labelExpiryDateOfAccount2.OverlapOptimize = true;
|
|
this.labelExpiryDateOfAccount2.PasswordChar = '\0';
|
|
this.labelExpiryDateOfAccount2.Radius = 3;
|
|
this.labelExpiryDateOfAccount2.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelExpiryDateOfAccount2.Size = new System.Drawing.Size(155, 34);
|
|
this.labelExpiryDateOfAccount2.TabIndex = 94;
|
|
this.labelExpiryDateOfAccount2.Text = "2023/03/31 ~ 2023/09/31";
|
|
this.labelExpiryDateOfAccount2.TextColor = System.Drawing.Color.White;
|
|
this.labelExpiryDateOfAccount2.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelExpiryDateOfAccount2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelExpiryDateOfAccount2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelExpiryDateOfAccount2.Wordwrap = false;
|
|
this.labelExpiryDateOfAccount2.Click += new System.EventHandler(this.labelExpiryDateOfAccount2_Click);
|
|
//
|
|
// smartLabel8
|
|
//
|
|
this.smartLabel8.BackGround = null;
|
|
this.smartLabel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.smartLabel8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.smartLabel8.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.smartLabel8.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
|
|
this.smartLabel8.LineSpacing = 0F;
|
|
this.smartLabel8.Location = new System.Drawing.Point(556, 166);
|
|
this.smartLabel8.Name = "smartLabel8";
|
|
this.smartLabel8.OverlapOptimize = true;
|
|
this.smartLabel8.PasswordChar = '\0';
|
|
this.smartLabel8.Radius = 3;
|
|
this.smartLabel8.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.smartLabel8.Size = new System.Drawing.Size(90, 34);
|
|
this.smartLabel8.TabIndex = 93;
|
|
this.smartLabel8.Text = "day(Max:90)";
|
|
this.smartLabel8.TextColor = System.Drawing.Color.White;
|
|
this.smartLabel8.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartLabel8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel8.Wordwrap = false;
|
|
//
|
|
// smartLabel7
|
|
//
|
|
this.smartLabel7.BackGround = null;
|
|
this.smartLabel7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.smartLabel7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.smartLabel7.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.smartLabel7.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
|
|
this.smartLabel7.LineSpacing = 0F;
|
|
this.smartLabel7.Location = new System.Drawing.Point(556, 126);
|
|
this.smartLabel7.Name = "smartLabel7";
|
|
this.smartLabel7.OverlapOptimize = true;
|
|
this.smartLabel7.PasswordChar = '\0';
|
|
this.smartLabel7.Radius = 3;
|
|
this.smartLabel7.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.smartLabel7.Size = new System.Drawing.Size(90, 34);
|
|
this.smartLabel7.TabIndex = 92;
|
|
this.smartLabel7.Text = "day(Max:180)";
|
|
this.smartLabel7.TextColor = System.Drawing.Color.White;
|
|
this.smartLabel7.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel7.Wordwrap = false;
|
|
//
|
|
// labelExpiryDateOfPassword
|
|
//
|
|
this.labelExpiryDateOfPassword.BackGround = null;
|
|
this.labelExpiryDateOfPassword.BackGroundColor = System.Drawing.Color.White;
|
|
this.labelExpiryDateOfPassword.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelExpiryDateOfPassword.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelExpiryDateOfPassword.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
|
|
this.labelExpiryDateOfPassword.LineSpacing = 0F;
|
|
this.labelExpiryDateOfPassword.Location = new System.Drawing.Point(479, 166);
|
|
this.labelExpiryDateOfPassword.Name = "labelExpiryDateOfPassword";
|
|
this.labelExpiryDateOfPassword.OverlapOptimize = true;
|
|
this.labelExpiryDateOfPassword.PasswordChar = '\0';
|
|
this.labelExpiryDateOfPassword.Radius = 3;
|
|
this.labelExpiryDateOfPassword.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelExpiryDateOfPassword.Size = new System.Drawing.Size(70, 34);
|
|
this.labelExpiryDateOfPassword.TabIndex = 89;
|
|
this.labelExpiryDateOfPassword.Text = "00";
|
|
this.labelExpiryDateOfPassword.TextColor = System.Drawing.Color.Black;
|
|
this.labelExpiryDateOfPassword.TextColorDisable = System.Drawing.Color.Gray;
|
|
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.labelExpiryDateOfPassword_Click);
|
|
//
|
|
// labelExpiryDateOfAccount
|
|
//
|
|
this.labelExpiryDateOfAccount.BackGround = null;
|
|
this.labelExpiryDateOfAccount.BackGroundColor = System.Drawing.Color.White;
|
|
this.labelExpiryDateOfAccount.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelExpiryDateOfAccount.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelExpiryDateOfAccount.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
|
|
this.labelExpiryDateOfAccount.LineSpacing = 0F;
|
|
this.labelExpiryDateOfAccount.Location = new System.Drawing.Point(479, 126);
|
|
this.labelExpiryDateOfAccount.Name = "labelExpiryDateOfAccount";
|
|
this.labelExpiryDateOfAccount.OverlapOptimize = true;
|
|
this.labelExpiryDateOfAccount.PasswordChar = '\0';
|
|
this.labelExpiryDateOfAccount.Radius = 3;
|
|
this.labelExpiryDateOfAccount.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelExpiryDateOfAccount.Size = new System.Drawing.Size(70, 34);
|
|
this.labelExpiryDateOfAccount.TabIndex = 88;
|
|
this.labelExpiryDateOfAccount.Text = "000";
|
|
this.labelExpiryDateOfAccount.TextColor = System.Drawing.Color.Black;
|
|
this.labelExpiryDateOfAccount.TextColorDisable = System.Drawing.Color.Gray;
|
|
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.labelExpiryDateOfAccount_Click);
|
|
//
|
|
// labelTitleExpiryDateOfPassword
|
|
//
|
|
this.labelTitleExpiryDateOfPassword.BackGround = null;
|
|
this.labelTitleExpiryDateOfPassword.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.labelTitleExpiryDateOfPassword.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelTitleExpiryDateOfPassword.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelTitleExpiryDateOfPassword.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelTitleExpiryDateOfPassword.LineSpacing = 0F;
|
|
this.labelTitleExpiryDateOfPassword.Location = new System.Drawing.Point(318, 166);
|
|
this.labelTitleExpiryDateOfPassword.Name = "labelTitleExpiryDateOfPassword";
|
|
this.labelTitleExpiryDateOfPassword.OverlapOptimize = true;
|
|
this.labelTitleExpiryDateOfPassword.PasswordChar = '\0';
|
|
this.labelTitleExpiryDateOfPassword.Radius = 3;
|
|
this.labelTitleExpiryDateOfPassword.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelTitleExpiryDateOfPassword.Size = new System.Drawing.Size(155, 34);
|
|
this.labelTitleExpiryDateOfPassword.TabIndex = 84;
|
|
this.labelTitleExpiryDateOfPassword.Text = "Expiry date(Password)";
|
|
this.labelTitleExpiryDateOfPassword.TextColor = System.Drawing.Color.White;
|
|
this.labelTitleExpiryDateOfPassword.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelTitleExpiryDateOfPassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitleExpiryDateOfPassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleExpiryDateOfPassword.Wordwrap = false;
|
|
//
|
|
// labelTitleExpiryDateOfAccount
|
|
//
|
|
this.labelTitleExpiryDateOfAccount.BackGround = null;
|
|
this.labelTitleExpiryDateOfAccount.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.labelTitleExpiryDateOfAccount.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelTitleExpiryDateOfAccount.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelTitleExpiryDateOfAccount.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelTitleExpiryDateOfAccount.LineSpacing = 0F;
|
|
this.labelTitleExpiryDateOfAccount.Location = new System.Drawing.Point(318, 126);
|
|
this.labelTitleExpiryDateOfAccount.Name = "labelTitleExpiryDateOfAccount";
|
|
this.labelTitleExpiryDateOfAccount.OverlapOptimize = true;
|
|
this.labelTitleExpiryDateOfAccount.PasswordChar = '\0';
|
|
this.labelTitleExpiryDateOfAccount.Radius = 3;
|
|
this.labelTitleExpiryDateOfAccount.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelTitleExpiryDateOfAccount.Size = new System.Drawing.Size(155, 34);
|
|
this.labelTitleExpiryDateOfAccount.TabIndex = 83;
|
|
this.labelTitleExpiryDateOfAccount.Text = "Expiry date(Account)";
|
|
this.labelTitleExpiryDateOfAccount.TextColor = System.Drawing.Color.White;
|
|
this.labelTitleExpiryDateOfAccount.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelTitleExpiryDateOfAccount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitleExpiryDateOfAccount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleExpiryDateOfAccount.Wordwrap = false;
|
|
//
|
|
// labelTitlePassword
|
|
//
|
|
this.labelTitlePassword.BackGround = null;
|
|
this.labelTitlePassword.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.labelTitlePassword.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelTitlePassword.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelTitlePassword.LineSpacing = 0F;
|
|
this.labelTitlePassword.Location = new System.Drawing.Point(318, 86);
|
|
this.labelTitlePassword.Name = "labelTitlePassword";
|
|
this.labelTitlePassword.OverlapOptimize = true;
|
|
this.labelTitlePassword.PasswordChar = '\0';
|
|
this.labelTitlePassword.Radius = 3;
|
|
this.labelTitlePassword.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelTitlePassword.Size = new System.Drawing.Size(155, 34);
|
|
this.labelTitlePassword.TabIndex = 82;
|
|
this.labelTitlePassword.Text = "Password";
|
|
this.labelTitlePassword.TextColor = System.Drawing.Color.White;
|
|
this.labelTitlePassword.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelTitlePassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitlePassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitlePassword.Wordwrap = false;
|
|
//
|
|
// labelTitleID
|
|
//
|
|
this.labelTitleID.BackGround = null;
|
|
this.labelTitleID.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.labelTitleID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelTitleID.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelTitleID.LineSpacing = 0F;
|
|
this.labelTitleID.Location = new System.Drawing.Point(317, 45);
|
|
this.labelTitleID.Name = "labelTitleID";
|
|
this.labelTitleID.OverlapOptimize = true;
|
|
this.labelTitleID.PasswordChar = '\0';
|
|
this.labelTitleID.Radius = 3;
|
|
this.labelTitleID.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelTitleID.Size = new System.Drawing.Size(155, 34);
|
|
this.labelTitleID.TabIndex = 81;
|
|
this.labelTitleID.Text = "ID";
|
|
this.labelTitleID.TextColor = System.Drawing.Color.White;
|
|
this.labelTitleID.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelTitleID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitleID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleID.Wordwrap = false;
|
|
//
|
|
// buttonDelete
|
|
//
|
|
this.buttonDelete.BackGround = this.smartGroupBox1;
|
|
this.buttonDelete.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.buttonDelete.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.buttonDelete.ButtonDownColor = System.Drawing.Color.SlateGray;
|
|
this.buttonDelete.ButtonImageAutoSize = true;
|
|
this.buttonDelete.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
|
this.buttonDelete.ButtonText = "Delete";
|
|
this.buttonDelete.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonDelete.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
|
|
this.buttonDelete.GroupID = 0;
|
|
this.buttonDelete.ImageDisable = null;
|
|
this.buttonDelete.ImageDown = null;
|
|
this.buttonDelete.ImageUp = null;
|
|
this.buttonDelete.Location = new System.Drawing.Point(808, 110);
|
|
this.buttonDelete.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonDelete.Name = "buttonDelete";
|
|
this.buttonDelete.NestedClickEventPrevent = false;
|
|
this.buttonDelete.OutlinePixel = 2;
|
|
this.buttonDelete.OverlapOptimize = true;
|
|
this.buttonDelete.RepeatInterval = 200;
|
|
this.buttonDelete.RepeatIntervalAccelerate = null;
|
|
this.buttonDelete.RoundSize = 10;
|
|
this.buttonDelete.SafeInterval = 200;
|
|
this.buttonDelete.Size = new System.Drawing.Size(90, 60);
|
|
this.buttonDelete.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonDelete.TabIndex = 80;
|
|
this.buttonDelete.Text = null;
|
|
this.buttonDelete.TextColor = System.Drawing.Color.White;
|
|
this.buttonDelete.TextColorDisable = System.Drawing.Color.Silver;
|
|
this.buttonDelete.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.buttonDelete.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonDelete.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click);
|
|
//
|
|
// buttonSave
|
|
//
|
|
this.buttonSave.BackGround = this.smartGroupBox1;
|
|
this.buttonSave.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.buttonSave.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.buttonSave.ButtonDownColor = System.Drawing.Color.SlateGray;
|
|
this.buttonSave.ButtonImageAutoSize = true;
|
|
this.buttonSave.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
|
this.buttonSave.ButtonText = "Save";
|
|
this.buttonSave.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonSave.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
|
|
this.buttonSave.GroupID = 0;
|
|
this.buttonSave.ImageDisable = null;
|
|
this.buttonSave.ImageDown = null;
|
|
this.buttonSave.ImageUp = null;
|
|
this.buttonSave.Location = new System.Drawing.Point(808, 176);
|
|
this.buttonSave.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonSave.Name = "buttonSave";
|
|
this.buttonSave.NestedClickEventPrevent = false;
|
|
this.buttonSave.OutlinePixel = 2;
|
|
this.buttonSave.OverlapOptimize = true;
|
|
this.buttonSave.RepeatInterval = 200;
|
|
this.buttonSave.RepeatIntervalAccelerate = null;
|
|
this.buttonSave.RoundSize = 10;
|
|
this.buttonSave.SafeInterval = 200;
|
|
this.buttonSave.Size = new System.Drawing.Size(90, 60);
|
|
this.buttonSave.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonSave.TabIndex = 79;
|
|
this.buttonSave.Text = null;
|
|
this.buttonSave.TextColor = System.Drawing.Color.White;
|
|
this.buttonSave.TextColorDisable = System.Drawing.Color.Silver;
|
|
this.buttonSave.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.buttonSave.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonSave.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonSave.Visible = false;
|
|
this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
|
|
//
|
|
// buttonRegister
|
|
//
|
|
this.buttonRegister.BackGround = null;
|
|
this.buttonRegister.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.buttonRegister.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.buttonRegister.ButtonDownColor = System.Drawing.Color.SlateGray;
|
|
this.buttonRegister.ButtonImageAutoSize = true;
|
|
this.buttonRegister.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
|
this.buttonRegister.ButtonText = "New";
|
|
this.buttonRegister.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonRegister.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
|
|
this.buttonRegister.GroupID = 0;
|
|
this.buttonRegister.ImageDisable = null;
|
|
this.buttonRegister.ImageDown = null;
|
|
this.buttonRegister.ImageUp = null;
|
|
this.buttonRegister.Location = new System.Drawing.Point(808, 44);
|
|
this.buttonRegister.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonRegister.Name = "buttonRegister";
|
|
this.buttonRegister.NestedClickEventPrevent = false;
|
|
this.buttonRegister.OutlinePixel = 2;
|
|
this.buttonRegister.OverlapOptimize = true;
|
|
this.buttonRegister.RepeatInterval = 200;
|
|
this.buttonRegister.RepeatIntervalAccelerate = null;
|
|
this.buttonRegister.RoundSize = 10;
|
|
this.buttonRegister.SafeInterval = 200;
|
|
this.buttonRegister.Size = new System.Drawing.Size(90, 60);
|
|
this.buttonRegister.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonRegister.TabIndex = 78;
|
|
this.buttonRegister.Text = null;
|
|
this.buttonRegister.TextColor = System.Drawing.Color.White;
|
|
this.buttonRegister.TextColorDisable = System.Drawing.Color.Silver;
|
|
this.buttonRegister.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.buttonRegister.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonRegister.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonRegister.Click += new System.EventHandler(this.buttonRegister_Click);
|
|
//
|
|
// ControlMenuUserUserEditor
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.Controls.Add(this.smartGroupBox1);
|
|
this.Name = "ControlMenuUserUserEditor";
|
|
this.Size = new System.Drawing.Size(909, 664);
|
|
this.smartGroupBox1.ResumeLayout(false);
|
|
this.groupBoxAccessRight.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartGroupBox smartGroupBox1;
|
|
private SmartX.SmartListBox listBoxUserList;
|
|
private SmartX.SmartButton buttonDelete;
|
|
private SmartX.SmartButton buttonSave;
|
|
private SmartX.SmartButton buttonRegister;
|
|
private SmartX.SmartLabel labelTitleExpiryDateOfPassword;
|
|
private SmartX.SmartLabel labelTitleExpiryDateOfAccount;
|
|
private SmartX.SmartLabel labelTitlePassword;
|
|
private SmartX.SmartLabel labelTitleID;
|
|
private SmartX.SmartLabel labelTitleAutomaticLogoutTime;
|
|
private SmartX.SmartLabel smartLabel8;
|
|
private SmartX.SmartLabel smartLabel7;
|
|
private SmartX.SmartLabel smartLabel6;
|
|
private SmartX.SmartLabel labelAutomaticLogoutTime;
|
|
private SmartX.SmartLabel labelExpiryDateOfPassword;
|
|
private SmartX.SmartLabel labelExpiryDateOfAccount;
|
|
private SmartX.SmartLabel labelExpiryDateOfPassword2;
|
|
private SmartX.SmartLabel labelExpiryDateOfAccount2;
|
|
private SmartX.SmartLabel labelTitleAccessRight;
|
|
private SmartX.SmartGroupBox groupBoxAccessRight;
|
|
private SmartX.SmartLabel labelAccessRight;
|
|
private SmartX.SmartButton buttonLevel3;
|
|
private SmartX.SmartButton buttonLevel2;
|
|
private SmartX.SmartButton buttonLevel1;
|
|
private SmartX.SmartCheckBox checkBoxMenuCheckLog;
|
|
private SmartX.SmartCheckBox checkBoxMenuHistoryLog;
|
|
private SmartX.SmartCheckBox checkBoxMenuIOTest;
|
|
private SmartX.SmartLabel labelTitleMenu;
|
|
private SmartX.SmartLabel labelTitleMain;
|
|
private SmartX.SmartCheckBox checkBoxMenuUserEditor;
|
|
private SmartX.SmartCheckBox checkBoxMenuRecipe;
|
|
private SmartX.SmartCheckBox checkBoxMainSubMenu;
|
|
private SmartX.SmartCheckBox checkBoxMainClear;
|
|
private SmartX.SmartCheckBox checkBoxMainProductChange;
|
|
private SmartX.SmartCheckBox checkBoxMenuInformation;
|
|
private SmartX.SmartCheckBox checkBoxMenuAlarmList;
|
|
private SmartX.SmartCheckBox checkBoxMenuUserGroupEditor;
|
|
private System.Windows.Forms.TextBox textBoxID;
|
|
private System.Windows.Forms.TextBox textBoxPassword;
|
|
private SmartX.SmartKeyboard smartKeyboard;
|
|
private SmartX.SmartButton buttonPasswordReset;
|
|
private SmartX.SmartButton buttonIDEdit;
|
|
private SmartX.SmartCheckBox checkBoxMenuEquipment;
|
|
private SmartX.SmartLabel labelPasswordBackGround;
|
|
private SmartX.SmartLabel labelIDBackGround;
|
|
private SmartX.SmartLabel labelNumberOfLoginFailures;
|
|
private SmartX.SmartLabel labelTitleNumberOfLoginFailures;
|
|
private SmartX.SmartCheckBox checkBoxMenuEthernet;
|
|
private SmartX.SmartSeparatorLine smartSeparatorLine1;
|
|
public SmartX.SmartLabel labelTitleContents;
|
|
}
|
|
}
|