登录修改

This commit is contained in:
2026-09-03 11:14:31 +08:00
parent 6010e21c6c
commit f2c645f5b3
3 changed files with 1629 additions and 1616 deletions
+13 -14
View File
@@ -54,7 +54,6 @@
this.txt_LoginPwd.PasswordChar = '*'; this.txt_LoginPwd.PasswordChar = '*';
this.txt_LoginPwd.Size = new System.Drawing.Size(276, 41); this.txt_LoginPwd.Size = new System.Drawing.Size(276, 41);
this.txt_LoginPwd.TabIndex = 1; this.txt_LoginPwd.TabIndex = 1;
this.txt_LoginPwd.Text = "Admin";
// //
// txt_LoginName // txt_LoginName
// //
@@ -70,6 +69,19 @@
this.txt_LoginName.DoubleClick += new System.EventHandler(this.txt_LoginName_DoubleClick); this.txt_LoginName.DoubleClick += new System.EventHandler(this.txt_LoginName_DoubleClick);
this.txt_LoginName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_LoginName_KeyDown); this.txt_LoginName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_LoginName_KeyDown);
// //
// btn_Login
//
this.btn_Login.DefaultBack = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(85)))));
this.btn_Login.DefaultBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(85)))));
this.btn_Login.Font = new System.Drawing.Font("Microsoft JhengHei UI", 24F);
this.btn_Login.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(251)))), ((int)(((byte)(251)))));
this.btn_Login.Location = new System.Drawing.Point(441, 392);
this.btn_Login.Name = "btn_Login";
this.btn_Login.Size = new System.Drawing.Size(380, 68);
this.btn_Login.TabIndex = 15;
this.btn_Login.Text = "登录";
this.btn_Login.Click += new System.EventHandler(this.btn_Login_Click);
//
// pictureBox1 // pictureBox1
// //
this.pictureBox1.BackColor = System.Drawing.Color.Transparent; this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
@@ -140,19 +152,6 @@
this.pageHeader1.TabIndex = 14; this.pageHeader1.TabIndex = 14;
this.pageHeader1.Text = " "; this.pageHeader1.Text = " ";
// //
// btn_Login
//
this.btn_Login.DefaultBack = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(85)))));
this.btn_Login.DefaultBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(85)))));
this.btn_Login.Font = new System.Drawing.Font("Microsoft JhengHei UI", 24F);
this.btn_Login.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(251)))), ((int)(((byte)(251)))));
this.btn_Login.Location = new System.Drawing.Point(441, 392);
this.btn_Login.Name = "btn_Login";
this.btn_Login.Size = new System.Drawing.Size(380, 68);
this.btn_Login.TabIndex = 15;
this.btn_Login.Text = "登录";
this.btn_Login.Click += new System.EventHandler(this.btn_Login_Click);
//
// FrmLogin // FrmLogin
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
+16 -16
View File
@@ -109,7 +109,7 @@
this.pageHeader1.Location = new System.Drawing.Point(0, 0); this.pageHeader1.Location = new System.Drawing.Point(0, 0);
this.pageHeader1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.pageHeader1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.pageHeader1.Name = "pageHeader1"; this.pageHeader1.Name = "pageHeader1";
this.pageHeader1.Size = new System.Drawing.Size(1556, 116); this.pageHeader1.Size = new System.Drawing.Size(1921, 116);
this.pageHeader1.SubText = ""; this.pageHeader1.SubText = "";
this.pageHeader1.TabIndex = 0; this.pageHeader1.TabIndex = 0;
this.pageHeader1.Text = ""; this.pageHeader1.Text = "";
@@ -130,7 +130,7 @@
this.TopPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.TopPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.TopPanel.Location = new System.Drawing.Point(0, 35); this.TopPanel.Location = new System.Drawing.Point(0, 35);
this.TopPanel.Name = "TopPanel"; this.TopPanel.Name = "TopPanel";
this.TopPanel.Size = new System.Drawing.Size(1556, 81); this.TopPanel.Size = new System.Drawing.Size(1921, 81);
this.TopPanel.TabIndex = 16; this.TopPanel.TabIndex = 16;
// //
// nav_QRCode // nav_QRCode
@@ -164,7 +164,7 @@
this.nav_HistotryData.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.nav_HistotryData.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.nav_HistotryData.IsLeft = false; this.nav_HistotryData.IsLeft = false;
this.nav_HistotryData.IsSelected = false; this.nav_HistotryData.IsSelected = false;
this.nav_HistotryData.Location = new System.Drawing.Point(915, 15); this.nav_HistotryData.Location = new System.Drawing.Point(1280, 15);
this.nav_HistotryData.Margin = new System.Windows.Forms.Padding(2); this.nav_HistotryData.Margin = new System.Windows.Forms.Padding(2);
this.nav_HistotryData.Name = "nav_HistotryData"; this.nav_HistotryData.Name = "nav_HistotryData";
this.nav_HistotryData.Size = new System.Drawing.Size(132, 52); this.nav_HistotryData.Size = new System.Drawing.Size(132, 52);
@@ -229,7 +229,7 @@
this.lblSubtitle.Location = new System.Drawing.Point(601, 3); this.lblSubtitle.Location = new System.Drawing.Point(601, 3);
this.lblSubtitle.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblSubtitle.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblSubtitle.Name = "lblSubtitle"; this.lblSubtitle.Name = "lblSubtitle";
this.lblSubtitle.Size = new System.Drawing.Size(347, 38); this.lblSubtitle.Size = new System.Drawing.Size(712, 38);
this.lblSubtitle.TabIndex = 2; this.lblSubtitle.TabIndex = 2;
this.lblSubtitle.Text = "Pack and Label Management System"; this.lblSubtitle.Text = "Pack and Label Management System";
this.lblSubtitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblSubtitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -245,7 +245,7 @@
this.nav_UserInfo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.nav_UserInfo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.nav_UserInfo.IsLeft = false; this.nav_UserInfo.IsLeft = false;
this.nav_UserInfo.IsSelected = false; this.nav_UserInfo.IsSelected = false;
this.nav_UserInfo.Location = new System.Drawing.Point(1389, 15); this.nav_UserInfo.Location = new System.Drawing.Point(1754, 15);
this.nav_UserInfo.Margin = new System.Windows.Forms.Padding(2); this.nav_UserInfo.Margin = new System.Windows.Forms.Padding(2);
this.nav_UserInfo.Name = "nav_UserInfo"; this.nav_UserInfo.Name = "nav_UserInfo";
this.nav_UserInfo.Size = new System.Drawing.Size(132, 52); this.nav_UserInfo.Size = new System.Drawing.Size(132, 52);
@@ -266,7 +266,7 @@
this.nav_SetSystem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.nav_SetSystem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.nav_SetSystem.IsLeft = false; this.nav_SetSystem.IsLeft = false;
this.nav_SetSystem.IsSelected = false; this.nav_SetSystem.IsSelected = false;
this.nav_SetSystem.Location = new System.Drawing.Point(1073, 15); this.nav_SetSystem.Location = new System.Drawing.Point(1438, 15);
this.nav_SetSystem.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4); this.nav_SetSystem.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
this.nav_SetSystem.Name = "nav_SetSystem"; this.nav_SetSystem.Name = "nav_SetSystem";
this.nav_SetSystem.Size = new System.Drawing.Size(132, 52); this.nav_SetSystem.Size = new System.Drawing.Size(132, 52);
@@ -309,7 +309,7 @@
this.nav_System.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.nav_System.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.nav_System.IsLeft = false; this.nav_System.IsLeft = false;
this.nav_System.IsSelected = false; this.nav_System.IsSelected = false;
this.nav_System.Location = new System.Drawing.Point(1231, 15); this.nav_System.Location = new System.Drawing.Point(1596, 15);
this.nav_System.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.nav_System.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.nav_System.Name = "nav_System"; this.nav_System.Name = "nav_System";
this.nav_System.Size = new System.Drawing.Size(132, 52); this.nav_System.Size = new System.Drawing.Size(132, 52);
@@ -384,7 +384,7 @@
this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.panel1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.panel1.Name = "panel1"; this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1556, 35); this.panel1.Size = new System.Drawing.Size(1921, 35);
this.panel1.TabIndex = 15; this.panel1.TabIndex = 15;
this.panel1.Text = "panel1"; this.panel1.Text = "panel1";
this.panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseDown); this.panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseDown);
@@ -416,7 +416,7 @@
"中文", "中文",
"英文", "英文",
"匈牙利语"}); "匈牙利语"});
this.SwitchLanguage.Location = new System.Drawing.Point(1441, 0); this.SwitchLanguage.Location = new System.Drawing.Point(1806, 0);
this.SwitchLanguage.Name = "SwitchLanguage"; this.SwitchLanguage.Name = "SwitchLanguage";
this.SwitchLanguage.Size = new System.Drawing.Size(41, 35); this.SwitchLanguage.Size = new System.Drawing.Size(41, 35);
this.SwitchLanguage.TabIndex = 13; this.SwitchLanguage.TabIndex = 13;
@@ -454,7 +454,7 @@
this.btnScale.Font = new System.Drawing.Font("Microsoft YaHei UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnScale.Font = new System.Drawing.Font("Microsoft YaHei UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnScale.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(8)))), ((int)(((byte)(8))))); this.btnScale.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(8)))), ((int)(((byte)(8)))));
this.btnScale.IconSvg = resources.GetString("btnScale.IconSvg"); this.btnScale.IconSvg = resources.GetString("btnScale.IconSvg");
this.btnScale.Location = new System.Drawing.Point(1482, 0); this.btnScale.Location = new System.Drawing.Point(1847, 0);
this.btnScale.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnScale.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnScale.Name = "btnScale"; this.btnScale.Name = "btnScale";
this.btnScale.Size = new System.Drawing.Size(37, 35); this.btnScale.Size = new System.Drawing.Size(37, 35);
@@ -496,7 +496,7 @@
this.btExit.Font = new System.Drawing.Font("Microsoft YaHei UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btExit.Font = new System.Drawing.Font("Microsoft YaHei UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btExit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.btExit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.btExit.IconSvg = resources.GetString("btExit.IconSvg"); this.btExit.IconSvg = resources.GetString("btExit.IconSvg");
this.btExit.Location = new System.Drawing.Point(1519, 0); this.btExit.Location = new System.Drawing.Point(1884, 0);
this.btExit.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btExit.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btExit.Name = "btExit"; this.btExit.Name = "btExit";
this.btExit.Size = new System.Drawing.Size(37, 35); this.btExit.Size = new System.Drawing.Size(37, 35);
@@ -782,7 +782,7 @@
this.panel5.Location = new System.Drawing.Point(0, 116); this.panel5.Location = new System.Drawing.Point(0, 116);
this.panel5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panel5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.panel5.Name = "panel5"; this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(1556, 46); this.panel5.Size = new System.Drawing.Size(1921, 46);
this.panel5.TabIndex = 3; this.panel5.TabIndex = 3;
this.panel5.Text = "panel5"; this.panel5.Text = "panel5";
// //
@@ -795,7 +795,7 @@
this.panel8.Location = new System.Drawing.Point(1175, 0); this.panel8.Location = new System.Drawing.Point(1175, 0);
this.panel8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panel8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.panel8.Name = "panel8"; this.panel8.Name = "panel8";
this.panel8.Size = new System.Drawing.Size(381, 46); this.panel8.Size = new System.Drawing.Size(746, 46);
this.panel8.TabIndex = 11; this.panel8.TabIndex = 11;
// //
// panel7 // panel7
@@ -869,7 +869,7 @@
this.CorePanel.Name = "CorePanel"; this.CorePanel.Name = "CorePanel";
this.CorePanel.Padding = new System.Windows.Forms.Padding(23, 11, 23, 11); this.CorePanel.Padding = new System.Windows.Forms.Padding(23, 11, 23, 11);
this.CorePanel.RightGap = 20; this.CorePanel.RightGap = 20;
this.CorePanel.Size = new System.Drawing.Size(1556, 722); this.CorePanel.Size = new System.Drawing.Size(1921, 838);
this.CorePanel.TabIndex = 4; this.CorePanel.TabIndex = 4;
this.CorePanel.TopGap = 10; this.CorePanel.TopGap = 10;
// //
@@ -880,7 +880,7 @@
this.MainPanel.Location = new System.Drawing.Point(23, 11); this.MainPanel.Location = new System.Drawing.Point(23, 11);
this.MainPanel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.MainPanel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.MainPanel.Name = "MainPanel"; this.MainPanel.Name = "MainPanel";
this.MainPanel.Size = new System.Drawing.Size(1510, 700); this.MainPanel.Size = new System.Drawing.Size(1875, 816);
this.MainPanel.TabIndex = 0; this.MainPanel.TabIndex = 0;
// //
// contextMenuStrip1 // contextMenuStrip1
@@ -903,7 +903,7 @@
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38))))); this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.ClientSize = new System.Drawing.Size(1556, 884); this.ClientSize = new System.Drawing.Size(1921, 1000);
this.Controls.Add(this.CorePanel); this.Controls.Add(this.CorePanel);
this.Controls.Add(this.panel5); this.Controls.Add(this.panel5);
this.Controls.Add(this.pageHeader1); this.Controls.Add(this.pageHeader1);
+1600 -1586
View File
File diff suppressed because it is too large Load Diff