From 27c04c726187ca50c6c693c4aec92a1c43ef115b Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期六, 19 四月 2025 08:12:17 +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