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

📄 chnconv_com.rc

📁 This software performs code conversion of Chinese characters, including GB2312/GBK and BIG5. It a
💻 RC
📖 第 1 页 / 共 2 页
字号:
/////////////////////////////////////////////////////////////////////////////
//
// RT_MANIFEST
//

CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST             "xpstyle.xml"

/////////////////////////////////////////////////////////////////////////////
//
// Version
//

VS_VERSION_INFO VERSIONINFO
 FILEVERSION 5,21,0,0
 PRODUCTVERSION 5,21,0,0
 FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
 FILEFLAGS 0x1L
#else
 FILEFLAGS 0x0L
#endif
 FILEOS 0x40004L
 FILETYPE 0x1L
 FILESUBTYPE 0x0L
BEGIN
    BLOCK "StringFileInfo"
    BEGIN
        BLOCK "040904b0"
        BEGIN
            VALUE "CompanyName", "Harigaya Soichi"
            VALUE "FileDescription", "Chinese Converter for Console"
            VALUE "FileVersion", "5, 21, 0, 0"
            VALUE "LegalCopyright", "(C) Harigaya Soichi  1999-2008"
            VALUE "OriginalFilename", "chnconv.com"
            VALUE "ProductName", "Chinese Converter"
            VALUE "ProductVersion", "5, 21, 0, 0"
        END
    END
    BLOCK "VarFileInfo"
    BEGIN
        VALUE "Translation", 0x409, 1200
    END
END


/////////////////////////////////////////////////////////////////////////////
//
// String Table
//

STRINGTABLE 
BEGIN
    IDS_DLL_ERROR           "Dynamic Link Library ""CHNCONV.DLL"" not found.\n"
    IDS_PARAM_ERROR         "Invalid parameter: "
    IDS_FILE_NOT_FOUND      "File not found.\n"
    IDS_TOO_MANY_FILES      "Too many files.\n"
    IDS_CANNOT_REDIRECT     "Cannot redirect.\n"
    IDS_CANNOT_SEARCH_SUBDIR "Cannot search subdirectories.\n"
    IDS_CANNOT_SAVE_TIMESTAMP "Cannot save time stamp.\n"
    IDS_NOT_SPECIFIED_CODEPAGE "Codepage is not specified.\n"
    IDS_CANNOT_READ_OPTION  "Cannot open the configuration file.\n"
    IDS_INVALID_OPTION      "Invalid option - "
    IDS_CANNOT_SPECIFY_FONT "Cannot specify fonts.\n"
END

STRINGTABLE 
BEGIN
    IDS_WRITE_ERROR         " - Failed to write.\n"
    IDS_INVALID_FORMAT      " - Invalid file format.\n"
    IDS_BRACE_ERROR         " - Warning: missed rich text tags.\n"
    IDS_NOT_ENOUGH_MEMORY   " - Memory not enough.\n"
    IDS_INVALID_CODEPAGE    "Codepage is not supported.\n"
    IDS_ABORTED             " - Aborted.\n"
    IDS_ACCESS_DENIED       " - Access denied.\n"
    IDS_INVALID_EXTENSION   " - Invalid extension.\n"
    IDS_UNKNOWN_ERROR       " - Unknown Error.\n"
END

STRINGTABLE 
BEGIN
    IDS_PRESS_ANY_KEY       "  Press any key to continue..."
    IDS_ASK_DISPLAY_HELP    "Do you want to display HELP? <Y/N>"
END

STRINGTABLE 
BEGIN
    IDS_HELP_100            "Usage 1: %s  -c** -c**  [-options]  source file > destination file\n"
    IDS_HELP_101            "Usage 2: %s  -c** -c**  [-options]  < source file  > destination file\n"
    IDS_HELP_102            "Usage 3: %s  -c** -c**  [-options]  source file  extension\n"
    IDS_HELP_103            "\n  Convert Chinese Character Code of Text Files / Rich Text Files.\n\n  Options  -s      : Search for files recursively in subdirectories\n                     (in usage 1 and 3)\n           -t      : Save time stamps (in usage 3)\n           -@      : Read options of CHNCONV Dialog Version\n\n  * Wildcards may be used in usage 1 and 3.\n  * Specify the character code by ""-c"". The first ""-c"" specifies the code\n    of source, the second ""-c"" specifies the code of destination.\n    Please see the continuing help for details.\n  * This program needs CHNCONV.DLL.\n"
    IDS_HELP_107            "\n Do you want to display <HOW TO SPECIFY OPTIONS>? <Y/N>"
END

STRINGTABLE 
BEGIN
    IDS_HELP_200            "\n  ===================== How to specify codepage ======================\n"
    IDS_HELP_201            "\n Specify the character code by ""-c"". The first ""-c"" specifies the code of\n source, the second ""-c"" specifies the code of destination.\n Available character codes are:\n\n      -cGB   : GB2312/GBK              -cBIG5 : BIG5\n      -cCW   : Chinese Writer          -cNH   : Nihao\n      -cCWN  : cWnn                    -cZQ   : Zhongwen Qigao\n      -cCX   : CX                      -cZJ   : Zhuojue\n      -cTM   : TechnoMate Zhongguoyu (source only)\n      -cHZ   : HZ (source only)\n"
    IDS_HELP_202            "\n  ========================== << Examples >> ==========================\n"
    IDS_HELP_203            "\n   1)  chnconv  -cBIG5 -cGB   Source.txt > Result.txt \n         ----> ""Source.txt"" is a Text File of BIG5 code\n               ""Result.txt"" is a Text File of GB code\n\n   2)  chnconv  -cCW -cGB  Source.rtf > Result.rtf \n         ----> ""Source.rtf"" is a Rich Text File of Chinese Writer\n               ""Result.rtf"" is a Rich Text File of GB\n\n"
    IDS_HELP_204            "\n  =========================== Other Options ==========================\n\n Code Conversion\n      -g       : Write ""?"" if cannot convert\n      -e       : Write its code number if cannot convert\n      -i       : Read a code number as a character\n      -n       : Do not convert to character variants if cannot convert\n      -k       : Do not convert GBK extended characters\n      -j       : Sense CW/CWN FANTIZI font in RTF.\n      -v       : Read CW/CWN Text files as FANTIZI\n      -q       : Convert Quotation Marks between GB and BIG5\n      -x       : Convert CJK Ext.A/B in RTF\n      -l       : Convert GB13000 Linshi Daima to CJK Ext.A/B in RTF\n      -L       : Convert CJK Ext.A/B to GB13000 Linshi Daima in RTF\n\n Fonts\n      -f<name> : Normal Font for HANZI/KANJI characters (GB/BIG5)\n      -F<name> : Gothic Font for HANZI/KANJI characters (GB/BIG5)\n      -p<name> : Normal Font for PINYIN characters (GB/BIG5)\n      -P<name> : Gothic Font for PINYIN characters (GB/BIG5)\n      -p       : Write 1-byte font for PINYIN characters (GB/BIG5)\n      -7       : Write Chinese Writer font name of version 7 or later\n"
    IDS_HELP_205            "\n Other Options\n      -s       : Search for files recursively in subdirectories\n                 (in usage 1 and 3)\n      -t       : Save time stamps (in usage 3)\n      -h       : Do not echo the progress\n      -@       : Read options of CHNCONV Dialog Version\n\n TechnoMate Zhongguoyu\n      -tc      : Write comment line\n      -tz<num> : Specify font size (by half points)\n"
    IDS_HELP_206            "\n  =============================  Notes  =============================\n\n * This command will not confirm you to overwrite files. It will not move old\n   files to the Recycle Bin on overwriting files. Please take care that you\n   do not delete your important files.\n * If you want to specify a filename which contains spaces, please specify\n   like ""file name"" with quotation marks.\n * It is unable to convert two or more Rich Text Files into one file in USAGE 1\n * If you specified '-@' (read options of the Dialog version) and '-e' at\n   the same time, the specification from the command line will have priority\n   over options of Dialog version.  If you specified options like '-e-',\n   this option will be canceled.\n"
END

#endif    // 塸岅 (暷崙) resources
/////////////////////////////////////////////////////////////////////////////



#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//


/////////////////////////////////////////////////////////////////////////////
#endif    // not APSTUDIO_INVOKED

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -