From ecb7a60de1639f520712ce95f99414b0dd2c9713 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 14 四月 2025 08:30:40 +0800 Subject: [PATCH] 自动打印 --- DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs index a14a8a2..f79620c 100644 --- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs +++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs @@ -1,13 +1,4 @@ -锘縰sing System; -using System.Collections.Generic; -using System.Configuration; -using System.Data; -using System.IO; -using System.Linq; -using System.Net; -using System.Text; -using System.Windows.Forms; -using DevExpress.XtraBars; +锘縰sing DevExpress.XtraBars; using DevExpress.XtraEditors; using DevExpress.XtraGrid; using DevExpress.XtraGrid.Views.Grid; @@ -18,6 +9,15 @@ using Gs.DevApp.ToolBox; using Newtonsoft.Json; using Newtonsoft.Json.Linq; +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.IO; +using System.Linq; +using System.Net; +using System.Text; +using System.Windows.Forms; namespace Gs.DevApp.UserControl { @@ -65,7 +65,7 @@ actions = lst; } - + /// <summary> @@ -1228,7 +1228,7 @@ { spt.RestoreLayoutFromStream(stream); } - // spt.Horizontal = false; + // spt.Horizontal = false; spt.Panel1.AutoScroll = false; spt.Panel2.AutoScroll = false; //spt.Panel1.MaximumSize = new System.Drawing.Size(spt.Panel1.Width, 100); -- Gitblit v1.9.3