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

📄 format.rc

📁 加密硬盘、分区、虚拟盘的程序源码
💻 RC
📖 第 1 页 / 共 2 页
字号:
    PUSHBUTTON      "&Decrypt",IDC_DECRYPT,68,170,52,14
    PUSHBUTTON      "Cancel",IDCANCEL,208,170,52,14
END


#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//

1 TEXTINCLUDE 
BEGIN
    "resource.h\0"
END

2 TEXTINCLUDE 
BEGIN
    "#include ""afxres.h""\r\n"
    "#include ""..\\\\common\\\\resource.h""\r\n"
    "\0"
END

3 TEXTINCLUDE 
BEGIN
    "#include ""..\\\\common\\\\common.rc""\r\n"
    "\0"
END

#endif    // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//

#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO 
BEGIN
    IDD_MKFS_DLG, DIALOG
    BEGIN
        RIGHTMARGIN, 393
        TOPMARGIN, 1
        BOTTOMMARGIN, 207
        HORZGUIDE, 196
    END

    IDD_CIPHER_PAGE_DLG, DIALOG
    BEGIN
        RIGHTMARGIN, 214
        BOTTOMMARGIN, 117
    END

    IDD_PASSWORD_PAGE_DLG, DIALOG
    BEGIN
        RIGHTMARGIN, 214
        BOTTOMMARGIN, 125
    END

    IDD_SIZE_PAGE_DLG, DIALOG
    BEGIN
        RIGHTMARGIN, 215
        BOTTOMMARGIN, 122
    END

    IDD_FILE_PAGE_DLG, DIALOG
    BEGIN
        RIGHTMARGIN, 214
        BOTTOMMARGIN, 132
    END

    IDD_FORMAT_PAGE_DLG, DIALOG
    BEGIN
        BOTTOMMARGIN, 137
        HORZGUIDE, 80
        HORZGUIDE, 96
    END

    IDD_VOLSTATS_DLG, DIALOG
    BEGIN
        RIGHTMARGIN, 222
        TOPMARGIN, 1
        BOTTOMMARGIN, 122
    END

    IDD_CIPHER_TEST_DLG, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 261
        TOPMARGIN, 7
        BOTTOMMARGIN, 184
    END
END
#endif    // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// Dialog Info
//

IDD_FILE_PAGE_DLG DLGINIT
BEGIN
    IDC_COMBO_BOX, 0x403, 1, 0
"\000" 
    0
END


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

IDB_TRUECRYPT           BITMAP                  "TrueCrypt_Wizard.bmp"

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

STRINGTABLE 
BEGIN
    IDS_SIZE_TITLE          "Step 3: Volume Size"
    IDS_MDCSHA_HELP0        "Invented by Peter Gutmann, MDC turns one-way hash functions such as SHA into ciphers. "
    IDS_MDCSHA_HELP1        "MDC when used with SHA has a 160-bit block size, and a 512-bit key. This cipher is fast, however "
    IDS_MDCSHA_HELP2        "hash based ciphers are new, and may be insecure. SHA used here is the original, not the 1994 modification. "
    IDS_MDCSHA_HELP3        "SHA is NIST's Secure Hash Algorithm (FIPS 180)."
    IDS_NEXT                "&Next >"
    IDS_FINISH              "&Format"
    IDS_OPEN_TITLE          "Specify Path and File Name"
    IDS_FILE_TITLE          "Step 1: Volume Type and Location"
    IDS_FILE_HELP0          "You can create file-hosted volumes or encrypt entire hard disk partitions, floppy disks, ZIP disks, and other storage devices. Click 'Select File...' to specify the name and path of the file that you wish to host the new volume, or Click 'Select "
    IDS_SIZE_PARTITION_HELP "Size of a device cannot be modified. Make sure the size of the selected device is correct and click Next."
    IDS_FILE_HELP1          " Device...' to choose a partition or device to encrypt.\n\nCollection of random data has begun. The sources of the data include your mouse movements, mouse clicks, and key presses."
    IDS_FORMAT_ABORT        "Abort format?"
    IDS_WARN_QUICK_FORMAT   "You should only use quick format in the following cases:\n\n1) The partition contains random data (e.g. has already been fully encrypted)\n2) You are going to use all available space immediately\n3) You are not concerned with security (testing)"
END

STRINGTABLE 
BEGIN
    IDS_FORMAT_TITLE        "Last Step: Volume Format"
    IDS_PASSWORD_TITLE      "Step 4: Volume Password"
    IDS_PREV                "< &Prev"
    IDS_SIZE_HELP0          "Please specify the size of the volume to create. The minimum size of a TrueCrypt volume is 19 KB. The maximum size of a file-hosted volume is limited by "
    IDS_SIZE_HELP1          "the file system. A container stored on FAT32 cannot be larger than 4 GB and on NTFS it cannot be larger than 64 GB. "
    IDS_FORMAT_HELP0        "Here you can set additional options that will affect the format of the new volume. Please refer to the documentation for more information. "
END

STRINGTABLE 
BEGIN
    IDS_TITLE               "TrueCrypt Volume Creation Wizard"
    IDS_VOL_STATUS0         "Volume size:\t\t%d sectors (%I64d MB)\nFile system:\t\tFAT%d\n"
    IDS_VOL_STATUS1         "FAT size:\t\t%d bytes\nCluster size:\t\t%d bytes\nClusters available:\t%d"
    IDS_VOL_STATUS2         "\n\nFormatting took %lu seconds."
    IDS_VOL_NO_LABEL        "no volume label."
    IDS_VOL_LABEL           "volume label %s\n"
    IDS_FORMAT_HELP1        "When done, click 'Format' to create your new volume. "
    IDS_FORMAT_HELP2        "There will be a short pause while your system is being polled for extra random data."
    IDS_READONLYPROMPT      "The volume '%s' exists, and is read-only. Are you sure you want to replace it?"
    IDS_CIPHER_NONE_HELP0   "Encryption disabled."
    IDS_DISK_FREE_BYTES     "Drive %s has %.2f  bytes available."
END

STRINGTABLE 
BEGIN
    IDS_CIPHER_TITLE        "Step 2: Encryption Options"
END

STRINGTABLE 
BEGIN
    IDS_DISK_FREE_KB        "Drive %s has %.2f  KB available."
    IDS_DISK_FREE_MB        "Free space on drive %s is %.2f MB."
    IDS_CANNOT_CALC_SPACE   "Cannot access device. Make sure the selected device exists and is not used by system."
    IDS_DEVICE_FREE_BYTES   "The size of the device %s is %.2f bytes."
    IDS_DEVICE_FREE_KB      "The size of the device %s is %.2f KB."
    IDS_DEVICE_FREE_MB      "The size of the device %s is %.2f MB."
    IDS_DES_HELP0           "This is the US government's Data Encryption Standard, by IBM and the NSA. The standard was published as FIPS PUB 46."
    IDS_DES_HELP1           "This algorithm has a 56 bit key, and 64-bit block size."
    IDS_BLOWFISH_HELP0      "Designed by Bruce Schneier in 1993. Unpatented, license-free, available free for all uses. "
    IDS_BLOWFISH_HELP1      "TrueCrypt uses Blowfish with 16 rounds and 448-bit key. Blowfish is the fastest of the implemented ciphers."
    IDS_IDEA_HELP0          "Designed by Xuejia Lai and James Massey in 1990 (published in 1992). Uses a 128-bit key. Described in U.S. patent number "
    IDS_IDEA_HELP1          "5,214,703. Requires license from Ascom Tech AG for commercial use."
END

STRINGTABLE 
BEGIN
    IDS_TRIPLEDES_HELP0     "Tripple-DES, published in 1978, is 3 iterations of the DES cipher designed by IBM and NSA (1976). Inner-CBC mode and 3 independent 56-bit keys are used (1 per "
    IDS_TRIPLEDES_HELP1     "iteration). Note that this cipher is very slow."
    IDS_CAST_HELP0          "Designed by Carlisle Adams and Stafford Tavares, published in 1997. Uses a 128-bit key. "
    IDS_CAST_HELP1          "CAST is royalty-free both for commercial and non-commercial uses."
    IDS_DRIVE_TOO_BIG       "TrueCrypt volume cannot be larger than 2000 GB."
    IDS_EXT_PARTITION       "Please create a logical drive for this extended partition, and then try again."
    IDS_CIPHER_TEST         "%s Cipher Test"
    IDS_TESTS_PASSED        "Self-tests of all algorithms passed"
    IDS_TESTS_FAILED        "Self-tests failed!"
    IDS_TEST_KEY_SIZE       "The test key you have supplied is too long or short."
    IDS_TEST_PLAINTEXT_SIZE "The test plaintext you have supplied is too long or short."
    IDS_TEST_CIPHERTEXT_SIZE 
                            "The test ciphertext you have supplied is too long or short."
END

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



#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
#include "..\\common\\common.rc"

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

⌨️ 快捷键说明

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