济宁李尔调度
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.

137 lines
5.4 KiB

namespace ControlSystem
{
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, 19);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 12);
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, 19);
this.lblUserID.Name = "lblUserID";
this.lblUserID.Size = new System.Drawing.Size(0, 12);
this.lblUserID.TabIndex = 1;
//
// button1
//
this.button1.Location = new System.Drawing.Point(120, 102);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 21);
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, 42);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
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, 42);
this.lblUserName.Name = "lblUserName";
this.lblUserName.Size = new System.Drawing.Size(0, 12);
this.lblUserName.TabIndex = 5;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(22, 67);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 10;
this.label5.Text = "确认密码:";
//
// tbPassword2
//
this.tbPassword2.Location = new System.Drawing.Point(95, 64);
this.tbPassword2.Name = "tbPassword2";
this.tbPassword2.PasswordChar = '*';
this.tbPassword2.Size = new System.Drawing.Size(100, 21);
this.tbPassword2.TabIndex = 9;
//
// FrmConfirmPassword
//
this.AcceptButton = this.button1;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(259, 157);
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.CenterParent;
this.Text = "用户权限审核";
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;
}
}