INT63DC_2C/INT63DC_2C/Forms/새 폴더/FormUserSetting.Designer.cs

530 lines
32 KiB
C#

namespace INT63DC_2C.Forms
{
partial class FormUserSetting
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormUserSetting));
this.smartForm1 = new SmartX.SmartForm();
this.labelTitleLevel3 = new SmartX.SmartLabel();
this.labelTitleLevel2 = new SmartX.SmartLabel();
this.labelTitleLevel1 = new SmartX.SmartLabel();
this.smartKeyboard = new SmartX.SmartKeyboard();
this.labelTitlePassword = new SmartX.SmartLabel();
this.labelTitleID = new SmartX.SmartLabel();
this.textBoxPassword = new System.Windows.Forms.TextBox();
this.textBoxID = new System.Windows.Forms.TextBox();
this.listBoxLevel2 = new SmartX.SmartListBox();
this.listBoxLevel1 = new SmartX.SmartListBox();
this.listBoxLevel3 = new SmartX.SmartListBox();
this.labelTitle = new SmartX.SmartLabel();
this.buttonBack = new SmartX.SmartButton();
this.buttonSave = new SmartX.SmartButton();
this.buttonDelete = new SmartX.SmartButton();
this.buttonGroupEditor = new SmartX.SmartButton();
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
this.SuspendLayout();
//
// smartForm1
//
this.smartForm1.CenterLocation = false;
this.smartForm1.Image = ((System.Drawing.Image)(resources.GetObject("smartForm1.Image")));
this.smartForm1.LCDDirection = SmartX.SmartForm.LCDDIRECTIONS.HORIZONTAL;
this.smartForm1.LCDSize = SmartX.SmartForm.LCDRESOLUTION.LCD1024X768;
this.smartForm1.Location = new System.Drawing.Point(0, 0);
this.smartForm1.MainForm = null;
this.smartForm1.Mode = SmartX.SmartForm.RUNMODE.RUNTIME;
this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.OFF;
this.smartForm1.Name = "smartForm1";
this.smartForm1.Size = new System.Drawing.Size(1024, 768);
this.smartForm1.SpecialFunctionClickPointSize = 100;
this.smartForm1.SuspendLayoutInterval = 0;
//
// labelTitleLevel3
//
this.labelTitleLevel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
this.labelTitleLevel3.BackPictureBox = null;
this.labelTitleLevel3.BackPictureBox1 = null;
this.labelTitleLevel3.BackPictureBox2 = null;
this.labelTitleLevel3.BorderColor = System.Drawing.Color.Black;
this.labelTitleLevel3.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleLevel3.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Bold);
this.labelTitleLevel3.ForeColor = System.Drawing.Color.White;
this.labelTitleLevel3.InitVisible = true;
this.labelTitleLevel3.LineSpacing = 0F;
this.labelTitleLevel3.Location = new System.Drawing.Point(670, 80);
this.labelTitleLevel3.Name = "labelTitleLevel3";
this.labelTitleLevel3.Size = new System.Drawing.Size(300, 30);
this.labelTitleLevel3.TabIndex = 193;
this.labelTitleLevel3.Text = "Level3";
this.labelTitleLevel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleLevel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleLevel3.Wordwrap = false;
//
// labelTitleLevel2
//
this.labelTitleLevel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
this.labelTitleLevel2.BackPictureBox = null;
this.labelTitleLevel2.BackPictureBox1 = null;
this.labelTitleLevel2.BackPictureBox2 = null;
this.labelTitleLevel2.BorderColor = System.Drawing.Color.Black;
this.labelTitleLevel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleLevel2.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Bold);
this.labelTitleLevel2.ForeColor = System.Drawing.Color.White;
this.labelTitleLevel2.InitVisible = true;
this.labelTitleLevel2.LineSpacing = 0F;
this.labelTitleLevel2.Location = new System.Drawing.Point(364, 80);
this.labelTitleLevel2.Name = "labelTitleLevel2";
this.labelTitleLevel2.Size = new System.Drawing.Size(300, 30);
this.labelTitleLevel2.TabIndex = 192;
this.labelTitleLevel2.Text = "Level2";
this.labelTitleLevel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleLevel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleLevel2.Wordwrap = false;
//
// labelTitleLevel1
//
this.labelTitleLevel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
this.labelTitleLevel1.BackPictureBox = null;
this.labelTitleLevel1.BackPictureBox1 = null;
this.labelTitleLevel1.BackPictureBox2 = null;
this.labelTitleLevel1.BorderColor = System.Drawing.Color.Black;
this.labelTitleLevel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleLevel1.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Bold);
this.labelTitleLevel1.ForeColor = System.Drawing.Color.White;
this.labelTitleLevel1.InitVisible = true;
this.labelTitleLevel1.LineSpacing = 0F;
this.labelTitleLevel1.Location = new System.Drawing.Point(58, 80);
this.labelTitleLevel1.Name = "labelTitleLevel1";
this.labelTitleLevel1.Size = new System.Drawing.Size(300, 30);
this.labelTitleLevel1.TabIndex = 191;
this.labelTitleLevel1.Text = "Level1";
this.labelTitleLevel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleLevel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleLevel1.Wordwrap = false;
//
// smartKeyboard
//
this.smartKeyboard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
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(264, 368);
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(712, 276);
this.smartKeyboard.TabIndex = 183;
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);
//
// 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.Black;
this.labelTitlePassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitlePassword.Font = new System.Drawing.Font("New Gulim", 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(58, 443);
this.labelTitlePassword.Name = "labelTitlePassword";
this.labelTitlePassword.Size = new System.Drawing.Size(200, 25);
this.labelTitlePassword.TabIndex = 190;
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.Black;
this.labelTitleID.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleID.Font = new System.Drawing.Font("New Gulim", 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(58, 377);
this.labelTitleID.Name = "labelTitleID";
this.labelTitleID.Size = new System.Drawing.Size(200, 25);
this.labelTitleID.TabIndex = 189;
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", 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(58, 471);
this.textBoxPassword.MaxLength = 10;
this.textBoxPassword.Name = "textBoxPassword";
this.textBoxPassword.Size = new System.Drawing.Size(200, 34);
this.textBoxPassword.TabIndex = 188;
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(58, 405);
this.textBoxID.MaxLength = 10;
this.textBoxID.Name = "textBoxID";
this.textBoxID.Size = new System.Drawing.Size(200, 34);
this.textBoxID.TabIndex = 187;
this.textBoxID.Text = "ABCDEFGHJK";
this.textBoxID.GotFocus += new System.EventHandler(this.textBoxID_GotFocus);
//
// listBoxLevel2
//
this.listBoxLevel2.BackColor = System.Drawing.Color.White;
this.listBoxLevel2.BackPictureBox = null;
this.listBoxLevel2.BackPictureBox1 = null;
this.listBoxLevel2.BackPictureBox2 = null;
this.listBoxLevel2.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER;
this.listBoxLevel2.ColumnDelimiter = '\0';
this.listBoxLevel2.ColumnOffsets = null;
this.listBoxLevel2.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Bold);
this.listBoxLevel2.FontColor = System.Drawing.Color.Black;
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(364, 112);
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(300, 250);
this.listBoxLevel2.TabIndex = 186;
this.listBoxLevel2.Text = "smartListBox1";
this.listBoxLevel2.SelectedIndexChanged += new System.EventHandler(this.listBoxLevel2_SelectedIndexChanged);
//
// listBoxLevel1
//
this.listBoxLevel1.BackColor = System.Drawing.Color.White;
this.listBoxLevel1.BackPictureBox = null;
this.listBoxLevel1.BackPictureBox1 = null;
this.listBoxLevel1.BackPictureBox2 = null;
this.listBoxLevel1.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER;
this.listBoxLevel1.ColumnDelimiter = '\0';
this.listBoxLevel1.ColumnOffsets = null;
this.listBoxLevel1.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Bold);
this.listBoxLevel1.FontColor = System.Drawing.Color.Black;
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(58, 112);
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(300, 250);
this.listBoxLevel1.TabIndex = 185;
this.listBoxLevel1.Text = "smartListBox1";
this.listBoxLevel1.SelectedIndexChanged += new System.EventHandler(this.listBoxLevel1_SelectedIndexChanged);
//
// listBoxLevel3
//
this.listBoxLevel3.BackColor = System.Drawing.Color.White;
this.listBoxLevel3.BackPictureBox = null;
this.listBoxLevel3.BackPictureBox1 = null;
this.listBoxLevel3.BackPictureBox2 = null;
this.listBoxLevel3.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER;
this.listBoxLevel3.ColumnDelimiter = '\0';
this.listBoxLevel3.ColumnOffsets = null;
this.listBoxLevel3.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Bold);
this.listBoxLevel3.FontColor = System.Drawing.Color.Black;
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(670, 112);
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(300, 250);
this.listBoxLevel3.TabIndex = 184;
this.listBoxLevel3.Text = "smartListBox1";
this.listBoxLevel3.SelectedIndexChanged += new System.EventHandler(this.listBoxLevel3_SelectedIndexChanged);
//
// labelTitle
//
this.labelTitle.BackPictureBox = this.smartForm1;
this.labelTitle.BackPictureBox1 = null;
this.labelTitle.BackPictureBox2 = null;
this.labelTitle.BorderColor = System.Drawing.Color.Black;
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 35F, System.Drawing.FontStyle.Bold);
this.labelTitle.InitVisible = true;
this.labelTitle.LineSpacing = 0F;
this.labelTitle.Location = new System.Drawing.Point(199, 7);
this.labelTitle.Name = "labelTitle";
this.labelTitle.Size = new System.Drawing.Size(626, 60);
this.labelTitle.TabIndex = 182;
this.labelTitle.Text = "유 저 설 정";
this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitle.Wordwrap = false;
//
// buttonBack
//
this.buttonBack.BackPictureBox = null;
this.buttonBack.BackPictureBox1 = null;
this.buttonBack.BackPictureBox2 = null;
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
this.buttonBack.ButtonImageAutoSize = true;
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonBack.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DisableImage")));
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
this.buttonBack.GroupID = 0;
this.buttonBack.InitVisible = true;
this.buttonBack.Location = new System.Drawing.Point(924, 666);
this.buttonBack.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonBack.Name = "buttonBack";
this.buttonBack.NestedClickEventPrevent = false;
this.buttonBack.OutlinePixel = 1;
this.buttonBack.RepeatInterval = 200;
this.buttonBack.RepeatIntervalAccelerate = null;
this.buttonBack.SafeInterval = 200;
this.buttonBack.Size = new System.Drawing.Size(84, 87);
this.buttonBack.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonBack.TabIndex = 194;
this.buttonBack.TextColor = System.Drawing.Color.Black;
this.buttonBack.TextDownColor = System.Drawing.Color.White;
this.buttonBack.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonBack.TextLocation = new System.Drawing.Point(0, 0);
this.buttonBack.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonBack.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.UpImage")));
this.buttonBack.Click += new System.EventHandler(this.buttonBack_Click);
//
// buttonSave
//
this.buttonSave.BackPictureBox = null;
this.buttonSave.BackPictureBox1 = null;
this.buttonSave.BackPictureBox2 = null;
this.buttonSave.ButtonColor = System.Drawing.Color.Gray;
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(58, 516);
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(63, 125);
this.buttonSave.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonSave.TabIndex = 195;
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);
//
// buttonDelete
//
this.buttonDelete.BackPictureBox = null;
this.buttonDelete.BackPictureBox1 = null;
this.buttonDelete.BackPictureBox2 = null;
this.buttonDelete.ButtonColor = System.Drawing.Color.Gray;
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(127, 516);
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(63, 125);
this.buttonDelete.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonDelete.TabIndex = 196;
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);
//
// buttonGroupEditor
//
this.buttonGroupEditor.BackPictureBox = null;
this.buttonGroupEditor.BackPictureBox1 = null;
this.buttonGroupEditor.BackPictureBox2 = null;
this.buttonGroupEditor.ButtonColor = System.Drawing.Color.Gray;
this.buttonGroupEditor.ButtonImageAutoSize = true;
this.buttonGroupEditor.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonGroupEditor.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonGroupEditor.DisableImage")));
this.buttonGroupEditor.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonGroupEditor.DownImage")));
this.buttonGroupEditor.GroupID = 0;
this.buttonGroupEditor.InitVisible = true;
this.buttonGroupEditor.Location = new System.Drawing.Point(196, 516);
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(63, 125);
this.buttonGroupEditor.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonGroupEditor.TabIndex = 197;
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);
//
// FormUserSetting
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(1024, 768);
this.Controls.Add(this.buttonGroupEditor);
this.Controls.Add(this.buttonDelete);
this.Controls.Add(this.buttonSave);
this.Controls.Add(this.buttonBack);
this.Controls.Add(this.labelTitleLevel3);
this.Controls.Add(this.labelTitleLevel2);
this.Controls.Add(this.labelTitleLevel1);
this.Controls.Add(this.smartKeyboard);
this.Controls.Add(this.labelTitlePassword);
this.Controls.Add(this.labelTitleID);
this.Controls.Add(this.textBoxPassword);
this.Controls.Add(this.textBoxID);
this.Controls.Add(this.listBoxLevel2);
this.Controls.Add(this.listBoxLevel1);
this.Controls.Add(this.listBoxLevel3);
this.Controls.Add(this.labelTitle);
this.Controls.Add(this.smartForm1);
this.Name = "FormUserSetting";
this.Text = "FormUserSetting";
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private SmartX.SmartForm smartForm1;
private SmartX.SmartLabel labelTitleLevel3;
private SmartX.SmartLabel labelTitleLevel2;
private SmartX.SmartLabel labelTitleLevel1;
private SmartX.SmartKeyboard smartKeyboard;
private SmartX.SmartLabel labelTitlePassword;
private SmartX.SmartLabel labelTitleID;
private System.Windows.Forms.TextBox textBoxPassword;
private System.Windows.Forms.TextBox textBoxID;
private SmartX.SmartListBox listBoxLevel2;
private SmartX.SmartListBox listBoxLevel1;
private SmartX.SmartListBox listBoxLevel3;
private SmartX.SmartLabel labelTitle;
private SmartX.SmartButton buttonBack;
private SmartX.SmartButton buttonSave;
private SmartX.SmartButton buttonDelete;
private SmartX.SmartButton buttonGroupEditor;
}
}