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