From 4d3a6203df1cb2966ca09efbc8125544dba67537 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期五, 21 三月 2025 14:04:35 +0800
Subject: [PATCH] 查询
---
DevApp/Gs.DevApp/UserControl/ShowLogcs.Designer.cs | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/ShowLogcs.Designer.cs b/DevApp/Gs.DevApp/UserControl/ShowLogcs.Designer.cs
index 3a0d915..1e33f42 100644
--- a/DevApp/Gs.DevApp/UserControl/ShowLogcs.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/ShowLogcs.Designer.cs
@@ -104,8 +104,6 @@
this.gv_operationTable.Name = "gv_operationTable";
this.gv_operationTable.OptionsColumn.ReadOnly = true;
this.gv_operationTable.Tag = "query_a.OPERATION_TABLE";
- this.gv_operationTable.Visible = true;
- this.gv_operationTable.VisibleIndex = 2;
this.gv_operationTable.Width = 80;
//
// gv_msg
@@ -118,7 +116,7 @@
this.gv_msg.OptionsColumn.ReadOnly = true;
this.gv_msg.Tag = "query_a.MSG";
this.gv_msg.Visible = true;
- this.gv_msg.VisibleIndex = 3;
+ this.gv_msg.VisibleIndex = 2;
this.gv_msg.Width = 300;
//
// pageBar1
--
Gitblit v1.9.3