From 8ed8ee61c7ba7367f9d9f649156da5760bda59d4 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期五, 28 三月 2025 14:54:07 +0800
Subject: [PATCH] 工艺

---
 DevApp/Gs.DevApp/Program.cs |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/DevApp/Gs.DevApp/Program.cs b/DevApp/Gs.DevApp/Program.cs
index 4757468..c9ede41 100644
--- a/DevApp/Gs.DevApp/Program.cs
+++ b/DevApp/Gs.DevApp/Program.cs
@@ -5,6 +5,7 @@
 using CefSharp.WinForms;
 using CefSharp;
 using Gs.DevApp.DevFrm;
+using DevExpress.XtraEditors;
 
 namespace Gs.DevApp
 {
@@ -38,8 +39,16 @@
         /// </summary>
         private static void _startLogin()
         {
-            //Application.Run(new XtraForm1();
+            //Application.Run(RibbonForm1());
             //return;
+
+            #region 璁剧疆榛樿瀛椾綋銆佹棩鏈熸牸寮忋�佹眽鍖杁ev
+            //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);

--
Gitblit v1.9.3