From 0a9e6a87e3361a54dc42f920c9f6f0f303da118c Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期四, 27 三月 2025 16:33:18 +0800 Subject: [PATCH] 查询条件 --- DevApp/Gs.DevApp/UserControl/SelectCgMx.Designer.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/SelectCgMx.Designer.cs b/DevApp/Gs.DevApp/UserControl/SelectCgMx.Designer.cs index 2cea7c4..5099767 100644 --- a/DevApp/Gs.DevApp/UserControl/SelectCgMx.Designer.cs +++ b/DevApp/Gs.DevApp/UserControl/SelectCgMx.Designer.cs @@ -382,8 +382,10 @@ // // btnIn // + this.btnIn.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; + this.btnIn.Appearance.Options.UseBackColor = true; this.btnIn.Dock = System.Windows.Forms.DockStyle.Right; - this.btnIn.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.checkbuttons_16x161; + this.btnIn.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.zoom100_16x16; this.btnIn.Location = new System.Drawing.Point(1028, 2); this.btnIn.Name = "btnIn"; this.btnIn.Size = new System.Drawing.Size(94, 39); -- Gitblit v1.9.3