lu
2025-04-07 35fde503a1a23dc990efc54a9eb6ddd5e8c133d6
DevApp/Gs.DevApp/UserControl/SelectFont.cs
@@ -37,6 +37,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();
        }
    }
}