|
|
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: // Version
27: //
28:
29: VS_VERSION_INFO VERSIONINFO
1.1.1.4 ! root 30: FILEVERSION 3,0,0,0
! 31: PRODUCTVERSION 3,0,0,0
1.1 root 32: FILEFLAGSMASK 0x37L
33: #ifdef _DEBUG
34: FILEFLAGS 0x21L
35: #else
36: FILEFLAGS 0x20L
37: #endif
38: FILEOS 0x4L
1.1.1.3 root 39: FILETYPE 0x1L
1.1 root 40: FILESUBTYPE 0x0L
41: BEGIN
42: BLOCK "StringFileInfo"
43: BEGIN
44: BLOCK "040904b0"
45: BEGIN
1.1.1.2 root 46: VALUE "CompanyName", "TrueCrypt Foundation"
1.1 root 47: VALUE "FileDescription", "TrueCrypt Setup"
1.1.1.4 ! root 48: VALUE "FileVersion", "3.0"
1.1.1.2 root 49: VALUE "LegalCopyright", "TrueCrypt Foundation"
1.1 root 50: VALUE "OriginalFilename", "TrueCrypt Setup.exe"
51: VALUE "ProductName", "TrueCrypt"
1.1.1.4 ! root 52: VALUE "ProductVersion", "3.0"
! 53: VALUE "SpecialBuild", "December 2004"
1.1 root 54: END
55: END
56: BLOCK "VarFileInfo"
57: BEGIN
58: VALUE "Translation", 0x409, 1200
59: END
60: END
61:
62:
63: /////////////////////////////////////////////////////////////////////////////
64: //
65: // Dialog
66: //
67:
68: IDD_UNINSTALL DIALOGEX 0, 0, 349, 234
69: STYLE DS_SETFONT | DS_SETFOREGROUND | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER |
70: WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
71: CAPTION "TITLE"
72: CLASS "CustomDlg"
73: FONT 8, "MS Shell Dlg", 0, 0, 0x0
74: BEGIN
75: LTEXT "Uninstall TrueCrypt fr&om:",IDC_INSTRUCTION,8,10,87,8
76: EDITTEXT IDC_DESTINATION,7,21,277,14,ES_AUTOHSCROLL
77: PUSHBUTTON "&Browse",IDC_BROWSE,292,21,50,14
78: LISTBOX IDC_FILES,7,44,335,128,LBS_NOINTEGRALHEIGHT | LBS_NOSEL |
79: WS_VSCROLL
80: DEFPUSHBUTTON "&Uninstall",IDOK,236,213,50,14
81: PUSHBUTTON "Cancel",IDCANCEL,292,213,50,14
82: LTEXT "All TrueCrypt files except '\\WINDOWS\\TrueCrypt Setup.exe' will be removed. No TrueCrypt volume will be deleted. The registry entries at HKLM\\SYSTEM\\ControlSet001\\Enum\\Root\\LEGACY_TRUECRYPT cannot be removed as Windows does not allow their deletion.",
83: IDC_STATIC,9,179,333,29
84: END
85:
86: IDD_INSTALL DIALOGEX 0, 0, 405, 265
87: STYLE DS_SETFONT | DS_SETFOREGROUND | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER |
88: WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
89: CAPTION "TITLE"
90: CLASS "CustomDlg"
91: FONT 8, "MS Shell Dlg", 0, 0, 0x0
92: BEGIN
93: LTEXT "Install &to:",IDC_INSTRUCTION,15,182,32,8
94: EDITTEXT IDC_DESTINATION,49,179,284,14,ES_AUTOHSCROLL
95: PUSHBUTTON "&Browse",IDC_BROWSE,337,179,50,14
96: LTEXT "License Agreement:",IDC_STATIC,9,7,64,8
97: EDITTEXT IDC_LICENSE,7,18,392,88,ES_MULTILINE | ES_READONLY |
98: WS_VSCROLL | NOT WS_TABSTOP
99: CONTROL "Associate '.tc' file &extension with TrueCrypt",
100: IDC_FILE_TYPE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,192,
101: 198,159,10
102: CONTROL "Install TrueCrypt &Uninstaller",IDC_UNINSTALL,"Button",
103: BS_AUTOCHECKBOX | WS_TABSTOP,192,211,172,10
104: DEFPUSHBUTTON "&Install",IDOK,291,246,50,14
105: PUSHBUTTON "Cancel",IDCANCEL,348,246,50,14
106: CONTROL "Add TrueCrypt to &Start menu",IDC_PROG_GROUP,"Button",
107: BS_AUTOCHECKBOX | WS_TABSTOP,15,211,174,10
1.1.1.4 ! root 108: GROUPBOX "Installation Options",IDC_STATIC,7,167,392,73
1.1 root 109: CONTROL "Add TrueCrypt icon to &desktop",IDC_DESKTOP_ICON,"Button",
110: BS_AUTOCHECKBOX | WS_TABSTOP,15,224,174,10
111: CONTROL "Create System &Restore point",IDC_SYSTEM_RESTORE,"Button",
112: BS_AUTOCHECKBOX | WS_TABSTOP,192,224,172,10
113: LISTBOX IDC_FILES,7,109,392,56,LBS_NOINTEGRALHEIGHT |
114: LBS_DISABLENOSCROLL | LBS_NOSEL | WS_VSCROLL
115: CONTROL "Install for all users",IDC_ALL_USERS,"Button",
116: BS_AUTOCHECKBOX | WS_TABSTOP,15,198,174,10
117: END
118:
119:
120: /////////////////////////////////////////////////////////////////////////////
121: //
122: // Icon
123: //
124:
125: // Icon with lowest ID value placed first to ensure application icon
126: // remains consistent on all systems.
127: IDI_SETUP ICON "setup.ico"
128:
129: #ifdef APSTUDIO_INVOKED
130: /////////////////////////////////////////////////////////////////////////////
131: //
132: // TEXTINCLUDE
133: //
134:
135: 1 TEXTINCLUDE
136: BEGIN
137: "resource.h\0"
138: END
139:
140: 2 TEXTINCLUDE
141: BEGIN
142: "#include ""afxres.h""\r\n"
143: "\0"
144: END
145:
146: 3 TEXTINCLUDE
147: BEGIN
148: "\0"
149: END
150:
151: #endif // APSTUDIO_INVOKED
152:
153:
154: /////////////////////////////////////////////////////////////////////////////
155: //
156: // DESIGNINFO
157: //
158:
159: #ifdef APSTUDIO_INVOKED
160: GUIDELINES DESIGNINFO
161: BEGIN
162: IDD_UNINSTALL, DIALOG
163: BEGIN
164: LEFTMARGIN, 7
165: RIGHTMARGIN, 342
166: TOPMARGIN, 7
167: BOTTOMMARGIN, 229
168: END
169:
170: IDD_INSTALL, DIALOG
171: BEGIN
172: LEFTMARGIN, 7
173: RIGHTMARGIN, 398
174: TOPMARGIN, 7
175: BOTTOMMARGIN, 260
176: END
177: END
178: #endif // APSTUDIO_INVOKED
179:
180: #endif // English (U.S.) resources
181: /////////////////////////////////////////////////////////////////////////////
182:
183:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.