⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 consttable.cs

📁 破解的飞信源代码
💻 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 + -