805 lines
52 KiB
C#
805 lines
52 KiB
C#
namespace ITC81DB_0H.Controls
|
|
{
|
|
partial class ControlCenterEquipUser
|
|
{
|
|
/// <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(ControlCenterEquipUser));
|
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
|
this.buttonResetPW = new SmartX.SmartButton();
|
|
this.listBoxUserList = new System.Windows.Forms.ListBox();
|
|
this.comboBoxAccessRight = new System.Windows.Forms.ComboBox();
|
|
this.labelAccessRightAdmin = new SmartX.SmartLabel();
|
|
this.smartSeparatorLine2 = new SmartX.SmartSeparatorLine();
|
|
this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
|
|
this.labelAutoLogoutWarning = new SmartX.SmartLabel();
|
|
this.labelTitlePassword = new SmartX.SmartLabel();
|
|
this.buttonNew = new SmartX.SmartButton();
|
|
this.smartKeyboard = new SmartX.SmartKeyboard();
|
|
this.buttonSave = new SmartX.SmartButton();
|
|
this.buttonDelete = new SmartX.SmartButton();
|
|
this.labelTitleAccessRight = new SmartX.SmartLabel();
|
|
this.smartLabel11 = new SmartX.SmartLabel();
|
|
this.labelAutomaticLogoutTime = new SmartX.SmartLabel();
|
|
this.labelTitleAutomaticLogoutTime = new SmartX.SmartLabel();
|
|
this.labelExpiryDateOfPassword2 = new SmartX.SmartLabel();
|
|
this.labelTitleDayPassword = new SmartX.SmartLabel();
|
|
this.labelExpiryDateOfPassword = new SmartX.SmartLabel();
|
|
this.labelTitleExpiryDateOfPassword = new SmartX.SmartLabel();
|
|
this.labelExpiryDateOfAccount2 = new SmartX.SmartLabel();
|
|
this.labelTitleDayAccount = new SmartX.SmartLabel();
|
|
this.labelExpiryDateOfAccount = new SmartX.SmartLabel();
|
|
this.labelTitleExpiryDateOfAccount = new SmartX.SmartLabel();
|
|
this.buttonIDEdit = new SmartX.SmartButton();
|
|
this.labelTitleID = new SmartX.SmartLabel();
|
|
this.textBoxPassword = new System.Windows.Forms.TextBox();
|
|
this.textBoxID = new System.Windows.Forms.TextBox();
|
|
this.buttonGroupEditor = new SmartX.SmartButton();
|
|
this.smartGroupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// smartGroupBox1
|
|
//
|
|
this.smartGroupBox1.BackColor = System.Drawing.Color.Black;
|
|
this.smartGroupBox1.BackPictureBox = null;
|
|
this.smartGroupBox1.BackPictureBox1 = null;
|
|
this.smartGroupBox1.Controls.Add(this.buttonResetPW);
|
|
this.smartGroupBox1.Controls.Add(this.listBoxUserList);
|
|
this.smartGroupBox1.Controls.Add(this.comboBoxAccessRight);
|
|
this.smartGroupBox1.Controls.Add(this.labelAccessRightAdmin);
|
|
this.smartGroupBox1.Controls.Add(this.smartSeparatorLine2);
|
|
this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1);
|
|
this.smartGroupBox1.Controls.Add(this.labelAutoLogoutWarning);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitlePassword);
|
|
this.smartGroupBox1.Controls.Add(this.buttonNew);
|
|
this.smartGroupBox1.Controls.Add(this.smartKeyboard);
|
|
this.smartGroupBox1.Controls.Add(this.buttonSave);
|
|
this.smartGroupBox1.Controls.Add(this.buttonDelete);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitleAccessRight);
|
|
this.smartGroupBox1.Controls.Add(this.smartLabel11);
|
|
this.smartGroupBox1.Controls.Add(this.labelAutomaticLogoutTime);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitleAutomaticLogoutTime);
|
|
this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfPassword2);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitleDayPassword);
|
|
this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfPassword);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitleExpiryDateOfPassword);
|
|
this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfAccount2);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitleDayAccount);
|
|
this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfAccount);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitleExpiryDateOfAccount);
|
|
this.smartGroupBox1.Controls.Add(this.buttonIDEdit);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitleID);
|
|
this.smartGroupBox1.Controls.Add(this.textBoxPassword);
|
|
this.smartGroupBox1.Controls.Add(this.textBoxID);
|
|
this.smartGroupBox1.Controls.Add(this.buttonGroupEditor);
|
|
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black;
|
|
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
|
|
this.smartGroupBox1.FrameLineThickness = 1;
|
|
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None;
|
|
this.smartGroupBox1.Image = ((System.Drawing.Image)(resources.GetObject("smartGroupBox1.Image")));
|
|
this.smartGroupBox1.InitVisible = true;
|
|
this.smartGroupBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.smartGroupBox1.Name = "smartGroupBox1";
|
|
this.smartGroupBox1.RoundRadius = 5;
|
|
this.smartGroupBox1.Size = new System.Drawing.Size(710, 470);
|
|
this.smartGroupBox1.TabIndex = 0;
|
|
this.smartGroupBox1.Text = "smartGroupBox1";
|
|
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
|
//
|
|
// buttonResetPW
|
|
//
|
|
this.buttonResetPW.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
|
|
this.buttonResetPW.BackPictureBox = null;
|
|
this.buttonResetPW.BackPictureBox1 = null;
|
|
this.buttonResetPW.BackPictureBox2 = null;
|
|
this.buttonResetPW.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
|
|
this.buttonResetPW.ButtonImageAutoSize = true;
|
|
this.buttonResetPW.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonResetPW.DisableImage = null;
|
|
this.buttonResetPW.DownImage = null;
|
|
this.buttonResetPW.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
|
this.buttonResetPW.GroupID = 0;
|
|
this.buttonResetPW.InitVisible = true;
|
|
this.buttonResetPW.Location = new System.Drawing.Point(646, 46);
|
|
this.buttonResetPW.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonResetPW.Name = "buttonResetPW";
|
|
this.buttonResetPW.NestedClickEventPrevent = false;
|
|
this.buttonResetPW.OutlinePixel = 1;
|
|
this.buttonResetPW.RepeatInterval = 200;
|
|
this.buttonResetPW.RepeatIntervalAccelerate = null;
|
|
this.buttonResetPW.SafeInterval = 200;
|
|
this.buttonResetPW.Size = new System.Drawing.Size(50, 26);
|
|
this.buttonResetPW.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonResetPW.TabIndex = 212;
|
|
this.buttonResetPW.Text = "Reset";
|
|
this.buttonResetPW.TextColor = System.Drawing.Color.White;
|
|
this.buttonResetPW.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonResetPW.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonResetPW.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonResetPW.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonResetPW.UpImage = null;
|
|
this.buttonResetPW.Click += new System.EventHandler(this.buttonResetPW_Click);
|
|
//
|
|
// listBoxUserList
|
|
//
|
|
this.listBoxUserList.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
|
this.listBoxUserList.Location = new System.Drawing.Point(14, 12);
|
|
this.listBoxUserList.Name = "listBoxUserList";
|
|
this.listBoxUserList.Size = new System.Drawing.Size(243, 370);
|
|
this.listBoxUserList.TabIndex = 211;
|
|
this.listBoxUserList.SelectedIndexChanged += new System.EventHandler(this.listBoxUserList_SelectedIndexChanged);
|
|
//
|
|
// comboBoxAccessRight
|
|
//
|
|
this.comboBoxAccessRight.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Regular);
|
|
this.comboBoxAccessRight.Location = new System.Drawing.Point(390, 76);
|
|
this.comboBoxAccessRight.Name = "comboBoxAccessRight";
|
|
this.comboBoxAccessRight.Size = new System.Drawing.Size(250, 26);
|
|
this.comboBoxAccessRight.TabIndex = 206;
|
|
this.comboBoxAccessRight.SelectedIndexChanged += new System.EventHandler(this.comboBoxAccessRight_SelectedIndexChanged);
|
|
//
|
|
// labelAccessRightAdmin
|
|
//
|
|
this.labelAccessRightAdmin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
this.labelAccessRightAdmin.BackPictureBox = null;
|
|
this.labelAccessRightAdmin.BackPictureBox1 = null;
|
|
this.labelAccessRightAdmin.BackPictureBox2 = null;
|
|
this.labelAccessRightAdmin.BorderColor = System.Drawing.Color.White;
|
|
this.labelAccessRightAdmin.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelAccessRightAdmin.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
|
|
this.labelAccessRightAdmin.ForeColor = System.Drawing.Color.White;
|
|
this.labelAccessRightAdmin.InitVisible = true;
|
|
this.labelAccessRightAdmin.LineSpacing = 0F;
|
|
this.labelAccessRightAdmin.Location = new System.Drawing.Point(390, 76);
|
|
this.labelAccessRightAdmin.Name = "labelAccessRightAdmin";
|
|
this.labelAccessRightAdmin.Size = new System.Drawing.Size(250, 26);
|
|
this.labelAccessRightAdmin.TabIndex = 209;
|
|
this.labelAccessRightAdmin.Text = "Administrator";
|
|
this.labelAccessRightAdmin.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelAccessRightAdmin.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelAccessRightAdmin.Wordwrap = false;
|
|
//
|
|
// smartSeparatorLine2
|
|
//
|
|
this.smartSeparatorLine2.InitVisible = true;
|
|
this.smartSeparatorLine2.Line1Color = System.Drawing.Color.DimGray;
|
|
this.smartSeparatorLine2.Line1Width = 1F;
|
|
this.smartSeparatorLine2.Line2Color = System.Drawing.Color.LightGray;
|
|
this.smartSeparatorLine2.Line2Visible = true;
|
|
this.smartSeparatorLine2.Line2Width = 1F;
|
|
this.smartSeparatorLine2.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
|
|
this.smartSeparatorLine2.Location = new System.Drawing.Point(263, 217);
|
|
this.smartSeparatorLine2.Name = "smartSeparatorLine2";
|
|
this.smartSeparatorLine2.Size = new System.Drawing.Size(433, 2);
|
|
this.smartSeparatorLine2.TabIndex = 208;
|
|
this.smartSeparatorLine2.Text = "smartSeparatorLine2";
|
|
//
|
|
// smartSeparatorLine1
|
|
//
|
|
this.smartSeparatorLine1.InitVisible = true;
|
|
this.smartSeparatorLine1.Line1Color = System.Drawing.Color.DimGray;
|
|
this.smartSeparatorLine1.Line1Width = 1F;
|
|
this.smartSeparatorLine1.Line2Color = System.Drawing.Color.LightGray;
|
|
this.smartSeparatorLine1.Line2Visible = true;
|
|
this.smartSeparatorLine1.Line2Width = 1F;
|
|
this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
|
|
this.smartSeparatorLine1.Location = new System.Drawing.Point(263, 120);
|
|
this.smartSeparatorLine1.Name = "smartSeparatorLine1";
|
|
this.smartSeparatorLine1.Size = new System.Drawing.Size(433, 2);
|
|
this.smartSeparatorLine1.TabIndex = 207;
|
|
this.smartSeparatorLine1.Text = "smartSeparatorLine1";
|
|
//
|
|
// labelAutoLogoutWarning
|
|
//
|
|
this.labelAutoLogoutWarning.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
this.labelAutoLogoutWarning.BackPictureBox = null;
|
|
this.labelAutoLogoutWarning.BackPictureBox1 = null;
|
|
this.labelAutoLogoutWarning.BackPictureBox2 = null;
|
|
this.labelAutoLogoutWarning.BorderColor = System.Drawing.Color.White;
|
|
this.labelAutoLogoutWarning.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelAutoLogoutWarning.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
|
|
this.labelAutoLogoutWarning.ForeColor = System.Drawing.Color.Red;
|
|
this.labelAutoLogoutWarning.InitVisible = true;
|
|
this.labelAutoLogoutWarning.LineSpacing = 0F;
|
|
this.labelAutoLogoutWarning.Location = new System.Drawing.Point(547, 237);
|
|
this.labelAutoLogoutWarning.Name = "labelAutoLogoutWarning";
|
|
this.labelAutoLogoutWarning.Size = new System.Drawing.Size(149, 26);
|
|
this.labelAutoLogoutWarning.TabIndex = 205;
|
|
this.labelAutoLogoutWarning.Text = "* 모든 ID에 적용됨";
|
|
this.labelAutoLogoutWarning.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelAutoLogoutWarning.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelAutoLogoutWarning.Wordwrap = false;
|
|
//
|
|
// labelTitlePassword
|
|
//
|
|
this.labelTitlePassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
|
|
this.labelTitlePassword.BackPictureBox = null;
|
|
this.labelTitlePassword.BackPictureBox1 = null;
|
|
this.labelTitlePassword.BackPictureBox2 = null;
|
|
this.labelTitlePassword.BorderColor = System.Drawing.Color.White;
|
|
this.labelTitlePassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelTitlePassword.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitlePassword.ForeColor = System.Drawing.Color.White;
|
|
this.labelTitlePassword.InitVisible = true;
|
|
this.labelTitlePassword.LineSpacing = 0F;
|
|
this.labelTitlePassword.Location = new System.Drawing.Point(263, 44);
|
|
this.labelTitlePassword.Name = "labelTitlePassword";
|
|
this.labelTitlePassword.Size = new System.Drawing.Size(121, 26);
|
|
this.labelTitlePassword.TabIndex = 204;
|
|
this.labelTitlePassword.Text = "Password";
|
|
this.labelTitlePassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitlePassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitlePassword.Wordwrap = false;
|
|
//
|
|
// buttonNew
|
|
//
|
|
this.buttonNew.BackPictureBox = null;
|
|
this.buttonNew.BackPictureBox1 = null;
|
|
this.buttonNew.BackPictureBox2 = null;
|
|
this.buttonNew.ButtonColor = System.Drawing.Color.LightGray;
|
|
this.buttonNew.ButtonImageAutoSize = true;
|
|
this.buttonNew.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonNew.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonNew.DisableImage")));
|
|
this.buttonNew.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonNew.DownImage")));
|
|
this.buttonNew.GroupID = 0;
|
|
this.buttonNew.InitVisible = true;
|
|
this.buttonNew.Location = new System.Drawing.Point(14, 405);
|
|
this.buttonNew.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonNew.Name = "buttonNew";
|
|
this.buttonNew.NestedClickEventPrevent = false;
|
|
this.buttonNew.OutlinePixel = 1;
|
|
this.buttonNew.RepeatInterval = 200;
|
|
this.buttonNew.RepeatIntervalAccelerate = null;
|
|
this.buttonNew.SafeInterval = 200;
|
|
this.buttonNew.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonNew.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonNew.TabIndex = 203;
|
|
this.buttonNew.TextColor = System.Drawing.Color.Black;
|
|
this.buttonNew.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonNew.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonNew.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonNew.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonNew.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonNew.UpImage")));
|
|
this.buttonNew.Click += new System.EventHandler(this.buttonNew_Click);
|
|
//
|
|
// smartKeyboard
|
|
//
|
|
this.smartKeyboard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(195)))), ((int)(((byte)(198)))));
|
|
this.smartKeyboard.ControlKeyDisable = false;
|
|
this.smartKeyboard.DesignMinimize = true;
|
|
this.smartKeyboard.FontColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
this.smartKeyboard.HanYoungKeyDisable = true;
|
|
this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL;
|
|
this.smartKeyboard.KeyFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.smartKeyboard.KeyOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(157)))), ((int)(((byte)(157)))));
|
|
this.smartKeyboard.KeyOutLineWidth = 1;
|
|
this.smartKeyboard.KeyPressImage1 = null;
|
|
this.smartKeyboard.KeyPressImage2 = null;
|
|
this.smartKeyboard.KeyPressImage3 = null;
|
|
this.smartKeyboard.KeyUpImage1 = null;
|
|
this.smartKeyboard.KeyUpImage2 = null;
|
|
this.smartKeyboard.KeyUpImage3 = null;
|
|
this.smartKeyboard.LeftMargin = 5;
|
|
this.smartKeyboard.Location = new System.Drawing.Point(4, 1);
|
|
this.smartKeyboard.Name = "smartKeyboard";
|
|
this.smartKeyboard.PressFontColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(37)))), ((int)(((byte)(37)))));
|
|
this.smartKeyboard.PressKeyFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(146)))), ((int)(((byte)(146)))));
|
|
this.smartKeyboard.PressKeyOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41)))));
|
|
this.smartKeyboard.RoundedCorners = true;
|
|
this.smartKeyboard.SetBackimage = null;
|
|
this.smartKeyboard.Size = new System.Drawing.Size(16, 11);
|
|
this.smartKeyboard.TabIndex = 172;
|
|
this.smartKeyboard.TABKeyDisable = false;
|
|
this.smartKeyboard.TargetInputObject = null;
|
|
this.smartKeyboard.Text = "smartKeyboard1";
|
|
this.smartKeyboard.ThemeStyle = SmartX.SmartKeyboard.KEYBOARDTHEMESTYLE.STANDARD8;
|
|
this.smartKeyboard.TopMargin = 5;
|
|
this.smartKeyboard.OnXKeyClick += new System.EventHandler(this.smartKeyboard_OnXKeyClick);
|
|
//
|
|
// buttonSave
|
|
//
|
|
this.buttonSave.BackPictureBox = null;
|
|
this.buttonSave.BackPictureBox1 = null;
|
|
this.buttonSave.BackPictureBox2 = null;
|
|
this.buttonSave.ButtonColor = System.Drawing.Color.LightGray;
|
|
this.buttonSave.ButtonImageAutoSize = true;
|
|
this.buttonSave.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonSave.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.DisableImage")));
|
|
this.buttonSave.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.DownImage")));
|
|
this.buttonSave.GroupID = 0;
|
|
this.buttonSave.InitVisible = true;
|
|
this.buttonSave.Location = new System.Drawing.Point(207, 405);
|
|
this.buttonSave.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonSave.Name = "buttonSave";
|
|
this.buttonSave.NestedClickEventPrevent = false;
|
|
this.buttonSave.OutlinePixel = 1;
|
|
this.buttonSave.RepeatInterval = 200;
|
|
this.buttonSave.RepeatIntervalAccelerate = null;
|
|
this.buttonSave.SafeInterval = 200;
|
|
this.buttonSave.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonSave.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonSave.TabIndex = 163;
|
|
this.buttonSave.TextColor = System.Drawing.Color.Black;
|
|
this.buttonSave.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonSave.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonSave.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonSave.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonSave.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.UpImage")));
|
|
this.buttonSave.Visible = false;
|
|
this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
|
|
//
|
|
// buttonDelete
|
|
//
|
|
this.buttonDelete.BackPictureBox = null;
|
|
this.buttonDelete.BackPictureBox1 = null;
|
|
this.buttonDelete.BackPictureBox2 = null;
|
|
this.buttonDelete.ButtonColor = System.Drawing.Color.LightGray;
|
|
this.buttonDelete.ButtonImageAutoSize = true;
|
|
this.buttonDelete.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonDelete.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonDelete.DisableImage")));
|
|
this.buttonDelete.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonDelete.DownImage")));
|
|
this.buttonDelete.GroupID = 0;
|
|
this.buttonDelete.InitVisible = true;
|
|
this.buttonDelete.Location = new System.Drawing.Point(70, 405);
|
|
this.buttonDelete.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonDelete.Name = "buttonDelete";
|
|
this.buttonDelete.NestedClickEventPrevent = false;
|
|
this.buttonDelete.OutlinePixel = 1;
|
|
this.buttonDelete.RepeatInterval = 200;
|
|
this.buttonDelete.RepeatIntervalAccelerate = null;
|
|
this.buttonDelete.SafeInterval = 200;
|
|
this.buttonDelete.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonDelete.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonDelete.TabIndex = 165;
|
|
this.buttonDelete.TextColor = System.Drawing.Color.Black;
|
|
this.buttonDelete.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonDelete.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonDelete.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonDelete.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonDelete.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDelete.UpImage")));
|
|
this.buttonDelete.Visible = false;
|
|
this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click);
|
|
//
|
|
// labelTitleAccessRight
|
|
//
|
|
this.labelTitleAccessRight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
|
|
this.labelTitleAccessRight.BackPictureBox = null;
|
|
this.labelTitleAccessRight.BackPictureBox1 = null;
|
|
this.labelTitleAccessRight.BackPictureBox2 = null;
|
|
this.labelTitleAccessRight.BorderColor = System.Drawing.Color.White;
|
|
this.labelTitleAccessRight.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelTitleAccessRight.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitleAccessRight.ForeColor = System.Drawing.Color.White;
|
|
this.labelTitleAccessRight.InitVisible = true;
|
|
this.labelTitleAccessRight.LineSpacing = 0F;
|
|
this.labelTitleAccessRight.Location = new System.Drawing.Point(263, 76);
|
|
this.labelTitleAccessRight.Name = "labelTitleAccessRight";
|
|
this.labelTitleAccessRight.Size = new System.Drawing.Size(121, 26);
|
|
this.labelTitleAccessRight.TabIndex = 186;
|
|
this.labelTitleAccessRight.Text = "Access right";
|
|
this.labelTitleAccessRight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitleAccessRight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleAccessRight.Wordwrap = false;
|
|
//
|
|
// smartLabel11
|
|
//
|
|
this.smartLabel11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
this.smartLabel11.BackPictureBox = null;
|
|
this.smartLabel11.BackPictureBox1 = null;
|
|
this.smartLabel11.BackPictureBox2 = null;
|
|
this.smartLabel11.BorderColor = System.Drawing.Color.White;
|
|
this.smartLabel11.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.smartLabel11.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
|
|
this.smartLabel11.ForeColor = System.Drawing.Color.White;
|
|
this.smartLabel11.InitVisible = true;
|
|
this.smartLabel11.LineSpacing = 0F;
|
|
this.smartLabel11.Location = new System.Drawing.Point(454, 237);
|
|
this.smartLabel11.Name = "smartLabel11";
|
|
this.smartLabel11.Size = new System.Drawing.Size(90, 26);
|
|
this.smartLabel11.TabIndex = 185;
|
|
this.smartLabel11.Text = "min(Max:90)";
|
|
this.smartLabel11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.smartLabel11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel11.Wordwrap = false;
|
|
//
|
|
// labelAutomaticLogoutTime
|
|
//
|
|
this.labelAutomaticLogoutTime.BackColor = System.Drawing.Color.White;
|
|
this.labelAutomaticLogoutTime.BackPictureBox = null;
|
|
this.labelAutomaticLogoutTime.BackPictureBox1 = null;
|
|
this.labelAutomaticLogoutTime.BackPictureBox2 = null;
|
|
this.labelAutomaticLogoutTime.BorderColor = System.Drawing.Color.White;
|
|
this.labelAutomaticLogoutTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelAutomaticLogoutTime.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
|
|
this.labelAutomaticLogoutTime.ForeColor = System.Drawing.Color.Black;
|
|
this.labelAutomaticLogoutTime.InitVisible = true;
|
|
this.labelAutomaticLogoutTime.LineSpacing = 0F;
|
|
this.labelAutomaticLogoutTime.Location = new System.Drawing.Point(390, 237);
|
|
this.labelAutomaticLogoutTime.Name = "labelAutomaticLogoutTime";
|
|
this.labelAutomaticLogoutTime.Size = new System.Drawing.Size(62, 26);
|
|
this.labelAutomaticLogoutTime.TabIndex = 184;
|
|
this.labelAutomaticLogoutTime.Text = "000";
|
|
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.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
|
|
this.labelTitleAutomaticLogoutTime.BackPictureBox = null;
|
|
this.labelTitleAutomaticLogoutTime.BackPictureBox1 = null;
|
|
this.labelTitleAutomaticLogoutTime.BackPictureBox2 = null;
|
|
this.labelTitleAutomaticLogoutTime.BorderColor = System.Drawing.Color.White;
|
|
this.labelTitleAutomaticLogoutTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelTitleAutomaticLogoutTime.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitleAutomaticLogoutTime.ForeColor = System.Drawing.Color.White;
|
|
this.labelTitleAutomaticLogoutTime.InitVisible = true;
|
|
this.labelTitleAutomaticLogoutTime.LineSpacing = 0F;
|
|
this.labelTitleAutomaticLogoutTime.Location = new System.Drawing.Point(263, 237);
|
|
this.labelTitleAutomaticLogoutTime.Name = "labelTitleAutomaticLogoutTime";
|
|
this.labelTitleAutomaticLogoutTime.Size = new System.Drawing.Size(121, 26);
|
|
this.labelTitleAutomaticLogoutTime.TabIndex = 183;
|
|
this.labelTitleAutomaticLogoutTime.Text = "Auto Logout";
|
|
this.labelTitleAutomaticLogoutTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitleAutomaticLogoutTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleAutomaticLogoutTime.Wordwrap = false;
|
|
//
|
|
// labelExpiryDateOfPassword2
|
|
//
|
|
this.labelExpiryDateOfPassword2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
this.labelExpiryDateOfPassword2.BackPictureBox = null;
|
|
this.labelExpiryDateOfPassword2.BackPictureBox1 = null;
|
|
this.labelExpiryDateOfPassword2.BackPictureBox2 = null;
|
|
this.labelExpiryDateOfPassword2.BorderColor = System.Drawing.Color.White;
|
|
this.labelExpiryDateOfPassword2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.labelExpiryDateOfPassword2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
|
|
this.labelExpiryDateOfPassword2.ForeColor = System.Drawing.Color.White;
|
|
this.labelExpiryDateOfPassword2.InitVisible = true;
|
|
this.labelExpiryDateOfPassword2.LineSpacing = 0F;
|
|
this.labelExpiryDateOfPassword2.Location = new System.Drawing.Point(549, 172);
|
|
this.labelExpiryDateOfPassword2.Name = "labelExpiryDateOfPassword2";
|
|
this.labelExpiryDateOfPassword2.Size = new System.Drawing.Size(149, 27);
|
|
this.labelExpiryDateOfPassword2.TabIndex = 182;
|
|
this.labelExpiryDateOfPassword2.Text = "2023/03/31 ~ 2023/09/31";
|
|
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);
|
|
//
|
|
// labelTitleDayPassword
|
|
//
|
|
this.labelTitleDayPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
this.labelTitleDayPassword.BackPictureBox = null;
|
|
this.labelTitleDayPassword.BackPictureBox1 = null;
|
|
this.labelTitleDayPassword.BackPictureBox2 = null;
|
|
this.labelTitleDayPassword.BorderColor = System.Drawing.Color.White;
|
|
this.labelTitleDayPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelTitleDayPassword.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitleDayPassword.ForeColor = System.Drawing.Color.White;
|
|
this.labelTitleDayPassword.InitVisible = true;
|
|
this.labelTitleDayPassword.LineSpacing = 0F;
|
|
this.labelTitleDayPassword.Location = new System.Drawing.Point(454, 172);
|
|
this.labelTitleDayPassword.Name = "labelTitleDayPassword";
|
|
this.labelTitleDayPassword.Size = new System.Drawing.Size(90, 26);
|
|
this.labelTitleDayPassword.TabIndex = 181;
|
|
this.labelTitleDayPassword.Text = "day(Max:90)";
|
|
this.labelTitleDayPassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelTitleDayPassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleDayPassword.Wordwrap = false;
|
|
//
|
|
// labelExpiryDateOfPassword
|
|
//
|
|
this.labelExpiryDateOfPassword.BackColor = System.Drawing.Color.White;
|
|
this.labelExpiryDateOfPassword.BackPictureBox = null;
|
|
this.labelExpiryDateOfPassword.BackPictureBox1 = null;
|
|
this.labelExpiryDateOfPassword.BackPictureBox2 = null;
|
|
this.labelExpiryDateOfPassword.BorderColor = System.Drawing.Color.White;
|
|
this.labelExpiryDateOfPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelExpiryDateOfPassword.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
|
|
this.labelExpiryDateOfPassword.ForeColor = System.Drawing.Color.Black;
|
|
this.labelExpiryDateOfPassword.InitVisible = true;
|
|
this.labelExpiryDateOfPassword.LineSpacing = 0F;
|
|
this.labelExpiryDateOfPassword.Location = new System.Drawing.Point(390, 172);
|
|
this.labelExpiryDateOfPassword.Name = "labelExpiryDateOfPassword";
|
|
this.labelExpiryDateOfPassword.Size = new System.Drawing.Size(62, 26);
|
|
this.labelExpiryDateOfPassword.TabIndex = 180;
|
|
this.labelExpiryDateOfPassword.Text = "000";
|
|
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);
|
|
//
|
|
// labelTitleExpiryDateOfPassword
|
|
//
|
|
this.labelTitleExpiryDateOfPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
|
|
this.labelTitleExpiryDateOfPassword.BackPictureBox = null;
|
|
this.labelTitleExpiryDateOfPassword.BackPictureBox1 = null;
|
|
this.labelTitleExpiryDateOfPassword.BackPictureBox2 = null;
|
|
this.labelTitleExpiryDateOfPassword.BorderColor = System.Drawing.Color.White;
|
|
this.labelTitleExpiryDateOfPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelTitleExpiryDateOfPassword.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitleExpiryDateOfPassword.ForeColor = System.Drawing.Color.White;
|
|
this.labelTitleExpiryDateOfPassword.InitVisible = true;
|
|
this.labelTitleExpiryDateOfPassword.LineSpacing = 0F;
|
|
this.labelTitleExpiryDateOfPassword.Location = new System.Drawing.Point(263, 172);
|
|
this.labelTitleExpiryDateOfPassword.Name = "labelTitleExpiryDateOfPassword";
|
|
this.labelTitleExpiryDateOfPassword.Size = new System.Drawing.Size(121, 26);
|
|
this.labelTitleExpiryDateOfPassword.TabIndex = 179;
|
|
this.labelTitleExpiryDateOfPassword.Text = "Expiry(PW)";
|
|
this.labelTitleExpiryDateOfPassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitleExpiryDateOfPassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleExpiryDateOfPassword.Wordwrap = false;
|
|
//
|
|
// labelExpiryDateOfAccount2
|
|
//
|
|
this.labelExpiryDateOfAccount2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
this.labelExpiryDateOfAccount2.BackPictureBox = null;
|
|
this.labelExpiryDateOfAccount2.BackPictureBox1 = null;
|
|
this.labelExpiryDateOfAccount2.BackPictureBox2 = null;
|
|
this.labelExpiryDateOfAccount2.BorderColor = System.Drawing.Color.White;
|
|
this.labelExpiryDateOfAccount2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.labelExpiryDateOfAccount2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
|
|
this.labelExpiryDateOfAccount2.ForeColor = System.Drawing.Color.White;
|
|
this.labelExpiryDateOfAccount2.InitVisible = true;
|
|
this.labelExpiryDateOfAccount2.LineSpacing = 0F;
|
|
this.labelExpiryDateOfAccount2.Location = new System.Drawing.Point(549, 140);
|
|
this.labelExpiryDateOfAccount2.Name = "labelExpiryDateOfAccount2";
|
|
this.labelExpiryDateOfAccount2.Size = new System.Drawing.Size(149, 26);
|
|
this.labelExpiryDateOfAccount2.TabIndex = 178;
|
|
this.labelExpiryDateOfAccount2.Text = "2023/03/31 ~ 2023/09/31";
|
|
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);
|
|
//
|
|
// labelTitleDayAccount
|
|
//
|
|
this.labelTitleDayAccount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
this.labelTitleDayAccount.BackPictureBox = null;
|
|
this.labelTitleDayAccount.BackPictureBox1 = null;
|
|
this.labelTitleDayAccount.BackPictureBox2 = null;
|
|
this.labelTitleDayAccount.BorderColor = System.Drawing.Color.White;
|
|
this.labelTitleDayAccount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelTitleDayAccount.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitleDayAccount.ForeColor = System.Drawing.Color.White;
|
|
this.labelTitleDayAccount.InitVisible = true;
|
|
this.labelTitleDayAccount.LineSpacing = 0F;
|
|
this.labelTitleDayAccount.Location = new System.Drawing.Point(454, 140);
|
|
this.labelTitleDayAccount.Name = "labelTitleDayAccount";
|
|
this.labelTitleDayAccount.Size = new System.Drawing.Size(90, 26);
|
|
this.labelTitleDayAccount.TabIndex = 177;
|
|
this.labelTitleDayAccount.Text = "day(Max:180)";
|
|
this.labelTitleDayAccount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelTitleDayAccount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleDayAccount.Wordwrap = false;
|
|
//
|
|
// labelExpiryDateOfAccount
|
|
//
|
|
this.labelExpiryDateOfAccount.BackColor = System.Drawing.Color.White;
|
|
this.labelExpiryDateOfAccount.BackPictureBox = null;
|
|
this.labelExpiryDateOfAccount.BackPictureBox1 = null;
|
|
this.labelExpiryDateOfAccount.BackPictureBox2 = null;
|
|
this.labelExpiryDateOfAccount.BorderColor = System.Drawing.Color.White;
|
|
this.labelExpiryDateOfAccount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelExpiryDateOfAccount.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
|
|
this.labelExpiryDateOfAccount.ForeColor = System.Drawing.Color.Black;
|
|
this.labelExpiryDateOfAccount.InitVisible = true;
|
|
this.labelExpiryDateOfAccount.LineSpacing = 0F;
|
|
this.labelExpiryDateOfAccount.Location = new System.Drawing.Point(390, 140);
|
|
this.labelExpiryDateOfAccount.Name = "labelExpiryDateOfAccount";
|
|
this.labelExpiryDateOfAccount.Size = new System.Drawing.Size(62, 26);
|
|
this.labelExpiryDateOfAccount.TabIndex = 176;
|
|
this.labelExpiryDateOfAccount.Text = "000";
|
|
this.labelExpiryDateOfAccount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelExpiryDateOfAccount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelExpiryDateOfAccount.Wordwrap = false;
|
|
this.labelExpiryDateOfAccount.Click += new System.EventHandler(this.labelExpiryDateOfAccount_Click);
|
|
//
|
|
// labelTitleExpiryDateOfAccount
|
|
//
|
|
this.labelTitleExpiryDateOfAccount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
|
|
this.labelTitleExpiryDateOfAccount.BackPictureBox = null;
|
|
this.labelTitleExpiryDateOfAccount.BackPictureBox1 = null;
|
|
this.labelTitleExpiryDateOfAccount.BackPictureBox2 = null;
|
|
this.labelTitleExpiryDateOfAccount.BorderColor = System.Drawing.Color.White;
|
|
this.labelTitleExpiryDateOfAccount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelTitleExpiryDateOfAccount.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitleExpiryDateOfAccount.ForeColor = System.Drawing.Color.White;
|
|
this.labelTitleExpiryDateOfAccount.InitVisible = true;
|
|
this.labelTitleExpiryDateOfAccount.LineSpacing = 0F;
|
|
this.labelTitleExpiryDateOfAccount.Location = new System.Drawing.Point(263, 140);
|
|
this.labelTitleExpiryDateOfAccount.Name = "labelTitleExpiryDateOfAccount";
|
|
this.labelTitleExpiryDateOfAccount.Size = new System.Drawing.Size(121, 26);
|
|
this.labelTitleExpiryDateOfAccount.TabIndex = 175;
|
|
this.labelTitleExpiryDateOfAccount.Text = "Expiry(ID)";
|
|
this.labelTitleExpiryDateOfAccount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitleExpiryDateOfAccount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleExpiryDateOfAccount.Wordwrap = false;
|
|
//
|
|
// buttonIDEdit
|
|
//
|
|
this.buttonIDEdit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
|
|
this.buttonIDEdit.BackPictureBox = null;
|
|
this.buttonIDEdit.BackPictureBox1 = null;
|
|
this.buttonIDEdit.BackPictureBox2 = null;
|
|
this.buttonIDEdit.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
|
|
this.buttonIDEdit.ButtonImageAutoSize = true;
|
|
this.buttonIDEdit.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonIDEdit.DisableImage = null;
|
|
this.buttonIDEdit.DownImage = null;
|
|
this.buttonIDEdit.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
|
this.buttonIDEdit.GroupID = 0;
|
|
this.buttonIDEdit.InitVisible = true;
|
|
this.buttonIDEdit.Location = new System.Drawing.Point(646, 12);
|
|
this.buttonIDEdit.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonIDEdit.Name = "buttonIDEdit";
|
|
this.buttonIDEdit.NestedClickEventPrevent = false;
|
|
this.buttonIDEdit.OutlinePixel = 1;
|
|
this.buttonIDEdit.RepeatInterval = 200;
|
|
this.buttonIDEdit.RepeatIntervalAccelerate = null;
|
|
this.buttonIDEdit.SafeInterval = 200;
|
|
this.buttonIDEdit.Size = new System.Drawing.Size(50, 26);
|
|
this.buttonIDEdit.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonIDEdit.TabIndex = 173;
|
|
this.buttonIDEdit.Text = "Edit";
|
|
this.buttonIDEdit.TextColor = System.Drawing.Color.White;
|
|
this.buttonIDEdit.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonIDEdit.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonIDEdit.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonIDEdit.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonIDEdit.UpImage = null;
|
|
this.buttonIDEdit.Click += new System.EventHandler(this.buttonIDEdit_Click);
|
|
//
|
|
// labelTitleID
|
|
//
|
|
this.labelTitleID.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
|
|
this.labelTitleID.BackPictureBox = null;
|
|
this.labelTitleID.BackPictureBox1 = null;
|
|
this.labelTitleID.BackPictureBox2 = null;
|
|
this.labelTitleID.BorderColor = System.Drawing.Color.White;
|
|
this.labelTitleID.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelTitleID.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitleID.ForeColor = System.Drawing.Color.White;
|
|
this.labelTitleID.InitVisible = true;
|
|
this.labelTitleID.LineSpacing = 0F;
|
|
this.labelTitleID.Location = new System.Drawing.Point(263, 12);
|
|
this.labelTitleID.Name = "labelTitleID";
|
|
this.labelTitleID.Size = new System.Drawing.Size(121, 26);
|
|
this.labelTitleID.TabIndex = 169;
|
|
this.labelTitleID.Text = "ID";
|
|
this.labelTitleID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitleID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleID.Wordwrap = false;
|
|
//
|
|
// textBoxPassword
|
|
//
|
|
this.textBoxPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
this.textBoxPassword.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Regular);
|
|
this.textBoxPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.textBoxPassword.Location = new System.Drawing.Point(390, 44);
|
|
this.textBoxPassword.MaxLength = 20;
|
|
this.textBoxPassword.Name = "textBoxPassword";
|
|
this.textBoxPassword.PasswordChar = '*';
|
|
this.textBoxPassword.Size = new System.Drawing.Size(250, 28);
|
|
this.textBoxPassword.TabIndex = 156;
|
|
this.textBoxPassword.Text = "AAAAABBBBBCCCCCDDDDD";
|
|
this.textBoxPassword.GotFocus += new System.EventHandler(this.textBoxPassword_GotFocus);
|
|
this.textBoxPassword.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxPassword_KeyPress);
|
|
//
|
|
// textBoxID
|
|
//
|
|
this.textBoxID.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
this.textBoxID.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Regular);
|
|
this.textBoxID.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.textBoxID.Location = new System.Drawing.Point(390, 12);
|
|
this.textBoxID.MaxLength = 20;
|
|
this.textBoxID.Name = "textBoxID";
|
|
this.textBoxID.Size = new System.Drawing.Size(250, 28);
|
|
this.textBoxID.TabIndex = 156;
|
|
this.textBoxID.Text = "ABCDEFGHJK";
|
|
this.textBoxID.GotFocus += new System.EventHandler(this.textBoxID_GotFocus);
|
|
this.textBoxID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxID_KeyPress);
|
|
//
|
|
// buttonGroupEditor
|
|
//
|
|
this.buttonGroupEditor.BackPictureBox = null;
|
|
this.buttonGroupEditor.BackPictureBox1 = null;
|
|
this.buttonGroupEditor.BackPictureBox2 = null;
|
|
this.buttonGroupEditor.ButtonColor = System.Drawing.Color.LightGray;
|
|
this.buttonGroupEditor.ButtonImageAutoSize = true;
|
|
this.buttonGroupEditor.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonGroupEditor.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonGroupEditor.DisableImage")));
|
|
this.buttonGroupEditor.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonGroupEditor.DownImage")));
|
|
this.buttonGroupEditor.GroupID = 0;
|
|
this.buttonGroupEditor.InitVisible = true;
|
|
this.buttonGroupEditor.Location = new System.Drawing.Point(646, 405);
|
|
this.buttonGroupEditor.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonGroupEditor.Name = "buttonGroupEditor";
|
|
this.buttonGroupEditor.NestedClickEventPrevent = false;
|
|
this.buttonGroupEditor.OutlinePixel = 1;
|
|
this.buttonGroupEditor.RepeatInterval = 200;
|
|
this.buttonGroupEditor.RepeatIntervalAccelerate = null;
|
|
this.buttonGroupEditor.SafeInterval = 200;
|
|
this.buttonGroupEditor.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonGroupEditor.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonGroupEditor.TabIndex = 151;
|
|
this.buttonGroupEditor.TextColor = System.Drawing.Color.Black;
|
|
this.buttonGroupEditor.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonGroupEditor.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonGroupEditor.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonGroupEditor.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonGroupEditor.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonGroupEditor.UpImage")));
|
|
this.buttonGroupEditor.Click += new System.EventHandler(this.buttonGroupEditor_Click);
|
|
//
|
|
// ControlCenterEquipUser
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.Controls.Add(this.smartGroupBox1);
|
|
this.Name = "ControlCenterEquipUser";
|
|
this.Size = new System.Drawing.Size(710, 470);
|
|
this.smartGroupBox1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartGroupBox smartGroupBox1;
|
|
private SmartX.SmartButton buttonGroupEditor;
|
|
private System.Windows.Forms.TextBox textBoxPassword;
|
|
private System.Windows.Forms.TextBox textBoxID;
|
|
public SmartX.SmartLabel labelTitleID;
|
|
private SmartX.SmartButton buttonIDEdit;
|
|
private SmartX.SmartKeyboard smartKeyboard;
|
|
public SmartX.SmartLabel labelTitleAccessRight;
|
|
private SmartX.SmartButton buttonDelete;
|
|
public SmartX.SmartLabel smartLabel11;
|
|
public SmartX.SmartLabel labelAutomaticLogoutTime;
|
|
public SmartX.SmartLabel labelTitleAutomaticLogoutTime;
|
|
public SmartX.SmartLabel labelExpiryDateOfPassword2;
|
|
public SmartX.SmartLabel labelTitleDayPassword;
|
|
public SmartX.SmartLabel labelExpiryDateOfPassword;
|
|
public SmartX.SmartLabel labelTitleExpiryDateOfPassword;
|
|
public SmartX.SmartLabel labelExpiryDateOfAccount2;
|
|
public SmartX.SmartLabel labelTitleDayAccount;
|
|
public SmartX.SmartLabel labelExpiryDateOfAccount;
|
|
public SmartX.SmartLabel labelTitleExpiryDateOfAccount;
|
|
private SmartX.SmartButton buttonSave;
|
|
private SmartX.SmartButton buttonNew;
|
|
public SmartX.SmartLabel labelTitlePassword;
|
|
public SmartX.SmartLabel labelAutoLogoutWarning;
|
|
private System.Windows.Forms.ComboBox comboBoxAccessRight;
|
|
private SmartX.SmartSeparatorLine smartSeparatorLine2;
|
|
private SmartX.SmartSeparatorLine smartSeparatorLine1;
|
|
public SmartX.SmartLabel labelAccessRightAdmin;
|
|
public System.Windows.Forms.ListBox listBoxUserList;
|
|
private SmartX.SmartButton buttonResetPW;
|
|
}
|
|
}
|