From 93eb9c91a20e15a443388824ab00db556e691093 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期五, 18 四月 2025 17:24:32 +0800 Subject: [PATCH] 委外 --- 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