281 lines
17 KiB
C#
281 lines
17 KiB
C#
namespace INT63DC_2C.Controls
|
|
{
|
|
partial class ControlUserSetting
|
|
{
|
|
/// <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()
|
|
{
|
|
this.labelStatusExpiryPassword = new SmartX.SmartLabel();
|
|
this.labelStatusExpiryAccount = new SmartX.SmartLabel();
|
|
this.labelExpirePasswordDate = new SmartX.SmartLabel();
|
|
this.labelExpireAccountDate = new SmartX.SmartLabel();
|
|
this.labelTitleExpiryDateOfPassword = new SmartX.SmartLabel();
|
|
this.labelTitleExpiryDateOfAccount = new SmartX.SmartLabel();
|
|
this.labelPassword = new SmartX.SmartLabel();
|
|
this.labelTitlePassword = new SmartX.SmartLabel();
|
|
this.labelID = new SmartX.SmartLabel();
|
|
this.labelTitleID = new SmartX.SmartLabel();
|
|
this.SuspendLayout();
|
|
//
|
|
// labelStatusExpiryPassword
|
|
//
|
|
this.labelStatusExpiryPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
|
this.labelStatusExpiryPassword.BackPictureBox = null;
|
|
this.labelStatusExpiryPassword.BackPictureBox1 = null;
|
|
this.labelStatusExpiryPassword.BackPictureBox2 = null;
|
|
this.labelStatusExpiryPassword.BorderColor = System.Drawing.Color.Black;
|
|
this.labelStatusExpiryPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelStatusExpiryPassword.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
|
this.labelStatusExpiryPassword.ForeColor = System.Drawing.Color.DarkRed;
|
|
this.labelStatusExpiryPassword.InitVisible = true;
|
|
this.labelStatusExpiryPassword.LineSpacing = 0F;
|
|
this.labelStatusExpiryPassword.Location = new System.Drawing.Point(745, 332);
|
|
this.labelStatusExpiryPassword.Name = "labelStatusExpiryPassword";
|
|
this.labelStatusExpiryPassword.Size = new System.Drawing.Size(148, 30);
|
|
this.labelStatusExpiryPassword.TabIndex = 230;
|
|
this.labelStatusExpiryPassword.Text = "비밀번호만료";
|
|
this.labelStatusExpiryPassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelStatusExpiryPassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelStatusExpiryPassword.Wordwrap = false;
|
|
//
|
|
// labelStatusExpiryAccount
|
|
//
|
|
this.labelStatusExpiryAccount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
|
this.labelStatusExpiryAccount.BackPictureBox = null;
|
|
this.labelStatusExpiryAccount.BackPictureBox1 = null;
|
|
this.labelStatusExpiryAccount.BackPictureBox2 = null;
|
|
this.labelStatusExpiryAccount.BorderColor = System.Drawing.Color.Black;
|
|
this.labelStatusExpiryAccount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelStatusExpiryAccount.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
|
this.labelStatusExpiryAccount.ForeColor = System.Drawing.Color.DarkRed;
|
|
this.labelStatusExpiryAccount.InitVisible = true;
|
|
this.labelStatusExpiryAccount.LineSpacing = 0F;
|
|
this.labelStatusExpiryAccount.Location = new System.Drawing.Point(745, 296);
|
|
this.labelStatusExpiryAccount.Name = "labelStatusExpiryAccount";
|
|
this.labelStatusExpiryAccount.Size = new System.Drawing.Size(148, 30);
|
|
this.labelStatusExpiryAccount.TabIndex = 229;
|
|
this.labelStatusExpiryAccount.Text = "계정만료";
|
|
this.labelStatusExpiryAccount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelStatusExpiryAccount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelStatusExpiryAccount.Wordwrap = false;
|
|
//
|
|
// labelExpirePasswordDate
|
|
//
|
|
this.labelExpirePasswordDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
|
this.labelExpirePasswordDate.BackPictureBox = null;
|
|
this.labelExpirePasswordDate.BackPictureBox1 = null;
|
|
this.labelExpirePasswordDate.BackPictureBox2 = null;
|
|
this.labelExpirePasswordDate.BorderColor = System.Drawing.Color.Black;
|
|
this.labelExpirePasswordDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.labelExpirePasswordDate.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
|
|
this.labelExpirePasswordDate.InitVisible = true;
|
|
this.labelExpirePasswordDate.LineSpacing = 0F;
|
|
this.labelExpirePasswordDate.Location = new System.Drawing.Point(448, 332);
|
|
this.labelExpirePasswordDate.Name = "labelExpirePasswordDate";
|
|
this.labelExpirePasswordDate.Size = new System.Drawing.Size(291, 30);
|
|
this.labelExpirePasswordDate.TabIndex = 232;
|
|
this.labelExpirePasswordDate.Text = "2021/12/30";
|
|
this.labelExpirePasswordDate.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelExpirePasswordDate.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelExpirePasswordDate.Wordwrap = false;
|
|
//
|
|
// labelExpireAccountDate
|
|
//
|
|
this.labelExpireAccountDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
|
this.labelExpireAccountDate.BackPictureBox = null;
|
|
this.labelExpireAccountDate.BackPictureBox1 = null;
|
|
this.labelExpireAccountDate.BackPictureBox2 = null;
|
|
this.labelExpireAccountDate.BorderColor = System.Drawing.Color.Black;
|
|
this.labelExpireAccountDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.labelExpireAccountDate.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
|
|
this.labelExpireAccountDate.InitVisible = true;
|
|
this.labelExpireAccountDate.LineSpacing = 0F;
|
|
this.labelExpireAccountDate.Location = new System.Drawing.Point(448, 296);
|
|
this.labelExpireAccountDate.Name = "labelExpireAccountDate";
|
|
this.labelExpireAccountDate.Size = new System.Drawing.Size(291, 30);
|
|
this.labelExpireAccountDate.TabIndex = 231;
|
|
this.labelExpireAccountDate.Text = "2021/12/30";
|
|
this.labelExpireAccountDate.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelExpireAccountDate.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelExpireAccountDate.Wordwrap = false;
|
|
//
|
|
// 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.Black;
|
|
this.labelTitleExpiryDateOfPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelTitleExpiryDateOfPassword.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitleExpiryDateOfPassword.InitVisible = true;
|
|
this.labelTitleExpiryDateOfPassword.LineSpacing = 0F;
|
|
this.labelTitleExpiryDateOfPassword.Location = new System.Drawing.Point(252, 332);
|
|
this.labelTitleExpiryDateOfPassword.Name = "labelTitleExpiryDateOfPassword";
|
|
this.labelTitleExpiryDateOfPassword.Size = new System.Drawing.Size(190, 30);
|
|
this.labelTitleExpiryDateOfPassword.TabIndex = 227;
|
|
this.labelTitleExpiryDateOfPassword.Text = "ExpirePassword";
|
|
this.labelTitleExpiryDateOfPassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitleExpiryDateOfPassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleExpiryDateOfPassword.Wordwrap = false;
|
|
//
|
|
// 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.Black;
|
|
this.labelTitleExpiryDateOfAccount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelTitleExpiryDateOfAccount.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitleExpiryDateOfAccount.InitVisible = true;
|
|
this.labelTitleExpiryDateOfAccount.LineSpacing = 0F;
|
|
this.labelTitleExpiryDateOfAccount.Location = new System.Drawing.Point(252, 296);
|
|
this.labelTitleExpiryDateOfAccount.Name = "labelTitleExpiryDateOfAccount";
|
|
this.labelTitleExpiryDateOfAccount.Size = new System.Drawing.Size(190, 30);
|
|
this.labelTitleExpiryDateOfAccount.TabIndex = 225;
|
|
this.labelTitleExpiryDateOfAccount.Text = "ExpireAccount";
|
|
this.labelTitleExpiryDateOfAccount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitleExpiryDateOfAccount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleExpiryDateOfAccount.Wordwrap = false;
|
|
//
|
|
// labelPassword
|
|
//
|
|
this.labelPassword.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.labelPassword.BackPictureBox = null;
|
|
this.labelPassword.BackPictureBox1 = null;
|
|
this.labelPassword.BackPictureBox2 = null;
|
|
this.labelPassword.BorderColor = System.Drawing.Color.Black;
|
|
this.labelPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelPassword.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
|
|
this.labelPassword.InitVisible = true;
|
|
this.labelPassword.LineSpacing = 0F;
|
|
this.labelPassword.Location = new System.Drawing.Point(448, 260);
|
|
this.labelPassword.Name = "labelPassword";
|
|
this.labelPassword.Size = new System.Drawing.Size(291, 30);
|
|
this.labelPassword.TabIndex = 224;
|
|
this.labelPassword.Text = "Password";
|
|
this.labelPassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelPassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelPassword.Wordwrap = false;
|
|
this.labelPassword.Click += new System.EventHandler(this.labelPassword_Click);
|
|
//
|
|
// 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("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitlePassword.InitVisible = true;
|
|
this.labelTitlePassword.LineSpacing = 0F;
|
|
this.labelTitlePassword.Location = new System.Drawing.Point(252, 260);
|
|
this.labelTitlePassword.Name = "labelTitlePassword";
|
|
this.labelTitlePassword.Size = new System.Drawing.Size(190, 30);
|
|
this.labelTitlePassword.TabIndex = 223;
|
|
this.labelTitlePassword.Text = "Password";
|
|
this.labelTitlePassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitlePassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitlePassword.Wordwrap = false;
|
|
//
|
|
// labelID
|
|
//
|
|
this.labelID.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
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("Arial", 11F, System.Drawing.FontStyle.Regular);
|
|
this.labelID.InitVisible = true;
|
|
this.labelID.LineSpacing = 0F;
|
|
this.labelID.Location = new System.Drawing.Point(448, 224);
|
|
this.labelID.Name = "labelID";
|
|
this.labelID.Size = new System.Drawing.Size(291, 30);
|
|
this.labelID.TabIndex = 222;
|
|
this.labelID.Text = "ID";
|
|
this.labelID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelID.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("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitleID.InitVisible = true;
|
|
this.labelTitleID.LineSpacing = 0F;
|
|
this.labelTitleID.Location = new System.Drawing.Point(252, 224);
|
|
this.labelTitleID.Name = "labelTitleID";
|
|
this.labelTitleID.Size = new System.Drawing.Size(190, 30);
|
|
this.labelTitleID.TabIndex = 221;
|
|
this.labelTitleID.Text = "ID";
|
|
this.labelTitleID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitleID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleID.Wordwrap = false;
|
|
//
|
|
// ControlUserSetting
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
|
this.Controls.Add(this.labelStatusExpiryPassword);
|
|
this.Controls.Add(this.labelStatusExpiryAccount);
|
|
this.Controls.Add(this.labelExpirePasswordDate);
|
|
this.Controls.Add(this.labelExpireAccountDate);
|
|
this.Controls.Add(this.labelTitleExpiryDateOfPassword);
|
|
this.Controls.Add(this.labelTitleExpiryDateOfAccount);
|
|
this.Controls.Add(this.labelPassword);
|
|
this.Controls.Add(this.labelTitlePassword);
|
|
this.Controls.Add(this.labelID);
|
|
this.Controls.Add(this.labelTitleID);
|
|
this.Name = "ControlUserSetting";
|
|
this.Size = new System.Drawing.Size(1024, 587);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartLabel labelStatusExpiryPassword;
|
|
private SmartX.SmartLabel labelStatusExpiryAccount;
|
|
private SmartX.SmartLabel labelExpirePasswordDate;
|
|
private SmartX.SmartLabel labelExpireAccountDate;
|
|
private SmartX.SmartLabel labelTitleExpiryDateOfPassword;
|
|
private SmartX.SmartLabel labelTitleExpiryDateOfAccount;
|
|
private SmartX.SmartLabel labelPassword;
|
|
private SmartX.SmartLabel labelTitlePassword;
|
|
private SmartX.SmartLabel labelID;
|
|
private SmartX.SmartLabel labelTitleID;
|
|
}
|
|
}
|