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/DevFrm/FrmMain.cs | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/FrmMain.cs b/DevApp/Gs.DevApp/DevFrm/FrmMain.cs index 206cd38..a19cc04 100644 --- a/DevApp/Gs.DevApp/DevFrm/FrmMain.cs +++ b/DevApp/Gs.DevApp/DevFrm/FrmMain.cs @@ -1,12 +1,4 @@ -锘縰sing System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Configuration; -using System.Data; -using System.Drawing; -using System.Reflection; -using System.Windows.Forms; -using DevExpress.XtraBars; +锘縰sing DevExpress.XtraBars; using DevExpress.XtraBars.FluentDesignSystem; using DevExpress.XtraBars.Navigation; using DevExpress.XtraTab; @@ -16,6 +8,14 @@ using Gs.DevApp.ToolBox; using Newtonsoft.Json; using Newtonsoft.Json.Linq; +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Configuration; +using System.Data; +using System.Drawing; +using System.Reflection; +using System.Windows.Forms; namespace Gs.DevApp.DevFrm { @@ -99,7 +99,7 @@ Gs.DevApp.DevFrm.User.SysMenu frm = new SysMenu(); frm.ShowDialog(); }; - // tab.ContextMenuStrip = cms1; + // tab.ContextMenuStrip = cms1; } private void Tab_MouseDown(object sender, MouseEventArgs e) @@ -187,7 +187,7 @@ var strJson = UtilityHelper.HttpPost("", "User/GetUserLoginInfo", JsonConvert.SerializeObject(_obj)); Size _size; string _caption; Color _color; Padding _pad; - (_size, _caption, _color, _pad) =Gs.DevApp.ToolBox.UtilityHelper.getLoading(); + (_size, _caption, _color, _pad) = Gs.DevApp.ToolBox.UtilityHelper.getLoading(); DevExpress.Utils.WaitDialogForm wdf = new DevExpress.Utils.WaitDialogForm("鍔犺浇杩涘害:", _caption, _size); wdf.BackColor = _color; wdf.Padding = _pad; -- Gitblit v1.9.3