【原创】XAF Winfrom 支持4K分辨率
Program.cs 添加以下代码
[STAThread] static void Main() { //支持4K显示 DevExpress.XtraEditors.WindowsFormsSettings.SetDPIAware(); ... }
Program.cs 添加以下代码
[STAThread] static void Main() { //支持4K显示 DevExpress.XtraEditors.WindowsFormsSettings.SetDPIAware(); ... }