281 lines
16 KiB
C#
281 lines
16 KiB
C#
namespace INT69DB_2A.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.labelStatusExpirePassword = new SmartX.SmartLabel();
|
|
this.labelStatusExpireAccount = new SmartX.SmartLabel();
|
|
this.labelExpirePasswordDate = new SmartX.SmartLabel();
|
|
this.labelExpireAccountDate = new SmartX.SmartLabel();
|
|
this.smartLabel2 = new SmartX.SmartLabel();
|
|
this.labelTitleExpireAccount = 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();
|
|
//
|
|
// labelStatusExpirePassword
|
|
//
|
|
this.labelStatusExpirePassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
|
this.labelStatusExpirePassword.BackPictureBox = null;
|
|
this.labelStatusExpirePassword.BackPictureBox1 = null;
|
|
this.labelStatusExpirePassword.BackPictureBox2 = null;
|
|
this.labelStatusExpirePassword.BorderColor = System.Drawing.Color.Black;
|
|
this.labelStatusExpirePassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelStatusExpirePassword.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
|
this.labelStatusExpirePassword.ForeColor = System.Drawing.Color.DarkRed;
|
|
this.labelStatusExpirePassword.InitVisible = true;
|
|
this.labelStatusExpirePassword.LineSpacing = 0F;
|
|
this.labelStatusExpirePassword.Location = new System.Drawing.Point(639, 247);
|
|
this.labelStatusExpirePassword.Name = "labelStatusExpirePassword";
|
|
this.labelStatusExpirePassword.Size = new System.Drawing.Size(100, 30);
|
|
this.labelStatusExpirePassword.TabIndex = 240;
|
|
this.labelStatusExpirePassword.Text = "비밀번호만료";
|
|
this.labelStatusExpirePassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelStatusExpirePassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelStatusExpirePassword.Wordwrap = false;
|
|
//
|
|
// labelStatusExpireAccount
|
|
//
|
|
this.labelStatusExpireAccount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
|
this.labelStatusExpireAccount.BackPictureBox = null;
|
|
this.labelStatusExpireAccount.BackPictureBox1 = null;
|
|
this.labelStatusExpireAccount.BackPictureBox2 = null;
|
|
this.labelStatusExpireAccount.BorderColor = System.Drawing.Color.Black;
|
|
this.labelStatusExpireAccount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelStatusExpireAccount.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
|
this.labelStatusExpireAccount.ForeColor = System.Drawing.Color.DarkRed;
|
|
this.labelStatusExpireAccount.InitVisible = true;
|
|
this.labelStatusExpireAccount.LineSpacing = 0F;
|
|
this.labelStatusExpireAccount.Location = new System.Drawing.Point(639, 211);
|
|
this.labelStatusExpireAccount.Name = "labelStatusExpireAccount";
|
|
this.labelStatusExpireAccount.Size = new System.Drawing.Size(100, 30);
|
|
this.labelStatusExpireAccount.TabIndex = 239;
|
|
this.labelStatusExpireAccount.Text = "계정만료";
|
|
this.labelStatusExpireAccount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelStatusExpireAccount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelStatusExpireAccount.Wordwrap = false;
|
|
//
|
|
// labelExpirePasswordDate
|
|
//
|
|
this.labelExpirePasswordDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
|
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.InitVisible = true;
|
|
this.labelExpirePasswordDate.LineSpacing = 0F;
|
|
this.labelExpirePasswordDate.Location = new System.Drawing.Point(342, 247);
|
|
this.labelExpirePasswordDate.Name = "labelExpirePasswordDate";
|
|
this.labelExpirePasswordDate.Size = new System.Drawing.Size(291, 30);
|
|
this.labelExpirePasswordDate.TabIndex = 242;
|
|
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)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
|
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.InitVisible = true;
|
|
this.labelExpireAccountDate.LineSpacing = 0F;
|
|
this.labelExpireAccountDate.Location = new System.Drawing.Point(342, 211);
|
|
this.labelExpireAccountDate.Name = "labelExpireAccountDate";
|
|
this.labelExpireAccountDate.Size = new System.Drawing.Size(291, 30);
|
|
this.labelExpireAccountDate.TabIndex = 241;
|
|
this.labelExpireAccountDate.Text = "2021/12/30";
|
|
this.labelExpireAccountDate.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelExpireAccountDate.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelExpireAccountDate.Wordwrap = false;
|
|
//
|
|
// smartLabel2
|
|
//
|
|
this.smartLabel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(65)))), ((int)(((byte)(41)))));
|
|
this.smartLabel2.BackPictureBox = null;
|
|
this.smartLabel2.BackPictureBox1 = null;
|
|
this.smartLabel2.BackPictureBox2 = null;
|
|
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
|
|
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.smartLabel2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
|
this.smartLabel2.ForeColor = System.Drawing.Color.White;
|
|
this.smartLabel2.InitVisible = true;
|
|
this.smartLabel2.LineSpacing = 0F;
|
|
this.smartLabel2.Location = new System.Drawing.Point(149, 247);
|
|
this.smartLabel2.Name = "smartLabel2";
|
|
this.smartLabel2.Size = new System.Drawing.Size(187, 30);
|
|
this.smartLabel2.TabIndex = 238;
|
|
this.smartLabel2.Text = "ExpirePassword";
|
|
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel2.Wordwrap = false;
|
|
//
|
|
// labelTitleExpireAccount
|
|
//
|
|
this.labelTitleExpireAccount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(65)))), ((int)(((byte)(41)))));
|
|
this.labelTitleExpireAccount.BackPictureBox = null;
|
|
this.labelTitleExpireAccount.BackPictureBox1 = null;
|
|
this.labelTitleExpireAccount.BackPictureBox2 = null;
|
|
this.labelTitleExpireAccount.BorderColor = System.Drawing.Color.Black;
|
|
this.labelTitleExpireAccount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelTitleExpireAccount.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitleExpireAccount.ForeColor = System.Drawing.Color.White;
|
|
this.labelTitleExpireAccount.InitVisible = true;
|
|
this.labelTitleExpireAccount.LineSpacing = 0F;
|
|
this.labelTitleExpireAccount.Location = new System.Drawing.Point(149, 211);
|
|
this.labelTitleExpireAccount.Name = "labelTitleExpireAccount";
|
|
this.labelTitleExpireAccount.Size = new System.Drawing.Size(187, 30);
|
|
this.labelTitleExpireAccount.TabIndex = 237;
|
|
this.labelTitleExpireAccount.Text = "ExpireAccount";
|
|
this.labelTitleExpireAccount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitleExpireAccount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleExpireAccount.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.InitVisible = true;
|
|
this.labelPassword.LineSpacing = 0F;
|
|
this.labelPassword.Location = new System.Drawing.Point(342, 175);
|
|
this.labelPassword.Name = "labelPassword";
|
|
this.labelPassword.Size = new System.Drawing.Size(291, 30);
|
|
this.labelPassword.TabIndex = 236;
|
|
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)(49)))), ((int)(((byte)(65)))), ((int)(((byte)(41)))));
|
|
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("Arial", 10F, 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(149, 175);
|
|
this.labelTitlePassword.Name = "labelTitlePassword";
|
|
this.labelTitlePassword.Size = new System.Drawing.Size(187, 30);
|
|
this.labelTitlePassword.TabIndex = 235;
|
|
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.InitVisible = true;
|
|
this.labelID.LineSpacing = 0F;
|
|
this.labelID.Location = new System.Drawing.Point(342, 139);
|
|
this.labelID.Name = "labelID";
|
|
this.labelID.Size = new System.Drawing.Size(291, 30);
|
|
this.labelID.TabIndex = 234;
|
|
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)(49)))), ((int)(((byte)(65)))), ((int)(((byte)(41)))));
|
|
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("Arial", 10F, 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(149, 139);
|
|
this.labelTitleID.Name = "labelTitleID";
|
|
this.labelTitleID.Size = new System.Drawing.Size(187, 30);
|
|
this.labelTitleID.TabIndex = 233;
|
|
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)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
|
this.Controls.Add(this.labelStatusExpirePassword);
|
|
this.Controls.Add(this.labelStatusExpireAccount);
|
|
this.Controls.Add(this.labelExpirePasswordDate);
|
|
this.Controls.Add(this.labelExpireAccountDate);
|
|
this.Controls.Add(this.smartLabel2);
|
|
this.Controls.Add(this.labelTitleExpireAccount);
|
|
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(800, 446);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartLabel labelStatusExpirePassword;
|
|
private SmartX.SmartLabel labelStatusExpireAccount;
|
|
private SmartX.SmartLabel labelExpirePasswordDate;
|
|
private SmartX.SmartLabel labelExpireAccountDate;
|
|
private SmartX.SmartLabel smartLabel2;
|
|
private SmartX.SmartLabel labelTitleExpireAccount;
|
|
private SmartX.SmartLabel labelPassword;
|
|
private SmartX.SmartLabel labelTitlePassword;
|
|
private SmartX.SmartLabel labelID;
|
|
private SmartX.SmartLabel labelTitleID;
|
|
}
|
|
}
|