From a0c01fd2decc2beefa3cc3d80ecf452e9939c8f7 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 31 十月 2025 09:35:25 +0800
Subject: [PATCH] 抽样基准:优化aql值界面、BUG
---
DevApp/Gs.DevApp/DevFrm/WW/SelectWwTbl.Designer.cs | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/WW/SelectWwTbl.Designer.cs b/DevApp/Gs.DevApp/DevFrm/WW/SelectWwTbl.Designer.cs
index 23be08a..59e337d 100644
--- a/DevApp/Gs.DevApp/DevFrm/WW/SelectWwTbl.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/WW/SelectWwTbl.Designer.cs
@@ -249,9 +249,11 @@
//
// btnIn
//
- this.btnIn.Dock = System.Windows.Forms.DockStyle.Left;
- this.btnIn.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.checkbuttons_16x161;
- this.btnIn.Location = new System.Drawing.Point(2, 2);
+ 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.zoom100_16x16;
+ this.btnIn.Location = new System.Drawing.Point(927, 2);
this.btnIn.Name = "btnIn";
this.btnIn.Size = new System.Drawing.Size(94, 39);
this.btnIn.TabIndex = 4;
--
Gitblit v1.9.3