From beefa10327cacb21d3f434ec5a537ef4a6cd79de Mon Sep 17 00:00:00 2001 From: lg <999544862qq.com> Date: 星期三, 18 九月 2024 20:57:08 +0800 Subject: [PATCH] 增加假日 --- DevApp/Gs.DevApp/DevFrm/User/SysMenu.Designer.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/User/SysMenu.Designer.cs b/DevApp/Gs.DevApp/DevFrm/User/SysMenu.Designer.cs index 33fe503..40fa360 100644 --- a/DevApp/Gs.DevApp/DevFrm/User/SysMenu.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/User/SysMenu.Designer.cs @@ -260,7 +260,7 @@ this.txt_formPath.Properties.Appearance.Options.UseFont = true; this.txt_formPath.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); - this.txt_formPath.Properties.DropDownRows = 100; + this.txt_formPath.Properties.DropDownRows = 30; this.txt_formPath.Size = new System.Drawing.Size(297, 28); this.txt_formPath.TabIndex = 134; // @@ -281,7 +281,7 @@ this.txt_name.Properties.Appearance.Options.UseFont = true; this.txt_name.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); - this.txt_name.Properties.DropDownRows = 100; + this.txt_name.Properties.DropDownRows = 30; this.txt_name.Size = new System.Drawing.Size(297, 28); this.txt_name.TabIndex = 3; // -- Gitblit v1.9.3