lu
2025-04-03 a9e7dd0920d8d57dc5e3831a8a01a4b81457fb1c
DevApp/Gs.DevApp/UserControl/SelectFont.cs
@@ -37,6 +37,8 @@
            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("设置成功!");
        }
    }
}