📄 idsslopensslheaders.pas
字号:
OPENSSL_DSA_F_DSA_VERIFY = 108;
OPENSSL_DSA_F_I2D_DSA_SIG = 111;
OPENSSL_DSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE = 100;
OPENSSL_EVP_BLOWFISH_KEY_SIZE = 16;
OPENSSL_EVP_CAST5_KEY_SIZE = 16;
OPENSSL_EVP_F_D2I_PKEY = 100;
OPENSSL_EVP_F_EVP_DECRYPTFINAL = 101;
OPENSSL_EVP_F_EVP_MD_CTX_COPY = 110;
OPENSSL_EVP_F_EVP_OPENINIT = 102;
OPENSSL_EVP_F_EVP_PBE_ALG_ADD = 115;
OPENSSL_EVP_F_EVP_PBE_CIPHERINIT = 116;
OPENSSL_EVP_F_EVP_PKCS82PKEY = 111;
OPENSSL_EVP_F_EVP_PKCS8_SET_BROKEN = 112;
OPENSSL_EVP_F_EVP_PKEY2PKCS8 = 113;
OPENSSL_EVP_F_EVP_PKEY_COPY_PARAMETERS = 103;
OPENSSL_EVP_F_EVP_PKEY_DECRYPT = 104;
OPENSSL_EVP_F_EVP_PKEY_ENCRYPT = 105;
OPENSSL_EVP_F_EVP_PKEY_NEW = 106;
OPENSSL_EVP_F_EVP_SIGNFINAL = 107;
OPENSSL_EVP_F_EVP_VERIFYFINAL = 108;
OPENSSL_EVP_F_PKCS5_PBE_KEYIVGEN = 117;
OPENSSL_EVP_F_PKCS5_V2_PBE_KEYIVGEN = 118;
OPENSSL_EVP_F_RC2_MAGIC_TO_METH = 109;
OPENSSL_EVP_MAX_IV_LENGTH = 8;
OPENSSL_EVP_MAX_KEY_LENGTH = 24;
OPENSSL_EVP_MAX_MD_SIZE = 16+20;
OPENSSL_NID_dhKeyAgreement = 28;
OPENSSL_EVP_PKEY_DH = OPENSSL_NID_dhKeyAgreement;
OPENSSL_NID_dsa = 116;
OPENSSL_EVP_PKEY_DSA = OPENSSL_NID_dsa;
OPENSSL_NID_dsa_2 = 67;
OPENSSL_EVP_PKEY_DSA1 = OPENSSL_NID_dsa_2;
OPENSSL_NID_dsaWithSHA = 66;
OPENSSL_EVP_PKEY_DSA2 = OPENSSL_NID_dsaWithSHA;
OPENSSL_NID_dsaWithSHA1 = 113;
OPENSSL_EVP_PKEY_DSA3 = OPENSSL_NID_dsaWithSHA1;
OPENSSL_NID_dsaWithSHA1_2 = 70;
OPENSSL_EVP_PKEY_DSA4 = OPENSSL_NID_dsaWithSHA1_2;
OPENSSL_EVP_PKEY_MO_DECRYPT = $0008;
OPENSSL_EVP_PKEY_MO_ENCRYPT = $0004;
OPENSSL_EVP_PKEY_MO_SIGN = $0001;
OPENSSL_EVP_PKEY_MO_VERIFY = $0002;
OPENSSL_NID_undef = 0;
OPENSSL_EVP_PKEY_NONE = OPENSSL_NID_undef;
OPENSSL_NID_rsaEncryption = 6;
OPENSSL_EVP_PKEY_RSA = OPENSSL_NID_rsaEncryption;
OPENSSL_NID_rsa = 19;
OPENSSL_EVP_PKEY_RSA2 = OPENSSL_NID_rsa;
OPENSSL_EVP_PKS_DSA = $0200;
OPENSSL_EVP_PKS_RSA = $0100;
OPENSSL_EVP_PKT_ENC = $0020;
OPENSSL_EVP_PKT_EXCH = $0040;
OPENSSL_EVP_PKT_EXP = $1000;
OPENSSL_EVP_PKT_SIGN = $0010;
OPENSSL_EVP_PK_DH = $0004;
OPENSSL_EVP_PK_DSA = $0002;
OPENSSL_EVP_PK_RSA = $0001;
OPENSSL_EVP_RC2_KEY_SIZE = 16;
OPENSSL_EVP_RC4_KEY_SIZE = 16;
OPENSSL_EVP_RC5_32_12_16_KEY_SIZE = 16;
OPENSSL_EVP_R_BAD_DECRYPT = 100;
OPENSSL_EVP_R_BN_DECODE_ERROR = 112;
OPENSSL_EVP_R_BN_PUBKEY_ERROR = 113;
OPENSSL_EVP_R_CIPHER_PARAMETER_ERROR = 122;
OPENSSL_EVP_R_DECODE_ERROR = 114;
OPENSSL_EVP_R_DIFFERENT_KEY_TYPES = 101;
OPENSSL_EVP_R_ENCODE_ERROR = 115;
OPENSSL_EVP_R_EVP_PBE_CIPHERINIT_ERROR = 119;
OPENSSL_EVP_R_INPUT_NOT_INITIALIZED = 111;
OPENSSL_EVP_R_IV_TOO_LARGE = 102;
OPENSSL_EVP_R_KEYGEN_FAILURE = 120;
OPENSSL_EVP_R_MISSING_PARMATERS = 103;
OPENSSL_EVP_R_NO_DSA_PARAMETERS = 116;
OPENSSL_EVP_R_NO_SIGN_FUNCTION_CONFIGURED = 104;
OPENSSL_EVP_R_NO_VERIFY_FUNCTION_CONFIGURED = 105;
OPENSSL_EVP_R_PKCS8_UNKNOWN_BROKEN_TYPE = 117;
OPENSSL_EVP_R_PUBLIC_KEY_NOT_RSA = 106;
OPENSSL_EVP_R_UNKNOWN_PBE_ALGORITHM = 121;
OPENSSL_EVP_R_UNSUPPORTED_CIPHER = 107;
OPENSSL_EVP_R_UNSUPPORTED_KEYLENGTH = 123;
OPENSSL_EVP_R_UNSUPPORTED_KEY_DERIVATION_FUNCTION = 124;
OPENSSL_EVP_R_UNSUPPORTED_KEY_SIZE = 108;
OPENSSL_EVP_R_UNSUPPORTED_PRF = 125;
OPENSSL_EVP_R_UNSUPPORTED_PRIVATE_KEY_ALGORITHM = 118;
OPENSSL_EVP_R_UNSUPPORTED_SALT_TYPE = 126;
OPENSSL_EVP_R_WRONG_FINAL_BLOCK_LENGTH = 109;
OPENSSL_EVP_R_WRONG_PUBLIC_KEY_TYPE = 110;
OPENSSL_MSS_EXIT_FAILURE = 1;
OPENSSL_MSS_EXIT_SUCCESS = 0;
OPENSSL_FILENAME_MAX = 1024;
OPENSSL_FOPEN_MAX = 20;
OPENSSL_IDEA_BLOCK = 8;
OPENSSL_IDEA_DECRYPT = 0;
OPENSSL_IDEA_ENCRYPT = 1;
OPENSSL_IDEA_KEY_LENGTH = 16;
OPENSSL_IS_SEQUENCE = 0;
OPENSSL_IS_SET = 1;
OPENSSL_KRBDES_DECRYPT = OPENSSL_DES_DECRYPT;
OPENSSL_KRBDES_ENCRYPT = OPENSSL_DES_ENCRYPT;
OPENSSL_LH_LOAD_MULT = 256;
OPENSSL_LN_SMIMECapabilities = 'S/MIME Capabilities'; {Do not localize}
OPENSSL_LN_X500 = 'X500'; {Do not localize}
OPENSSL_LN_X509 = 'X509'; {Do not localize}
OPENSSL_LN_algorithm = 'algorithm'; {Do not localize}
OPENSSL_LN_authority_key_identifier = 'X509v3 Authority Key Identifier'; {Do not localize}
OPENSSL_LN_basic_constraints = 'X509v3 Basic Constraints'; {Do not localize}
OPENSSL_LN_bf_cbc = 'bf-cbc'; {Do not localize}
OPENSSL_LN_bf_cfb64 = 'bf-cfb'; {Do not localize}
OPENSSL_LN_bf_ecb = 'bf-ecb'; {Do not localize}
OPENSSL_LN_bf_ofb64 = 'bf-ofb'; {Do not localize}
OPENSSL_LN_cast5_cbc = 'cast5-cbc'; {Do not localize}
OPENSSL_LN_cast5_cfb64 = 'cast5-cfb'; {Do not localize}
OPENSSL_LN_cast5_ecb = 'cast5-ecb'; {Do not localize}
OPENSSL_LN_cast5_ofb64 = 'cast5-ofb'; {Do not localize}
OPENSSL_LN_certBag = 'certBag'; {Do not localize}
OPENSSL_LN_certificate_policies = 'X509v3 Certificate Policies'; {Do not localize}
OPENSSL_LN_client_auth = 'TLS Web Client Authentication'; {Do not localize}
OPENSSL_LN_code_sign = 'Code Signing'; {Do not localize}
OPENSSL_LN_commonName = 'commonName'; {Do not localize}
OPENSSL_LN_countryName = 'countryName'; {Do not localize}
OPENSSL_LN_crlBag = 'crlBag'; {Do not localize}
OPENSSL_LN_crl_distribution_points = 'X509v3 CRL Distribution Points'; {Do not localize}
OPENSSL_LN_crl_number = 'X509v3 CRL Number'; {Do not localize}
OPENSSL_LN_crl_reason = 'CRL Reason Code'; {Do not localize}
OPENSSL_LN_delta_crl = 'X509v3 Delta CRL Indicator'; {Do not localize}
OPENSSL_LN_des_cbc = 'des-cbc'; {Do not localize}
OPENSSL_LN_des_cfb64 = 'des-cfb'; {Do not localize}
OPENSSL_LN_des_ecb = 'des-ecb'; {Do not localize}
OPENSSL_LN_des_ede = 'des-ede'; {Do not localize}
OPENSSL_LN_des_ede3 = 'des-ede3'; {Do not localize}
OPENSSL_LN_des_ede3_cbc = 'des-ede3-cbc'; {Do not localize}
OPENSSL_LN_des_ede3_cfb64 = 'des-ede3-cfb'; {Do not localize}
OPENSSL_LN_des_ede3_ofb64 = 'des-ede3-ofb'; {Do not localize}
OPENSSL_LN_des_ede_cbc = 'des-ede-cbc'; {Do not localize}
OPENSSL_LN_des_ede_cfb64 = 'des-ede-cfb'; {Do not localize}
OPENSSL_LN_des_ede_ofb64 = 'des-ede-ofb'; {Do not localize}
OPENSSL_LN_des_ofb64 = 'des-ofb'; {Do not localize}
OPENSSL_LN_description = 'description'; {Do not localize}
OPENSSL_LN_desx_cbc = 'desx-cbc'; {Do not localize}
OPENSSL_LN_dhKeyAgreement = 'dhKeyAgreement'; {Do not localize}
OPENSSL_LN_dsa = 'dsaEncryption'; {Do not localize}
OPENSSL_LN_dsaWithSHA = 'dsaWithSHA'; {Do not localize}
OPENSSL_LN_dsaWithSHA1 = 'dsaWithSHA1'; {Do not localize}
OPENSSL_LN_dsaWithSHA1_2 = 'dsaWithSHA1-old'; {Do not localize}
OPENSSL_LN_dsa_2 = 'dsaEncryption-old'; {Do not localize}
OPENSSL_LN_email_protect = 'E-mail Protection'; {Do not localize}
OPENSSL_LN_ext_key_usage = 'X509v3 Extended Key Usage'; {Do not localize}
OPENSSL_LN_friendlyName = 'friendlyName'; {Do not localize}
OPENSSL_LN_givenName = 'givenName'; {Do not localize}
OPENSSL_LN_hmacWithSHA1 = 'hmacWithSHA1'; {Do not localize}
OPENSSL_LN_id_pbkdf2 = 'PBKDF2'; {Do not localize}
OPENSSL_LN_id_qt_cps = 'Policy Qualifier CPS'; {Do not localize}
OPENSSL_LN_id_qt_unotice = 'Policy Qualifier User Notice'; {Do not localize}
OPENSSL_LN_idea_cbc = 'idea-cbc'; {Do not localize}
OPENSSL_LN_idea_cfb64 = 'idea-cfb'; {Do not localize}
OPENSSL_LN_idea_ecb = 'idea-ecb'; {Do not localize}
OPENSSL_LN_idea_ofb64 = 'idea-ofb'; {Do not localize}
OPENSSL_LN_initials = 'initials'; {Do not localize}
OPENSSL_LN_invalidity_date = 'Invalidity Date'; {Do not localize}
OPENSSL_LN_issuer_alt_name = 'X509v3 Issuer Alternative Name'; {Do not localize}
OPENSSL_LN_keyBag = 'keyBag'; {Do not localize}
OPENSSL_LN_key_usage = 'X509v3 Key Usage'; {Do not localize}
OPENSSL_LN_localKeyID = 'localKeyID'; {Do not localize}
OPENSSL_LN_localityName = 'localityName'; {Do not localize}
OPENSSL_LN_md2 = 'md2'; {Do not localize}
OPENSSL_LN_md2WithRSAEncryption = 'md2WithRSAEncryption'; {Do not localize}
OPENSSL_LN_md5 = 'md5'; {Do not localize}
OPENSSL_LN_md5WithRSA = 'md5WithRSA'; {Do not localize}
OPENSSL_LN_md5WithRSAEncryption = 'md5WithRSAEncryption'; {Do not localize}
OPENSSL_LN_md5_sha1 = 'md5-sha1'; {Do not localize}
OPENSSL_LN_mdc2 = 'mdc2'; {Do not localize}
OPENSSL_LN_mdc2WithRSA = 'mdc2withRSA'; {Do not localize}
OPENSSL_LN_ms_code_com = 'Microsoft Commercial Code Signing'; {Do not localize}
OPENSSL_LN_ms_code_ind = 'Microsoft Individual Code Signing'; {Do not localize}
OPENSSL_LN_ms_ctl_sign = 'Microsoft Trust List Signing'; {Do not localize}
OPENSSL_LN_ms_efs = 'Microsoft Encrypted File System'; {Do not localize}
OPENSSL_LN_ms_sgc = 'Microsoft Server Gated Crypto'; {Do not localize}
OPENSSL_LN_netscape = 'Netscape Communications Corp.'; {Do not localize}
OPENSSL_LN_netscape_base_url = 'Netscape Base Url'; {Do not localize}
OPENSSL_LN_netscape_ca_policy_url = 'Netscape CA Policy Url'; {Do not localize}
OPENSSL_LN_netscape_ca_revocation_url = 'Netscape CA Revocation Url'; {Do not localize}
OPENSSL_LN_netscape_cert_extension = 'Netscape Certificate Extension'; {Do not localize}
OPENSSL_LN_netscape_cert_sequence = 'Netscape Certificate Sequence'; {Do not localize}
OPENSSL_LN_netscape_cert_type = 'Netscape Cert Type'; {Do not localize}
OPENSSL_LN_netscape_comment = 'Netscape Comment'; {Do not localize}
OPENSSL_LN_netscape_data_type = 'Netscape Data Type'; {Do not localize}
OPENSSL_LN_netscape_renewal_url = 'Netscape Renewal Url'; {Do not localize}
OPENSSL_LN_netscape_revocation_url = 'Netscape Revocation Url'; {Do not localize}
OPENSSL_LN_netscape_ssl_server_name = 'Netscape SSL Server Name'; {Do not localize}
OPENSSL_LN_ns_sgc = 'Netscape Server Gated Crypto'; {Do not localize}
OPENSSL_LN_organizationName = 'organizationName'; {Do not localize}
OPENSSL_LN_organizationalUnitName = 'organizationalUnitName'; {Do not localize}
OPENSSL_LN_pbeWithMD2AndDES_CBC = 'pbeWithMD2AndDES-CBC'; {Do not localize}
OPENSSL_LN_pbeWithMD2AndRC2_CBC = 'pbeWithMD2AndRC2-CBC'; {Do not localize}
OPENSSL_LN_pbeWithMD5AndCast5_CBC = 'pbeWithMD5AndCast5CBC'; {Do not localize}
OPENSSL_LN_pbeWithMD5AndDES_CBC = 'pbeWithMD5AndDES-CBC'; {Do not localize}
OPENSSL_LN_pbeWithMD5AndRC2_CBC = 'pbeWithMD5AndRC2-CBC'; {Do not localize}
OPENSSL_LN_pbeWithSHA1AndDES_CBC = 'pbeWithSHA1AndDES-CBC'; {Do not localize}
OPENSSL_LN_pbeWithSHA1AndRC2_CBC = 'pbeWithSHA1AndRC2-CBC'; {Do not localize}
OPENSSL_LN_pbe_WithSHA1And128BitRC2_CBC = 'pbeWithSHA1And128BitRC2-CBC'; {Do not localize}
OPENSSL_LN_pbe_WithSHA1And128BitRC4 = 'pbeWithSHA1And128BitRC4'; {Do not localize}
OPENSSL_LN_pbe_WithSHA1And2_Key_TripleDES_CBC = 'pbeWithSHA1And2-KeyTripleDES-CBC'; {Do not localize}
OPENSSL_LN_pbe_WithSHA1And3_Key_TripleDES_CBC = 'pbeWithSHA1And3-KeyTripleDES-CBC'; {Do not localize}
OPENSSL_LN_pbe_WithSHA1And40BitRC2_CBC = 'pbeWithSHA1And40BitRC2-CBC'; {Do not localize}
OPENSSL_LN_pbe_WithSHA1And40BitRC4 = 'pbeWithSHA1And40BitRC4'; {Do not localize}
OPENSSL_LN_pbes2 = 'PBES2'; {Do not localize}
OPENSSL_LN_pbmac1 = 'PBMAC1'; {Do not localize}
OPENSSL_LN_pkcs = 'pkcs'; {Do not localize}
OPENSSL_LN_pkcs3 = 'pkcs3'; {Do not localize}
OPENSSL_LN_pkcs7 = 'pkcs7'; {Do not localize}
OPENSSL_LN_pkcs7_data = 'pkcs7-data'; {Do not localize}
OPENSSL_LN_pkcs7_digest = 'pkcs7-digestData'; {Do not localize}
OPENSSL_LN_pkcs7_encrypted = 'pkcs7-encryptedData'; {Do not localize}
OPENSSL_LN_pkcs7_enveloped = 'pkcs7-envelopedData'; {Do not localize}
OPENSSL_LN_pkcs7_signed = 'pkcs7-signedData'; {Do not localize}
OPENSSL_LN_pkcs7_signedAndEnveloped = 'pkcs7-signedAndEnvelopedData'; {Do not localize}
OPENSSL_LN_pkcs8ShroudedKeyBag = 'pkcs8ShroudedKeyBag'; {Do not localize}
OPENSSL_LN_pkcs9 = 'pkcs9'; {Do not localize}
OPENSSL_LN_pkcs9_challengePassword = 'challengePassword'; {Do not localize}
OPENSSL_LN_pkcs9_contentType = 'contentType'; {Do not localize}
OPENSSL_LN_pkcs9_countersignature = 'countersignature'; {Do not localize}
OPENSSL_LN_pkcs9_emailAddress = 'emailAddress'; {Do not localize}
OPENSSL_LN_pkcs9_extCertAttributes = 'extendedCertificateAttributes'; {Do not localize}
OPENSSL_LN_pkcs9_messageDigest = 'messageDigest'; {Do not localize}
OPENSSL_LN_pkcs9_signingTime = 'signingTime'; {Do not localize}
OPENSSL_LN_pkcs9_unstructuredAddress = 'unstructuredAddress'; {Do not localize}
OPENSSL_LN_pkcs9_unstructuredName = 'unstructuredName'; {Do not localize}
OPENSSL_LN_private_key_usage_period = 'X509v3 Private Key Usage Period'; {Do not localize}
OPENSSL_LN_rc2_40_cbc = 'rc2-40-cbc'; {Do not localize}
OPENSSL_LN_rc2_64_cbc = 'rc2-64-cbc'; {Do not localize}
OPENSSL_LN_rc2_cbc = 'rc2-cbc'; {Do not localize}
OPENSSL_LN_rc2_cfb64 = 'rc2-cfb'; {Do not localize}
OPENSSL_LN_rc2_ecb = 'rc2-ecb'; {Do not localize}
OPENSSL_LN_rc2_ofb64 = 'rc2-ofb'; {Do not localize}
OPENSSL_LN_rc4 = 'rc4'; {Do not localize}
OPENSSL_LN_rc4_40 = 'rc4-40'; {Do not localize}
OPENSSL_LN_rc5_cbc = 'rc5-cbc'; {Do not localize}
OPENSSL_LN_rc5_cfb64 = 'rc5-cfb'; {Do not localize}
OPENSSL_LN_rc5_ecb = 'rc5-ecb'; {Do not localize}
OPENSSL_LN_rc5_ofb64 = 'rc5-ofb'; {Do not localize}
OPENSSL_LN_ripemd160 = 'ripemd160'; {Do not localize}
OPENSSL_LN_ripemd160WithRSA = 'ripemd160WithRSA'; {Do not localize}
OPENSSL_LN_rle_compression = 'run length compression'; {Do not localize}
OPENSSL_LN_rsa = 'rsa'; {Do not localize}
OPENSSL_LN_rsaEncryption = 'rsaEncryption'; {Do not localize}
OPENSSL_LN_rsadsi = 'rsadsi'; {Do not localize}
OPENSSL_LN_safeContentsBag = 'safeContentsBag'; {Do not localize}
OPENSSL_LN_sdsiCertificate = 'sdsiCertificate'; {Do not localize}
OPENSSL_LN_secretBag = 'secretBag'; {Do not localize}
OPENSSL_LN_serialNumber = 'serialNumber'; {Do not localize}
OPENSSL_LN_server_auth = 'TLS Web Server Authentication'; {Do not localize}
OPENSSL_LN_sha = 'sha'; {Do not localize}
OPENSSL_LN_sha1 = 'sha1'; {Do not localize}
OPENSSL_LN_sha1WithRSA = 'sha1WithRSA'; {Do not localize}
OPENSSL_LN_sha1WithRSAEncryption = 'sha1WithRSAEncryption'; {Do not localize}
OPENSSL_LN_shaWithRSAEncryption = 'shaWithRSAEncryption'; {Do not localize}
OPENSSL_LN_stateOrProvinceName = 'stateOrProvinceName'; {Do not localize}
OPENSSL_LN_subject_alt_name = 'X509v3 Subject Alternative Name'; {Do not localize}
OPENSSL_LN_subject_key_identifier = 'X509v3 Subject Key Identifier'; {Do not localize}
OPENSSL_LN_surname = 'surname'; {Do not localize}
OPENSSL_LN_sxnet = 'Strong Extranet ID'; {Do not localize}
OPENSSL_LN_time_stamp = 'Time Stamping'; {Do not localize}
OPENSSL_LN_title = 'title'; {Do not localize}
OPENSSL_LN_undef = 'undefined'; {Do not localize}
OPENSSL_LN_uniqueIdentifier = 'uniqueIdentifier'; {Do not localize}
OPENSSL_LN_x509Certificate = 'x509Certificate'; {Do not localize}
OPENSSL_LN_x509Crl = 'x509Crl'; {Do not localize}
OPENSSL_LN_zlib_compression = 'zlib compression'; {Do not localize}
OPENSSL_L_ctermid = 16;
OPENSSL_L_cuserid = 9;
OPENSSL_L_tmpnam = 1024;
OPENSSL_MD2_BLOCK = 16;
OPENSSL_MD2_DIGEST_LENGTH = 16;
OPENSSL_MD5_CBLOCK = 64;
OPENSSL_MD5_DIGEST_LENGTH = 16;
OPENSSL_MDC2_BLOCK = 8;
OPENSSL_MDC2_DIGEST_LENGTH = 16;
OPENSSL_NID_SMIMECapabilities = 167;
OPENSSL_NID_X500 = 11;
OPENSSL_NID_X509 = 12;
OPENSSL_NID_algorithm = 38;
OPENSSL_NID_authority_key_identifier = 90;
OPENSSL_NID_basic_constraints = 87;
OPENSSL_NID_bf_cbc = 91;
OPENSSL_NID_bf_cfb64 = 93;
OPENSSL_NID_bf_ecb = 92;
OPENSSL_NID_bf_ofb64 = 94;
OPENSSL_NID_cast5_cbc = 108;
OPENSSL_NID_cast5_cfb64 = 110;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -