123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- namespace DataManager
- {
- partial class Login
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.txtAccount = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.btnLogin = new System.Windows.Forms.Button();
- this.txtPassword = new System.Windows.Forms.MaskedTextBox();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.ForeColor = System.Drawing.SystemColors.MenuHighlight;
- this.label1.Location = new System.Drawing.Point(91, 71);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(401, 38);
- this.label1.TabIndex = 0;
- this.label1.Text = "欢迎登录 DataManager V0.1";
- this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(149, 161);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(39, 20);
- this.label2.TabIndex = 1;
- this.label2.Text = "用户";
- //
- // txtAccount
- //
- this.txtAccount.Location = new System.Drawing.Point(226, 159);
- this.txtAccount.MaxLength = 11;
- this.txtAccount.Name = "txtAccount";
- this.txtAccount.Size = new System.Drawing.Size(206, 25);
- this.txtAccount.TabIndex = 2;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.Location = new System.Drawing.Point(149, 205);
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(39, 20);
- this.label3.TabIndex = 3;
- this.label3.Text = "密码";
- //
- // btnLogin
- //
- this.btnLogin.Location = new System.Drawing.Point(226, 254);
- this.btnLogin.Name = "btnLogin";
- this.btnLogin.Size = new System.Drawing.Size(206, 28);
- this.btnLogin.TabIndex = 5;
- this.btnLogin.Text = "登 录 系 统";
- this.btnLogin.UseVisualStyleBackColor = true;
- this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
- //
- // txtPassword
- //
- this.txtPassword.Location = new System.Drawing.Point(226, 203);
- this.txtPassword.Name = "txtPassword";
- this.txtPassword.PasswordChar = '*';
- this.txtPassword.Size = new System.Drawing.Size(206, 25);
- this.txtPassword.TabIndex = 6;
- //
- // Login
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 19F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(619, 394);
- this.Controls.Add(this.txtPassword);
- this.Controls.Add(this.btnLogin);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.txtAccount);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "Login";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Login";
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox txtAccount;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Button btnLogin;
- private System.Windows.Forms.MaskedTextBox txtPassword;
- }
- }
|