This commit is contained in:
a88359121
2025-07-30 08:00:46 +08:00
parent 6fefa3c874
commit d2ad7d7d13
7 changed files with 235 additions and 74 deletions
+28 -24
View File
@@ -48,11 +48,11 @@
this.txt_LoginMesPwd.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txt_LoginMesPwd.Font = new System.Drawing.Font("微软雅黑", 15F);
this.txt_LoginMesPwd.ForeColor = System.Drawing.Color.Black;
this.txt_LoginMesPwd.Location = new System.Drawing.Point(215, 161);
this.txt_LoginMesPwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.txt_LoginMesPwd.Location = new System.Drawing.Point(322, 242);
this.txt_LoginMesPwd.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
this.txt_LoginMesPwd.Name = "txt_LoginMesPwd";
this.txt_LoginMesPwd.PasswordChar = '*';
this.txt_LoginMesPwd.Size = new System.Drawing.Size(164, 27);
this.txt_LoginMesPwd.Size = new System.Drawing.Size(246, 40);
this.txt_LoginMesPwd.TabIndex = 17;
this.txt_LoginMesPwd.Text = "123456";
//
@@ -62,12 +62,12 @@
this.txt_LoginMesName.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txt_LoginMesName.Font = new System.Drawing.Font("微软雅黑", 15F);
this.txt_LoginMesName.ForeColor = System.Drawing.Color.Black;
this.txt_LoginMesName.Location = new System.Drawing.Point(215, 101);
this.txt_LoginMesName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.txt_LoginMesName.Location = new System.Drawing.Point(322, 152);
this.txt_LoginMesName.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
this.txt_LoginMesName.Name = "txt_LoginMesName";
this.txt_LoginMesName.Size = new System.Drawing.Size(164, 27);
this.txt_LoginMesName.Size = new System.Drawing.Size(246, 40);
this.txt_LoginMesName.TabIndex = 16;
this.txt_LoginMesName.Text = "test_zz";
this.txt_LoginMesName.Text = "admin";
this.txt_LoginMesName.DoubleClick += new System.EventHandler(this.txt_LoginMesName_DoubleClick);
this.txt_LoginMesName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_LoginMesName_KeyDown);
//
@@ -79,10 +79,10 @@
this.btn_LoginMes.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_LoginMes.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_LoginMes.ForeColor = System.Drawing.Color.White;
this.btn_LoginMes.Location = new System.Drawing.Point(215, 212);
this.btn_LoginMes.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.btn_LoginMes.Location = new System.Drawing.Point(322, 318);
this.btn_LoginMes.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
this.btn_LoginMes.Name = "btn_LoginMes";
this.btn_LoginMes.Size = new System.Drawing.Size(144, 43);
this.btn_LoginMes.Size = new System.Drawing.Size(216, 64);
this.btn_LoginMes.TabIndex = 15;
this.btn_LoginMes.Text = "登 录";
this.btn_LoginMes.UseVisualStyleBackColor = false;
@@ -92,10 +92,10 @@
//
this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
this.pictureBox2.Image = global::LargeSquareOne.Properties.Resources._25_密码;
this.pictureBox2.Location = new System.Drawing.Point(171, 152);
this.pictureBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.pictureBox2.Location = new System.Drawing.Point(256, 228);
this.pictureBox2.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(34, 37);
this.pictureBox2.Size = new System.Drawing.Size(51, 56);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox2.TabIndex = 19;
this.pictureBox2.TabStop = false;
@@ -104,10 +104,10 @@
//
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
this.pictureBox1.Image = global::LargeSquareOne.Properties.Resources.用户;
this.pictureBox1.Location = new System.Drawing.Point(171, 92);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.pictureBox1.Location = new System.Drawing.Point(256, 138);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(34, 36);
this.pictureBox1.Size = new System.Drawing.Size(51, 54);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 18;
this.pictureBox1.TabStop = false;
@@ -121,9 +121,10 @@
this.btn_Close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Close.Font = new System.Drawing.Font("微软雅黑", 14F);
this.btn_Close.ForeColor = System.Drawing.Color.Black;
this.btn_Close.Location = new System.Drawing.Point(409, 3);
this.btn_Close.Location = new System.Drawing.Point(614, 4);
this.btn_Close.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btn_Close.Name = "btn_Close";
this.btn_Close.Size = new System.Drawing.Size(32, 34);
this.btn_Close.Size = new System.Drawing.Size(48, 51);
this.btn_Close.TabIndex = 21;
this.btn_Close.Text = "X";
this.btn_Close.UseVisualStyleBackColor = false;
@@ -133,9 +134,10 @@
//
this.pictureBox3.BackColor = System.Drawing.Color.Transparent;
this.pictureBox3.Image = global::LargeSquareOne.Properties.Resources.yiweidongli;
this.pictureBox3.Location = new System.Drawing.Point(0, 3);
this.pictureBox3.Location = new System.Drawing.Point(0, 4);
this.pictureBox3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(153, 34);
this.pictureBox3.Size = new System.Drawing.Size(230, 51);
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox3.TabIndex = 22;
this.pictureBox3.TabStop = false;
@@ -146,18 +148,19 @@
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("微软雅黑", 26.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.label1.Location = new System.Drawing.Point(269, 33);
this.label1.Location = new System.Drawing.Point(404, 50);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(97, 46);
this.label1.Size = new System.Drawing.Size(147, 70);
this.label1.TabIndex = 23;
this.label1.Text = "MES";
//
// FrmLoginMes
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::LargeSquareOne.Properties.Resources.Login1;
this.ClientSize = new System.Drawing.Size(444, 317);
this.ClientSize = new System.Drawing.Size(666, 476);
this.Controls.Add(this.label1);
this.Controls.Add(this.pictureBox3);
this.Controls.Add(this.btn_Close);
@@ -168,6 +171,7 @@
this.Controls.Add(this.btn_LoginMes);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "FrmLoginMes";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FrmLoginMes";