Annotation of truecrypt/mount/mount.rc, revision 1.1.1.18

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: #include "..\\common\\resource.h"
                     12: 
                     13: /////////////////////////////////////////////////////////////////////////////
                     14: #undef APSTUDIO_READONLY_SYMBOLS
                     15: 
                     16: /////////////////////////////////////////////////////////////////////////////
                     17: // English (U.S.) resources
                     18: 
                     19: #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
                     20: #ifdef _WIN32
                     21: LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
                     22: #pragma code_page(1252)
                     23: #endif //_WIN32
                     24: 
                     25: /////////////////////////////////////////////////////////////////////////////
                     26: //
1.1.1.6   root       27: // HEADER
                     28: //
                     29: 
                     30: IDR_MOUNT_RSRC_HEADER   HEADER                  "resource.h"
                     31: 
                     32: /////////////////////////////////////////////////////////////////////////////
                     33: //
1.1.1.10  root       34: // TYPELIB
                     35: //
                     36: 
                     37: IDR_MOUNT_TLB           TYPELIB                 "Mount.tlb"
                     38: 
                     39: /////////////////////////////////////////////////////////////////////////////
                     40: //
1.1       root       41: // Dialog
                     42: //
                     43: 
1.1.1.10  root       44: IDD_PREFERENCES_DLG DIALOGEX 0, 0, 336, 282
                     45: STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
1.1.1.6   root       46: CAPTION "TrueCrypt - Preferences"
1.1       root       47: FONT 8, "MS Shell Dlg", 400, 0, 0x1
                     48: BEGIN
1.1.1.6   root       49:     CONTROL         "Mount volumes as read-only",IDC_PREF_MOUNT_READONLY,
1.1.1.10  root       50:                     "Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,11,10,150,16
                     51:     CONTROL         "Mount volumes as removable media",IDC_PREF_MOUNT_REMOVABLE,
                     52:                     "Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,162,10,165,16
                     53:     CONTROL         "Enabled",IDC_PREF_BKG_TASK_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,42,111,10
                     54:     CONTROL         "Exit when there are no mounted volumes",IDC_CLOSE_BKG_TASK_WHEN_NOVOL,
1.1.1.18! root       55:                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,140,42,188,10
        !            56:     CONTROL         "Start TrueCrypt Background Task",IDC_PREF_LOGON_START,
        !            57:                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,76,126,10
1.1.1.10  root       58:     CONTROL         "Mount all device-hosted TrueCrypt volumes",IDC_PREF_LOGON_MOUNT_DEVICES,
1.1.1.18! root       59:                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,140,71,188,10
1.1.1.6   root       60:     CONTROL         "Mount favorite volumes",IDC_PREF_LOGON_MOUNT_FAVORITES,
1.1.1.18! root       61:                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,140,82,188,10
1.1.1.10  root       62:     CONTROL         "User logs off",IDC_PREF_DISMOUNT_LOGOFF,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,81,109,114,11
1.1.1.6   root       63:     CONTROL         "Screen saver is launched",IDC_PREF_DISMOUNT_SCREENSAVER,
1.1.1.10  root       64:                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,81,120,114,10
                     65:     CONTROL         "Entering power saving mode",IDC_PREF_DISMOUNT_POWERSAVING,
                     66:                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,197,114,130,11
                     67:     CONTROL         "Auto-dismount volume after no data has been read/written to it for",IDC_PREF_DISMOUNT_INACTIVE,
                     68:                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,133,246,11
                     69:     EDITTEXT        IDC_PREF_DISMOUNT_INACTIVE_TIME,258,132,27,12,ES_AUTOHSCROLL | ES_NUMBER,WS_EX_RIGHT
                     70:     CONTROL         "Force auto-dismount even if volume contains open files or directories",IDC_PREF_FORCE_AUTO_DISMOUNT,
                     71:                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,145,294,10
                     72:     CONTROL         "Open Explorer window for successfully mounted volume",IDC_PREF_OPEN_EXPLORER,
                     73:                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,175,316,11
                     74:     CONTROL         "Close all Explorer windows of volume being dismounted",IDC_PREF_CLOSE_DISMOUNTED_WINDOWS,
                     75:                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,187,316,10
1.1.1.11  root       76:     CONTROL         "Preserve timestamps of file containers",IDC_PRESERVE_TIMESTAMPS,
1.1.1.10  root       77:                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,199,316,10
                     78:     CONTROL         "Cache passwords in driver memory",IDC_PREF_CACHE_PASSWORDS,
                     79:                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,228,146,11
                     80:     CONTROL         "Wipe cached passwords on exit",IDC_PREF_WIPE_CACHE_ON_EXIT,
                     81:                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,162,228,165,11
                     82:     CONTROL         "Wipe cached passwords on auto-dismount",IDC_PREF_WIPE_CACHE_ON_AUTODISMOUNT,
                     83:                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,240,296,11
1.1.1.18! root       84:     DEFPUSHBUTTON   "OK",IDOK,225,262,50,14
        !            85:     PUSHBUTTON      "Cancel",IDCANCEL,281,262,50,14
1.1.1.10  root       86:     GROUPBOX        "Windows",IDT_WINDOWS_RELATED_SETTING,4,164,328,50
                     87:     GROUPBOX        "Default Mount Options",IDT_DEFAULT_MOUNT_OPTIONS,4,2,328,26
                     88:     GROUPBOX        "TrueCrypt Background Task",IDT_TASKBAR_ICON,4,31,328,27
                     89:     GROUPBOX        "Auto-Dismount",IDT_AUTO_DISMOUNT,4,99,328,62
                     90:     LTEXT           "minutes",IDT_MINUTES,289,134,39,10
                     91:     LTEXT           "Dismount all when:",IDT_AUTO_DISMOUNT_ON,9,115,71,17
                     92:     GROUPBOX        "Password Cache",IDT_PW_CACHE_OPTIONS,4,217,328,38
                     93:     GROUPBOX        "Actions to perform upon log on to Windows",IDT_LOGON,4,61,328,35
1.1.1.18! root       94:     PUSHBUTTON      "More Settings...",IDC_MORE_SETTINGS,5,262,85,14
1.1.1.10  root       95: END
                     96: 
1.1.1.12  root       97: IDD_VOLUME_PROPERTIES DIALOGEX 60, 30, 284, 186
1.1.1.10  root       98: STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
1.1.1.6   root       99: CAPTION "TrueCrypt Volume Properties"
1.1       root      100: FONT 8, "MS Shell Dlg", 400, 0, 0x1
                    101: BEGIN
1.1.1.12  root      102:     DEFPUSHBUTTON   "OK",IDOK,114,166,55,14
                    103:     CONTROL         "",IDC_VOLUME_PROPERTIES_LIST,"SysListView32",LVS_REPORT | LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,6,269,154
1.1       root      104: END
                    105: 
1.1.1.10  root      106: IDD_PASSWORDCHANGE_DLG DIALOGEX 0, 0, 316, 162
                    107: STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
1.1.1.12  root      108: CAPTION "Change Password or Keyfiles"
1.1       root      109: CLASS "CustomDlg"
                    110: FONT 8, "MS Shell Dlg", 0, 0, 0x0
                    111: BEGIN
1.1.1.10  root      112:     EDITTEXT        IDC_OLD_PASSWORD,89,14,147,13,ES_PASSWORD | ES_AUTOHSCROLL
                    113:     CONTROL         "Use keyfiles",IDC_ENABLE_KEYFILES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,89,34,86,10
                    114:     PUSHBUTTON      "Keyfiles...",IDC_KEYFILES,177,32,59,14
                    115:     CONTROL         "Display password",IDC_SHOW_PASSWORD_CHPWD_ORI,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,89,46,138,10,WS_EX_TRANSPARENT
                    116:     EDITTEXT        IDC_PASSWORD,89,74,147,13,ES_PASSWORD | ES_AUTOHSCROLL
                    117:     EDITTEXT        IDC_VERIFY,89,90,147,13,ES_PASSWORD | ES_AUTOHSCROLL
                    118:     CONTROL         "Use keyfiles",IDC_ENABLE_NEW_KEYFILES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,89,109,86,11
                    119:     PUSHBUTTON      "Keyfiles...",IDC_NEW_KEYFILES,177,107,59,14
                    120:     CONTROL         "Display password",IDC_SHOW_PASSWORD_CHPWD_NEW,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,89,121,139,11,WS_EX_TRANSPARENT
                    121:     COMBOBOX        IDC_PKCS5_PRF_ID,89,136,91,90,CBS_DROPDOWNLIST | WS_TABSTOP
                    122:     DEFPUSHBUTTON   "OK",IDOK,251,7,59,14
                    123:     PUSHBUTTON      "Cancel",IDCANCEL,251,24,59,14
1.1.1.6   root      124:     RTEXT           "Password:",IDT_PASSWORD,12,16,72,8
                    125:     RTEXT           "Password:",IDT_NEW_PASSWORD,8,77,76,8
1.1.1.10  root      126:     RTEXT           "Confirm Password:",IDT_CONFIRM_PASSWORD,9,93,75,16
1.1.1.9   root      127:     RTEXT           "PKCS-5 PRF:",IDT_PKCS5_PRF,9,137,74,10,SS_CENTERIMAGE
1.1.1.10  root      128:     GROUPBOX        "Current",IDT_CURRENT,6,3,238,58
                    129:     GROUPBOX        "New",IDT_NEW,6,63,238,93
1.1       root      130: END
                    131: 
                    132: IDD_MOUNT_DLG DIALOGEX 0, 0, 376, 271
1.1.1.10  root      133: STYLE DS_SETFONT | DS_SETFOREGROUND | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
1.1.1.6   root      134: CAPTION "TrueCrypt"
1.1       root      135: MENU IDR_MENU
                    136: CLASS "CustomDlg"
                    137: FONT 8, "MS Shell Dlg", 0, 0, 0x0
                    138: BEGIN
1.1.1.10  root      139:     CONTROL         "",IDC_DRIVELIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,5,360,135
1.1.1.5   root      140:     PUSHBUTTON      "&Create Volume",IDC_CREATE_VOLUME,16,159,84,14
1.1.1.10  root      141:     PUSHBUTTON      "&Volume Properties...",IDC_VOLUME_PROPERTIES,146,159,84,14
1.1.1.5   root      142:     PUSHBUTTON      "&Wipe Cache",IDC_WIPE_CACHE,276,159,84,14
1.1.1.10  root      143:     COMBOBOX        IDC_VOLUME,56,192,212,74,CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
                    144:     CONTROL         "&Never save history",IDC_NO_HISTORY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,56,207,122,10
1.1.1.6   root      145:     PUSHBUTTON      "Volume &Tools...",IDC_VOLUME_TOOLS,184,211,84,14
                    146:     PUSHBUTTON      "Select &File...",IDC_SELECT_FILE,276,192,84,14
                    147:     PUSHBUTTON      "Select D&evice...",IDC_SELECT_DEVICE,276,211,84,14
                    148:     DEFPUSHBUTTON   "OK",IDOK,8,243,84,18,WS_GROUP
                    149:     PUSHBUTTON      "&Auto-Mount Devices",IDC_MOUNTALL,100,243,84,18
                    150:     PUSHBUTTON      "Di&smount All",IDC_UNMOUNTALL,192,243,84,18,WS_GROUP
                    151:     PUSHBUTTON      "E&xit",IDC_EXIT,284,243,84,18,WS_GROUP
1.1.1.11  root      152:     CONTROL         112,IDC_LOGO,"Static",SS_BITMAP | SS_NOTIFY | WS_BORDER,16,192,27,31
1.1.1.6   root      153:     GROUPBOX        "Volume",IDT_VOLUME,8,179,360,53
1.1       root      154:     CONTROL         "",IDC_STATIC,"Static",SS_ETCHEDFRAME,1,0,373,147
                    155:     GROUPBOX        "",IDC_STATIC,282,238,88,24
                    156:     GROUPBOX        "",IDC_STATIC,190,238,88,24
                    157:     GROUPBOX        "",IDC_STATIC,6,238,88,24
                    158:     GROUPBOX        "",IDC_STATIC,98,238,88,24
                    159:     GROUPBOX        "",IDC_STATIC,1,147,373,123,BS_CENTER
                    160: END
                    161: 
1.1.1.6   root      162: IDD_PASSWORD_DLG DIALOGEX 0, 0, 280, 68
1.1.1.10  root      163: STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
1.1.1.6   root      164: CAPTION "Enter TrueCrypt Volume Password"
1.1       root      165: FONT 8, "MS Shell Dlg", 0, 0, 0x0
                    166: BEGIN
1.1.1.6   root      167:     EDITTEXT        IDC_PASSWORD,48,8,153,14,ES_PASSWORD | ES_AUTOHSCROLL
1.1.1.8   root      168:     CONTROL         "Cache passwords and keyfil&es in memory",IDC_CACHE,
1.1.1.6   root      169:                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,52,27,153,10
1.1.1.10  root      170:     CONTROL         "&Display password",IDC_SHOW_PASSWORD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,52,40,83,10
                    171:     CONTROL         "U&se keyfiles",IDC_KEYFILES_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,52,52,83,11
1.1.1.8   root      172:     PUSHBUTTON      "&Keyfiles...",IDC_KEY_FILES,137,49,64,14
                    173:     PUSHBUTTON      "Mount Opti&ons...",IDC_MOUNT_OPTIONS,208,49,64,14
1.1.1.6   root      174:     DEFPUSHBUTTON   "OK",IDOK,208,8,64,14
                    175:     PUSHBUTTON      "Cancel",IDCANCEL,208,25,64,14
1.1.1.7   root      176:     RTEXT           "Password:",IDT_PASSWORD,0,10,46,19
1.1       root      177: END
                    178: 
1.1.1.12  root      179: IDD_TRAVELER_DLG DIALOGEX 0, 0, 300, 269
1.1.1.10  root      180: STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
1.1.1.12  root      181: CAPTION "TrueCrypt Traveler Disk Setup"
1.1.1.5   root      182: FONT 8, "MS Shell Dlg", 400, 0, 0x1
                    183: BEGIN
1.1.1.7   root      184:     EDITTEXT        IDC_DIRECTORY,17,29,205,13,ES_AUTOHSCROLL
                    185:     PUSHBUTTON      "Browse...",IDC_BROWSE_DIRS,228,28,57,14
1.1.1.10  root      186:     CONTROL         "Include TrueCrypt Volume Creation Wizard",IDC_COPY_WIZARD,
                    187:                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,19,48,258,10
                    188:     CONTROL         "Do nothing",IDC_AUTORUN_DISABLE,"Button",BS_AUTORADIOBUTTON,15,97,262,10
                    189:     CONTROL         "&Start TrueCrypt",IDC_AUTORUN_START,"Button",BS_AUTORADIOBUTTON,15,108,262,11
                    190:     CONTROL         "&Auto-mount TrueCrypt volume (specified below)",IDC_AUTORUN_MOUNT,
                    191:                     "Button",BS_AUTORADIOBUTTON,15,120,262,11
                    192:     EDITTEXT        IDC_VOLUME_NAME,21,157,194,13,ES_AUTOHSCROLL | WS_DISABLED
1.1.1.7   root      193:     PUSHBUTTON      "Browse...",IDC_BROWSE_FILES,221,156,57,14,WS_DISABLED
1.1.1.10  root      194:     COMBOBOX        IDC_DRIVELIST,120,175,96,69,CBS_DROPDOWNLIST | WS_DISABLED | WS_VSCROLL | WS_TABSTOP
                    195:     CONTROL         "Open &Explorer window for mounted volume",IDC_TRAVEL_OPEN_EXPLORER,
                    196:                     "Button",BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,22,193,256,10
                    197:     CONTROL         "Mount volume as read-&only",IDC_MOUNT_READONLY,"Button",BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,22,206,256,10
                    198:     CONTROL         "&Cache password in driver memory",IDC_TRAV_CACHE_PASSWORDS,
                    199:                     "Button",BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,22,219,256,10
1.1.1.7   root      200:     DEFPUSHBUTTON   "Create",IDC_CREATE,173,249,57,14
1.1.1.10  root      201:     PUSHBUTTON      "Close",IDCLOSE,236,249,57,14
1.1.1.7   root      202:     GROUPBOX        "File Settings",IDT_FILE_SETTINGS,6,7,287,59
1.1.1.10  root      203:     GROUPBOX        "AutoRun Configuration (autorun.inf)",IDT_AUTORUN,5,70,288,172
1.1.1.12  root      204:     LTEXT           "TrueCrypt volume to mount (relative to traveler disk root):",IDT_TRAVELER_MOUNT,21,147,248,8,WS_DISABLED
1.1.1.10  root      205:     RTEXT           "Mount volume as drive letter:",IDT_MOUNT_LETTER,18,177,99,8,WS_DISABLED
1.1.1.12  root      206:     LTEXT           "Create traveler disk files at (traveler disk root directory):",IDT_TRAVEL_ROOT,18,19,259,8
1.1.1.10  root      207:     GROUPBOX        "Mount Settings",IDT_MOUNT_SETTINGS,13,134,272,100,WS_DISABLED
1.1.1.12  root      208:     LTEXT           "Upon insertion of traveler disk: ",IDT_TRAVEL_INSERTION,13,84,263,8
1.1.1.6   root      209: END
                    210: 
1.1.1.7   root      211: IDD_HOTKEYS_DLG DIALOGEX 0, 0, 381, 239
1.1.1.10  root      212: STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
1.1.1.6   root      213: CAPTION "TrueCrypt - System-Wide Hot Keys"
                    214: CLASS "CustomDlg"
                    215: FONT 8, "MS Shell Dlg", 0, 0, 0x0
                    216: BEGIN
1.1.1.10  root      217:     CONTROL         "",IDC_HOTKEY_LIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,7,367,93
1.1.1.7   root      218:     EDITTEXT        IDC_HOTKEY_KEY,108,121,190,13,ES_AUTOHSCROLL
                    219:     PUSHBUTTON      "Assign",IDC_HOTKEY_ASSIGN,304,121,59,14
1.1.1.10  root      220:     CONTROL         "Control",IDC_HK_MOD_CTRL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,109,139,56,10,WS_EX_TRANSPARENT
                    221:     CONTROL         "Shift",IDC_HK_MOD_SHIFT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,167,139,46,10,WS_EX_TRANSPARENT
                    222:     CONTROL         "Alt",IDC_HK_MOD_ALT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,220,139,44,10,WS_EX_TRANSPARENT
                    223:     CONTROL         "Win",IDC_HK_MOD_WIN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,266,139,34,10,WS_EX_TRANSPARENT
1.1.1.7   root      224:     PUSHBUTTON      "Remove",IDC_HOTKEY_REMOVE,304,139,59,14
1.1.1.10  root      225:     CONTROL         "Play system notification sound after mount/dismount",IDC_DISMOUNT_CONFIRM_PLAY_SOUND,
                    226:                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,182,284,10
                    227:     CONTROL         "Display confirmation message box after dismount",IDC_DISMOUNT_CONFIRM_MSG_BOX,
                    228:                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,194,285,10,WS_EX_TRANSPARENT
1.1.1.7   root      229:     DEFPUSHBUTTON   "OK",IDOK,249,218,59,14
                    230:     PUSHBUTTON      "Cancel",IDCANCEL,315,218,59,14
                    231:     PUSHBUTTON      "Reset",IDC_RESET_HOTKEYS,7,218,59,14
                    232:     RTEXT           "Key to assign:",IDT_HOTKEY_KEY,15,123,86,8
                    233:     GROUPBOX        "Hot Key Options",IDT_DISMOUNT_ACTION,7,169,367,42
                    234:     GROUPBOX        "Shortcut",IDT_ASSIGN_HOTKEY,7,108,367,53
1.1.1.5   root      235: END
                    236: 
1.1.1.18! root      237: IDD_TOKEN_PREFERENCES DIALOGEX 0, 0, 316, 199
        !           238: STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
        !           239: CAPTION "TrueCrypt - Security Token Preferences"
        !           240: FONT 8, "MS Shell Dlg", 400, 0, 0x1
        !           241: BEGIN
        !           242:     EDITTEXT        IDC_PKCS11_MODULE,16,23,204,13,ES_AUTOHSCROLL
        !           243:     PUSHBUTTON      "Select &Library...",IDC_SELECT_PKCS11_MODULE,226,22,75,14
        !           244:     PUSHBUTTON      "Auto-&Detect Library",IDC_AUTO_DETECT_PKCS11_MODULE,16,41,112,14
        !           245:     CONTROL         "&Close token session (log out) after a volume is successfully mounted",IDC_CLOSE_TOKEN_SESSION_AFTER_MOUNT,
        !           246:                     "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,16,154,284,9
        !           247:     DEFPUSHBUTTON   "OK",IDOK,205,178,50,14
        !           248:     PUSHBUTTON      "Cancel",IDCANCEL,259,178,50,14
        !           249:     GROUPBOX        "PKCS #11 Library Path",IDT_PKCS11_LIB_PATH,7,7,302,129
        !           250:     GROUPBOX        "Security Options",IDT_SECURITY_OPTIONS,7,140,302,30
        !           251:     LTEXT           "",IDT_PKCS11_LIB_HELP,16,63,286,65
        !           252: END
        !           253: 
        !           254: IDD_SYSENC_SETTINGS DIALOGEX 0, 0, 370, 242
        !           255: STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
        !           256: CAPTION "TrueCrypt - System Encryption Settings"
        !           257: FONT 8, "MS Shell Dlg", 400, 0, 0x1
        !           258: BEGIN
        !           259:     CONTROL         "Do not &show any texts in the pre-boot authentication screen (except the below custom message)",IDC_DISABLE_BOOT_LOADER_OUTPUT,
        !           260:                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,22,339,9
        !           261:     EDITTEXT        IDC_CUSTOM_BOOT_LOADER_MESSAGE,18,52,216,14,ES_AUTOHSCROLL
        !           262:     CONTROL         "&Cache pre-boot authentication password in driver memory (for mounting of non-system volumes)",IDC_BOOT_LOADER_CACHE_PASSWORD,
        !           263:                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,178,339,10
        !           264:     CONTROL         "Allow pre-boot &authentication to be bypassed by pressing the Esc key (enables boot manager)",IDC_ALLOW_ESC_PBA_BYPASS,
        !           265:                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,193,340,10
        !           266:     DEFPUSHBUTTON   "OK",IDOK,257,220,50,14
        !           267:     PUSHBUTTON      "Cancel",IDCANCEL,313,220,50,14
        !           268:     LTEXT           "Display this custom message in the pre-boot authentication screen (24 characters maximum):",IDT_CUSTOM_BOOT_LOADER_MESSAGE,18,41,337,8
        !           269:     GROUPBOX        "Boot Loader Screen Options",IDT_BOOT_LOADER_SCREEN_OPTIONS,8,7,355,150
        !           270:     GROUPBOX        "Security Options",IDT_SECURITY_OPTIONS,8,163,355,49
        !           271:     LTEXT           "",IDC_CUSTOM_BOOT_LOADER_MESSAGE_HELP,18,74,337,73
        !           272: END
        !           273: 
1.1       root      274: 
                    275: /////////////////////////////////////////////////////////////////////////////
                    276: //
                    277: // DESIGNINFO
                    278: //
                    279: 
                    280: #ifdef APSTUDIO_INVOKED
                    281: GUIDELINES DESIGNINFO 
                    282: BEGIN
                    283:     IDD_PREFERENCES_DLG, DIALOG
                    284:     BEGIN
                    285:         LEFTMARGIN, 7
1.1.1.10  root      286:         RIGHTMARGIN, 329
1.1       root      287:         TOPMARGIN, 7
1.1.1.10  root      288:         BOTTOMMARGIN, 280
1.1       root      289:     END
                    290: 
                    291:     IDD_VOLUME_PROPERTIES, DIALOG
                    292:     BEGIN
                    293:         LEFTMARGIN, 7
1.1.1.10  root      294:         RIGHTMARGIN, 277
1.1       root      295:         TOPMARGIN, 7
1.1.1.12  root      296:         BOTTOMMARGIN, 179
1.1       root      297:     END
                    298: 
                    299:     IDD_PASSWORDCHANGE_DLG, DIALOG
                    300:     BEGIN
                    301:         LEFTMARGIN, 7
1.1.1.10  root      302:         RIGHTMARGIN, 309
1.1       root      303:         TOPMARGIN, 7
1.1.1.6   root      304:         BOTTOMMARGIN, 155
1.1       root      305:     END
                    306: 
                    307:     IDD_MOUNT_DLG, DIALOG
                    308:     BEGIN
                    309:         RIGHTMARGIN, 369
                    310:         BOTTOMMARGIN, 269
                    311:     END
                    312: 
                    313:     IDD_PASSWORD_DLG, DIALOG
                    314:     BEGIN
1.1.1.10  root      315:         BOTTOMMARGIN, 63
1.1.1.5   root      316:     END
                    317: 
1.1.1.12  root      318:     IDD_TRAVELER_DLG, DIALOG
1.1.1.5   root      319:     BEGIN
                    320:         LEFTMARGIN, 7
1.1.1.7   root      321:         RIGHTMARGIN, 293
1.1.1.5   root      322:         TOPMARGIN, 7
1.1.1.7   root      323:         BOTTOMMARGIN, 262
1.1       root      324:     END
1.1.1.6   root      325: 
                    326:     IDD_HOTKEYS_DLG, DIALOG
                    327:     BEGIN
                    328:         LEFTMARGIN, 7
                    329:         RIGHTMARGIN, 374
                    330:         TOPMARGIN, 7
1.1.1.7   root      331:         BOTTOMMARGIN, 232
1.1.1.6   root      332:     END
1.1.1.18! root      333: 
        !           334:     IDD_TOKEN_PREFERENCES, DIALOG
        !           335:     BEGIN
        !           336:         LEFTMARGIN, 7
        !           337:         RIGHTMARGIN, 309
        !           338:         TOPMARGIN, 7
        !           339:         BOTTOMMARGIN, 192
        !           340:     END
        !           341: 
        !           342:     IDD_SYSENC_SETTINGS, DIALOG
        !           343:     BEGIN
        !           344:         LEFTMARGIN, 7
        !           345:         RIGHTMARGIN, 363
        !           346:         TOPMARGIN, 7
        !           347:         BOTTOMMARGIN, 235
        !           348:     END
1.1       root      349: END
                    350: #endif    // APSTUDIO_INVOKED
                    351: 
                    352: 
                    353: /////////////////////////////////////////////////////////////////////////////
                    354: //
                    355: // Version
                    356: //
                    357: 
                    358: VS_VERSION_INFO VERSIONINFO
1.1.1.18! root      359:  FILEVERSION 6,1,0,0
        !           360:  PRODUCTVERSION 6,1,0,0
1.1.1.16  root      361:  FILEFLAGSMASK 0x17L
1.1       root      362: #ifdef _DEBUG
1.1.1.16  root      363:  FILEFLAGS 0x1L
1.1       root      364: #else
1.1.1.16  root      365:  FILEFLAGS 0x0L
1.1       root      366: #endif
                    367:  FILEOS 0x4L
                    368:  FILETYPE 0x1L
                    369:  FILESUBTYPE 0x0L
                    370: BEGIN
                    371:     BLOCK "StringFileInfo"
                    372:     BEGIN
                    373:         BLOCK "040904b0"
                    374:         BEGIN
1.1.1.2   root      375:             VALUE "CompanyName", "TrueCrypt Foundation"
1.1       root      376:             VALUE "FileDescription", "TrueCrypt"
1.1.1.18! root      377:             VALUE "FileVersion", "6.1"
1.1.1.2   root      378:             VALUE "LegalCopyright", "TrueCrypt Foundation"
1.1.1.7   root      379:             VALUE "LegalTrademarks", "TrueCrypt"
1.1       root      380:             VALUE "OriginalFilename", "TrueCrypt.exe"
                    381:             VALUE "ProductName", "TrueCrypt"
1.1.1.18! root      382:             VALUE "ProductVersion", "6.1"
1.1       root      383:         END
                    384:     END
                    385:     BLOCK "VarFileInfo"
                    386:     BEGIN
                    387:         VALUE "Translation", 0x409, 1200
                    388:     END
                    389: END
                    390: 
                    391: 
                    392: #ifdef APSTUDIO_INVOKED
                    393: /////////////////////////////////////////////////////////////////////////////
                    394: //
                    395: // TEXTINCLUDE
                    396: //
                    397: 
                    398: 1 TEXTINCLUDE 
                    399: BEGIN
                    400:     "resource.h\0"
                    401: END
                    402: 
                    403: 2 TEXTINCLUDE 
                    404: BEGIN
                    405:     "#include ""afxres.h""\r\n"
                    406:     "#include ""..\\\\common\\\\resource.h""\r\n"
                    407:     "\0"
                    408: END
                    409: 
                    410: 3 TEXTINCLUDE 
                    411: BEGIN
                    412:     "#include ""..\\\\common\\\\common.rc""\r\n"
                    413:     "\0"
                    414: END
                    415: 
                    416: #endif    // APSTUDIO_INVOKED
                    417: 
                    418: 
                    419: /////////////////////////////////////////////////////////////////////////////
                    420: //
                    421: // Bitmap
                    422: //
                    423: 
1.1.1.11  root      424: IDB_DRIVEICON           BITMAP                  "Drive_icon_96dpi.bmp"
                    425: IDB_DRIVEICON_MASK      BITMAP                  "Drive_icon_mask_96dpi.bmp"
                    426: IDB_LOGO_96DPI          BITMAP                  "Logo_96dpi.bmp"
                    427: IDB_LOGO_288DPI         BITMAP                  "Logo_288dpi.bmp"
1.1.1.12  root      428: IDB_SYS_DRIVEICON       BITMAP                  "System_drive_icon_96dpi.bmp"
                    429: IDB_SYS_DRIVEICON_MASK  BITMAP                  "System_drive_icon_mask_96dpi.bmp"
1.1       root      430: 
                    431: /////////////////////////////////////////////////////////////////////////////
                    432: //
                    433: // Menu
                    434: //
                    435: 
                    436: IDR_MENU MENU 
                    437: BEGIN
1.1.1.7   root      438:     POPUP "&Volumes"
1.1       root      439:     BEGIN
1.1.1.6   root      440:         MENUITEM "Select File...",              IDM_SELECT_FILE
                    441:         MENUITEM "Select Device...",            IDM_SELECT_DEVICE
                    442:         MENUITEM SEPARATOR
                    443:         MENUITEM "Mount Favorite Volumes",      IDM_MOUNT_FAVORITE_VOLUMES
1.1.1.10  root      444:         MENUITEM "Save Currently Mounted Volumes as Favorite", IDM_SAVE_FAVORITE_VOLUMES
1.1       root      445:         MENUITEM SEPARATOR
1.1.1.18! root      446:         MENUITEM "Resume Interrupted Process",  IDM_RESUME_INTERRUPTED_PROC
        !           447:         MENUITEM SEPARATOR
1.1.1.6   root      448:         MENUITEM "Mount Volume",                IDM_MOUNT_VOLUME
1.1.1.5   root      449:         MENUITEM "Mount Volume with Options",   IDM_MOUNT_VOLUME_OPTIONS
1.1.1.6   root      450:         MENUITEM "Auto-Mount All Device-Hosted Volumes", IDM_MOUNTALL
                    451:         MENUITEM SEPARATOR
                    452:         MENUITEM "Dismount Volume",             IDM_UNMOUNT_VOLUME
                    453:         MENUITEM "Dismount All Mounted Volumes", IDM_UNMOUNTALL
                    454:         MENUITEM SEPARATOR
                    455:         MENUITEM "Create New Volume...",        IDM_CREATE_VOLUME
                    456:         MENUITEM "Change Volume Password...",   IDM_CHANGE_PASSWORD
1.1.1.10  root      457:         MENUITEM "Set Header Key Derivation Algorithm...", IDM_CHANGE_HEADER_KEY_DERIV_ALGO
1.1.1.6   root      458:         MENUITEM SEPARATOR
                    459:         MENUITEM "Volume Properties",           IDM_VOLUME_PROPERTIES
                    460:     END
1.1.1.14  root      461:     POPUP "S&ystem"
1.1.1.12  root      462:     BEGIN
                    463:         MENUITEM "Encrypt System Partition/Drive...", IDM_ENCRYPT_SYSTEM_DEVICE
                    464:         MENUITEM "Permanently Decrypt System Partition/Drive", IDM_PERMANENTLY_DECRYPT_SYS
                    465:         MENUITEM "Resume Interrupted Process",  IDM_SYSENC_RESUME
                    466:         MENUITEM SEPARATOR
1.1.1.16  root      467:         MENUITEM "Create Hidden Operating System...", IDM_CREATE_HIDDEN_OS
                    468:         MENUITEM SEPARATOR
1.1.1.12  root      469:         MENUITEM "Create Rescue Disk...",       IDM_CREATE_RESCUE_DISK
                    470:         MENUITEM "Verify Rescue Disk",          IDM_VERIFY_RESCUE_DISK
                    471:         MENUITEM SEPARATOR
1.1.1.18! root      472:         MENUITEM "Mount Without Pre-Boot &Authentication...", IDM_MOUNT_SYSENC_PART_WITHOUT_PBA
        !           473:         MENUITEM SEPARATOR
1.1.1.12  root      474:         MENUITEM "Change Password...",          IDM_CHANGE_SYS_PASSWORD
                    475:         MENUITEM "Set Header Key Derivation Algorithm...", IDM_CHANGE_SYS_HEADER_KEY_DERIV_ALGO
                    476:         MENUITEM SEPARATOR
1.1.1.18! root      477:         MENUITEM "Properties...",               IDM_SYSTEM_ENCRYPTION_STATUS
1.1.1.14  root      478:         MENUITEM SEPARATOR
1.1.1.18! root      479:         MENUITEM "Settings...",                 IDM_SYS_ENC_SETTINGS
1.1.1.12  root      480:     END
1.1.1.7   root      481:     POPUP "&Keyfiles"
1.1.1.6   root      482:     BEGIN
1.1.1.10  root      483:         MENUITEM "Add/Remove Keyfiles to/from Volume...", IDM_ADD_REMOVE_VOL_KEYFILES
                    484:         MENUITEM "Remove All Keyfiles from Volume...", IDM_REMOVE_ALL_KEYFILES_FROM_VOL
1.1       root      485:         MENUITEM SEPARATOR
1.1.1.6   root      486:         MENUITEM "Generate Random Keyfile...",  IDM_GENERATE_KEYFILE
1.1       root      487:         MENUITEM SEPARATOR
1.1.1.18! root      488:         MENUITEM "Manage Security Token Keyfiles...", IDM_MANAGE_TOKEN_KEYFILES
        !           489:         MENUITEM "Close All Security Token Sessions", IDM_CLOSE_ALL_TOKEN_SESSIONS
        !           490:         MENUITEM SEPARATOR
1.1.1.6   root      491:         MENUITEM "Set Default Keyfiles/Paths...", IDM_SET_DEFAULT_KEYFILES
1.1       root      492:     END
1.1.1.7   root      493:     POPUP "T&ools"
1.1       root      494:     BEGIN
1.1.1.6   root      495:         MENUITEM "Benchmark...",                IDM_BENCHMARK
                    496:         MENUITEM "Test Vectors...",             IDM_TEST_VECTORS
                    497:         MENUITEM SEPARATOR
1.1.1.12  root      498:         MENUITEM "Traveler Disk Setup...",      IDM_TRAVELER
1.1.1.6   root      499:         MENUITEM "Keyfile Generator",           IDM_KEYFILE_GENERATOR
                    500:         MENUITEM "Volume Creation Wizard",      IDM_VOLUME_WIZARD
1.1       root      501:         MENUITEM SEPARATOR
1.1.1.5   root      502:         MENUITEM "Refresh Drive Letters",       IDM_REFRESH_DRIVE_LETTERS
                    503:         MENUITEM SEPARATOR
1.1.1.6   root      504:         MENUITEM "Backup Volume Header...",     IDM_BACKUP_VOL_HEADER
                    505:         MENUITEM "Restore Volume Header...",    IDM_RESTORE_VOL_HEADER
                    506:         MENUITEM SEPARATOR
                    507:         MENUITEM "Clear Volume History",        IDM_CLEAR_HISTORY
                    508:         MENUITEM "Wipe Cached Passwords",       IDM_WIPE_CACHE
                    509:     END
1.1.1.16  root      510:     POPUP "Settin&gs"
1.1.1.6   root      511:     BEGIN
                    512:         MENUITEM "Language...",                 IDM_LANGUAGE
                    513:         MENUITEM "Hot Keys...",                 IDM_HOTKEY_SETTINGS
1.1.1.18! root      514:         MENUITEM "System Encryption...",        IDM_SYSENC_SETTINGS
1.1.1.6   root      515:         MENUITEM "Default Keyfiles...",         IDM_DEFAULT_KEYFILES
1.1.1.18! root      516:         MENUITEM "Security Tokens...",          IDM_TOKEN_PREFERENCES
1.1       root      517:         MENUITEM SEPARATOR
1.1.1.6   root      518:         MENUITEM "Preferences...",              IDM_PREFERENCES
1.1       root      519:     END
1.1.1.7   root      520:     POPUP "Hel&p"
1.1       root      521:     BEGIN
                    522:         MENUITEM "User's Guide",                IDM_HELP
1.1.1.8   root      523:         MENUITEM "Online Help",                 IDM_ONLINE_HELP
                    524:         MENUITEM "Beginner's Tutorial",         IDM_ONLINE_TUTORIAL
1.1.1.6   root      525:         MENUITEM "Frequently Asked Questions",  IDM_FAQ
                    526:         MENUITEM SEPARATOR
                    527:         MENUITEM "TrueCrypt Website",           IDM_WEBSITE
                    528:         MENUITEM "Downloads",                   IDM_TC_DOWNLOADS
                    529:         MENUITEM "News",                        IDM_NEWS
1.1.1.4   root      530:         MENUITEM SEPARATOR
1.1.1.8   root      531:         MENUITEM "Version History",             IDM_VERSION_HISTORY
                    532:         MENUITEM "Legal Notices",               IDM_LICENSE
                    533:         MENUITEM SEPARATOR
1.1.1.6   root      534:         MENUITEM "Report a Bug...",             IDM_BUGREPORT
                    535:         MENUITEM "Forums",                      IDM_FORUMS
                    536:         MENUITEM "Contact...",                  IDM_CONTACT
1.1       root      537:         MENUITEM SEPARATOR
1.1.1.10  root      538:         MENUITEM "Donations...",                IDM_DONATIONS
                    539:         MENUITEM SEPARATOR
1.1       root      540:         MENUITEM "About...",                    IDM_ABOUT
                    541:     END
1.1.1.6   root      542:     MENUITEM "&Homepage ",                  IDM_HOMEPAGE
1.1       root      543: END
                    544: 
1.1.1.10  root      545: 
                    546: /////////////////////////////////////////////////////////////////////////////
                    547: //
                    548: // String Table
                    549: //
                    550: 
                    551: STRINGTABLE 
                    552: BEGIN
                    553:     IDS_UACSTRING           "TrueCrypt"
                    554: END
                    555: 
1.1       root      556: #endif    // English (U.S.) resources
                    557: /////////////////////////////////////////////////////////////////////////////
                    558: 
                    559: 
                    560: 
                    561: #ifndef APSTUDIO_INVOKED
                    562: /////////////////////////////////////////////////////////////////////////////
                    563: //
                    564: // Generated from the TEXTINCLUDE 3 resource.
                    565: //
                    566: #include "..\\common\\common.rc"
                    567: 
                    568: /////////////////////////////////////////////////////////////////////////////
                    569: #endif    // not APSTUDIO_INVOKED
                    570: 

unix.superglobalmegacorp.com

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