402 lines
		
	
	
		
			24 KiB
		
	
	
	
		
			C#
		
	
			
		
		
	
	
			402 lines
		
	
	
		
			24 KiB
		
	
	
	
		
			C#
		
	
namespace ITC81DB.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.labelTitlePassword = new SmartX.SmartLabel();
 | 
						|
            this.labelTitleID = new SmartX.SmartLabel();
 | 
						|
            this.listBoxLevel2 = new SmartX.SmartListBox();
 | 
						|
            this.listBoxLevel1 = new SmartX.SmartListBox();
 | 
						|
            this.listBoxLevel3 = new SmartX.SmartListBox();
 | 
						|
            this.buttonDelete = new SmartX.SmartButton();
 | 
						|
            this.smartKeyboard = new SmartX.SmartKeyboard();
 | 
						|
            this.buttonSave = new SmartX.SmartButton();
 | 
						|
            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.labelTitlePassword);
 | 
						|
            this.smartGroupBox1.Controls.Add(this.labelTitleID);
 | 
						|
            this.smartGroupBox1.Controls.Add(this.listBoxLevel2);
 | 
						|
            this.smartGroupBox1.Controls.Add(this.listBoxLevel1);
 | 
						|
            this.smartGroupBox1.Controls.Add(this.listBoxLevel3);
 | 
						|
            this.smartGroupBox1.Controls.Add(this.buttonDelete);
 | 
						|
            this.smartGroupBox1.Controls.Add(this.smartKeyboard);
 | 
						|
            this.smartGroupBox1.Controls.Add(this.buttonSave);
 | 
						|
            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;
 | 
						|
            // 
 | 
						|
            // 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.FixedSingle;
 | 
						|
            this.labelTitlePassword.Font = new System.Drawing.Font("새굴림", 13F, 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(16, 323);
 | 
						|
            this.labelTitlePassword.Name = "labelTitlePassword";
 | 
						|
            this.labelTitlePassword.Size = new System.Drawing.Size(175, 25);
 | 
						|
            this.labelTitlePassword.TabIndex = 170;
 | 
						|
            this.labelTitlePassword.Text = "Password";
 | 
						|
            this.labelTitlePassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
 | 
						|
            this.labelTitlePassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
 | 
						|
            this.labelTitlePassword.Wordwrap = false;
 | 
						|
            // 
 | 
						|
            // 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.FixedSingle;
 | 
						|
            this.labelTitleID.Font = new System.Drawing.Font("새굴림", 13F, 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(16, 259);
 | 
						|
            this.labelTitleID.Name = "labelTitleID";
 | 
						|
            this.labelTitleID.Size = new System.Drawing.Size(175, 25);
 | 
						|
            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;
 | 
						|
            // 
 | 
						|
            // listBoxLevel2
 | 
						|
            // 
 | 
						|
            this.listBoxLevel2.BackColor = System.Drawing.Color.White;
 | 
						|
            this.listBoxLevel2.BackPictureBox1 = null;
 | 
						|
            this.listBoxLevel2.BackPictureBox2 = this.smartGroupBox1;
 | 
						|
            this.listBoxLevel2.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER;
 | 
						|
            this.listBoxLevel2.ColumnDelimiter = '\0';
 | 
						|
            this.listBoxLevel2.ColumnOffsets = null;
 | 
						|
            this.listBoxLevel2.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
 | 
						|
            this.listBoxLevel2.FontColor = System.Drawing.Color.White;
 | 
						|
            this.listBoxLevel2.InitVisible = true;
 | 
						|
            this.listBoxLevel2.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
 | 
						|
            this.listBoxLevel2.ItemOffsetGap = 0;
 | 
						|
            this.listBoxLevel2.ItemOffsetX = 0;
 | 
						|
            this.listBoxLevel2.ItemOffsetY = 0;
 | 
						|
            this.listBoxLevel2.Location = new System.Drawing.Point(264, 66);
 | 
						|
            this.listBoxLevel2.MouseMoveEventSpace = 3;
 | 
						|
            this.listBoxLevel2.MouseMoveSpace = 10;
 | 
						|
            this.listBoxLevel2.Name = "listBoxLevel2";
 | 
						|
            this.listBoxLevel2.OutLineColor = System.Drawing.SystemColors.ControlText;
 | 
						|
            this.listBoxLevel2.SelectColor = System.Drawing.Color.DarkBlue;
 | 
						|
            this.listBoxLevel2.SelectFilled = true;
 | 
						|
            this.listBoxLevel2.SelectFontColor = System.Drawing.Color.White;
 | 
						|
            this.listBoxLevel2.SelectItemIndex = -1;
 | 
						|
            this.listBoxLevel2.SeparationlineColor1 = System.Drawing.Color.Gray;
 | 
						|
            this.listBoxLevel2.SeparationlineColor2 = System.Drawing.Color.LightGray;
 | 
						|
            this.listBoxLevel2.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.None;
 | 
						|
            this.listBoxLevel2.SeparationlineVisibleBottom = true;
 | 
						|
            this.listBoxLevel2.SeparationlineVisibleTop = true;
 | 
						|
            this.listBoxLevel2.Size = new System.Drawing.Size(202, 170);
 | 
						|
            this.listBoxLevel2.TabIndex = 168;
 | 
						|
            this.listBoxLevel2.Text = "smartListBox1";
 | 
						|
            this.listBoxLevel2.SelectedIndexChanged += new System.EventHandler(this.listBoxLevel2_SelectedIndexChanged);
 | 
						|
            // 
 | 
						|
            // listBoxLevel1
 | 
						|
            // 
 | 
						|
            this.listBoxLevel1.BackColor = System.Drawing.Color.White;
 | 
						|
            this.listBoxLevel1.BackPictureBox1 = null;
 | 
						|
            this.listBoxLevel1.BackPictureBox2 = this.smartGroupBox1;
 | 
						|
            this.listBoxLevel1.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER;
 | 
						|
            this.listBoxLevel1.ColumnDelimiter = '\0';
 | 
						|
            this.listBoxLevel1.ColumnOffsets = null;
 | 
						|
            this.listBoxLevel1.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
 | 
						|
            this.listBoxLevel1.FontColor = System.Drawing.Color.White;
 | 
						|
            this.listBoxLevel1.InitVisible = true;
 | 
						|
            this.listBoxLevel1.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
 | 
						|
            this.listBoxLevel1.ItemOffsetGap = 0;
 | 
						|
            this.listBoxLevel1.ItemOffsetX = 0;
 | 
						|
            this.listBoxLevel1.ItemOffsetY = 0;
 | 
						|
            this.listBoxLevel1.Location = new System.Drawing.Point(38, 66);
 | 
						|
            this.listBoxLevel1.MouseMoveEventSpace = 3;
 | 
						|
            this.listBoxLevel1.MouseMoveSpace = 10;
 | 
						|
            this.listBoxLevel1.Name = "listBoxLevel1";
 | 
						|
            this.listBoxLevel1.OutLineColor = System.Drawing.SystemColors.ControlText;
 | 
						|
            this.listBoxLevel1.SelectColor = System.Drawing.Color.DarkBlue;
 | 
						|
            this.listBoxLevel1.SelectFilled = true;
 | 
						|
            this.listBoxLevel1.SelectFontColor = System.Drawing.Color.White;
 | 
						|
            this.listBoxLevel1.SelectItemIndex = -1;
 | 
						|
            this.listBoxLevel1.SeparationlineColor1 = System.Drawing.Color.Gray;
 | 
						|
            this.listBoxLevel1.SeparationlineColor2 = System.Drawing.Color.LightGray;
 | 
						|
            this.listBoxLevel1.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.None;
 | 
						|
            this.listBoxLevel1.SeparationlineVisibleBottom = true;
 | 
						|
            this.listBoxLevel1.SeparationlineVisibleTop = true;
 | 
						|
            this.listBoxLevel1.Size = new System.Drawing.Size(202, 170);
 | 
						|
            this.listBoxLevel1.TabIndex = 167;
 | 
						|
            this.listBoxLevel1.Text = "smartListBox1";
 | 
						|
            this.listBoxLevel1.SelectedIndexChanged += new System.EventHandler(this.listBoxLevel1_SelectedIndexChanged);
 | 
						|
            // 
 | 
						|
            // listBoxLevel3
 | 
						|
            // 
 | 
						|
            this.listBoxLevel3.BackColor = System.Drawing.Color.White;
 | 
						|
            this.listBoxLevel3.BackPictureBox1 = null;
 | 
						|
            this.listBoxLevel3.BackPictureBox2 = this.smartGroupBox1;
 | 
						|
            this.listBoxLevel3.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER;
 | 
						|
            this.listBoxLevel3.ColumnDelimiter = '\0';
 | 
						|
            this.listBoxLevel3.ColumnOffsets = null;
 | 
						|
            this.listBoxLevel3.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
 | 
						|
            this.listBoxLevel3.FontColor = System.Drawing.Color.White;
 | 
						|
            this.listBoxLevel3.InitVisible = true;
 | 
						|
            this.listBoxLevel3.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
 | 
						|
            this.listBoxLevel3.ItemOffsetGap = 0;
 | 
						|
            this.listBoxLevel3.ItemOffsetX = 0;
 | 
						|
            this.listBoxLevel3.ItemOffsetY = 0;
 | 
						|
            this.listBoxLevel3.Location = new System.Drawing.Point(491, 66);
 | 
						|
            this.listBoxLevel3.MouseMoveEventSpace = 3;
 | 
						|
            this.listBoxLevel3.MouseMoveSpace = 10;
 | 
						|
            this.listBoxLevel3.Name = "listBoxLevel3";
 | 
						|
            this.listBoxLevel3.OutLineColor = System.Drawing.SystemColors.ControlText;
 | 
						|
            this.listBoxLevel3.SelectColor = System.Drawing.Color.DarkBlue;
 | 
						|
            this.listBoxLevel3.SelectFilled = true;
 | 
						|
            this.listBoxLevel3.SelectFontColor = System.Drawing.Color.White;
 | 
						|
            this.listBoxLevel3.SelectItemIndex = -1;
 | 
						|
            this.listBoxLevel3.SeparationlineColor1 = System.Drawing.Color.Gray;
 | 
						|
            this.listBoxLevel3.SeparationlineColor2 = System.Drawing.Color.LightGray;
 | 
						|
            this.listBoxLevel3.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.None;
 | 
						|
            this.listBoxLevel3.SeparationlineVisibleBottom = true;
 | 
						|
            this.listBoxLevel3.SeparationlineVisibleTop = true;
 | 
						|
            this.listBoxLevel3.Size = new System.Drawing.Size(202, 170);
 | 
						|
            this.listBoxLevel3.TabIndex = 166;
 | 
						|
            this.listBoxLevel3.Text = "smartListBox1";
 | 
						|
            this.listBoxLevel3.SelectedIndexChanged += new System.EventHandler(this.listBoxLevel3_SelectedIndexChanged);
 | 
						|
            // 
 | 
						|
            // 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(75, 389);
 | 
						|
            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(56, 60);
 | 
						|
            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.Click += new System.EventHandler(this.buttonDelete_Click);
 | 
						|
            // 
 | 
						|
            // smartKeyboard
 | 
						|
            // 
 | 
						|
            this.smartKeyboard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
 | 
						|
            this.smartKeyboard.ControlKeyDisable = false;
 | 
						|
            this.smartKeyboard.DesignMinimize = false;
 | 
						|
            this.smartKeyboard.FontColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
 | 
						|
            this.smartKeyboard.HanYoungKeyDisable = true;
 | 
						|
            this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL;
 | 
						|
            this.smartKeyboard.KeyFillColor = System.Drawing.Color.Black;
 | 
						|
            this.smartKeyboard.KeyOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
 | 
						|
            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(195, 253);
 | 
						|
            this.smartKeyboard.Name = "smartKeyboard";
 | 
						|
            this.smartKeyboard.PressFontColor = System.Drawing.Color.Olive;
 | 
						|
            this.smartKeyboard.PressKeyFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
 | 
						|
            this.smartKeyboard.PressKeyOutLineColor = System.Drawing.Color.Green;
 | 
						|
            this.smartKeyboard.RoundedCorners = true;
 | 
						|
            this.smartKeyboard.SetBackimage = null;
 | 
						|
            this.smartKeyboard.Size = new System.Drawing.Size(500, 199);
 | 
						|
            this.smartKeyboard.TabIndex = 161;
 | 
						|
            this.smartKeyboard.TABKeyDisable = false;
 | 
						|
            this.smartKeyboard.TargetInputObject = null;
 | 
						|
            this.smartKeyboard.Text = "smartKeyboard1";
 | 
						|
            this.smartKeyboard.ThemeStyle = SmartX.SmartKeyboard.KEYBOARDTHEMESTYLE.CUSTOMIZED_LITE;
 | 
						|
            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(13, 389);
 | 
						|
            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(56, 60);
 | 
						|
            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.Click += new System.EventHandler(this.buttonSave_Click);
 | 
						|
            // 
 | 
						|
            // 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", 18F, 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(16, 349);
 | 
						|
            this.textBoxPassword.MaxLength = 10;
 | 
						|
            this.textBoxPassword.Name = "textBoxPassword";
 | 
						|
            this.textBoxPassword.Size = new System.Drawing.Size(175, 34);
 | 
						|
            this.textBoxPassword.TabIndex = 156;
 | 
						|
            this.textBoxPassword.Text = "ABCDEFGHJK";
 | 
						|
            this.textBoxPassword.GotFocus += new System.EventHandler(this.textBoxPassword_GotFocus);
 | 
						|
            // 
 | 
						|
            // 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", 18F, 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(16, 285);
 | 
						|
            this.textBoxID.MaxLength = 10;
 | 
						|
            this.textBoxID.Name = "textBoxID";
 | 
						|
            this.textBoxID.Size = new System.Drawing.Size(175, 34);
 | 
						|
            this.textBoxID.TabIndex = 156;
 | 
						|
            this.textBoxID.Text = "ABCDEFGHJK";
 | 
						|
            this.textBoxID.GotFocus += new System.EventHandler(this.textBoxID_GotFocus);
 | 
						|
            // 
 | 
						|
            // 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(137, 389);
 | 
						|
            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(56, 60);
 | 
						|
            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;
 | 
						|
        private SmartX.SmartKeyboard smartKeyboard;
 | 
						|
        private SmartX.SmartButton buttonSave;
 | 
						|
        private SmartX.SmartButton buttonDelete;
 | 
						|
        private SmartX.SmartListBox listBoxLevel3;
 | 
						|
        private SmartX.SmartListBox listBoxLevel2;
 | 
						|
        private SmartX.SmartListBox listBoxLevel1;
 | 
						|
        public SmartX.SmartLabel labelTitleID;
 | 
						|
        public SmartX.SmartLabel labelTitlePassword;
 | 
						|
    }
 | 
						|
}
 |