| | |
| | | Application.SetCompatibleTextRenderingDefault(false); |
| | | |
| | | //字体 |
| | | // var font = new System.Drawing.Font("微软雅黑", 10); |
| | | // DevExpress.XtraEditors.WindowsFormsSettings.DefaultFont = font; |
| | | // DevExpress.XtraEditors.WindowsFormsSettings.DefaultMenuFont = font; |
| | | // DevExpress.Utils.AppearanceObject.DefaultFont = font; |
| | | var font = new System.Drawing.Font("微软雅黑", 10); |
| | | DevExpress.XtraEditors.WindowsFormsSettings.DefaultFont = font; |
| | | DevExpress.XtraEditors.WindowsFormsSettings.DefaultMenuFont = font; |
| | | DevExpress.Utils.AppearanceObject.DefaultFont = font; |
| | | |
| | | //zh-Hans界面翻译 |
| | | System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("zh-Hans"); |
| | |
| | | //} |
| | | |
| | | // Yw.FileFolderZipHelper.Zip(@"C:\Users\ZKC\Desktop\循环水用例", @"C:\Users\ZKC\Desktop\循环水用例.ywrvt"); |
| | | //Yw.FileFolderZipHelper.Zip(@"C:\Users\Eventech\Desktop\循环水用例", @"C:\Users\Eventech\Desktop\循环水用例.ywrvt"); |
| | | Yw.FileFolderZipHelper.Zip(@"C:\Users\admin\Desktop\居家办公工作\循环水用例", @"C:\Users\admin\Desktop\居家办公工作\循环水用例.ywrvt"); |
| | | |
| | | //var json = RevitTestHelper.GenerateJson(); |