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

📄 freeotfe4pda.rc

📁 文件驱动加密,功能强大,可产生加密分区,支持AES,MD2,MD4,MD5MD2, MD4, MD5, RIPEMD-128, RIPEMD-160, SHA-1, SHA-224, SHA-256,
💻 RC
📖 第 1 页 / 共 3 页
字号:
IDR_MENU_MAIN MENU 
BEGIN
    POPUP "File"
    BEGIN
        MENUITEM "New...",                      ID_FILE_NEWVOL
        MENUITEM "Mount...",                    ID_FILE_MOUNT
        MENUITEM "Dismount",                    ID_FILE_DISMOUNT
        MENUITEM "Dismount all",                ID_FILE_DISMOUNTALL
        MENUITEM SEPARATOR
        MENUITEM "Exit",                        ID_FILE_EXIT
    END
    POPUP "View"
    BEGIN
        MENUITEM "Properties...",               ID_VIEW_PROPERTIES
        MENUITEM SEPARATOR
        MENUITEM "Options...",                  ID_VIEW_OPTIONS
        MENUITEM SEPARATOR
        MENUITEM "Refresh",                     ID_VIEW_REFRESH
    END
    POPUP "Tools"
    BEGIN
        MENUITEM "Create keyfile...",           ID_TOOLS_CREATEKEYFILE
        MENUITEM "Change password/details...",  ID_TOOLS_CHANGEPASSWORD
        MENUITEM SEPARATOR
        POPUP "Critical data block"
        BEGIN
            MENUITEM "Backup...",                   ID_TOOLS_CDBBACKUP
            MENUITEM "Restore...",                  ID_TOOLS_CDBRESTORE
            MENUITEM "Dump to human readable file...", ID_TOOLS_CDBDUMP
        END
    END
    POPUP "Help"
    BEGIN
        MENUITEM "About...",                    ID_HELP_ABOUT
    END
END

IDR_MENU_DONECANCEL MENU 
BEGIN
    MENUITEM "Done",                        IDOK
    MENUITEM "Cancel",                      IDCANCEL
END

IDR_MENU_CONTEXT MENU 
BEGIN
    POPUP "Context menu"
    BEGIN
        MENUITEM "Explore",                     ID_CONTEXTMENU_EXPLORE
        MENUITEM SEPARATOR
        MENUITEM "Dismount",                    ID_FILE_DISMOUNT
        MENUITEM "Dismount all",                ID_FILE_DISMOUNTALL
        MENUITEM SEPARATOR
        MENUITEM "Properties...",               ID_VIEW_PROPERTIES
    END
END

IDR_MENU_WIZARD MENU 
BEGIN
    MENUITEM "< Back",                      ID_WIZ_BACK
    MENUITEM "Next >",                      ID_WIZ_NEXT
    MENUITEM "Finish",                      IDOK
    MENUITEM "Cancel",                      IDCANCEL
END

IDR_MENU_MAIN_DEBUG MENU 
BEGIN
    POPUP "File"
    BEGIN
        MENUITEM "New...",                      ID_FILE_NEWVOL
        MENUITEM "Mount...",                    ID_FILE_MOUNT
        MENUITEM "Dismount",                    ID_FILE_DISMOUNT
        MENUITEM "Dismount all",                ID_FILE_DISMOUNTALL
        MENUITEM SEPARATOR
        MENUITEM "Exit",                        ID_FILE_EXIT
    END
    POPUP "View"
    BEGIN
        MENUITEM "Refresh",                     ID_VIEW_REFRESH
        MENUITEM "Properties...",               ID_VIEW_PROPERTIES
    END
    POPUP "Tools"
    BEGIN
        MENUITEM "Create keyfile...",           ID_TOOLS_CREATEKEYFILE
        MENUITEM "Change password/details...",  ID_TOOLS_CHANGEPASSWORD
    END
    POPUP "Help"
    BEGIN
        MENUITEM "Stats report",                ID_STATS_REPORT
        MENUITEM SEPARATOR
        MENUITEM "Test 1",                      ID_TEST_TEST_XXX_1
        MENUITEM "Test 2",                      ID_TEST_TEST_XXX_2
        MENUITEM "Test 3",                      ID_TEST_TEST_XXX_3
        MENUITEM SEPARATOR
        MENUITEM "About...",                    ID_HELP_ABOUT
    END
END


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

VS_VERSION_INFO VERSIONINFO
 FILEVERSION 2,00,0,0
 PRODUCTVERSION 2,00,0,0
 FILEFLAGSMASK 0x17L
#ifdef _DEBUG
 FILEFLAGS 0x1L
#else
 FILEFLAGS 0x0L
#endif
 FILEOS 0x4L
 FILETYPE 0x0L
 FILESUBTYPE 0x0L
BEGIN
    BLOCK "StringFileInfo"
    BEGIN
        BLOCK "080904b0"
        BEGIN
            VALUE "Comments", "FreeOTFE4PDA GUI"
            VALUE "CompanyName", "Sarah Dean"
            VALUE "FileDescription", "FreeOTFE4PDA GUI"
            VALUE "FileVersion", "2.00.00"
            VALUE "InternalName", "FreeOTFE4PDA GUI"
            VALUE "LegalCopyright", "Copyright (C) 2006 Sarah Dean"
            VALUE "LegalTrademarks", "Sarah Dean"
            VALUE "OriginalFilename", "FreeOTFE4PDA.exe"
            VALUE "ProductName", "FreeOTFE4PDA GUI"
            VALUE "ProductVersion", "2.00"
        END
    END
    BLOCK "VarFileInfo"
    BEGIN
        VALUE "Translation", 0x809, 1200
    END
END


/////////////////////////////////////////////////////////////////////////////
//
// Icon
//

// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ICON_MAIN           ICON                    "..\\..\\..\\Common\\Common\\images\\FreeOTFE.ico"
IDI_ICON_MAIN_SMALL     ICON                    "..\\..\\..\\Common\\Common\\images\\FreeOTFESmall.ico"

/////////////////////////////////////////////////////////////////////////////
//
// Toolbar
//

IDR_TOOLBAR_MAIN TOOLBAR  16, 15
BEGIN
    BUTTON      ID_FILE_NEW
    BUTTON      ID_FILE_MOUNT
    BUTTON      ID_FILE_DISMOUNT
    BUTTON      ID_FILE_DISMOUNTALL
END


/////////////////////////////////////////////////////////////////////////////
//
// Bitmap
//

IDR_TOOLBAR_MAIN        BITMAP                  "..\\images\\wndMain_Toolbar.bmp"

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

STRINGTABLE 
BEGIN
    IDS_STRING_INSTR_FILENAME 
                            "Please specify the filename and location where the new volume should be created.\n\nIf you wish to create a ""hidden"" volume within an existing volume, please specify your existing volume to be used."
    IDS_STRING_INSTR_OFFSET "The volume file you specified already exists. To create a hidden volume within this file, please specify the byte offset within this file from where the new volume should begin.\n\nIf you do NOT wish to create a hidden volume within your existing file, please click ""< Back"" and enter a different filename."
    IDS_STRING_INSTR_SIZE   "Please enter the required size of the new volume.\n\nNote: The size you specified here will be the size of the data part of the volume file. The actual file created will be larger than this by the size of the critical data area, which will be prepended onto the volume file."
END

STRINGTABLE 
BEGIN
    IDS_STRING_INSTR_HASHCYPHERIV 
                            "Please select which security options should be used in securing your new volume.\n\nMost users can simply accept the defaults here, though more advanced users may prefer to specify their own options, depending on their needs."
    IDS_STRING_INSTR_MASTERKEYLEN 
                            "The cypher you selected supports arbitary key lengths.\n\nPlease specify the length of the master key which will be used to encrypt/decrypt your data.\n\nNote: The value entered must be a multiple of 8."
    IDS_STRING_INSTR_RNGSELECT 
                            "In order to create your new volume, a certain amount of random data is required.\n\nIn order to generate this data, please select which random number generators you wish to use from the options shown."
    IDS_STRING_INSTR_RNGMOUSEMOVEMENT 
                            "You have elected to use user input to generate random data.\n\nPlease ""tap and scribble"" within the bordered area, until enough random data has been generated."
    IDS_STRING_INSTR_PASSWORD 
                            "Please enter the password to be used for securing your volume.\n\nIt is suggested that you enter a mix of uppercase, lowercase, numbers, and punctuations symbols.\n\nNote: If you forget your password, you can forget your data."
    IDS_STRING_INSTR_SALT   "Please enter the amount of ""salt"" to be combined with your password to generate an encryption key.\n\n""Salting"" your password increases security, and will slow down dictionary attacks against your volume.\n\nNote: The value entered must be a multiple of 8.\n\nNote: You will be required to enter this value every time you mount your volume. For this reason it is recommended that most users leave it at it's default value, unless you have a particular need to do otherwise."
    IDS_STRING_INSTR_CDBLOCATION 
                            "Please specify if you would like your volume's critical data block (CDB) to be prepended to the start of the new volume, or stored in a separate keyfile.\n\nFor most users, including the CDB as part of the volume file is probably the best option.\n\nAdditional keyfiles may be generated after the volume is created, if needed."
    IDS_STRING_WIZTITLE_NEWVOL 
                            "Welcome to the FreeOTFE Volume Creation Wizard."
    IDS_STRING_WIZTITLE_CHPASS 
                            "Welcome to the FreeOTFE Password Change Wizard."
    IDS_STRING_WIZTITLE_NEWKEYFILE "Welcome to the FreeOTFE Keyfile Wizard."
    IDS_STRING_WIZDESC_NEWVOL 
                            "This ""wizard"" will guide you through the process of either creating a new FreeOTFE volume file, or a hidden volume within an existing file.\n\nIf you are unsure as to how to answer any of the questions this wizard asks, simply accepting the default values should generate a volume that is secure enough for most purposes."
    IDS_STRING_WIZDESC_CHPASS 
                            "This ""wizard"" will guide you through the process of changing the password on either a volume file with embedded critical data block (CDB) or keyfile.\n\nYour volume/keyfile will be automatically updated to use the latest CDB format."
    IDS_STRING_WIZDESC_NEWKEYFILE 
                            "This ""wizard"" will guide you through the process of creating a new keyfile for a FreeOTFE volume.\n\nThis process requires either a FreeOTFE volume file with embedded critical data block (CDB), or an existing keyfile."
    IDS_STRING_INSTWIZDUMPCDBPASSWORD 
                            "Please enter your password for the volume/keyfile previously specified.\n\nIf you are dumping the CDB of a hidden volume, or volume/keyfile with non-default settings, please check that the settings shown on the ""Advanced"" tab are configured correctly."
    IDS_STRING_INSTWIZCHPASS_SRCFILE 
                            "Please enter the full path and filename of the volume/keyfile you wish to change.\n\nIf you wish to update a ""hidden"" volume held within another file, please specify the filename of the host file which stores your encrypted volume."
    IDS_STRING_INSTWIZNEWKEYFILE_SRCFILE 
                            "Please enter the full path and filename of the volume/an existing keyfile for the volume which you wish to create a new keyfile for.\n\nIf you wish to create a keyfile for a ""hidden"" volume held within another file, please specify the filename of the host file which stores your encrypted volume."
END

STRINGTABLE 
BEGIN
    IDS_STRING_INSTWIZCHPASS_SRCPASSWORD 
                            "Please enter your current password for the volume/keyfile you wish to change.\n\nIf you are changing the password for a hidden volume, or volume/keyfile with non-default settings, please check that the settings shown on the ""Advanced"" tab are configured correctly."
    IDS_STRING_INSTWIZNEWKEYFILE_SRCPASSWORD 
                            "Please enter your password for the volume/keyfile previously specified.\n\nIf you are creating a keyfile for a hidden volume, or volume/keyfile with non-default settings, please check that the settings shown on the ""Advanced"" tab are configured correctly."
    IDS_STRING_INSTWIZNEWKEYFILE_DESTFILE 
                            "Please enter the full path and filename to be used for the new keyfile."
    IDS_STRING_INSTWIZCHPASS_DESTPASSWORD 
                            "Please enter the new password to be used for this volume/keyfile\n\nYou may also update more advanced options on the keyfile by selecting the ""Advanced"" tab."
    IDS_STRING_INSTWIZNEWKEYFILE_DESTPASSWORD 
                            "Please enter the password to be used for this keyfile\n\nYou may also set more advanced options on the keyfile by selecting the ""Advanced"" tab."
    IDS_STRING_INSTWIZNEWKEYFILE_RNGSELECT 
                            "In order to create your new keyfile, a certain amount of random data is required.\n\nIn order to generate this data, please select which random number generators you wish to use from the options shown."
    IDS_STRING_INSTWIZCHPASS_RNGSELECT 
                            "In order to change your password, a certain amount of random data is required.\n\nIn order to generate this data, please select which random number generators you wish to use from the options shown."
    IDS_STRING_INST_DUMPCDB_DESTFILE 
                            "Please enter the full path and filename to the file you wish to store the human readable CDB dump in."
    IDS_STRING_INST_DUMPCDB_SRCFILE 
                            "Please enter the full path and filename of the volume/keyfile containing the CDB you wish to dump."
END

#endif    // English (U.K.) resources
/////////////////////////////////////////////////////////////////////////////



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


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

⌨️ 快捷键说明

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