INT_PT002/INT_PT002/Controls/User/ControlMenuUserMyPage.Desig...

337 lines
21 KiB
C#

namespace INT_PT002.Controls
{
partial class ControlMenuUserMyPage
{
/// <summary>
/// 필수 디자이너 변수입니다.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 사용 중인 모든 리소스를 정리합니다.
/// </summary>
/// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 구성 요소 디자이너에서 생성한 코드
/// <summary>
/// 디자이너 지원에 필요한 메서드입니다.
/// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlMenuUserMyPage));
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.smartKeyboard = new SmartX.SmartKeyboard();
this.textBoxVerifyPassword = new System.Windows.Forms.TextBox();
this.smartLabel4 = new SmartX.SmartLabel();
this.textBoxNewPassword = new System.Windows.Forms.TextBox();
this.labelIDBackGround = new SmartX.SmartLabel();
this.smartLabel3 = new SmartX.SmartLabel();
this.smartLabel2 = new SmartX.SmartLabel();
this.labelID = new SmartX.SmartLabel();
this.labelTitleID = new SmartX.SmartLabel();
this.buttonSave = new SmartX.SmartButton();
this.smartGroupBox1.SuspendLayout();
this.SuspendLayout();
//
// smartGroupBox1
//
this.smartGroupBox1.BackGround = null;
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartGroupBox1.BackImage = null;
this.smartGroupBox1.Controls.Add(this.smartKeyboard);
this.smartGroupBox1.Controls.Add(this.textBoxVerifyPassword);
this.smartGroupBox1.Controls.Add(this.smartLabel4);
this.smartGroupBox1.Controls.Add(this.textBoxNewPassword);
this.smartGroupBox1.Controls.Add(this.labelIDBackGround);
this.smartGroupBox1.Controls.Add(this.smartLabel3);
this.smartGroupBox1.Controls.Add(this.smartLabel2);
this.smartGroupBox1.Controls.Add(this.labelID);
this.smartGroupBox1.Controls.Add(this.labelTitleID);
this.smartGroupBox1.Controls.Add(this.buttonSave);
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartGroupBox1.FrameLineThickness = 2;
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
this.smartGroupBox1.HeaderHeightOffset = 9;
this.smartGroupBox1.Location = new System.Drawing.Point(0, 0);
this.smartGroupBox1.Name = "smartGroupBox1";
this.smartGroupBox1.RoundRadius = 5;
this.smartGroupBox1.Size = new System.Drawing.Size(909, 664);
this.smartGroupBox1.TabIndex = 4;
this.smartGroupBox1.Text = "User > User Editor";
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
//
// smartKeyboard
//
this.smartKeyboard.BackGround = null;
this.smartKeyboard.BackGroundColor = System.Drawing.Color.LightBlue;
this.smartKeyboard.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
this.smartKeyboard.BorderStyle = SmartX.SmartKeyboard.BorderStyles.RoundRectFill;
this.smartKeyboard.ControlKeyDisable = false;
this.smartKeyboard.DesignMinimize = false;
this.smartKeyboard.HanYoungKeyDisable = true;
this.smartKeyboard.KeyBoardBackImage = null;
this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL;
this.smartKeyboard.KeyFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(93)))), ((int)(((byte)(123)))));
this.smartKeyboard.KeyOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.smartKeyboard.KeyOutLineWidth = 1;
this.smartKeyboard.KeyPressFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(46)))), ((int)(((byte)(60)))));
this.smartKeyboard.KeyPressImage1 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyPressImage1")));
this.smartKeyboard.KeyPressImage2 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyPressImage2")));
this.smartKeyboard.KeyPressImage3 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyPressImage3")));
this.smartKeyboard.KeyPressOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(213)))));
this.smartKeyboard.KeyPressTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
this.smartKeyboard.KeyTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.smartKeyboard.KeyTextFont = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.smartKeyboard.KeyUpImage1 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyUpImage1")));
this.smartKeyboard.KeyUpImage2 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyUpImage2")));
this.smartKeyboard.KeyUpImage3 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyUpImage3")));
this.smartKeyboard.Location = new System.Drawing.Point(100, 263);
this.smartKeyboard.MarginLeftRight = 7;
this.smartKeyboard.MarginTopBottom = 7;
this.smartKeyboard.Name = "smartKeyboard";
this.smartKeyboard.OverlapOptimize = true;
this.smartKeyboard.Radius = 5;
this.smartKeyboard.RoundedCorners = false;
this.smartKeyboard.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(21)))), ((int)(((byte)(50)))));
this.smartKeyboard.Size = new System.Drawing.Size(715, 282);
this.smartKeyboard.SizeRunTime = new System.Drawing.Size(715, 282);
this.smartKeyboard.TabIndex = 120;
this.smartKeyboard.TABKeyDisable = true;
this.smartKeyboard.TargetInputObject = null;
this.smartKeyboard.Text = "smartKeyboard1";
this.smartKeyboard.TextColor = System.Drawing.Color.Black;
this.smartKeyboard.TextColorDisable = System.Drawing.Color.Gray;
this.smartKeyboard.ThemeStyle = SmartX.SmartKeyboard.KEYBOARDTHEMESTYLE.STANDARD4;
this.smartKeyboard.OnXKeyClick += new System.EventHandler(this.smartKeyboard_OnXKeyClick);
//
// textBoxVerifyPassword
//
this.textBoxVerifyPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBoxVerifyPassword.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular);
this.textBoxVerifyPassword.Location = new System.Drawing.Point(268, 221);
this.textBoxVerifyPassword.Name = "textBoxVerifyPassword";
this.textBoxVerifyPassword.PasswordChar = '*';
this.textBoxVerifyPassword.Size = new System.Drawing.Size(436, 29);
this.textBoxVerifyPassword.TabIndex = 108;
this.textBoxVerifyPassword.Text = "AAAAAAAAAAAAAAAAAAAA";
this.textBoxVerifyPassword.GotFocus += new System.EventHandler(this.textBoxVerifyPassword_GotFocus);
//
// smartLabel4
//
this.smartLabel4.BackGround = null;
this.smartLabel4.BackGroundColor = System.Drawing.Color.White;
this.smartLabel4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel4.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.smartLabel4.LineSpacing = 0F;
this.smartLabel4.Location = new System.Drawing.Point(267, 216);
this.smartLabel4.Name = "smartLabel4";
this.smartLabel4.OverlapOptimize = true;
this.smartLabel4.PasswordChar = '\0';
this.smartLabel4.Radius = 3;
this.smartLabel4.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel4.Size = new System.Drawing.Size(439, 34);
this.smartLabel4.TabIndex = 109;
this.smartLabel4.TextColor = System.Drawing.Color.Black;
this.smartLabel4.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel4.Wordwrap = false;
//
// textBoxNewPassword
//
this.textBoxNewPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBoxNewPassword.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular);
this.textBoxNewPassword.Location = new System.Drawing.Point(268, 179);
this.textBoxNewPassword.Name = "textBoxNewPassword";
this.textBoxNewPassword.PasswordChar = '*';
this.textBoxNewPassword.Size = new System.Drawing.Size(436, 29);
this.textBoxNewPassword.TabIndex = 106;
this.textBoxNewPassword.Text = "AAAAAAAAAAAAAAAAAAAA";
this.textBoxNewPassword.GotFocus += new System.EventHandler(this.textBoxNewPassword_GotFocus);
//
// labelIDBackGround
//
this.labelIDBackGround.BackGround = null;
this.labelIDBackGround.BackGroundColor = System.Drawing.Color.White;
this.labelIDBackGround.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelIDBackGround.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelIDBackGround.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelIDBackGround.LineSpacing = 0F;
this.labelIDBackGround.Location = new System.Drawing.Point(267, 174);
this.labelIDBackGround.Name = "labelIDBackGround";
this.labelIDBackGround.OverlapOptimize = true;
this.labelIDBackGround.PasswordChar = '\0';
this.labelIDBackGround.Radius = 3;
this.labelIDBackGround.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelIDBackGround.Size = new System.Drawing.Size(439, 34);
this.labelIDBackGround.TabIndex = 107;
this.labelIDBackGround.TextColor = System.Drawing.Color.Black;
this.labelIDBackGround.TextColorDisable = System.Drawing.Color.Gray;
this.labelIDBackGround.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelIDBackGround.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelIDBackGround.Wordwrap = false;
//
// smartLabel3
//
this.smartLabel3.BackGround = null;
this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartLabel3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel3.LineSpacing = 0F;
this.smartLabel3.Location = new System.Drawing.Point(102, 216);
this.smartLabel3.Name = "smartLabel3";
this.smartLabel3.OverlapOptimize = true;
this.smartLabel3.PasswordChar = '\0';
this.smartLabel3.Radius = 3;
this.smartLabel3.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel3.Size = new System.Drawing.Size(155, 34);
this.smartLabel3.TabIndex = 85;
this.smartLabel3.Text = "Verify Password";
this.smartLabel3.TextColor = System.Drawing.Color.White;
this.smartLabel3.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel3.Wordwrap = false;
//
// smartLabel2
//
this.smartLabel2.BackGround = null;
this.smartLabel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartLabel2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel2.LineSpacing = 0F;
this.smartLabel2.Location = new System.Drawing.Point(102, 173);
this.smartLabel2.Name = "smartLabel2";
this.smartLabel2.OverlapOptimize = true;
this.smartLabel2.PasswordChar = '\0';
this.smartLabel2.Radius = 3;
this.smartLabel2.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel2.Size = new System.Drawing.Size(155, 34);
this.smartLabel2.TabIndex = 84;
this.smartLabel2.Text = "New Password";
this.smartLabel2.TextColor = System.Drawing.Color.White;
this.smartLabel2.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel2.Wordwrap = false;
//
// labelID
//
this.labelID.BackGround = null;
this.labelID.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelID.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelID.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular);
this.labelID.LineSpacing = 0F;
this.labelID.Location = new System.Drawing.Point(266, 131);
this.labelID.Name = "labelID";
this.labelID.OverlapOptimize = true;
this.labelID.PasswordChar = '\0';
this.labelID.Radius = 3;
this.labelID.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelID.Size = new System.Drawing.Size(340, 34);
this.labelID.TabIndex = 83;
this.labelID.Text = "ID";
this.labelID.TextColor = System.Drawing.Color.White;
this.labelID.TextColorDisable = System.Drawing.Color.Gray;
this.labelID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelID.Wordwrap = false;
//
// labelTitleID
//
this.labelTitleID.BackGround = null;
this.labelTitleID.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.labelTitleID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleID.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleID.LineSpacing = 0F;
this.labelTitleID.Location = new System.Drawing.Point(102, 130);
this.labelTitleID.Name = "labelTitleID";
this.labelTitleID.OverlapOptimize = true;
this.labelTitleID.PasswordChar = '\0';
this.labelTitleID.Radius = 3;
this.labelTitleID.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleID.Size = new System.Drawing.Size(155, 34);
this.labelTitleID.TabIndex = 82;
this.labelTitleID.Text = "ID";
this.labelTitleID.TextColor = System.Drawing.Color.White;
this.labelTitleID.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleID.Wordwrap = false;
//
// buttonSave
//
this.buttonSave.BackGround = null;
this.buttonSave.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.buttonSave.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.buttonSave.ButtonDownColor = System.Drawing.Color.SlateGray;
this.buttonSave.ButtonImageAutoSize = true;
this.buttonSave.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonSave.ButtonText = "Change";
this.buttonSave.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonSave.GroupID = 0;
this.buttonSave.ImageDisable = null;
this.buttonSave.ImageDown = null;
this.buttonSave.ImageUp = null;
this.buttonSave.Location = new System.Drawing.Point(715, 174);
this.buttonSave.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonSave.Name = "buttonSave";
this.buttonSave.NestedClickEventPrevent = false;
this.buttonSave.OutlinePixel = 2;
this.buttonSave.OverlapOptimize = true;
this.buttonSave.RepeatInterval = 200;
this.buttonSave.RepeatIntervalAccelerate = null;
this.buttonSave.RoundSize = 20;
this.buttonSave.SafeInterval = 200;
this.buttonSave.Size = new System.Drawing.Size(100, 77);
this.buttonSave.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonSave.TabIndex = 79;
this.buttonSave.Text = null;
this.buttonSave.TextColor = System.Drawing.Color.White;
this.buttonSave.TextColorDisable = System.Drawing.Color.Gray;
this.buttonSave.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonSave.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonSave.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonSave.Click += new System.EventHandler(this.buttonChangePassword_Click);
//
// ControlMenuUserMyPage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.smartGroupBox1);
this.Name = "ControlMenuUserMyPage";
this.Size = new System.Drawing.Size(909, 664);
this.smartGroupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private SmartX.SmartGroupBox smartGroupBox1;
private SmartX.SmartButton buttonSave;
private SmartX.SmartLabel labelTitleID;
private SmartX.SmartLabel labelID;
private SmartX.SmartLabel smartLabel3;
private SmartX.SmartLabel smartLabel2;
private System.Windows.Forms.TextBox textBoxVerifyPassword;
private SmartX.SmartLabel smartLabel4;
private System.Windows.Forms.TextBox textBoxNewPassword;
private SmartX.SmartLabel labelIDBackGround;
private SmartX.SmartKeyboard smartKeyboard;
}
}