📄 consttable.cs
字号:
namespace Imps.Client.Pc
{
using System;
public static class ConstTable
{
public static class GroupOptionsKey
{
public const string BasicInfo = "BasicInfo";
public const string ExtendInfo = "ExtendInfo";
public const string MessegeSetting = "MessegeSetting";
}
public static class HelpKey
{
public const string HelpAgreement = "Agreement";
public const string HelpTopic = "Topic";
public const string HelpWelcome = "Welcome";
public const string Options = "Options";
}
public static class OptionsKey
{
public const string PsAuthorization = "PsAuth";
public const string PsBlackList = "PsBlackList";
public const string PsExInfo = "PsExInfo";
public const string PsGeneral = "PsGeneral";
public const string PsPassword = "PsPass";
public const string PsPermission = "PsPermission";
public const string PsPortrait = "PsPortrait";
public const string PsPrivacy = "PsPrivacy";
public const string SsApearance = "SsApearance";
public const string SsBlackList = "SsBlackList";
public const string SsFile = "SsFile";
public const string SsGeneral = "SsGeneral";
public const string SsHistory = "SsHis";
public const string SsHotkey = "SsHotkey";
public const string SsLongSmsSetting = "SsLongSms";
public const string SsNetwork = "SsNet";
public const string SsPresence = "SsPresence";
public const string SsSound = "SsSound";
}
public static class TabName
{
public const string BuddyMatch = "BuddyMatch";
public const string ColorRbt = "ColorRbt";
public const string ContactList = "ContactList";
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -