namespace UHFReader288MPDemo
{
partial class LoginForm
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.txtPwd = new System.Windows.Forms.TextBox();
this.txtUsername = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.loginbt = new System.Windows.Forms.Button();
this.cannelbt = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// txtPwd
//
this.txtPwd.Location = new System.Drawing.Point(101, 48);
this.txtPwd.Name = "txtPwd";
this.txtPwd.PasswordChar = '*';
this.txtPwd.Size = new System.Drawing.Size(163, 21);
this.txtPwd.TabIndex = 11;
//
// txtUsername
//
this.txtUsername.Location = new System.Drawing.Point(101, 14);
this.txtUsername.Name = "txtUsername";
this.txtUsername.Size = new System.Drawing.Size(163, 21);
this.txtUsername.TabIndex = 10;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(36, 21);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(47, 12);
this.label3.TabIndex = 12;
this.label3.Text = "用户名:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(36, 52);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(35, 12);
this.label4.TabIndex = 13;
this.label4.Text = "密码:";
//
// loginbt
//
this.loginbt.Location = new System.Drawing.Point(70, 86);
this.loginbt.Name = "loginbt";
this.loginbt.Size = new System.Drawing.Size(75, 23);
this.loginbt.TabIndex = 14;
this.loginbt.Text = "登入";
this.loginbt.UseVisualStyleBackColor = true;
this.loginbt.Click += new System.EventHandler(this.btnLogin_Click);
//
// cannelbt
//
this.cannelbt.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cannelbt.Location = new System.Drawing.Point(162, 86);
this.cannelbt.Name = "cannelbt";
this.cannelbt.Size = new System.Drawing.Size(75, 23);
this.cannelbt.TabIndex = 15;
this.cannelbt.Text = "退出";
this.cannelbt.UseVisualStyleBackColor = true;
this.cannelbt.Click += new System.EventHandler(this.btnCancel_Click);
//
// LoginForm
//
this.AcceptButton = this.loginbt;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.cannelbt;
this.ClientSize = new System.Drawing.Size(291, 121);
this.Controls.Add(this.cannelbt);
this.Controls.Add(this.loginbt);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtPwd);
this.Controls.Add(this.txtUsername);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "LoginForm";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "请登入!";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtPwd;
private System.Windows.Forms.TextBox txtUsername;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button loginbt;
private System.Windows.Forms.Button cannelbt;
}
}