From 2b31b7e3926134da96d384ab3bdac345691a179c Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期五, 10 一月 2025 10:48:45 +0800
Subject: [PATCH] 优化权限

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/12-Hydrant/AssetsHydrantSingleMatchingCtrl.cs |   13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/12-Hydrant/AssetsHydrantSingleMatchingCtrl.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/12-Hydrant/AssetsHydrantSingleMatchingCtrl.cs
index 01b6d7e..aed8c93 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/12-Hydrant/AssetsHydrantSingleMatchingCtrl.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/12-Hydrant/AssetsHydrantSingleMatchingCtrl.cs
@@ -1,13 +1,4 @@
-锘縰sing DevExpress.XtraEditors;
-using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows.Forms;
+锘縰sing System.Data;
 
 namespace HStation.WinFrmUI
 {
@@ -18,7 +9,7 @@
             InitializeComponent();
             this.layoutControl1.SetupLayoutControl();
             this.gridView1.SetLimitView();
-            this.gridView1.RegistCustomDrawCell(Color.BurlyWood, Color.White);
+            this.gridView1.RegistCustomDrawCell();
             this.generalSearchCtrl1.SearchEvent += Search;
             this.generalSearchCtrl1.ClearEvent += Clear;
         }

--
Gitblit v1.9.3