You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
138 lines
5.6 KiB
138 lines
5.6 KiB
namespace wcfControlMonitorClient
|
|
{
|
|
partial class FrmConfirmPassword
|
|
{
|
|
/// <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);
|
|
_formInstance = null;
|
|
}
|
|
|
|
#region Windows 窗体设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.lblUserID = new System.Windows.Forms.Label();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.lblUserName = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.tbPassword2 = new System.Windows.Forms.TextBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(12, 21);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(78, 13);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "当前用户ID:";
|
|
//
|
|
// lblUserID
|
|
//
|
|
this.lblUserID.AutoSize = true;
|
|
this.lblUserID.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.lblUserID.Location = new System.Drawing.Point(96, 21);
|
|
this.lblUserID.Name = "lblUserID";
|
|
this.lblUserID.Size = new System.Drawing.Size(0, 13);
|
|
this.lblUserID.TabIndex = 1;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(120, 111);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
this.button1.TabIndex = 3;
|
|
this.button1.Text = "确认";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(23, 46);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(67, 13);
|
|
this.label2.TabIndex = 4;
|
|
this.label2.Text = "用户名称:";
|
|
//
|
|
// lblUserName
|
|
//
|
|
this.lblUserName.AutoSize = true;
|
|
this.lblUserName.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.lblUserName.Location = new System.Drawing.Point(96, 46);
|
|
this.lblUserName.Name = "lblUserName";
|
|
this.lblUserName.Size = new System.Drawing.Size(0, 13);
|
|
this.lblUserName.TabIndex = 5;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(22, 73);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(67, 13);
|
|
this.label5.TabIndex = 10;
|
|
this.label5.Text = "确认密码:";
|
|
//
|
|
// tbPassword2
|
|
//
|
|
this.tbPassword2.Location = new System.Drawing.Point(95, 69);
|
|
this.tbPassword2.Name = "tbPassword2";
|
|
this.tbPassword2.PasswordChar = '*';
|
|
this.tbPassword2.Size = new System.Drawing.Size(100, 20);
|
|
this.tbPassword2.TabIndex = 9;
|
|
//
|
|
// FrmConfirmPassword
|
|
//
|
|
this.AcceptButton = this.button1;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.ClientSize = new System.Drawing.Size(259, 170);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.tbPassword2);
|
|
this.Controls.Add(this.lblUserName);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.lblUserID);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "FrmConfirmPassword";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "用户权限审核";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmConfirmPassword_FormClosing);
|
|
this.Load += new System.EventHandler(this.FrmPassword_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label lblUserID;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label lblUserName;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox tbPassword2;
|
|
}
|
|
}
|