?? changepwdframe.designer.cs
字號:
?namespace Youzi.View
{
partial class ChangePwdFrame
{
/// <summary>
/// 必需的設(shè)計器變量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的資源。
/// </summary>
/// <param name="disposing">如果應(yīng)釋放托管資源,為 true;否則為 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗體設(shè)計器生成的代碼
/// <summary>
/// 設(shè)計器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內(nèi)容。
/// </summary>
private void InitializeComponent()
{
this.txtNewPwd2 = new System.Windows.Forms.TextBox();
this.txtNewPwd1 = new System.Windows.Forms.TextBox();
this.txtOldPwd = new System.Windows.Forms.TextBox();
this.txtOperateDate = new System.Windows.Forms.TextBox();
this.butCancel = new System.Windows.Forms.Button();
this.butOK = new System.Windows.Forms.Button();
this.txtOperator = new System.Windows.Forms.TextBox();
this.txtUserName = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.labOperator = new System.Windows.Forms.Label();
this.labOperateDate = new System.Windows.Forms.Label();
this.labPwd = new System.Windows.Forms.Label();
this.labNewPwd = new System.Windows.Forms.Label();
this.labOldPwd = new System.Windows.Forms.Label();
this.labUserName = new System.Windows.Forms.Label();
this.lab = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// txtNewPwd2
//
this.txtNewPwd2.Location = new System.Drawing.Point(96, 131);
this.txtNewPwd2.Name = "txtNewPwd2";
this.txtNewPwd2.PasswordChar = '*';
this.txtNewPwd2.Size = new System.Drawing.Size(100, 21);
this.txtNewPwd2.TabIndex = 9;
//
// txtNewPwd1
//
this.txtNewPwd1.Location = new System.Drawing.Point(96, 93);
this.txtNewPwd1.Name = "txtNewPwd1";
this.txtNewPwd1.PasswordChar = '*';
this.txtNewPwd1.Size = new System.Drawing.Size(100, 21);
this.txtNewPwd1.TabIndex = 8;
//
// txtOldPwd
//
this.txtOldPwd.Location = new System.Drawing.Point(96, 59);
this.txtOldPwd.Name = "txtOldPwd";
this.txtOldPwd.PasswordChar = '*';
this.txtOldPwd.Size = new System.Drawing.Size(100, 21);
this.txtOldPwd.TabIndex = 7;
//
// txtOperateDate
//
this.txtOperateDate.BackColor = System.Drawing.Color.Wheat;
this.txtOperateDate.Enabled = false;
this.txtOperateDate.Location = new System.Drawing.Point(96, 172);
this.txtOperateDate.Name = "txtOperateDate";
this.txtOperateDate.Size = new System.Drawing.Size(100, 21);
this.txtOperateDate.TabIndex = 10;
//
// butCancel
//
this.butCancel.Location = new System.Drawing.Point(144, 328);
this.butCancel.Name = "butCancel";
this.butCancel.Size = new System.Drawing.Size(75, 23);
this.butCancel.TabIndex = 7;
this.butCancel.Text = "取消(&C)";
this.butCancel.UseVisualStyleBackColor = true;
this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
//
// butOK
//
this.butOK.Location = new System.Drawing.Point(43, 328);
this.butOK.Name = "butOK";
this.butOK.Size = new System.Drawing.Size(75, 23);
this.butOK.TabIndex = 6;
this.butOK.Text = "確定(&Q)";
this.butOK.UseVisualStyleBackColor = true;
this.butOK.Click += new System.EventHandler(this.butOK_Click);
//
// txtOperator
//
this.txtOperator.BackColor = System.Drawing.Color.Wheat;
this.txtOperator.Enabled = false;
this.txtOperator.Location = new System.Drawing.Point(96, 208);
this.txtOperator.Name = "txtOperator";
this.txtOperator.Size = new System.Drawing.Size(100, 21);
this.txtOperator.TabIndex = 11;
//
// txtUserName
//
this.txtUserName.BackColor = System.Drawing.Color.Wheat;
this.txtUserName.Enabled = false;
this.txtUserName.Location = new System.Drawing.Point(96, 26);
this.txtUserName.Name = "txtUserName";
this.txtUserName.Size = new System.Drawing.Size(100, 21);
this.txtUserName.TabIndex = 6;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtOperator);
this.groupBox1.Controls.Add(this.txtOperateDate);
this.groupBox1.Controls.Add(this.txtNewPwd2);
this.groupBox1.Controls.Add(this.txtNewPwd1);
this.groupBox1.Controls.Add(this.txtOldPwd);
this.groupBox1.Controls.Add(this.txtUserName);
this.groupBox1.Controls.Add(this.labOperator);
this.groupBox1.Controls.Add(this.labOperateDate);
this.groupBox1.Controls.Add(this.labPwd);
this.groupBox1.Controls.Add(this.labNewPwd);
this.groupBox1.Controls.Add(this.labOldPwd);
this.groupBox1.Controls.Add(this.labUserName);
this.groupBox1.Location = new System.Drawing.Point(23, 54);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(233, 257);
this.groupBox1.TabIndex = 5;
this.groupBox1.TabStop = false;
//
// labOperator
//
this.labOperator.Location = new System.Drawing.Point(18, 211);
this.labOperator.Name = "labOperator";
this.labOperator.Size = new System.Drawing.Size(62, 24);
this.labOperator.TabIndex = 5;
this.labOperator.Text = "操 作 員:";
//
// labOperateDate
//
this.labOperateDate.Location = new System.Drawing.Point(18, 175);
this.labOperateDate.Name = "labOperateDate";
this.labOperateDate.Size = new System.Drawing.Size(62, 24);
this.labOperateDate.TabIndex = 4;
this.labOperateDate.Text = "操作時間:";
//
// labPwd
//
this.labPwd.Location = new System.Drawing.Point(18, 134);
this.labPwd.Name = "labPwd";
this.labPwd.Size = new System.Drawing.Size(62, 24);
this.labPwd.TabIndex = 3;
this.labPwd.Text = "確認(rèn)密碼:";
//
// labNewPwd
//
this.labNewPwd.Location = new System.Drawing.Point(18, 96);
this.labNewPwd.Name = "labNewPwd";
this.labNewPwd.Size = new System.Drawing.Size(62, 24);
this.labNewPwd.TabIndex = 2;
this.labNewPwd.Text = "新 密 碼:";
//
// labOldPwd
//
this.labOldPwd.Location = new System.Drawing.Point(18, 62);
this.labOldPwd.Name = "labOldPwd";
this.labOldPwd.Size = new System.Drawing.Size(72, 24);
this.labOldPwd.TabIndex = 1;
this.labOldPwd.Text = "舊 密 碼:";
//
// labUserName
//
this.labUserName.Location = new System.Drawing.Point(18, 29);
this.labUserName.Name = "labUserName";
this.labUserName.Size = new System.Drawing.Size(62, 24);
this.labUserName.TabIndex = 0;
this.labUserName.Text = "用 戶 名:";
//
// lab
//
this.lab.Font = new System.Drawing.Font("楷體_GB2312", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lab.Location = new System.Drawing.Point(38, 25);
this.lab.Name = "lab";
this.lab.Size = new System.Drawing.Size(197, 37);
this.lab.TabIndex = 4;
this.lab.Text = "修 改 密 碼";
//
// ChangePwdFrame
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Wheat;
this.ClientSize = new System.Drawing.Size(278, 377);
this.Controls.Add(this.butCancel);
this.Controls.Add(this.butOK);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.lab);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ChangePwdFrame";
this.Text = "修改密碼";
this.Load += new System.EventHandler(this.ChangePwdFrame_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TextBox txtNewPwd2;
private System.Windows.Forms.TextBox txtNewPwd1;
private System.Windows.Forms.TextBox txtOldPwd;
private System.Windows.Forms.TextBox txtOperateDate;
private System.Windows.Forms.Button butCancel;
private System.Windows.Forms.Button butOK;
private System.Windows.Forms.TextBox txtOperator;
private System.Windows.Forms.TextBox txtUserName;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label labOperator;
private System.Windows.Forms.Label labOperateDate;
private System.Windows.Forms.Label labPwd;
private System.Windows.Forms.Label labNewPwd;
private System.Windows.Forms.Label labOldPwd;
private System.Windows.Forms.Label labUserName;
private System.Windows.Forms.Label lab;
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -