From 45654ccd17cc2a95d69bfcae1e40d410e412bb17 Mon Sep 17 00:00:00 2001
From: lg <999544862qq.com>
Date: 星期四, 29 八月 2024 16:24:54 +0800
Subject: [PATCH] 用户管理

---
 DevApp/Gs.DevApp/DevFrm/User/SysMenu.Designer.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/User/SysMenu.Designer.cs b/DevApp/Gs.DevApp/DevFrm/User/SysMenu.Designer.cs
index a7e6121..d11c316 100644
--- a/DevApp/Gs.DevApp/DevFrm/User/SysMenu.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/User/SysMenu.Designer.cs
@@ -79,6 +79,8 @@
             // 
             // tlMenu
             // 
+            this.tlMenu.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.tlMenu.Appearance.Row.Options.UseFont = true;
             this.tlMenu.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
             this.tlcModuleID,
             this.tlcMenuName,
@@ -89,6 +91,7 @@
             this.treeListColumn1});
             this.tlMenu.Cursor = System.Windows.Forms.Cursors.Default;
             this.tlMenu.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.tlMenu.Font = new System.Drawing.Font("Tahoma", 9F);
             this.tlMenu.Location = new System.Drawing.Point(3, 3);
             this.tlMenu.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.tlMenu.MinWidth = 23;

--
Gitblit v1.9.3