namespace ButcherManageClient { partial class Login { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.closeBtn = new System.Windows.Forms.Button(); this.loginBtn = new System.Windows.Forms.Button(); this.settingBtn = new System.Windows.Forms.Button(); this.pwdTxt = new System.Windows.Forms.TextBox(); this.userNameTxt = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // closeBtn // this.closeBtn.Font = new System.Drawing.Font("宋体", 20F); this.closeBtn.Location = new System.Drawing.Point(233, 211); this.closeBtn.Name = "closeBtn"; this.closeBtn.Size = new System.Drawing.Size(81, 53); this.closeBtn.TabIndex = 13; this.closeBtn.Text = "关闭"; this.closeBtn.UseVisualStyleBackColor = true; this.closeBtn.Click += new System.EventHandler(this.closeBtn_Click); // // loginBtn // this.loginBtn.Font = new System.Drawing.Font("宋体", 20F); this.loginBtn.Location = new System.Drawing.Point(86, 211); this.loginBtn.Name = "loginBtn"; this.loginBtn.Size = new System.Drawing.Size(81, 53); this.loginBtn.TabIndex = 12; this.loginBtn.Text = "登录"; this.loginBtn.UseVisualStyleBackColor = true; this.loginBtn.Click += new System.EventHandler(this.loginBtn_Click); // // settingBtn // this.settingBtn.Font = new System.Drawing.Font("宋体", 20F); this.settingBtn.Location = new System.Drawing.Point(381, 211); this.settingBtn.Name = "settingBtn"; this.settingBtn.Size = new System.Drawing.Size(81, 53); this.settingBtn.TabIndex = 11; this.settingBtn.Text = "设置"; this.settingBtn.UseVisualStyleBackColor = true; this.settingBtn.Click += new System.EventHandler(this.settingBtn_Click); // // pwdTxt // this.pwdTxt.Font = new System.Drawing.Font("宋体", 25F); this.pwdTxt.Location = new System.Drawing.Point(243, 127); this.pwdTxt.Name = "pwdTxt"; this.pwdTxt.PasswordChar = '*'; this.pwdTxt.Size = new System.Drawing.Size(219, 46); this.pwdTxt.TabIndex = 10; this.pwdTxt.Click += new System.EventHandler(this.pwdTxt_Click); // // userNameTxt // this.userNameTxt.Font = new System.Drawing.Font("宋体", 25F); this.userNameTxt.Location = new System.Drawing.Point(243, 50); this.userNameTxt.Name = "userNameTxt"; this.userNameTxt.Size = new System.Drawing.Size(219, 46); this.userNameTxt.TabIndex = 9; this.userNameTxt.Click += new System.EventHandler(this.userNameTxt_Click); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 30F); this.label2.Location = new System.Drawing.Point(79, 133); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(177, 40); this.label2.TabIndex = 8; this.label2.Text = "密 码:"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 30F); this.label1.Location = new System.Drawing.Point(79, 50); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(177, 40); this.label1.TabIndex = 7; this.label1.Text = "用户名:"; // // Login // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(540, 314); this.Controls.Add(this.closeBtn); this.Controls.Add(this.loginBtn); this.Controls.Add(this.settingBtn); this.Controls.Add(this.pwdTxt); this.Controls.Add(this.userNameTxt); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "Login"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "青花瓷屠宰称重客户端"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button closeBtn; private System.Windows.Forms.Button loginBtn; private System.Windows.Forms.Button settingBtn; private System.Windows.Forms.TextBox pwdTxt; private System.Windows.Forms.TextBox userNameTxt; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; } }