📄 loadstatus.cs
字号:
using System;
using System.Linq;
using System.Collections.Generic;
using System.Text;
namespace HardwareDistributor.Utilities
{
//DO NOT CHANGE VALUES. The splash screen intercepts and inteprets these numbers
enum LoadStatus
{
LoadingConfiguration = 1,
SearchLocalDb = 2,
TestingIis = 3,
SynchronizingDb = 4,
ShuttingDown = 5,
CreatingDbConnection = 6,
SyncServerUnavailable = 7,
NetworkUnavailable = 8,
CheckingNetwork = 9,
DbUnavailable = 10,
DbInitialization = 11,
ErrorInitSystem = 12,
StandaloneMode = 13,
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -