From 9dbc80b358007e25b745b0fea4dc48a2771c3ffd Mon Sep 17 00:00:00 2001
From: C3204 <zhengyabo@lanpucloud.cn>
Date: 星期三, 31 十二月 2025 13:25:31 +0800
Subject: [PATCH] 优化用户管理界面Merge branch 'master' of http://lanpucloud.cn:1111/r/~zhengyabo/LB_TyreAppearanceInspectionSoftware
---
LB_SmartVision/Forms/Pages/UserManagementPage/UserManagementEditPage.Designer.cs | 68 +++++++++++++++++-----------------
1 files changed, 34 insertions(+), 34 deletions(-)
diff --git a/LB_SmartVision/Forms/Pages/UserManagementPage/UserManagementEditPage.Designer.cs b/LB_SmartVision/Forms/Pages/UserManagementPage/UserManagementEditPage.Designer.cs
index a81aa2b..564f17c 100644
--- a/LB_SmartVision/Forms/Pages/UserManagementPage/UserManagementEditPage.Designer.cs
+++ b/LB_SmartVision/Forms/Pages/UserManagementPage/UserManagementEditPage.Designer.cs
@@ -50,9 +50,9 @@
comboBoxPermission = new ComboBox();
dataGridViewUM = new DataGridView();
tableLayoutPanel4 = new TableLayoutPanel();
- btnDel = new HopeButton();
btnEdit = new HopeButton();
btnFind = new HopeButton();
+ btnDel = new HopeButton();
btnAdd = new ForeverButton();
grpSetting.SuspendLayout();
tableLayoutPanel1.SuspendLayout();
@@ -85,19 +85,19 @@
tableLayoutPanel1.Controls.Add(tableLayoutPanel2, 0, 0);
tableLayoutPanel1.Controls.Add(tableLayoutPanel4, 0, 1);
tableLayoutPanel1.Dock = DockStyle.Fill;
- tableLayoutPanel1.Location = new Point(3, 26);
+ tableLayoutPanel1.Location = new Point(3, 22);
tableLayoutPanel1.Name = "tableLayoutPanel1";
tableLayoutPanel1.RowCount = 2;
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 45F));
- tableLayoutPanel1.Size = new Size(860, 551);
+ tableLayoutPanel1.Size = new Size(860, 555);
tableLayoutPanel1.TabIndex = 1;
//
// tableLayoutPanel2
//
tableLayoutPanel2.ColumnCount = 2;
- tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 40F));
- tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 60F));
+ tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 340F));
+ tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel2.Controls.Add(tableLayoutPanel3, 0, 0);
tableLayoutPanel2.Controls.Add(dataGridViewUM, 1, 0);
tableLayoutPanel2.Dock = DockStyle.Fill;
@@ -105,7 +105,7 @@
tableLayoutPanel2.Name = "tableLayoutPanel2";
tableLayoutPanel2.RowCount = 1;
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
- tableLayoutPanel2.Size = new Size(854, 500);
+ tableLayoutPanel2.Size = new Size(854, 504);
tableLayoutPanel2.TabIndex = 0;
//
// tableLayoutPanel3
@@ -139,7 +139,7 @@
textBoxEmployeeID.Location = new Point(107, 187);
textBoxEmployeeID.Margin = new Padding(7);
textBoxEmployeeID.Name = "textBoxEmployeeID";
- textBoxEmployeeID.Size = new Size(219, 30);
+ textBoxEmployeeID.Size = new Size(219, 26);
textBoxEmployeeID.TabIndex = 9;
//
// labelEmployeeID
@@ -159,7 +159,7 @@
textBoxName.Location = new Point(107, 142);
textBoxName.Margin = new Padding(7);
textBoxName.Name = "textBoxName";
- textBoxName.Size = new Size(219, 30);
+ textBoxName.Size = new Size(219, 26);
textBoxName.TabIndex = 7;
//
// labelName
@@ -191,7 +191,7 @@
textBoxPassword.Location = new Point(107, 52);
textBoxPassword.Margin = new Padding(7);
textBoxPassword.Name = "textBoxPassword";
- textBoxPassword.Size = new Size(219, 30);
+ textBoxPassword.Size = new Size(219, 26);
textBoxPassword.TabIndex = 3;
//
// labelPassword
@@ -223,7 +223,7 @@
textBoxUsername.Location = new Point(107, 7);
textBoxUsername.Margin = new Padding(7);
textBoxUsername.Name = "textBoxUsername";
- textBoxUsername.Size = new Size(219, 30);
+ textBoxUsername.Size = new Size(219, 26);
textBoxUsername.TabIndex = 1;
//
// comboBoxPermission
@@ -233,17 +233,17 @@
comboBoxPermission.Location = new Point(107, 97);
comboBoxPermission.Margin = new Padding(7);
comboBoxPermission.Name = "comboBoxPermission";
- comboBoxPermission.Size = new Size(219, 28);
+ comboBoxPermission.Size = new Size(219, 24);
comboBoxPermission.TabIndex = 5;
//
// dataGridViewUM
//
dataGridViewUM.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridViewUM.Dock = DockStyle.Fill;
- dataGridViewUM.Location = new Point(344, 3);
+ dataGridViewUM.Location = new Point(343, 3);
dataGridViewUM.Name = "dataGridViewUM";
dataGridViewUM.RowHeadersWidth = 51;
- dataGridViewUM.Size = new Size(507, 494);
+ dataGridViewUM.Size = new Size(508, 498);
dataGridViewUM.TabIndex = 1;
//
// tableLayoutPanel4
@@ -258,32 +258,12 @@
tableLayoutPanel4.Controls.Add(btnFind, 0, 0);
tableLayoutPanel4.Controls.Add(btnDel, 3, 0);
tableLayoutPanel4.Controls.Add(btnAdd, 2, 0);
- tableLayoutPanel4.Location = new Point(457, 509);
+ tableLayoutPanel4.Location = new Point(457, 513);
tableLayoutPanel4.Name = "tableLayoutPanel4";
tableLayoutPanel4.RowCount = 1;
tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel4.Size = new Size(400, 39);
tableLayoutPanel4.TabIndex = 1;
- //
- // btnDel
- //
- btnDel.BorderColor = Color.FromArgb(220, 223, 230);
- btnDel.ButtonType = ReaLTaiizor.Util.HopeButtonType.Primary;
- btnDel.DangerColor = Color.FromArgb(245, 108, 108);
- btnDel.DefaultColor = Color.FromArgb(255, 255, 255);
- btnDel.Font = new Font("Segoe UI", 12F);
- btnDel.HoverTextColor = Color.FromArgb(48, 49, 51);
- btnDel.InfoColor = Color.FromArgb(144, 147, 153);
- btnDel.Location = new Point(303, 3);
- btnDel.Name = "btnDel";
- btnDel.PrimaryColor = Color.FromArgb(64, 158, 255);
- btnDel.Size = new Size(94, 33);
- btnDel.SuccessColor = Color.FromArgb(103, 194, 58);
- btnDel.TabIndex = 3;
- btnDel.Text = "鍒犻櫎";
- btnDel.TextColor = Color.White;
- btnDel.WarningColor = Color.FromArgb(230, 162, 60);
- btnDel.Click += btnDel_Click;
//
// btnEdit
//
@@ -323,6 +303,26 @@
btnFind.TextColor = Color.White;
btnFind.WarningColor = Color.FromArgb(230, 162, 60);
//
+ // btnDel
+ //
+ btnDel.BorderColor = Color.FromArgb(220, 223, 230);
+ btnDel.ButtonType = ReaLTaiizor.Util.HopeButtonType.Primary;
+ btnDel.DangerColor = Color.FromArgb(245, 108, 108);
+ btnDel.DefaultColor = Color.FromArgb(255, 255, 255);
+ btnDel.Font = new Font("Segoe UI", 12F);
+ btnDel.HoverTextColor = Color.FromArgb(48, 49, 51);
+ btnDel.InfoColor = Color.FromArgb(144, 147, 153);
+ btnDel.Location = new Point(303, 3);
+ btnDel.Name = "btnDel";
+ btnDel.PrimaryColor = Color.FromArgb(64, 158, 255);
+ btnDel.Size = new Size(94, 33);
+ btnDel.SuccessColor = Color.FromArgb(103, 194, 58);
+ btnDel.TabIndex = 3;
+ btnDel.Text = "鍒犻櫎";
+ btnDel.TextColor = Color.White;
+ btnDel.WarningColor = Color.FromArgb(230, 162, 60);
+ btnDel.Click += btnDel_Click;
+ //
// btnAdd
//
btnAdd.BackColor = Color.Transparent;
--
Gitblit v1.9.3