lu
2025-04-19 b084bd77d01a94c8f0a2d20c86a1f45ba7c8a23c
DevApp/Gs.DevApp/UserControl/SelectFont.cs
@@ -1,14 +1,5 @@
using DevExpress.XtraEditors;
using Gs.DevApp.Properties;
using Gs.DevApp.Properties;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Gs.DevApp.UserControl
{
@@ -37,6 +28,9 @@
            DevExpress.XtraEditors.WindowsFormsSettings.DefaultMenuFont = new System.Drawing.Font(ary[0], _ft);
            DevExpress.XtraEditors.WindowsFormsSettings.DefaultPrintFont = new System.Drawing.Font(ary[0], _ft);
            #endregion
            Gs.DevApp.ToolBox.MsgHelper.ShowInformation("设置成功!");
            this.Close();
        }
    }
}