fqc
lu
2025-04-05 247cc1010a4967a24d2d0eaeb092acc24c08ba96
DevApp/Gs.DevApp/Program.cs
@@ -39,16 +39,8 @@
        /// </summary>
        private static void _startLogin()
        {
            //Application.Run(RibbonForm1());
            //Application.Run(new XtraForm1());
            //return;
            #region 设置默认字体、日期格式、汉化dev
            //DevExpress.Utils.AppearanceObject.DefaultFont = new System.Drawing.Font("宋体", 10);
            //DevExpress.XtraEditors.WindowsFormsSettings.DefaultFont = new System.Drawing.Font("宋体", 10);
            //DevExpress.XtraEditors.WindowsFormsSettings.DefaultMenuFont = new System.Drawing.Font("宋体", 10);
            //DevExpress.XtraEditors.WindowsFormsSettings.DefaultPrintFont = new System.Drawing.Font("宋体", 10);
            #endregion
            CefSettings settings = new CefSettings();
            settings.Locale = "zh-CN";
            Cef.Initialize(settings);