From 2772043a6abe77f742161c3372bf1e2855c0c6bb Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期五, 18 四月 2025 08:28:28 +0800
Subject: [PATCH] 生产退库
---
DevApp/Gs.DevApp/UserControl/ShowFilter.Designer.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/ShowFilter.Designer.cs b/DevApp/Gs.DevApp/UserControl/ShowFilter.Designer.cs
index 219f32a..2ab8ac7 100644
--- a/DevApp/Gs.DevApp/UserControl/ShowFilter.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/ShowFilter.Designer.cs
@@ -128,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;
@@ -141,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;
@@ -407,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 = "鍒悕";
--
Gitblit v1.9.3