|
|
@ -43,44 +43,45 @@ |
|
|
|
// label1
|
|
|
|
//
|
|
|
|
this.label1.AutoSize = true; |
|
|
|
this.label1.BackColor = System.Drawing.Color.White; |
|
|
|
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(432, 388); |
|
|
|
this.label1.Location = new System.Drawing.Point(396, 340); |
|
|
|
this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); |
|
|
|
this.label1.Name = "label1"; |
|
|
|
this.label1.Size = new System.Drawing.Size(131, 38); |
|
|
|
this.label1.Size = new System.Drawing.Size(117, 34); |
|
|
|
this.label1.TabIndex = 0; |
|
|
|
this.label1.Text = "用户名"; |
|
|
|
//
|
|
|
|
// label2
|
|
|
|
//
|
|
|
|
this.label2.AutoSize = true; |
|
|
|
this.label2.BackColor = System.Drawing.Color.Transparent; |
|
|
|
this.label2.BackColor = System.Drawing.Color.White; |
|
|
|
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(432, 494); |
|
|
|
this.label2.Location = new System.Drawing.Point(396, 432); |
|
|
|
this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); |
|
|
|
this.label2.Name = "label2"; |
|
|
|
this.label2.Size = new System.Drawing.Size(93, 38); |
|
|
|
this.label2.Size = new System.Drawing.Size(83, 34); |
|
|
|
this.label2.TabIndex = 1; |
|
|
|
this.label2.Text = "密码"; |
|
|
|
//
|
|
|
|
// textBox1
|
|
|
|
//
|
|
|
|
this.textBox1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.textBox1.Location = new System.Drawing.Point(592, 370); |
|
|
|
this.textBox1.Margin = new System.Windows.Forms.Padding(6); |
|
|
|
this.textBox1.Location = new System.Drawing.Point(543, 324); |
|
|
|
this.textBox1.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); |
|
|
|
this.textBox1.Name = "textBox1"; |
|
|
|
this.textBox1.Size = new System.Drawing.Size(314, 51); |
|
|
|
this.textBox1.Size = new System.Drawing.Size(288, 45); |
|
|
|
this.textBox1.TabIndex = 2; |
|
|
|
this.textBox1.Click += new System.EventHandler(this.textBox1_Click); |
|
|
|
//
|
|
|
|
// textBox2
|
|
|
|
//
|
|
|
|
this.textBox2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.textBox2.Location = new System.Drawing.Point(592, 494); |
|
|
|
this.textBox2.Margin = new System.Windows.Forms.Padding(6); |
|
|
|
this.textBox2.Location = new System.Drawing.Point(543, 432); |
|
|
|
this.textBox2.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); |
|
|
|
this.textBox2.Name = "textBox2"; |
|
|
|
this.textBox2.PasswordChar = '*'; |
|
|
|
this.textBox2.Size = new System.Drawing.Size(314, 51); |
|
|
|
this.textBox2.Size = new System.Drawing.Size(288, 45); |
|
|
|
this.textBox2.TabIndex = 3; |
|
|
|
this.textBox2.Click += new System.EventHandler(this.textBox2_Click); |
|
|
|
//
|
|
|
@ -88,10 +89,10 @@ |
|
|
|
//
|
|
|
|
this.button1.BackColor = System.Drawing.Color.LightSkyBlue; |
|
|
|
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(462, 612); |
|
|
|
this.button1.Margin = new System.Windows.Forms.Padding(6); |
|
|
|
this.button1.Location = new System.Drawing.Point(424, 536); |
|
|
|
this.button1.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); |
|
|
|
this.button1.Name = "button1"; |
|
|
|
this.button1.Size = new System.Drawing.Size(168, 76); |
|
|
|
this.button1.Size = new System.Drawing.Size(154, 66); |
|
|
|
this.button1.TabIndex = 4; |
|
|
|
this.button1.Text = "登录"; |
|
|
|
this.button1.UseVisualStyleBackColor = false; |
|
|
@ -101,10 +102,10 @@ |
|
|
|
//
|
|
|
|
this.button2.BackColor = System.Drawing.Color.LightSkyBlue; |
|
|
|
this.button2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.button2.Location = new System.Drawing.Point(774, 612); |
|
|
|
this.button2.Margin = new System.Windows.Forms.Padding(6); |
|
|
|
this.button2.Location = new System.Drawing.Point(710, 536); |
|
|
|
this.button2.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); |
|
|
|
this.button2.Name = "button2"; |
|
|
|
this.button2.Size = new System.Drawing.Size(166, 76); |
|
|
|
this.button2.Size = new System.Drawing.Size(152, 66); |
|
|
|
this.button2.TabIndex = 5; |
|
|
|
this.button2.Text = "取消"; |
|
|
|
this.button2.UseVisualStyleBackColor = false; |
|
|
@ -115,9 +116,9 @@ |
|
|
|
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); |
|
|
|
this.pictureBox1.Location = new System.Drawing.Point(0, 0); |
|
|
|
this.pictureBox1.Margin = new System.Windows.Forms.Padding(6); |
|
|
|
this.pictureBox1.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); |
|
|
|
this.pictureBox1.Name = "pictureBox1"; |
|
|
|
this.pictureBox1.Size = new System.Drawing.Size(1406, 906); |
|
|
|
this.pictureBox1.Size = new System.Drawing.Size(1289, 793); |
|
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; |
|
|
|
this.pictureBox1.TabIndex = 6; |
|
|
|
this.pictureBox1.TabStop = false; |
|
|
@ -125,19 +126,20 @@ |
|
|
|
// lbtip
|
|
|
|
//
|
|
|
|
this.lbtip.AutoSize = true; |
|
|
|
this.lbtip.BackColor = System.Drawing.Color.White; |
|
|
|
this.lbtip.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.lbtip.ForeColor = System.Drawing.Color.Red; |
|
|
|
this.lbtip.Location = new System.Drawing.Point(422, 565); |
|
|
|
this.lbtip.Location = new System.Drawing.Point(387, 494); |
|
|
|
this.lbtip.Name = "lbtip"; |
|
|
|
this.lbtip.Size = new System.Drawing.Size(62, 24); |
|
|
|
this.lbtip.Size = new System.Drawing.Size(58, 21); |
|
|
|
this.lbtip.TabIndex = 7; |
|
|
|
this.lbtip.Text = " "; |
|
|
|
//
|
|
|
|
// FrmLogin
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F); |
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 21F); |
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
|
this.ClientSize = new System.Drawing.Size(1406, 906); |
|
|
|
this.ClientSize = new System.Drawing.Size(1289, 793); |
|
|
|
this.Controls.Add(this.lbtip); |
|
|
|
this.Controls.Add(this.label2); |
|
|
|
this.Controls.Add(this.textBox1); |
|
|
@ -146,7 +148,7 @@ |
|
|
|
this.Controls.Add(this.button2); |
|
|
|
this.Controls.Add(this.label1); |
|
|
|
this.Controls.Add(this.pictureBox1); |
|
|
|
this.Margin = new System.Windows.Forms.Padding(6); |
|
|
|
this.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); |
|
|
|
this.Name = "FrmLogin"; |
|
|
|
this.Text = "登录"; |
|
|
|
this.Load += new System.EventHandler(this.FrmLogin_Load); |
|
|
|