From ec44b893b2d267cc84d0aa44c65621c53f504dbc Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期三, 24 九月 2025 10:42:00 +0800
Subject: [PATCH] 增加考勤表导出功能
---
DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs b/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs
index de4bfa4..f2db1f9 100644
--- a/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs
@@ -148,7 +148,7 @@
this.ckRemember.Properties.Appearance.Options.UseForeColor = true;
this.ckRemember.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
this.ckRemember.Properties.Caption = "淇濆瓨鐧诲綍淇℃伅";
- this.ckRemember.Size = new System.Drawing.Size(351, 26);
+ this.ckRemember.Size = new System.Drawing.Size(173, 26);
this.ckRemember.StyleController = this.lay1;
this.ckRemember.TabIndex = 17;
//
@@ -255,9 +255,8 @@
this.layoutControlItem3.Control = this.ckRemember;
this.layoutControlItem3.Location = new System.Drawing.Point(0, 94);
this.layoutControlItem3.Name = "layoutControlItem3";
- this.layoutControlItem3.OptionsTableLayoutItem.ColumnSpan = 2;
this.layoutControlItem3.OptionsTableLayoutItem.RowIndex = 2;
- this.layoutControlItem3.Size = new System.Drawing.Size(355, 47);
+ this.layoutControlItem3.Size = new System.Drawing.Size(177, 47);
this.layoutControlItem3.Text = "淇濆瓨瀵嗙爜";
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem3.TextVisible = false;
--
Gitblit v1.9.3