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

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
1.1.1.5 ! root       36:     EDITTEXT        IDC_ABOUT_CREDITS,7,111,277,45,ES_MULTILINE | WS_VSCROLL | 
        !            37:                     NOT WS_TABSTOP
1.1       root       38:     DEFPUSHBUTTON   "OK",IDOK,121,178,50,14
1.1.1.5 ! root       39:     LTEXT           "Copyright � 2004-2005 TrueCrypt Foundation",
1.1.1.2   root       40:                     IDT_ABOUT_COPYRIGHT,18,71,207,8
1.1.1.4   root       41:     LTEXT           "TrueCrypt Forums",IDC_FORUMS,192,87,82,8,SS_NOTIFY
1.1       root       42:     CONTROL         1011,IDC_ABOUT_IMG,"Static",SS_BITMAP,0,0,293,49,
                     43:                     WS_EX_STATICEDGE
                     44:     LTEXT           "TrueCrypt x.x",IDT_ABOUT_VERSION,18,61,117,8
                     45:     CONTROL         "",IDC_STATIC,"Static",SS_ETCHEDHORZ,1,167,291,1,
                     46:                     WS_EX_STATICEDGE
                     47:     CONTROL         "",IDC_STATIC,"Static",SS_ETCHEDHORZ,1,169,291,1,
                     48:                     WS_EX_STATICEDGE
1.1.1.4   root       49:     LTEXT           "truecrypt.sourceforge.net",IDC_HOMEPAGE,18,87,113,8,
1.1.1.3   root       50:                     SS_NOTIFY
1.1.1.4   root       51:     CONTROL         "",IDC_STATIC,"Static",SS_ETCHEDHORZ,1,107,291,1,
                     52:                     WS_EX_STATICEDGE
1.1       root       53: END
                     54: 
1.1.1.4   root       55: IDD_COMMANDHELP_DLG DIALOGEX 0, 0, 249, 166
1.1       root       56: STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | 
                     57:     WS_POPUP | WS_CAPTION | WS_SYSMENU
                     58: CAPTION "Command Line Help"
                     59: CLASS "CustomDlg"
                     60: FONT 8, "MS Shell Dlg", 0, 0, 0x0
                     61: BEGIN
1.1.1.4   root       62:     DEFPUSHBUTTON   "&OK",IDOK,93,144,59,14
                     63:     LTEXT           "Static",IDC_COMMANDHELP_TEXT,20,11,208,129
1.1       root       64: END
                     65: 
1.1.1.5 ! root       66: IDD_RAWDEVICES_DLG DIALOGEX 0, 0, 272, 156
1.1       root       67: STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
                     68:     WS_SYSMENU
                     69: CAPTION "Select a Partition or Device"
                     70: FONT 8, "MS Shell Dlg", 400, 0, 0x0
                     71: BEGIN
                     72:     CONTROL         "",IDC_DEVICELIST,"SysListView32",LVS_REPORT | 
                     73:                     LVS_SINGLESEL | LVS_EDITLABELS | LVS_ALIGNLEFT | 
1.1.1.4   root       74:                     LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,7,258,126
1.1.1.5 ! root       75:     DEFPUSHBUTTON   "OK",IDOK,159,138,50,14
        !            76:     PUSHBUTTON      "Cancel",IDCANCEL,215,138,50,14
1.1       root       77: END
                     78: 
                     79: IDD_WARNING_DLG DIALOGEX 0, 0, 272, 103
                     80: STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | 
                     81:     WS_POPUP | WS_CAPTION | WS_SYSMENU
                     82: CAPTION "Warning"
                     83: CLASS "CustomDlg"
                     84: FONT 8, "MS Shell Dlg", 0, 0, 0x0
                     85: BEGIN
                     86:     DEFPUSHBUTTON   "&OK",IDOK,96,81,59,14
                     87:     CONTROL         "&Never show this warning again",IDC_NEVER_SHOW,"Button",
                     88:                     BS_AUTOCHECKBOX | BS_LEFT | WS_TABSTOP,48,63,176,10
                     89:     LTEXT           "Static",IDC_WARNING_TEXT,20,16,191,32
                     90:     ICON            101,IDC_STATIC,222,21,20,20
                     91: END
                     92: 
1.1.1.4   root       93: IDD_DIALOGBAR DIALOGEX 0, 0, 330, 16
                     94: STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
                     95: FONT 8, "MS Shell Dlg", 0, 0, 0x0
                     96: BEGIN
                     97:     LTEXT           "TODO: layout dialog bar",IDC_STATIC,126,4,77,8
                     98: END
                     99: 
1.1.1.5 ! root      100: IDD_MOUNT_OPTIONS DIALOGEX 0, 0, 220, 45
        !           101: STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | 
        !           102:     WS_CAPTION | WS_SYSMENU
        !           103: CAPTION "Mount Options"
        !           104: FONT 8, "MS Shell Dlg", 400, 0, 0x1
        !           105: BEGIN
        !           106:     DEFPUSHBUTTON   "OK",IDOK,153,7,60,14
        !           107:     PUSHBUTTON      "Cancel",IDCANCEL,153,24,60,14
        !           108:     CONTROL         "Mount volume as read-only",IDC_MOUNT_READONLY,"Button",
        !           109:                     BS_AUTOCHECKBOX | WS_TABSTOP,12,11,103,10
        !           110:     CONTROL         "Mount volume as removable medium",IDC_MOUNT_REMOVABLE,
        !           111:                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,25,131,10
        !           112: END
        !           113: 
1.1       root      114: 
                    115: #ifdef APSTUDIO_INVOKED
                    116: /////////////////////////////////////////////////////////////////////////////
                    117: //
                    118: // TEXTINCLUDE
                    119: //
                    120: 
                    121: 1 TEXTINCLUDE 
                    122: BEGIN
                    123:     "resource.h\0"
                    124: END
                    125: 
                    126: 2 TEXTINCLUDE 
                    127: BEGIN
                    128:     "#include ""afxres.h""\r\n"
                    129:     "\0"
                    130: END
                    131: 
                    132: 3 TEXTINCLUDE 
                    133: BEGIN
                    134:     "\r\n"
                    135:     "\0"
                    136: END
                    137: 
                    138: #endif    // APSTUDIO_INVOKED
                    139: 
                    140: 
                    141: /////////////////////////////////////////////////////////////////////////////
                    142: //
                    143: // DESIGNINFO
                    144: //
                    145: 
                    146: #ifdef APSTUDIO_INVOKED
                    147: GUIDELINES DESIGNINFO 
                    148: BEGIN
                    149:     IDD_COMMANDHELP_DLG, DIALOG
                    150:     BEGIN
1.1.1.4   root      151:         BOTTOMMARGIN, 158
1.1       root      152:     END
                    153: 
                    154:     IDD_RAWDEVICES_DLG, DIALOG
                    155:     BEGIN
                    156:         LEFTMARGIN, 7
1.1.1.4   root      157:         RIGHTMARGIN, 265
1.1       root      158:         TOPMARGIN, 7
1.1.1.4   root      159:         BOTTOMMARGIN, 152
1.1       root      160:     END
                    161: 
                    162:     IDD_WARNING_DLG, DIALOG
                    163:     BEGIN
                    164:         BOTTOMMARGIN, 95
                    165:     END
1.1.1.4   root      166: 
                    167:     IDD_DIALOGBAR, DIALOG
                    168:     BEGIN
                    169:         LEFTMARGIN, 7
                    170:         RIGHTMARGIN, 323
                    171:         TOPMARGIN, 7
                    172:         BOTTOMMARGIN, 9
                    173:     END
1.1.1.5 ! root      174: 
        !           175:     IDD_MOUNT_OPTIONS, DIALOG
        !           176:     BEGIN
        !           177:         LEFTMARGIN, 7
        !           178:         RIGHTMARGIN, 213
        !           179:         TOPMARGIN, 7
        !           180:         BOTTOMMARGIN, 38
        !           181:     END
1.1       root      182: END
                    183: #endif    // APSTUDIO_INVOKED
                    184: 
                    185: 
                    186: /////////////////////////////////////////////////////////////////////////////
                    187: //
                    188: // Icon
                    189: //
                    190: 
                    191: // Icon with lowest ID value placed first to ensure application icon
                    192: // remains consistent on all systems.
                    193: IDI_TRUECRYPT_ICON      ICON                    "..\\common\\TrueCrypt.ico"
                    194: IDI_TRUECRYPT_ICON_B    ICON                    "..\\common\\TrueCrypt_Volume.ico"
                    195: 
                    196: /////////////////////////////////////////////////////////////////////////////
                    197: //
                    198: // String Table
                    199: //
                    200: 
                    201: STRINGTABLE 
                    202: BEGIN
                    203:     IDS_ABOUTBOX            "&About..."
                    204:     IDS_NOFONT              "Could not create fonts."
                    205:     IDS_OUTOFMEMORY         "Out of Memory"
                    206: END
                    207: 
                    208: STRINGTABLE 
                    209: BEGIN
                    210:     IDS_INIT_REGISTER       "Unable to initialize the application. Failed to register the Dialog class."
1.1.1.4   root      211:     IDS_PASSWORD_HELP0      " "
                    212:     IDS_PASSWORD_HELP1      "It is very important that you choose a good password. You should avoid choosing one that only contains a single word that can be found in a dictionary (or a combination of 2, 3, or 4 such words). It should not contain any names or dates of birth. I"
                    213:     IDS_PASSWORD_HELP2      "t should not be easy to guess. A good password is a combination of upper and lower case letters, numbers, and special characters, such as @ ^ & $ * + etc. "
                    214:     IDS_PASSWORD_HELP3      "We recommend choosing a password consisting of more than 20 characters (the longer, the better). The maximum password length is 64 characters."
1.1       root      215:     IDS_NODRIVER            "Unable to connect to the Device Driver.\n\nPlease make sure it is running, and that it is the correct version."
                    216:     IDS_RAWDEVICES          "Unable to list raw devices installed on your system!"
1.1.1.4   root      217:     IDS_ALREADY_MOUNTED     "Volume is already mounted."
                    218:     IDS_DEVICE_IN_USE_FAILED 
                    219:                             "Error: Cannot mount volume. Device/partition is already in use.\nAttempt to mount without exclusive access failed as well."
1.1       root      220:     IDS_INIT_MUTEX          "Unable to initialize the application. Failed to create a required mutex object."
1.1.1.4   root      221:     IDS_TWO_INSTANCES       "Multiple instances of TrueCrypt are not allowed."
1.1       root      222:     IDS_HELP_ERROR          "Document not found!"
1.1.1.4   root      223:     IDS_HELP_READER_ERROR   "Adobe Acrobat Reader (or a compatible tool) is necessary\nto view or print the TrueCrypt User's Guide.\n\nAdobe Acrobat Reader (freeware) can be downloaded at:\nwww.adobe.com"
                    224:     IDS_DEVICE_IN_USE       "WARNING: Device/partition is already in use!\n\nIgnoring this can cause undesired results including system instability.\nAll applications that might be using the device/partition should be closed\nbefore mounting the volume.\n\nContinue with mounting?"
                    225:     IDS_SETFILETIME_FAILED_PW 
                    226:                             "WARNING: Failed to reset container timestamp (file modification/access date/time)!\n\nIf there is a hidden volume within this container, the plausible deniability of the\nhidden volume might be affected."
1.1       root      227:     IDS_VOL_FORMAT_BAD      "The format of this volume not recognized. The volume might be corrupted."
                    228: END
                    229: 
                    230: STRINGTABLE 
                    231: BEGIN
                    232:     IDS_PASSWORD_WRONG      "Incorrect password or not a TrueCrypt volume."
                    233:     IDS_OPENFILES_DRIVER    "The driver is unable to dismount the volume. Some files located on the volume are probably still open."
                    234:     IDS_BAD_DRIVE_LETTER    "Invalid drive letter."
                    235:     IDS_UNKNOWN             "The device driver returned an unrecognized error, code = %d"
                    236:     IDS_NOT_FOUND           "The DOS drive letter you specified has not been found."
1.1.1.4   root      237:     IDS_VOL_SIZE_WRONG      "Error: Incorrect volume size."
1.1       root      238:     IDS_COMPRESSION_NOT_SUPPORTED 
                    239:                             "The volume has been compressed on an NTFS partition. This is not supported. Please remove the compression attribute."
                    240:     IDS_DRIVELETTERS        "Could not get available drive letters."
                    241:     IDS_OPENFILES_LOCK      "Unable to lock the volume. There are still open files on the volume. Therefore, it cannot be dismounted."
                    242:     IDS_SYMLINK             "Could not assign a DOS drive letter to the device."
                    243:     IDS_SYMLINK_REMOVE      "Could not remove the DOS drive letter assigned to the device."
                    244:     IDS_INIT_RAND           "Failed to initialize the random number generator!"
                    245:     IDS_CREATE_FAILED       "Failed to create volume %s"
                    246:     IDS_ACCESSMODEFAIL      "The read-only attribute on your old volume could not be changed. Please check the file access permissions."
1.1.1.4   root      247:     IDS_OVERWRITEPROMPT     "Warning: The volume '%s' already exists!\nAre you sure you want to replace it and lose all data it contains?"
1.1       root      248:     IDS_OVERWRITEPROMPT_DEVICE 
1.1.1.5 ! root      249:                             "WARNING: All data currently stored on the\n%s '%s' %s will be lost!\n\nAre you sure you want to proceed with format?"
1.1       root      250: END
                    251: 
                    252: STRINGTABLE 
                    253: BEGIN
                    254:     IDS_WIPE_CACHE          "Passwords stored in the device driver cache have been wiped."
                    255:     IDS_VOL_TOO_SMALL       "The volume is too small - it is an invalid volume."
1.1.1.4   root      256:     IDS_WRONG_VOL_VERSION   "Cannot change passwords for old-format volumes."
                    257:     IDS_WRONG_VOL_TYPE      "TrueCrypt cannot change the password for a foreign volume."
                    258:     IDS_VOL_SEEKING         "Error seeking location within volume."
1.1       root      259:     IDS_VOL_WRITING         "Error writing data to volume."
                    260:     IDS_PASSWORD_CHANGED    "Password successfully changed."
                    261:     IDS_NO_OS_VER           "Could not determine your operating system version or you are using an unsupported operating system."
                    262:     IDS_VOL_ALREADY_MOUNTED "The volume you are trying to mount is already mounted. "
                    263:     IDS_NO_FREE_DRIVES      "No drive letters available."
                    264:     IDS_NO_FREE_SLOTS       "On this operating system, the device driver only supports 8 mounted volumes."
                    265:     IDS_VOL_MOUNT_FAILED    "Incorrect password or not a TrueCrypt volume."
                    266:     IDS_FILE_OPEN_FAILED    "The file could not be opened."
                    267:     IDS_INVALID_DEVICE      "Invalid drive or partition specified. Use the following syntax to mount partitions: \\Device\\Harddisk0\\Partition4"
                    268:     IDS_VOL_READING         "Error reading data from volume."
                    269:     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."
                    270: END
                    271: 
                    272: STRINGTABLE 
                    273: BEGIN
                    274:     IDS_DRIVER_VERSION      "This program requires version %s of the TrueCrypt driver. Please reinstall the software."
                    275:     IDS_NEW_VERSION_REQUIRED 
1.1.1.2   root      276:                             "This volume requires a new version of TrueCrypt."
1.1.1.4   root      277:     IDS_SETFILETIME_FAILED_GENERIC 
                    278:                             "WARNING: Failed to reset container timestamp (file modification/access date/time)!\n\nIf there is a hidden volume within this container, the plausible deniability of the\nhidden volume might be affected."
                    279:     IDS_PASSWORD_HIDDENVOL_HOST_HELP0 
                    280:                             "Please choose a password for the outer volume. The password must be different from the one you will choose for the hidden volume.\n\nWe recommend choosing a password consisting of more than 20 characters. The maximum password length is 64 characters."
                    281:     IDS_AUTOTEST_FAILED_WIZARD 
                    282:                             "CAUTION: At least one encryption or hash algorithm failed the built-in automatic self-tests!\nThe file 'TrueCrypt Format.exe' may be corrupted."
                    283:     IDS_PASSWORD_HIDDENVOL_HELP0 
                    284:                             "Please choose a password for the hidden volume. The password must be different from the one you chose for the outer volume. "
                    285:     IDS_CAPSLOCK_ON         "Warning: Caps Lock is on.\nThis may cause you to enter your password incorrectly."
                    286:     IDS_VOL_MOUNT_FAILED_CAPSLOCK_ON 
                    287:                             "Incorrect password or not a TrueCrypt volume.\n\nWarning: Caps Lock is on.\nThis may cause you to enter your password incorrectly."
                    288:     IDS_GETFILETIME_FAILED_GENERIC 
                    289:                             "Warning: Could not get container timestamp!\n\nIf there is a hidden volume within this container, the plausible deniability of the hidden volume\nmight be affected."
                    290:     IDS_GETFILETIME_FAILED  "Warning: Could not get container timestamp!"
                    291:     IDS_GETFILETIME_FAILED_PW 
                    292:                             "Warning: Could not get container timestamp!\n\nIf there is a hidden volume within this container, the plausible deniability of the hidden volume\nmight be affected after changing or attempting to change the password."
                    293:     IDS_GETFILETIME_FAILED_IMPLANT 
                    294:                             "Warning: Could not get container timestamp!\n\nIf you do not reset the timestamp using an external tool, we recommend that\nyou do not create a hidden volume within this container."
                    295:     IDS_SETFILETIME_FAILED_IMPLANT 
                    296:                             "WARNING: Failed to reset container timestamp (file modification/access date/time)!\n\nThe plausible deniability of the hidden volume might be affected."
                    297:     IDS_SETFILETIME_FAILED_PREP_IMPLANT 
                    298:                             "WARNING: Failed to reset container timestamp!\n\nIf you do not reset the timestamp using an external tool, we recommend that\nyou do not create a hidden volume within this container."
                    299:     IDS_PASSWORD_WRONG_CAPSLOCK_ON 
                    300:                             "Incorrect password or not a TrueCrypt volume.\n\nWarning: Caps Lock is on.\nThis may cause you to enter your password incorrectly."
                    301:     IDS_FILE_IN_USE_FAILED  "Error: Cannot mount volume. The host file is already in use.\nAttempt to mount without exclusive access failed as well."
                    302: END
                    303: 
                    304: STRINGTABLE 
                    305: BEGIN
                    306:     IDS_UNMOUNT_LOCK_FAILED "Volume contains files or folders being\nused by applications or system.\n\nForce dismount?"
                    307:     IDS_FILE_IN_USE         "WARNING: The host file is already in use!\n\nIgnoring this can cause undesired results including system instability.\nAll applications that might be using the host file should be closed\nbefore mounting the volume.\n\nContinue with mounting?"
                    308:     IDS_UNMOUNT_FAILED      "Dismount failed!"
                    309:     IDS_PASSWORD_LENGTH_WARNING 
                    310:                             "WARNING: Short passwords are easy to crack\nusing brute force techniques!\n\nWe recommend choosing a password consisting\nof more than 20 characters.\n\nAre you sure you want to use a short password?"
                    311:     IDS_ADMIN_PRIVILEGES_WARN_DEVICES 
                    312:                             "Please note that in order to encrypt/format a partition/device you\nneed to be logged into an account with administrator privileges.\n\nThis does not apply to file-hosted containers."
                    313:     IDS_ADMIN_PRIVILEGES_WARN_NTFS 
                    314:                             "Please note that in order to format the volume as NTFS you need to\nbe logged into an account with administrator privileges.\n\nWithout administrator privileges, you can format the volume as FAT ."
                    315:     IDS_ADMIN_PRIVILEGES_WARN_HIDVOL 
                    316:                             "In order to create a hidden volume you need to be\nlogged into an account with administrator privileges."
                    317:     IDS_DEVICE_PARTITIONS_WARN 
1.1.1.5 ! root      318:                             "WARNING: Selected device contains partitions!\n\nFormatting the device will destroy its partitions and\nmay lead to data loss and/or system instability.\nYou should either select a partition located on the\ndevice or remove all its partitions first.\n\nContinue?"
1.1.1.4   root      319:     IDS_DEVICE_IN_USE_FORMAT 
                    320:                             "WARNING: Device is in use!\n\nThe device to be formatted is used by system or applications.\nFormatting it may lead to data loss or system instability.\n\nProceed with format?"
1.1.1.5 ! root      321:     IDS_DRIVER_NOT_FOUND    "TrueCrypt driver not found!\n\nPlease copy file 'truecrypt.sys' to the same\ndirectory where the application is located."
        !           322:     IDS_ADMIN_PRIVILEGES_DRIVER 
        !           323:                             "In order to load TrueCrypt driver you need to be\nlogged into an account with administrator privileges."
        !           324:     IDS_SELECT_DEST_DIR     "Select destination directory"
        !           325:     IDS_TRAVELLER_DISK_CREATED 
        !           326:                             "TrueCrypt traveller disk has been successfully created.\n\nNote that you need administrator privileges in order to able to run TrueCrypt in traveller mode. "
        !           327:     IDS_NO_PATH_SELECTED    "No path selected!"
        !           328:     IDS_NO_FILE_SELECTED    "No file selected!"
        !           329:     IDS_TRAVELLER_DISK_CREATED2 
        !           330:                             "Also note that, after examining the registry file, it may be possible to tell that TrueCrypt was run on a Windows system even if it is run in traveller mode."
1.1       root      331: END
                    332: 
                    333: #endif    // English (U.S.) resources
                    334: /////////////////////////////////////////////////////////////////////////////
                    335: 
                    336: 
                    337: /////////////////////////////////////////////////////////////////////////////
                    338: // English (U.K.) resources
                    339: 
                    340: #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
                    341: #ifdef _WIN32
                    342: LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
                    343: #pragma code_page(1252)
                    344: #endif //_WIN32
                    345: 
                    346: /////////////////////////////////////////////////////////////////////////////
                    347: //
1.1.1.4   root      348: // Dialog
                    349: //
                    350: 
                    351: IDD_BENCHMARK_DLG DIALOGEX 0, 0, 330, 204
                    352: STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | 
                    353:     WS_CAPTION | WS_SYSMENU
                    354: CAPTION "TrueCrypt - Encryption Algorithm Benchmark"
                    355: FONT 8, "MS Shell Dlg", 400, 0, 0x1
                    356: BEGIN
                    357:     COMBOBOX        IDC_BENCHMARK_BUFFER_SIZE,52,7,77,129,CBS_DROPDOWNLIST | 
                    358:                     CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
1.1.1.5 ! root      359:     COMBOBOX        IDC_BENCHMARK_SORT_METHOD,207,7,116,74,CBS_DROPDOWNLIST | 
        !           360:                     CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
1.1.1.4   root      361:     DEFPUSHBUTTON   "Benchmark",ID_PERFORM_BENCHMARK,265,37,58,14
1.1.1.5 ! root      362:     PUSHBUTTON      "Close",IDCLOSE,265,55,58,14
        !           363:     CONTROL         "",IDC_RESULTS,"SysListView32",LVS_REPORT | 
        !           364:                     LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_ALIGNLEFT | 
        !           365:                     LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,37,249,160
1.1.1.4   root      366:     CONTROL         "",IDC_STATIC,"Static",SS_ETCHEDHORZ,2,29,328,1,
                    367:                     WS_EX_STATICEDGE
                    368:     LTEXT           "Buffer Size:",IDC_STATIC,8,9,38,8,0,WS_EX_RIGHT
                    369:     LTEXT           "Sort Method:",IDC_BENCMARK_SORT_METHOD,156,9,45,8,0,
                    370:                     WS_EX_RIGHT
                    371:     LTEXT           "Speed is affected by CPU load and storage device characteristics.\n\nThese tests take place in RAM.",
                    372:                     IDC_BOX_BENCHMARK_INFO,266,81,57,116
                    373: END
                    374: 
                    375: 
                    376: /////////////////////////////////////////////////////////////////////////////
                    377: //
                    378: // DESIGNINFO
                    379: //
                    380: 
                    381: #ifdef APSTUDIO_INVOKED
                    382: GUIDELINES DESIGNINFO 
                    383: BEGIN
                    384:     IDD_BENCHMARK_DLG, DIALOG
                    385:     BEGIN
                    386:         LEFTMARGIN, 7
                    387:         RIGHTMARGIN, 323
                    388:         TOPMARGIN, 7
                    389:         BOTTOMMARGIN, 197
                    390:     END
                    391: END
                    392: #endif    // APSTUDIO_INVOKED
                    393: 
                    394: 
                    395: /////////////////////////////////////////////////////////////////////////////
                    396: //
1.1       root      397: // Bitmap
                    398: //
                    399: 
                    400: IDB_ABOUT               BITMAP                  "..\\common\\about.bmp"
                    401: #endif    // English (U.K.) resources
                    402: /////////////////////////////////////////////////////////////////////////////
                    403: 
                    404: 
                    405: 
                    406: #ifndef APSTUDIO_INVOKED
                    407: /////////////////////////////////////////////////////////////////////////////
                    408: //
                    409: // Generated from the TEXTINCLUDE 3 resource.
                    410: //
                    411: 
                    412: 
                    413: /////////////////////////////////////////////////////////////////////////////
                    414: #endif    // not APSTUDIO_INVOKED
                    415: 

unix.superglobalmegacorp.com

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