|
@@ -43,10 +43,10 @@
|
|
|
//
|
|
|
// button1
|
|
|
//
|
|
|
- this.button1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.button1.Location = new System.Drawing.Point(295, 83);
|
|
|
+ this.button1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.button1.Location = new System.Drawing.Point(281, 78);
|
|
|
this.button1.Name = "button1";
|
|
|
- this.button1.Size = new System.Drawing.Size(61, 63);
|
|
|
+ this.button1.Size = new System.Drawing.Size(61, 72);
|
|
|
this.button1.TabIndex = 0;
|
|
|
this.button1.Text = "进入";
|
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
@@ -54,12 +54,12 @@
|
|
|
//
|
|
|
// textBox_Passwd
|
|
|
//
|
|
|
- this.textBox_Passwd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.textBox_Passwd.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.textBox_Passwd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
|
|
|
this.textBox_Passwd.ImeMode = System.Windows.Forms.ImeMode.Disable;
|
|
|
- this.textBox_Passwd.Location = new System.Drawing.Point(104, 118);
|
|
|
+ this.textBox_Passwd.Location = new System.Drawing.Point(104, 117);
|
|
|
this.textBox_Passwd.Name = "textBox_Passwd";
|
|
|
- this.textBox_Passwd.Size = new System.Drawing.Size(171, 29);
|
|
|
+ this.textBox_Passwd.Size = new System.Drawing.Size(171, 33);
|
|
|
this.textBox_Passwd.TabIndex = 2;
|
|
|
this.textBox_Passwd.UseSystemPasswordChar = true;
|
|
|
this.textBox_Passwd.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBox_Passwd_KeyUp);
|
|
@@ -67,18 +67,20 @@
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
- this.label1.Location = new System.Drawing.Point(57, 87);
|
|
|
+ this.label1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label1.Location = new System.Drawing.Point(35, 82);
|
|
|
this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(37, 20);
|
|
|
+ this.label1.Size = new System.Drawing.Size(50, 25);
|
|
|
this.label1.TabIndex = 3;
|
|
|
this.label1.Text = "账户";
|
|
|
//
|
|
|
// label2
|
|
|
//
|
|
|
this.label2.AutoSize = true;
|
|
|
- this.label2.Location = new System.Drawing.Point(57, 122);
|
|
|
+ this.label2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label2.Location = new System.Drawing.Point(35, 121);
|
|
|
this.label2.Name = "label2";
|
|
|
- this.label2.Size = new System.Drawing.Size(37, 20);
|
|
|
+ this.label2.Size = new System.Drawing.Size(50, 25);
|
|
|
this.label2.TabIndex = 3;
|
|
|
this.label2.Text = "密码";
|
|
|
//
|
|
@@ -117,13 +119,14 @@
|
|
|
//
|
|
|
// comboBox_User
|
|
|
//
|
|
|
+ this.comboBox_User.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
+ this.comboBox_User.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.comboBox_User.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
|
|
|
this.comboBox_User.FormattingEnabled = true;
|
|
|
- this.comboBox_User.Location = new System.Drawing.Point(104, 86);
|
|
|
+ this.comboBox_User.Location = new System.Drawing.Point(104, 78);
|
|
|
this.comboBox_User.Name = "comboBox_User";
|
|
|
- this.comboBox_User.Size = new System.Drawing.Size(171, 28);
|
|
|
+ this.comboBox_User.Size = new System.Drawing.Size(171, 33);
|
|
|
this.comboBox_User.TabIndex = 35;
|
|
|
- this.comboBox_User.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
//
|
|
|
// Enter
|
|
|
//
|