namespace B3ButcherWeightClient {
|
|
partial class Login {
|
|
/// <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);
|
|
}
|
|
|
|
#region Windows 窗体设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent() {
|
|
this.btnLogin = new System.Windows.Forms.Button();
|
|
this.txtBPassword = new System.Windows.Forms.TextBox();
|
|
this.txtBUser = new System.Windows.Forms.TextBox();
|
|
this.lblPassWord = new System.Windows.Forms.Label();
|
|
this.lblLoginName = new System.Windows.Forms.Label();
|
|
this.btnSetConStr = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnLogin
|
|
//
|
|
this.btnLogin.Location = new System.Drawing.Point(183, 113);
|
|
this.btnLogin.Name = "btnLogin";
|
|
this.btnLogin.Size = new System.Drawing.Size(75, 23);
|
|
this.btnLogin.TabIndex = 10;
|
|
this.btnLogin.Text = "登 录";
|
|
this.btnLogin.UseVisualStyleBackColor = true;
|
|
this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
|
|
//
|
|
// txtBPassword
|
|
//
|
|
this.txtBPassword.Location = new System.Drawing.Point(124, 60);
|
|
this.txtBPassword.MaxLength = 16;
|
|
this.txtBPassword.Name = "txtBPassword";
|
|
this.txtBPassword.PasswordChar = '*';
|
|
this.txtBPassword.Size = new System.Drawing.Size(114, 21);
|
|
this.txtBPassword.TabIndex = 9;
|
|
//
|
|
// txtBUser
|
|
//
|
|
this.txtBUser.Location = new System.Drawing.Point(124, 21);
|
|
this.txtBUser.MaxLength = 20;
|
|
this.txtBUser.Name = "txtBUser";
|
|
this.txtBUser.Size = new System.Drawing.Size(114, 21);
|
|
this.txtBUser.TabIndex = 7;
|
|
//
|
|
// lblPassWord
|
|
//
|
|
this.lblPassWord.AutoSize = true;
|
|
this.lblPassWord.Location = new System.Drawing.Point(77, 63);
|
|
this.lblPassWord.Name = "lblPassWord";
|
|
this.lblPassWord.Size = new System.Drawing.Size(41, 12);
|
|
this.lblPassWord.TabIndex = 8;
|
|
this.lblPassWord.Text = "密 码";
|
|
//
|
|
// lblLoginName
|
|
//
|
|
this.lblLoginName.AutoSize = true;
|
|
this.lblLoginName.Location = new System.Drawing.Point(77, 24);
|
|
this.lblLoginName.Name = "lblLoginName";
|
|
this.lblLoginName.Size = new System.Drawing.Size(41, 12);
|
|
this.lblLoginName.TabIndex = 6;
|
|
this.lblLoginName.Text = "用 户";
|
|
//
|
|
// btnSetConStr
|
|
//
|
|
this.btnSetConStr.Location = new System.Drawing.Point(84, 113);
|
|
this.btnSetConStr.Name = "btnSetConStr";
|
|
this.btnSetConStr.Size = new System.Drawing.Size(77, 23);
|
|
this.btnSetConStr.TabIndex = 11;
|
|
this.btnSetConStr.Text = "设 置";
|
|
this.btnSetConStr.UseVisualStyleBackColor = true;
|
|
this.btnSetConStr.Click += new System.EventHandler(this.btnSetConStr_Click);
|
|
//
|
|
// Login
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(343, 170);
|
|
this.Controls.Add(this.btnSetConStr);
|
|
this.Controls.Add(this.btnLogin);
|
|
this.Controls.Add(this.txtBPassword);
|
|
this.Controls.Add(this.txtBUser);
|
|
this.Controls.Add(this.lblPassWord);
|
|
this.Controls.Add(this.lblLoginName);
|
|
this.Name = "Login";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "青花瓷屠宰称重客户端";
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btnLogin;
|
|
private System.Windows.Forms.TextBox txtBPassword;
|
|
private System.Windows.Forms.TextBox txtBUser;
|
|
private System.Windows.Forms.Label lblPassWord;
|
|
private System.Windows.Forms.Label lblLoginName;
|
|
private System.Windows.Forms.Button btnSetConStr;
|
|
}
|
|
}
|
|
|