From f489e359066e1036f13491ef128a355bc730afcb Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期二, 24 六月 2025 13:36:18 +0800
Subject: [PATCH] bug
---
DevApp/Gs.DevApp/UserControl/ShowFilter.Designer.cs | 18 +++++++++++++++---
1 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/ShowFilter.Designer.cs b/DevApp/Gs.DevApp/UserControl/ShowFilter.Designer.cs
index c8e643c..2efe221 100644
--- a/DevApp/Gs.DevApp/UserControl/ShowFilter.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/ShowFilter.Designer.cs
@@ -73,6 +73,7 @@
this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemButtonEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
+ this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
this.panQueryTable = new System.Windows.Forms.Panel();
this.btnSqlTable = new DevExpress.XtraEditors.SimpleButton();
this.gcQuery = new DevExpress.XtraGrid.GridControl();
@@ -127,7 +128,6 @@
//
// btnEsc
//
- this.btnEsc.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.btnEsc.Appearance.Options.UseFont = true;
this.btnEsc.Dock = System.Windows.Forms.DockStyle.Right;
this.btnEsc.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.removegroupfooter_16x16;
@@ -140,7 +140,6 @@
// btnQuery
//
this.btnQuery.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
- this.btnQuery.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.btnQuery.Appearance.Options.UseBackColor = true;
this.btnQuery.Appearance.Options.UseFont = true;
this.btnQuery.Dock = System.Windows.Forms.DockStyle.Right;
@@ -326,7 +325,8 @@
this.gridColumn13,
this.gridColumn11,
this.gridColumn12,
- this.gridColumn14});
+ this.gridColumn14,
+ this.gridColumn19});
this.gvTable.GridControl = this.gcTable;
this.gvTable.Name = "gvTable";
this.gvTable.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
@@ -405,6 +405,8 @@
//
// gridColumn12
//
+ this.gridColumn12.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
+ this.gridColumn12.AppearanceCell.Options.UseForeColor = true;
this.gridColumn12.AppearanceHeader.ForeColor = System.Drawing.Color.Blue;
this.gridColumn12.AppearanceHeader.Options.UseForeColor = true;
this.gridColumn12.Caption = "鍒悕";
@@ -435,6 +437,14 @@
this.repositoryItemButtonEdit2.Name = "repositoryItemButtonEdit2";
this.repositoryItemButtonEdit2.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
this.repositoryItemButtonEdit2.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit2_ButtonClick);
+ //
+ // gridColumn19
+ //
+ this.gridColumn19.Caption = "涓婚敭Guid";
+ this.gridColumn19.FieldName = "guid";
+ this.gridColumn19.MinWidth = 25;
+ this.gridColumn19.Name = "gridColumn19";
+ this.gridColumn19.Width = 94;
//
// panQueryTable
//
@@ -562,6 +572,7 @@
this.repositoryItemComboBox3Sql.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemComboBox3Sql.Items.AddRange(new object[] {
+ "-璇烽�夋嫨-",
"瀛楃涓茬被鍨�",
"鏁板�肩被鍨�",
"鏃堕棿绫诲瀷",
@@ -669,5 +680,6 @@
private DevExpress.XtraGrid.Views.Grid.GridView repositoryItemSearchLookUpEdit2View;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn17;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn18;
+ private DevExpress.XtraGrid.Columns.GridColumn gridColumn19;
}
}
\ No newline at end of file
--
Gitblit v1.9.3