From c26069c9418efe9f9c0f963f43fb98b8a7440adf Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期六, 01 三月 2025 10:10:25 +0800
Subject: [PATCH] 销售
---
DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs b/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs
index c8583c8..ec31df2 100644
--- a/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs
@@ -321,6 +321,10 @@
//
// acrd
//
+ this.acrd.Appearance.Item.Hovered.Font = new System.Drawing.Font("Tahoma", 10F);
+ this.acrd.Appearance.Item.Hovered.ForeColor = System.Drawing.Color.Blue;
+ this.acrd.Appearance.Item.Hovered.Options.UseFont = true;
+ this.acrd.Appearance.Item.Hovered.Options.UseForeColor = true;
this.acrd.Dock = System.Windows.Forms.DockStyle.Left;
this.acrd.FilterText = "鏌ユ壘";
this.acrd.Location = new System.Drawing.Point(0, 39);
--
Gitblit v1.9.3