From 69ec7e59f74d0797a1350fbb5ef1d800dfdb8185 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期六, 29 三月 2025 15:28:38 +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 040e7b3..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 ShowFile("dsfs"));
+ //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