From 8d36c9cf06313786dbf5ee2cdf7cdd06d1857f01 Mon Sep 17 00:00:00 2001
From: lg <999544862qq.com>
Date: 星期五, 30 八月 2024 11:04:27 +0800
Subject: [PATCH] 用户管理

---
 DevApp/Gs.DevApp/DevFrm/User/User.Designer.cs |   24 ++++++++++++++++++++----
 1 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/User/User.Designer.cs b/DevApp/Gs.DevApp/DevFrm/User/User.Designer.cs
index d840053..bad0e2b 100644
--- a/DevApp/Gs.DevApp/DevFrm/User/User.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/User/User.Designer.cs
@@ -50,17 +50,17 @@
             this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
             this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
             this.toolBarMenu1.Name = "toolBarMenu1";
-            this.toolBarMenu1.Size = new System.Drawing.Size(1128, 91);
+            this.toolBarMenu1.Size = new System.Drawing.Size(1128, 80);
             this.toolBarMenu1.TabIndex = 0;
             // 
             // gc_Main
             // 
             this.gc_Main.Dock = System.Windows.Forms.DockStyle.Fill;
             this.gc_Main.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.gc_Main.Location = new System.Drawing.Point(0, 91);
+            this.gc_Main.Location = new System.Drawing.Point(0, 80);
             this.gc_Main.MainView = this.gridView1;
             this.gc_Main.Name = "gc_Main";
-            this.gc_Main.Size = new System.Drawing.Size(1128, 361);
+            this.gc_Main.Size = new System.Drawing.Size(1128, 372);
             this.gc_Main.TabIndex = 1;
             this.gc_Main.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gridView1});
@@ -83,6 +83,8 @@
             // 
             // account
             // 
+            this.account.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.account.AppearanceCell.Options.UseFont = true;
             this.account.Caption = "鐧诲綍璐﹀彿";
             this.account.FieldName = "account";
             this.account.MinWidth = 25;
@@ -93,6 +95,8 @@
             // 
             // userName
             // 
+            this.userName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.userName.AppearanceCell.Options.UseFont = true;
             this.userName.Caption = "鐢ㄦ埛鍚�";
             this.userName.FieldName = "userName";
             this.userName.MinWidth = 25;
@@ -103,6 +107,8 @@
             // 
             // tel
             // 
+            this.tel.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.tel.AppearanceCell.Options.UseFont = true;
             this.tel.Caption = "鑱旂郴鐢佃瘽";
             this.tel.FieldName = "tel";
             this.tel.MinWidth = 25;
@@ -113,6 +119,8 @@
             // 
             // email
             // 
+            this.email.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.email.AppearanceCell.Options.UseFont = true;
             this.email.Caption = "閭";
             this.email.FieldName = "email";
             this.email.MinWidth = 25;
@@ -123,6 +131,8 @@
             // 
             // createTime
             // 
+            this.createTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.createTime.AppearanceCell.Options.UseFont = true;
             this.createTime.Caption = "寤虹珛鏃堕棿";
             this.createTime.FieldName = "createTime";
             this.createTime.MinWidth = 25;
@@ -133,6 +143,8 @@
             // 
             // lastLoginTime
             // 
+            this.lastLoginTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lastLoginTime.AppearanceCell.Options.UseFont = true;
             this.lastLoginTime.Caption = "鏈�杩戠櫥褰曟椂闂�";
             this.lastLoginTime.FieldName = "lastLoginTime";
             this.lastLoginTime.MinWidth = 25;
@@ -143,8 +155,10 @@
             // 
             // isLocked
             // 
+            this.isLocked.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.isLocked.AppearanceCell.Options.UseFont = true;
             this.isLocked.Caption = "鐘舵��";
-            this.isLocked.FieldName = "isLocked";
+            this.isLocked.FieldName = "isLockedTxt";
             this.isLocked.MinWidth = 25;
             this.isLocked.Name = "isLocked";
             this.isLocked.Visible = true;
@@ -153,6 +167,8 @@
             // 
             // loginCounter
             // 
+            this.loginCounter.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.loginCounter.AppearanceCell.Options.UseFont = true;
             this.loginCounter.Caption = "鐧诲綍娆℃暟";
             this.loginCounter.FieldName = "loginCounter";
             this.loginCounter.MinWidth = 25;

--
Gitblit v1.9.3