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

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.1.4 ! root       39:     LTEXT           "TrueCrypt Forums",IDC_FORUMS,192,87,82,8,SS_NOTIFY
1.1       root       40:     CONTROL         1011,IDC_ABOUT_IMG,"Static",SS_BITMAP,0,0,293,49,
                     41:                     WS_EX_STATICEDGE
                     42:     LTEXT           "TrueCrypt x.x",IDT_ABOUT_VERSION,18,61,117,8
                     43:     CONTROL         "",IDC_STATIC,"Static",SS_ETCHEDHORZ,1,167,291,1,
                     44:                     WS_EX_STATICEDGE
                     45:     CONTROL         "",IDC_STATIC,"Static",SS_ETCHEDHORZ,1,169,291,1,
                     46:                     WS_EX_STATICEDGE
1.1.1.4 ! root       47:     LTEXT           "truecrypt.sourceforge.net",IDC_HOMEPAGE,18,87,113,8,
1.1.1.3   root       48:                     SS_NOTIFY
1.1.1.4 ! root       49:     EDITTEXT        IDC_ABOUT_CREDITS,7,111,277,45,ES_MULTILINE | WS_VSCROLL | 
        !            50:                     NOT WS_TABSTOP
        !            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.4 ! root       66: IDD_RAWDEVICES_DLG DIALOGEX 0, 0, 272, 158
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
1.1.1.4 ! root       72:     DEFPUSHBUTTON   "OK",IDOK,142,138,59,14
        !            73:     PUSHBUTTON      "Cancel",IDCANCEL,206,138,59,14
1.1       root       74:     CONTROL         "",IDC_DEVICELIST,"SysListView32",LVS_REPORT | 
                     75:                     LVS_SINGLESEL | LVS_EDITLABELS | LVS_ALIGNLEFT | 
1.1.1.4 ! root       76:                     LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,7,258,126
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       root      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
1.1.1.4 ! root      137:         BOTTOMMARGIN, 158
1.1       root      138:     END
                    139: 
                    140:     IDD_RAWDEVICES_DLG, DIALOG
                    141:     BEGIN
                    142:         LEFTMARGIN, 7
1.1.1.4 ! root      143:         RIGHTMARGIN, 265
1.1       root      144:         TOPMARGIN, 7
1.1.1.4 ! root      145:         BOTTOMMARGIN, 152
1.1       root      146:     END
                    147: 
                    148:     IDD_WARNING_DLG, DIALOG
                    149:     BEGIN
                    150:         BOTTOMMARGIN, 95
                    151:     END
1.1.1.4 ! root      152: 
        !           153:     IDD_DIALOGBAR, DIALOG
        !           154:     BEGIN
        !           155:         LEFTMARGIN, 7
        !           156:         RIGHTMARGIN, 323
        !           157:         TOPMARGIN, 7
        !           158:         BOTTOMMARGIN, 9
        !           159:     END
1.1       root      160: END
                    161: #endif    // APSTUDIO_INVOKED
                    162: 
                    163: 
                    164: /////////////////////////////////////////////////////////////////////////////
                    165: //
                    166: // Icon
                    167: //
                    168: 
                    169: // Icon with lowest ID value placed first to ensure application icon
                    170: // remains consistent on all systems.
                    171: IDI_TRUECRYPT_ICON      ICON                    "..\\common\\TrueCrypt.ico"
                    172: IDI_TRUECRYPT_ICON_B    ICON                    "..\\common\\TrueCrypt_Volume.ico"
                    173: 
                    174: /////////////////////////////////////////////////////////////////////////////
                    175: //
                    176: // String Table
                    177: //
                    178: 
                    179: STRINGTABLE 
                    180: BEGIN
                    181:     IDS_ABOUTBOX            "&About..."
                    182:     IDS_NOFONT              "Could not create fonts."
                    183:     IDS_OUTOFMEMORY         "Out of Memory"
                    184: END
                    185: 
                    186: STRINGTABLE 
                    187: BEGIN
                    188:     IDS_INIT_REGISTER       "Unable to initialize the application. Failed to register the Dialog class."
1.1.1.4 ! root      189:     IDS_PASSWORD_HELP0      " "
        !           190:     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"
        !           191:     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. "
        !           192:     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      193:     IDS_NODRIVER            "Unable to connect to the Device Driver.\n\nPlease make sure it is running, and that it is the correct version."
                    194:     IDS_RAWDEVICES          "Unable to list raw devices installed on your system!"
1.1.1.4 ! root      195:     IDS_ALREADY_MOUNTED     "Volume is already mounted."
        !           196:     IDS_DEVICE_IN_USE_FAILED 
        !           197:                             "Error: Cannot mount volume. Device/partition is already in use.\nAttempt to mount without exclusive access failed as well."
1.1       root      198:     IDS_INIT_MUTEX          "Unable to initialize the application. Failed to create a required mutex object."
1.1.1.4 ! root      199:     IDS_TWO_INSTANCES       "Multiple instances of TrueCrypt are not allowed."
1.1       root      200:     IDS_HELP_ERROR          "Document not found!"
1.1.1.4 ! root      201:     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"
        !           202:     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?"
        !           203:     IDS_SETFILETIME_FAILED_PW 
        !           204:                             "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      205:     IDS_VOL_FORMAT_BAD      "The format of this volume not recognized. The volume might be corrupted."
                    206: END
                    207: 
                    208: STRINGTABLE 
                    209: BEGIN
                    210:     IDS_PASSWORD_WRONG      "Incorrect password or not a TrueCrypt volume."
                    211:     IDS_OPENFILES_DRIVER    "The driver is unable to dismount the volume. Some files located on the volume are probably still open."
                    212:     IDS_BAD_DRIVE_LETTER    "Invalid drive letter."
                    213:     IDS_UNKNOWN             "The device driver returned an unrecognized error, code = %d"
                    214:     IDS_NOT_FOUND           "The DOS drive letter you specified has not been found."
1.1.1.4 ! root      215:     IDS_VOL_SIZE_WRONG      "Error: Incorrect volume size."
1.1       root      216:     IDS_COMPRESSION_NOT_SUPPORTED 
                    217:                             "The volume has been compressed on an NTFS partition. This is not supported. Please remove the compression attribute."
                    218:     IDS_DRIVELETTERS        "Could not get available drive letters."
                    219:     IDS_OPENFILES_LOCK      "Unable to lock the volume. There are still open files on the volume. Therefore, it cannot be dismounted."
                    220:     IDS_SYMLINK             "Could not assign a DOS drive letter to the device."
                    221:     IDS_SYMLINK_REMOVE      "Could not remove the DOS drive letter assigned to the device."
                    222:     IDS_INIT_RAND           "Failed to initialize the random number generator!"
                    223:     IDS_CREATE_FAILED       "Failed to create volume %s"
                    224:     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      225:     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      226:     IDS_OVERWRITEPROMPT_DEVICE 
1.1.1.4 ! root      227:                             "WARNING: All data currently stored on the device will be lost!\nAre you sure you want to format '%s' %s?"
1.1       root      228: END
                    229: 
                    230: STRINGTABLE 
                    231: BEGIN
                    232:     IDS_WIPE_CACHE          "Passwords stored in the device driver cache have been wiped."
                    233:     IDS_VOL_TOO_SMALL       "The volume is too small - it is an invalid volume."
1.1.1.4 ! root      234:     IDS_WRONG_VOL_VERSION   "Cannot change passwords for old-format volumes."
        !           235:     IDS_WRONG_VOL_TYPE      "TrueCrypt cannot change the password for a foreign volume."
        !           236:     IDS_VOL_SEEKING         "Error seeking location within volume."
1.1       root      237:     IDS_VOL_WRITING         "Error writing data to volume."
                    238:     IDS_PASSWORD_CHANGED    "Password successfully changed."
                    239:     IDS_NO_OS_VER           "Could not determine your operating system version or you are using an unsupported operating system."
                    240:     IDS_VOL_ALREADY_MOUNTED "The volume you are trying to mount is already mounted. "
                    241:     IDS_NO_FREE_DRIVES      "No drive letters available."
                    242:     IDS_NO_FREE_SLOTS       "On this operating system, the device driver only supports 8 mounted volumes."
                    243:     IDS_VOL_MOUNT_FAILED    "Incorrect password or not a TrueCrypt volume."
                    244:     IDS_FILE_OPEN_FAILED    "The file could not be opened."
                    245:     IDS_INVALID_DEVICE      "Invalid drive or partition specified. Use the following syntax to mount partitions: \\Device\\Harddisk0\\Partition4"
                    246:     IDS_VOL_READING         "Error reading data from volume."
                    247:     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."
                    248: END
                    249: 
                    250: STRINGTABLE 
                    251: BEGIN
                    252:     IDS_DRIVER_VERSION      "This program requires version %s of the TrueCrypt driver. Please reinstall the software."
                    253:     IDS_NEW_VERSION_REQUIRED 
1.1.1.2   root      254:                             "This volume requires a new version of TrueCrypt."
1.1.1.4 ! root      255:     IDS_SETFILETIME_FAILED_GENERIC 
        !           256:                             "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."
        !           257:     IDS_PASSWORD_HIDDENVOL_HOST_HELP0 
        !           258:                             "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."
        !           259:     IDS_AUTOTEST_FAILED_WIZARD 
        !           260:                             "CAUTION: At least one encryption or hash algorithm failed the built-in automatic self-tests!\nThe file 'TrueCrypt Format.exe' may be corrupted."
        !           261:     IDS_PASSWORD_HIDDENVOL_HELP0 
        !           262:                             "Please choose a password for the hidden volume. The password must be different from the one you chose for the outer volume. "
        !           263:     IDS_CAPSLOCK_ON         "Warning: Caps Lock is on.\nThis may cause you to enter your password incorrectly."
        !           264:     IDS_VOL_MOUNT_FAILED_CAPSLOCK_ON 
        !           265:                             "Incorrect password or not a TrueCrypt volume.\n\nWarning: Caps Lock is on.\nThis may cause you to enter your password incorrectly."
        !           266:     IDS_GETFILETIME_FAILED_GENERIC 
        !           267:                             "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."
        !           268:     IDS_GETFILETIME_FAILED  "Warning: Could not get container timestamp!"
        !           269:     IDS_GETFILETIME_FAILED_PW 
        !           270:                             "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."
        !           271:     IDS_GETFILETIME_FAILED_IMPLANT 
        !           272:                             "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."
        !           273:     IDS_SETFILETIME_FAILED_IMPLANT 
        !           274:                             "WARNING: Failed to reset container timestamp (file modification/access date/time)!\n\nThe plausible deniability of the hidden volume might be affected."
        !           275:     IDS_SETFILETIME_FAILED_PREP_IMPLANT 
        !           276:                             "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."
        !           277:     IDS_PASSWORD_WRONG_CAPSLOCK_ON 
        !           278:                             "Incorrect password or not a TrueCrypt volume.\n\nWarning: Caps Lock is on.\nThis may cause you to enter your password incorrectly."
        !           279:     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."
        !           280: END
        !           281: 
        !           282: STRINGTABLE 
        !           283: BEGIN
        !           284:     IDS_UNMOUNT_LOCK_FAILED "Volume contains files or folders being\nused by applications or system.\n\nForce dismount?"
        !           285:     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?"
        !           286:     IDS_UNMOUNT_FAILED      "Dismount failed!"
        !           287:     IDS_PASSWORD_LENGTH_WARNING 
        !           288:                             "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?"
        !           289:     IDS_ADMIN_PRIVILEGES_WARN_DEVICES 
        !           290:                             "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."
        !           291:     IDS_ADMIN_PRIVILEGES_WARN_NTFS 
        !           292:                             "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 ."
        !           293:     IDS_ADMIN_PRIVILEGES_WARN_HIDVOL 
        !           294:                             "In order to create a hidden volume you need to be\nlogged into an account with administrator privileges."
        !           295:     IDS_DEVICE_PARTITIONS_WARN 
        !           296:                             "WARNING: Selected device contains partitions!\n\nFormatting the device will destroy its partition table\nand may lead to data loss and/or system instability.\n\nYou should either select a partition located on the\ndevice or remove all its partitions first."
        !           297:     IDS_DEVICE_IN_USE_FORMAT 
        !           298:                             "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       root      299: END
                    300: 
                    301: #endif    // English (U.S.) resources
                    302: /////////////////////////////////////////////////////////////////////////////
                    303: 
                    304: 
                    305: /////////////////////////////////////////////////////////////////////////////
                    306: // English (U.K.) resources
                    307: 
                    308: #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
                    309: #ifdef _WIN32
                    310: LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
                    311: #pragma code_page(1252)
                    312: #endif //_WIN32
                    313: 
                    314: /////////////////////////////////////////////////////////////////////////////
                    315: //
1.1.1.4 ! root      316: // Dialog
        !           317: //
        !           318: 
        !           319: IDD_BENCHMARK_DLG DIALOGEX 0, 0, 330, 204
        !           320: STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | 
        !           321:     WS_CAPTION | WS_SYSMENU
        !           322: CAPTION "TrueCrypt - Encryption Algorithm Benchmark"
        !           323: FONT 8, "MS Shell Dlg", 400, 0, 0x1
        !           324: BEGIN
        !           325:     DEFPUSHBUTTON   "Close",IDCLOSE,265,55,58,14
        !           326:     CONTROL         "",IDC_RESULTS,"SysListView32",LVS_REPORT | 
        !           327:                     LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_ALIGNLEFT | 
        !           328:                     LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,37,249,160
        !           329:     COMBOBOX        IDC_BENCHMARK_BUFFER_SIZE,52,7,77,129,CBS_DROPDOWNLIST | 
        !           330:                     CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
        !           331:     DEFPUSHBUTTON   "Benchmark",ID_PERFORM_BENCHMARK,265,37,58,14
        !           332:     CONTROL         "",IDC_STATIC,"Static",SS_ETCHEDHORZ,2,29,328,1,
        !           333:                     WS_EX_STATICEDGE
        !           334:     LTEXT           "Buffer Size:",IDC_STATIC,8,9,38,8,0,WS_EX_RIGHT
        !           335:     COMBOBOX        IDC_BENCHMARK_SORT_METHOD,207,7,116,74,CBS_DROPDOWNLIST | 
        !           336:                     CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
        !           337:     LTEXT           "Sort Method:",IDC_BENCMARK_SORT_METHOD,156,9,45,8,0,
        !           338:                     WS_EX_RIGHT
        !           339:     LTEXT           "Speed is affected by CPU load and storage device characteristics.\n\nThese tests take place in RAM.",
        !           340:                     IDC_BOX_BENCHMARK_INFO,266,81,57,116
        !           341: END
        !           342: 
        !           343: 
        !           344: /////////////////////////////////////////////////////////////////////////////
        !           345: //
        !           346: // DESIGNINFO
        !           347: //
        !           348: 
        !           349: #ifdef APSTUDIO_INVOKED
        !           350: GUIDELINES DESIGNINFO 
        !           351: BEGIN
        !           352:     IDD_BENCHMARK_DLG, DIALOG
        !           353:     BEGIN
        !           354:         LEFTMARGIN, 7
        !           355:         RIGHTMARGIN, 323
        !           356:         TOPMARGIN, 7
        !           357:         BOTTOMMARGIN, 197
        !           358:     END
        !           359: END
        !           360: #endif    // APSTUDIO_INVOKED
        !           361: 
        !           362: 
        !           363: /////////////////////////////////////////////////////////////////////////////
        !           364: //
1.1       root      365: // Bitmap
                    366: //
                    367: 
                    368: IDB_ABOUT               BITMAP                  "..\\common\\about.bmp"
                    369: #endif    // English (U.K.) resources
                    370: /////////////////////////////////////////////////////////////////////////////
                    371: 
                    372: 
                    373: 
                    374: #ifndef APSTUDIO_INVOKED
                    375: /////////////////////////////////////////////////////////////////////////////
                    376: //
                    377: // Generated from the TEXTINCLUDE 3 resource.
                    378: //
                    379: 
                    380: 
                    381: /////////////////////////////////////////////////////////////////////////////
                    382: #endif    // not APSTUDIO_INVOKED
                    383: 

unix.superglobalmegacorp.com

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