Annotation of truecrypt/common/common.rc, revision 1.1.1.3

1.1       root        1: // Microsoft Visual C++ generated resource script.
                      2: //
                      3: #include "resource.h"
                      4: 
                      5: #define APSTUDIO_READONLY_SYMBOLS
                      6: /////////////////////////////////////////////////////////////////////////////
                      7: //
                      8: // Generated from the TEXTINCLUDE 2 resource.
                      9: //
                     10: #include "afxres.h"
                     11: 
                     12: /////////////////////////////////////////////////////////////////////////////
                     13: #undef APSTUDIO_READONLY_SYMBOLS
                     14: 
                     15: /////////////////////////////////////////////////////////////////////////////
                     16: // English (U.S.) resources
                     17: 
                     18: #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
                     19: #ifdef _WIN32
                     20: LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
                     21: #pragma code_page(1252)
                     22: #endif //_WIN32
                     23: 
                     24: /////////////////////////////////////////////////////////////////////////////
                     25: //
                     26: // Dialog
                     27: //
                     28: 
                     29: IDD_ABOUT_DLG DIALOGEX 31, 51, 292, 199
                     30: STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | 
                     31:     WS_POPUP | WS_CAPTION | WS_SYSMENU
                     32: CAPTION "About TrueCrypt"
                     33: CLASS "SplashDlg"
                     34: FONT 8, "MS Shell Dlg", 0, 0, 0x0
                     35: BEGIN
                     36:     DEFPUSHBUTTON   "OK",IDOK,121,178,50,14
1.1.1.2   root       37:     LTEXT           "Copyright � 2004 TrueCrypt Foundation",
                     38:                     IDT_ABOUT_COPYRIGHT,18,71,207,8
1.1       root       39:     LTEXT           "Based on E4M by Paul Le Roux.",IDC_STATIC,18,114,104,8
                     40:     LTEXT           "Portions of this software are based in part on the works of the following people:",
                     41:                     IDC_STATIC,18,122,256,8
1.1.1.2   root       42:     LTEXT           "Contact: ",IDT_ABOUT_MAILTO,185,87,104,8,NOT WS_VISIBLE
1.1.1.3 ! root       43:     LTEXT           "Bruce Schneier, Horst Feistel, Don Coppersmith, Whitfield Diffie, Martin",
        !            44:                     IDC_STATIC,18,130,260,8
        !            45:     LTEXT           "Hellman, Walt Tuchmann, Carlisle Adams, Stafford Tavares, Eric Young,",
        !            46:                     IDC_STATIC,18,138,257,8
        !            47:     LTEXT           "Peter Gutmann, and many others.",IDC_STATIC,18,146,235,
        !            48:                     8
1.1       root       49:     CONTROL         1011,IDC_ABOUT_IMG,"Static",SS_BITMAP,0,0,293,49,
                     50:                     WS_EX_STATICEDGE
                     51:     LTEXT           "TrueCrypt x.x",IDT_ABOUT_VERSION,18,61,117,8
                     52:     CONTROL         "",IDC_STATIC,"Static",SS_ETCHEDHORZ,1,167,291,1,
                     53:                     WS_EX_STATICEDGE
                     54:     CONTROL         "",IDC_STATIC,"Static",SS_ETCHEDHORZ,1,169,291,1,
                     55:                     WS_EX_STATICEDGE
1.1.1.3 ! root       56:     LTEXT           "Released October 1, 2004",ID_WEBSITE,18,87,96,8,
        !            57:                     SS_NOTIFY
1.1       root       58: END
                     59: 
                     60: IDD_COMMANDHELP_DLG DIALOGEX 0, 0, 272, 146
                     61: STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | 
                     62:     WS_POPUP | WS_CAPTION | WS_SYSMENU
                     63: CAPTION "Command Line Help"
                     64: CLASS "CustomDlg"
                     65: FONT 8, "MS Shell Dlg", 0, 0, 0x0
                     66: BEGIN
                     67:     DEFPUSHBUTTON   "&OK",IDOK,96,124,59,14
                     68:     LTEXT           "Static",IDC_COMMANDHELP_TEXT,20,16,191,96
                     69:     CONTROL         "",IDC_STATIC,"Static",SS_BITMAP | NOT WS_VISIBLE,222,21,
                     70:                     21,20
                     71: END
                     72: 
                     73: IDD_RAWDEVICES_DLG DIALOGEX 0, 0, 305, 140
                     74: STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
                     75:     WS_SYSMENU
                     76: CAPTION "Select a Partition or Device"
                     77: FONT 8, "MS Shell Dlg", 400, 0, 0x0
                     78: BEGIN
                     79:     DEFPUSHBUTTON   "OK",IDOK,239,7,59,14
                     80:     PUSHBUTTON      "Cancel",IDCANCEL,239,24,59,14
                     81:     CONTROL         "",IDC_DEVICELIST,"SysListView32",LVS_REPORT | 
                     82:                     LVS_SINGLESEL | LVS_EDITLABELS | LVS_ALIGNLEFT | 
                     83:                     LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,7,227,126
                     84: END
                     85: 
                     86: IDD_WARNING_DLG DIALOGEX 0, 0, 272, 103
                     87: STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | 
                     88:     WS_POPUP | WS_CAPTION | WS_SYSMENU
                     89: CAPTION "Warning"
                     90: CLASS "CustomDlg"
                     91: FONT 8, "MS Shell Dlg", 0, 0, 0x0
                     92: BEGIN
                     93:     DEFPUSHBUTTON   "&OK",IDOK,96,81,59,14
                     94:     CONTROL         "&Never show this warning again",IDC_NEVER_SHOW,"Button",
                     95:                     BS_AUTOCHECKBOX | BS_LEFT | WS_TABSTOP,48,63,176,10
                     96:     LTEXT           "Static",IDC_WARNING_TEXT,20,16,191,32
                     97:     ICON            101,IDC_STATIC,222,21,20,20
                     98: END
                     99: 
                    100: 
                    101: #ifdef APSTUDIO_INVOKED
                    102: /////////////////////////////////////////////////////////////////////////////
                    103: //
                    104: // TEXTINCLUDE
                    105: //
                    106: 
                    107: 1 TEXTINCLUDE 
                    108: BEGIN
                    109:     "resource.h\0"
                    110: END
                    111: 
                    112: 2 TEXTINCLUDE 
                    113: BEGIN
                    114:     "#include ""afxres.h""\r\n"
                    115:     "\0"
                    116: END
                    117: 
                    118: 3 TEXTINCLUDE 
                    119: BEGIN
                    120:     "\r\n"
                    121:     "\0"
                    122: END
                    123: 
                    124: #endif    // APSTUDIO_INVOKED
                    125: 
                    126: 
                    127: /////////////////////////////////////////////////////////////////////////////
                    128: //
                    129: // DESIGNINFO
                    130: //
                    131: 
                    132: #ifdef APSTUDIO_INVOKED
                    133: GUIDELINES DESIGNINFO 
                    134: BEGIN
                    135:     IDD_COMMANDHELP_DLG, DIALOG
                    136:     BEGIN
                    137:         BOTTOMMARGIN, 138
                    138:     END
                    139: 
                    140:     IDD_RAWDEVICES_DLG, DIALOG
                    141:     BEGIN
                    142:         LEFTMARGIN, 7
                    143:         RIGHTMARGIN, 298
                    144:         TOPMARGIN, 7
                    145:         BOTTOMMARGIN, 133
                    146:     END
                    147: 
                    148:     IDD_WARNING_DLG, DIALOG
                    149:     BEGIN
                    150:         BOTTOMMARGIN, 95
                    151:     END
                    152: END
                    153: #endif    // APSTUDIO_INVOKED
                    154: 
                    155: 
                    156: /////////////////////////////////////////////////////////////////////////////
                    157: //
                    158: // Icon
                    159: //
                    160: 
                    161: // Icon with lowest ID value placed first to ensure application icon
                    162: // remains consistent on all systems.
                    163: IDI_TRUECRYPT_ICON      ICON                    "..\\common\\TrueCrypt.ico"
                    164: IDI_TRUECRYPT_ICON_B    ICON                    "..\\common\\TrueCrypt_Volume.ico"
                    165: 
                    166: /////////////////////////////////////////////////////////////////////////////
                    167: //
                    168: // String Table
                    169: //
                    170: 
                    171: STRINGTABLE 
                    172: BEGIN
                    173:     IDS_ABOUTBOX            "&About..."
                    174:     IDS_NOFONT              "Could not create fonts."
                    175:     IDS_OUTOFMEMORY         "Out of Memory"
                    176: END
                    177: 
                    178: STRINGTABLE 
                    179: BEGIN
                    180:     IDS_INIT_REGISTER       "Unable to initialize the application. Failed to register the Dialog class."
                    181:     IDS_PASSWORD_HELP0      "It is very important that you choose a good password. You should avoid choosing a password that only contains a single word that can be "
                    182:     IDS_PASSWORD_HELP1      "found in a dictionary (or a combination of 2, 3, or 4 such words). It should not contain any names or dates of birth. It should not be "
                    183:     IDS_PASSWORD_HELP2      "easy to guess. A good password is a combination of upper and lower case letters, numbers, and special characters, such as @ ^ & $ * + etc."
                    184:     IDS_PASSWORD_HELP3      " The longer the password, the better. A TrueCrypt volume password must consist of at least 12 characters. The maximum password length is 64 characters."
                    185:     IDS_NODRIVER            "Unable to connect to the Device Driver.\n\nPlease make sure it is running, and that it is the correct version."
                    186:     IDS_RAWDEVICES          "Unable to list raw devices installed on your system!"
                    187:     IDS_NOSERVICE           "Cannot start the TrueCrypt service. If this is the first time this program is run, you must be logged on as Administrator, so that the TrueCrypt service can be installed."
                    188:     IDS_SERVICE_NOT_RUNNING "You must tell an administrator to start the 'TrueCrypt service' on your machine. Otherwise this program will not run."
                    189:     IDS_INIT_MUTEX          "Unable to initialize the application. Failed to create a required mutex object."
                    190:     IDS_TWO_INSTANCES       "Mutltiple instances of TrueCrypt are not allowed."
                    191:     IDS_HELP_ERROR          "Document not found!"
                    192:     IDS_HELP_READER_ERROR   "You need Adobe Acrobat Reader installed to read user guide.\nDownload is available at http://www.adobe.com/reader"
                    193:     IDS_VOL_FORMAT_BAD      "The format of this volume not recognized. The volume might be corrupted."
                    194: END
                    195: 
                    196: STRINGTABLE 
                    197: BEGIN
                    198:     IDS_PASSWORD_WRONG      "Incorrect password or not a TrueCrypt volume."
                    199:     IDS_OPENFILES_DRIVER    "The driver is unable to dismount the volume. Some files located on the volume are probably still open."
                    200:     IDS_BAD_DRIVE_LETTER    "Invalid drive letter."
                    201:     IDS_UNKNOWN             "The device driver returned an unrecognized error, code = %d"
                    202:     IDS_NOT_FOUND           "The DOS drive letter you specified has not been found."
                    203:     IDS_VOL_SIZE_WRONG      "This volume is too large or too small to be a valid TrueCrypt volume."
                    204:     IDS_COMPRESSION_NOT_SUPPORTED 
                    205:                             "The volume has been compressed on an NTFS partition. This is not supported. Please remove the compression attribute."
                    206:     IDS_DRIVELETTERS        "Could not get available drive letters."
                    207:     IDS_OPENFILES_LOCK      "Unable to lock the volume. There are still open files on the volume. Therefore, it cannot be dismounted."
                    208:     IDS_SYMLINK             "Could not assign a DOS drive letter to the device."
                    209:     IDS_SYMLINK_REMOVE      "Could not remove the DOS drive letter assigned to the device."
                    210:     IDS_INIT_RAND           "Failed to initialize the random number generator!"
                    211:     IDS_CREATE_FAILED       "Failed to create volume %s"
                    212:     IDS_ACCESSMODEFAIL      "The read-only attribute on your old volume could not be changed. Please check the file access permissions."
                    213:     IDS_OVERWRITEPROMPT     "The volume '%s' already exists.\nAre you sure you want to replace it?"
                    214:     IDS_OVERWRITEPROMPT_DEVICE 
                    215:                             "Are you sure you want to format '%s'?\nWarning: All data currently stored on the device will be lost!"
                    216: END
                    217: 
                    218: STRINGTABLE 
                    219: BEGIN
                    220:     IDS_WIPE_CACHE          "Passwords stored in the device driver cache have been wiped."
                    221:     IDS_VOL_TOO_SMALL       "The volume is too small - it is an invalid volume."
                    222:     IDS_WRONG_VOL_VERSION   "Cannot change passwords of old-format volumes."
                    223:     IDS_WRONG_VOL_TYPE      "TrueCrypt cannot change the password of a foreign volume."
                    224:     IDS_VOL_SEEKING         "Error seeking the correct location in volume."
                    225:     IDS_VOL_WRITING         "Error writing data to volume."
                    226:     IDS_PASSWORD_CHANGED    "Password successfully changed."
                    227:     IDS_NO_OS_VER           "Could not determine your operating system version or you are using an unsupported operating system."
                    228:     IDS_VOL_ALREADY_MOUNTED "The volume you are trying to mount is already mounted. "
                    229:     IDS_NO_FREE_DRIVES      "No drive letters available."
                    230:     IDS_NO_FREE_SLOTS       "On this operating system, the device driver only supports 8 mounted volumes."
                    231:     IDS_VOL_MOUNT_FAILED    "Incorrect password or not a TrueCrypt volume."
                    232:     IDS_FILE_OPEN_FAILED    "The file could not be opened."
                    233:     IDS_INVALID_DEVICE      "Invalid drive or partition specified. Use the following syntax to mount partitions: \\Device\\Harddisk0\\Partition4"
                    234:     IDS_VOL_READING         "Error reading data from volume."
                    235:     IDS_ACCESS_DENIED       "The partition you are trying to access is either 0 sectors long, or it is the boot device and access has been denied."
                    236: END
                    237: 
                    238: STRINGTABLE 
                    239: BEGIN
                    240:     IDS_DRIVER_VERSION      "This program requires version %s of the TrueCrypt driver. Please reinstall the software."
                    241:     IDS_NEW_VERSION_REQUIRED 
1.1.1.2   root      242:                             "This volume requires a new version of TrueCrypt."
1.1       root      243: END
                    244: 
                    245: #endif    // English (U.S.) resources
                    246: /////////////////////////////////////////////////////////////////////////////
                    247: 
                    248: 
                    249: /////////////////////////////////////////////////////////////////////////////
                    250: // English (U.K.) resources
                    251: 
                    252: #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
                    253: #ifdef _WIN32
                    254: LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
                    255: #pragma code_page(1252)
                    256: #endif //_WIN32
                    257: 
                    258: /////////////////////////////////////////////////////////////////////////////
                    259: //
                    260: // Bitmap
                    261: //
                    262: 
                    263: IDB_ABOUT               BITMAP                  "..\\common\\about.bmp"
                    264: #endif    // English (U.K.) resources
                    265: /////////////////////////////////////////////////////////////////////////////
                    266: 
                    267: 
                    268: 
                    269: #ifndef APSTUDIO_INVOKED
                    270: /////////////////////////////////////////////////////////////////////////////
                    271: //
                    272: // Generated from the TEXTINCLUDE 3 resource.
                    273: //
                    274: 
                    275: 
                    276: /////////////////////////////////////////////////////////////////////////////
                    277: #endif    // not APSTUDIO_INVOKED
                    278: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.