ITC81DB_2H/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipMyPage.De...

302 lines
18 KiB
C#

namespace ITC81DB_0H.Controls
{
partial class ControlCenterEquipMyPage
{
/// <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(ControlCenterEquipMyPage));
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.smartKeyboard = new SmartX.SmartKeyboard();
this.labelID = new SmartX.SmartLabel();
this.labelTitleID = new SmartX.SmartLabel();
this.labelTitleVerifyPassword = new SmartX.SmartLabel();
this.labelTitleNewPassword = new SmartX.SmartLabel();
this.labelTitle = new SmartX.SmartLabel();
this.pictureBoxImage = new System.Windows.Forms.PictureBox();
this.buttonChangePassword = new SmartX.SmartButton();
this.textBoxVerifyPassword = new System.Windows.Forms.TextBox();
this.textBoxNewPassword = new System.Windows.Forms.TextBox();
this.smartGroupBox1.SuspendLayout();
this.SuspendLayout();
//
// smartGroupBox1
//
this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
this.smartGroupBox1.BackPictureBox = null;
this.smartGroupBox1.BackPictureBox1 = null;
this.smartGroupBox1.Controls.Add(this.smartKeyboard);
this.smartGroupBox1.Controls.Add(this.labelID);
this.smartGroupBox1.Controls.Add(this.labelTitleID);
this.smartGroupBox1.Controls.Add(this.labelTitleVerifyPassword);
this.smartGroupBox1.Controls.Add(this.labelTitleNewPassword);
this.smartGroupBox1.Controls.Add(this.labelTitle);
this.smartGroupBox1.Controls.Add(this.pictureBoxImage);
this.smartGroupBox1.Controls.Add(this.buttonChangePassword);
this.smartGroupBox1.Controls.Add(this.textBoxVerifyPassword);
this.smartGroupBox1.Controls.Add(this.textBoxNewPassword);
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
this.smartGroupBox1.FrameLineThickness = 2;
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 = 10;
this.smartGroupBox1.Size = new System.Drawing.Size(710, 470);
this.smartGroupBox1.TabIndex = 177;
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
//
// 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(12, 191);
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(692, 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);
//
// labelID
//
this.labelID.BackColor = System.Drawing.Color.White;
this.labelID.BackPictureBox = null;
this.labelID.BackPictureBox1 = null;
this.labelID.BackPictureBox2 = null;
this.labelID.BorderColor = System.Drawing.Color.Black;
this.labelID.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelID.Font = new System.Drawing.Font("새굴림", 16F, System.Drawing.FontStyle.Bold);
this.labelID.ForeColor = System.Drawing.Color.Black;
this.labelID.InitVisible = true;
this.labelID.LineSpacing = 0F;
this.labelID.Location = new System.Drawing.Point(270, 57);
this.labelID.Name = "labelID";
this.labelID.Size = new System.Drawing.Size(314, 31);
this.labelID.TabIndex = 190;
this.labelID.Text = "ID";
this.labelID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelID.Wordwrap = false;
//
// labelTitleID
//
this.labelTitleID.BackColor = System.Drawing.Color.White;
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("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleID.ForeColor = System.Drawing.Color.Gray;
this.labelTitleID.InitVisible = true;
this.labelTitleID.LineSpacing = 0F;
this.labelTitleID.Location = new System.Drawing.Point(138, 57);
this.labelTitleID.Name = "labelTitleID";
this.labelTitleID.Size = new System.Drawing.Size(126, 31);
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;
//
// labelTitleVerifyPassword
//
this.labelTitleVerifyPassword.BackColor = System.Drawing.Color.White;
this.labelTitleVerifyPassword.BackPictureBox = null;
this.labelTitleVerifyPassword.BackPictureBox1 = null;
this.labelTitleVerifyPassword.BackPictureBox2 = null;
this.labelTitleVerifyPassword.BorderColor = System.Drawing.Color.Black;
this.labelTitleVerifyPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleVerifyPassword.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleVerifyPassword.ForeColor = System.Drawing.Color.Gray;
this.labelTitleVerifyPassword.InitVisible = true;
this.labelTitleVerifyPassword.LineSpacing = 0F;
this.labelTitleVerifyPassword.Location = new System.Drawing.Point(138, 137);
this.labelTitleVerifyPassword.Name = "labelTitleVerifyPassword";
this.labelTitleVerifyPassword.Size = new System.Drawing.Size(126, 31);
this.labelTitleVerifyPassword.TabIndex = 186;
this.labelTitleVerifyPassword.Text = "비밀번호 확인";
this.labelTitleVerifyPassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleVerifyPassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleVerifyPassword.Wordwrap = false;
//
// labelTitleNewPassword
//
this.labelTitleNewPassword.BackColor = System.Drawing.Color.White;
this.labelTitleNewPassword.BackPictureBox = null;
this.labelTitleNewPassword.BackPictureBox1 = null;
this.labelTitleNewPassword.BackPictureBox2 = null;
this.labelTitleNewPassword.BorderColor = System.Drawing.Color.Black;
this.labelTitleNewPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleNewPassword.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleNewPassword.ForeColor = System.Drawing.Color.Gray;
this.labelTitleNewPassword.InitVisible = true;
this.labelTitleNewPassword.LineSpacing = 0F;
this.labelTitleNewPassword.Location = new System.Drawing.Point(138, 98);
this.labelTitleNewPassword.Name = "labelTitleNewPassword";
this.labelTitleNewPassword.Size = new System.Drawing.Size(126, 31);
this.labelTitleNewPassword.TabIndex = 185;
this.labelTitleNewPassword.Text = "새 비밀번호";
this.labelTitleNewPassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleNewPassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleNewPassword.Wordwrap = false;
//
// labelTitle
//
this.labelTitle.BackColor = System.Drawing.Color.White;
this.labelTitle.BackPictureBox = null;
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("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.labelTitle.ForeColor = System.Drawing.Color.Gray;
this.labelTitle.InitVisible = true;
this.labelTitle.LineSpacing = 0F;
this.labelTitle.Location = new System.Drawing.Point(122, 23);
this.labelTitle.Name = "labelTitle";
this.labelTitle.Size = new System.Drawing.Size(543, 28);
this.labelTitle.TabIndex = 184;
this.labelTitle.Text = "유저 정보";
this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitle.Wordwrap = false;
//
// pictureBoxImage
//
this.pictureBoxImage.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxImage.Image")));
this.pictureBoxImage.Location = new System.Drawing.Point(40, 68);
this.pictureBoxImage.Name = "pictureBoxImage";
this.pictureBoxImage.Size = new System.Drawing.Size(66, 72);
//
// buttonChangePassword
//
this.buttonChangePassword.BackPictureBox = null;
this.buttonChangePassword.BackPictureBox1 = null;
this.buttonChangePassword.BackPictureBox2 = null;
this.buttonChangePassword.ButtonColor = System.Drawing.Color.LightGray;
this.buttonChangePassword.ButtonImageAutoSize = true;
this.buttonChangePassword.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonChangePassword.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonChangePassword.DisableImage")));
this.buttonChangePassword.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonChangePassword.DownImage")));
this.buttonChangePassword.GroupID = 0;
this.buttonChangePassword.InitVisible = true;
this.buttonChangePassword.Location = new System.Drawing.Point(590, 93);
this.buttonChangePassword.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonChangePassword.Name = "buttonChangePassword";
this.buttonChangePassword.NestedClickEventPrevent = false;
this.buttonChangePassword.OutlinePixel = 1;
this.buttonChangePassword.RepeatInterval = 200;
this.buttonChangePassword.RepeatIntervalAccelerate = null;
this.buttonChangePassword.SafeInterval = 200;
this.buttonChangePassword.Size = new System.Drawing.Size(75, 75);
this.buttonChangePassword.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonChangePassword.TabIndex = 181;
this.buttonChangePassword.TextColor = System.Drawing.Color.Black;
this.buttonChangePassword.TextDownColor = System.Drawing.Color.White;
this.buttonChangePassword.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonChangePassword.TextLocation = new System.Drawing.Point(0, 0);
this.buttonChangePassword.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonChangePassword.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonChangePassword.UpImage")));
this.buttonChangePassword.Click += new System.EventHandler(this.buttonChangePassword_Click);
//
// textBoxVerifyPassword
//
this.textBoxVerifyPassword.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Regular);
this.textBoxVerifyPassword.Location = new System.Drawing.Point(270, 137);
this.textBoxVerifyPassword.MaxLength = 20;
this.textBoxVerifyPassword.Name = "textBoxVerifyPassword";
this.textBoxVerifyPassword.PasswordChar = '*';
this.textBoxVerifyPassword.Size = new System.Drawing.Size(314, 31);
this.textBoxVerifyPassword.TabIndex = 180;
this.textBoxVerifyPassword.GotFocus += new System.EventHandler(this.textBoxVerifyPassword_GotFocus);
//
// textBoxNewPassword
//
this.textBoxNewPassword.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Regular);
this.textBoxNewPassword.Location = new System.Drawing.Point(270, 98);
this.textBoxNewPassword.MaxLength = 20;
this.textBoxNewPassword.Name = "textBoxNewPassword";
this.textBoxNewPassword.PasswordChar = '*';
this.textBoxNewPassword.Size = new System.Drawing.Size(314, 31);
this.textBoxNewPassword.TabIndex = 179;
this.textBoxNewPassword.GotFocus += new System.EventHandler(this.textBoxNewPassword_GotFocus);
//
// ControlCenterEquipMyPage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
this.Controls.Add(this.smartGroupBox1);
this.Name = "ControlCenterEquipMyPage";
this.Size = new System.Drawing.Size(710, 470);
this.smartGroupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private SmartX.SmartGroupBox smartGroupBox1;
private SmartX.SmartLabel labelTitleVerifyPassword;
private SmartX.SmartLabel labelTitleNewPassword;
private SmartX.SmartLabel labelTitle;
private System.Windows.Forms.PictureBox pictureBoxImage;
private SmartX.SmartKeyboard smartKeyboard;
private SmartX.SmartButton buttonChangePassword;
private System.Windows.Forms.TextBox textBoxVerifyPassword;
private System.Windows.Forms.TextBox textBoxNewPassword;
private SmartX.SmartLabel labelTitleID;
private SmartX.SmartLabel labelID;
}
}