Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

874 lines
44 KiB

  1. /*++
  2. Microsoft Confidential
  3. Copyright (c) 1992-1997 Microsoft Corporation
  4. All rights reserved
  5. Module Name:
  6. sysdm.rc
  7. Abstract:
  8. Resource definitions for System Control Panel Applet
  9. Author:
  10. Eric Flo (ericflo) 19-Jun-1995
  11. Revision History:
  12. 15-Oct-1997 scotthal
  13. Complete overhaul
  14. --*/
  15. #include <windows.h>
  16. #include <commctrl.h>
  17. #include <shlobjp.h>
  18. #include "resource.h"
  19. #include "helpid.h"
  20. //
  21. // Version information
  22. //
  23. #include <ntverp.h>
  24. #define VER_FILETYPE VFT_DLL
  25. #define VER_FILESUBTYPE VFT2_UNKNOWN
  26. #define VER_FILEDESCRIPTION_STR "System Applet for the Control Panel"
  27. #define VER_INTERNALNAME_STR "sysdm.cpl"
  28. #define VER_ORIGINALFILENAME_STR "sysdm.cpl"
  29. #include "common.ver"
  30. // Propsheet titles
  31. #define PROPSHEET_TITLE_GENERAL "General"
  32. #define PROPSHEET_TITLE_ADVANCED "Advanced"
  33. #define PROPSHEET_TITLE_HARDWARE "Hardware"
  34. //
  35. // Icons
  36. //
  37. ID_ICON ICON SYSDM.ICO
  38. IDI_PROFILE ICON PROFILE.ICO
  39. DOCK_ICON ICON DOCK.ICO
  40. UP_ICON ICON up.ico
  41. DOWN_ICON ICON down.ico
  42. PERF_ICON ICON perf.ico
  43. ENVVAR_ICON ICON envvar.ico
  44. CRASHDUMP_ICON ICON crashdmp.ico
  45. IDI_COMPUTER ICON Computer.ico
  46. //
  47. // Bitmaps
  48. //
  49. IDB_WINDOWS BITMAP WINDOWS.BMP
  50. IDB_WINDOWS_256 BITMAP WINDOWS256.BMP
  51. STRINGTABLE PRELOAD MOVEABLE DISCARDABLE
  52. BEGIN
  53. IDS_NAME, "System"
  54. IDS_INFO, "See information about your computer system, and change settings for hardware, performance, and automatic updates."
  55. IDS_TITLE, "System Properties"
  56. //
  57. // General strings
  58. //
  59. IDS_DEBUG, "(Debug)"
  60. IDS_XDOTX_MB, "%s of RAM"
  61. IDS_PROCESSOR_SPEED, "%ld MHz"
  62. IDS_PROCESSOR_SPEEDGHZ, "%s GHz"
  63. IDS_PAE, "Physical Address Extension"
  64. //
  65. // Performance strings
  66. //
  67. IDS_PAGESIZE, "Total paging file size for all disk volumes: %d MB"
  68. //
  69. // Startup strings
  70. //
  71. IDS_DUMPFILE, "%SystemRoot%\MEMORY.DMP"
  72. //
  73. // Environment Variables strings
  74. //
  75. IDS_USERENVVARS, "&User variables for %s"
  76. //
  77. // The "Identification" Tab's strings
  78. //
  79. IDS_NETID_DLL_NAME "netid.dll"
  80. //
  81. // User Profile strings
  82. //
  83. IDS_UP_NAME, "Name"
  84. IDS_UP_SIZE, "Size"
  85. IDS_UP_TYPE, "Type"
  86. IDS_UP_STATUS, "Status"
  87. IDS_UP_MOD, "Modified"
  88. IDS_UP_LOCAL, "Local"
  89. IDS_UP_FLOATING, "Roaming"
  90. IDS_UP_MANDATORY, "Mandatory"
  91. IDS_UP_BACKUP, "Backup"
  92. IDS_UP_TEMP, "Temporary"
  93. IDS_UP_READONLY, "ReadOnly"
  94. IDS_UP_CONFIRM, "Are you sure you want to delete the profile for the following user: %s?"
  95. IDS_UP_CONFIRMTITLE, "Confirm Delete"
  96. IDS_UP_DIRPICK, "Select a directory to place the profile in:"
  97. IDS_UP_ERRORTITLE, "Profile Error"
  98. IDS_UP_ACCUNKNOWN, "Account Unknown"
  99. IDS_UP_ACCDELETED, "Account Deleted"
  100. IDS_UP_CHANGETYPEMSG, "When %s logs onto this computer, should the operating system use the roaming profile or just the locally cached copy of the roaming profile."
  101. IDS_UP_CONFIRMCOPYMSG, "%.500s already exists. The current contents of this directory or this file will be deleted during this operation. Are you sure you want to continue?"
  102. IDS_UP_CONFIRMCOPYTITLE, "Confirm Copy"
  103. IDS_UP_DELETE_ERROR, "Profile not deleted completely. Error - "
  104. IDS_UP_SETSECURITY_ERROR,"Failed to set Security on the Destination Profile. Error - "
  105. IDS_UP_COPYHIVE_ERROR, "Failed to copy Registry file %s. Error - "
  106. IDS_UP_DELNODE_ERROR, "Directory <%.200s> could not be deleted. Please delete the directory and retry."
  107. IDS_UP_UPLINK_SERVER "To create new user accounts, <A>click here</A>."
  108. //
  109. // Random strings
  110. //
  111. IDS_TEMP_PAGEFILE_WARN, "Windows created a temporary paging file on your computer because of a problem that occurred with your paging file configuration when you started your computer. The total paging file size for all disk drives may be somewhat larger than the size you specified."
  112. //
  113. // Edit Environment Variable strings
  114. //
  115. IDS_NEW_SYSVAR_CAPTION "New System Variable"
  116. IDS_EDIT_SYSVAR_CAPTION "Edit System Variable"
  117. IDS_NEW_USERVAR_CAPTION "New User Variable"
  118. IDS_EDIT_USERVAR_CAPTION "Edit User Variable"
  119. //
  120. // Hardware Profiles strings
  121. //
  122. HWP_DEF_FRIENDLYNAME, "Noname Hardware Profile"
  123. HWP_CURRENT_TAG, "(Current)"
  124. HWP_UNAVAILABLE, "Unavailable"
  125. HWP_ERROR_CAPTION, "Warning"
  126. HWP_ERROR_PROFILE_IN_USE, "That profile name is already in use."
  127. HWP_ERROR_IN_USE, "The Hardware Profiles dialog is already running."
  128. HWP_CONFIRM_DELETE_CAP, "Confirm Profile Delete"
  129. HWP_CONFIRM_DELETE, "Are you sure you want to delete the hardware profile ""%s""?"
  130. HWP_INVALID_WAIT, "You must enter a value between 0 and 500 for the number of seconds to wait for a user selection."
  131. HWP_CONFIRM_NOT_PORTABLE, "You have specified this is not a portable computer, the docking state in all other Hardware Profiles will be changed to unknown."
  132. HWP_UNKNOWN_PROFILE, "Profile"
  133. HWP_DOCKED_PROFILE, "Docked Profile"
  134. HWP_UNDOCKED_PROFILE, "Undocked Profile"
  135. HWP_ERROR_COMPLEX_SCRIPT, "The set of characters you are trying to enter is not supported in text mode. Please use Latin characters A-Z, a-z for this field."
  136. IDS_CRASHDUMP_NONE, "(none)"
  137. IDS_CRASHDUMP_MINI, "Small memory dump (64 KB)"
  138. IDS_CRASHDUMP_MINI_WIN64, "Small memory dump (128 KB)"
  139. IDS_CRASHDUMP_SUMMARY, "Kernel memory dump"
  140. IDS_CRASHDUMP_FULL, "Complete memory dump"
  141. IDS_CRASHDUMP_DUMP_FILE, "Dump file:"
  142. IDS_CRASHDUMP_MINI_DIR, "Small dump directory:"
  143. //
  144. // Virtual memory dlg strings
  145. //
  146. IDS_INSUFFICIENT_MEMORY, "Insufficient memory for this operation;\r\rclose one or more Windows applications to increase available memory."
  147. IDS_SYSDM_TITLE, "System Control Panel Applet" /* for message box titles */
  148. IDS_SYSDM_ENTERSECONDS, "Please enter a value between %d and %d seconds. "
  149. IDS_SYSDM_NOOPEN_USER_NOTADMIN, "Cannot open USER Environment section in Registry.\nYou are not logged on as an administrator. "
  150. IDS_SYSDM_NOOPEN_USER_UNK, "Cannot open USER Environment section in Registry.\nPossible registry corruption. "
  151. IDS_SYSDM_NONEW_ENV_NOTADMIN, "Cannot save new Environment variables in Registry.\nYou are not logged on as an administrator. "
  152. IDS_SYSDM_NONEW_ENV_UNK, "Cannot save new Environment variables in Registry.\nPossible registry corruption. "
  153. IDS_SYSDM_NOOPEN_VM_NOTUSER, "You are not logged onto Windows as a member of the user group that has the right to view the workstation's Virtual Memory settings."
  154. //IDS_SYSDM_NOOPEN_VM_NOTADMIN, "You must be logged onto this system as an Administrator to change the Virtual Memory settings."
  155. IDS_SYSDM_PAGEFILESIZE_START, "The initial paging file size must be between 2 MB and %d MB, and cannot exceed the amount of free space on the drive you have selected."
  156. IDS_SYSDM_PAGEFILESIZE_MAX, "Enter a maximum page file size that is greater than or equal to the initial page file size, and less than %d MB."
  157. IDS_SYSDM_PAGEFILESIZE_TOOSMALL, "There is not enough space on this drive for the paging file size specified. Please enter a smaller number or free some disk space."
  158. IDS_SYSDM_PAGEFILESIZE_TOOSMALL_NAMED, "Drive %c: is too small for the maximum paging file size specified. Please enter a smaller number."
  159. IDS_SYSDM_CANNOTREAD, "Could not read the current virtual memory settings."
  160. IDS_SYSDM_MB, "MB"
  161. IDS_SYSDM_NOCHANGE_BOOTINI, "Cannot change Boot.ini file. Operating System and Timeout changes will not be saved."
  162. IDS_SYSDM_PAGEFILESIZE_TOOSMALL_GROW, "Drive %c: does not have enough free space for the maximum paging file size specified. If you continue with this setting, the paging file will only grow to the size of the available free space."
  163. IDS_SYSDM_NOOPEN_SYS_UNK, "Cannot open SYSTEM Environment section in Registry.\nPossible registry corruption."
  164. IDS_SYSDM_NOOPEN_RECOVER_GROUP, "You are not logged onto Windows as a member of the user group that has the right to view the workstation's Recovery settings."
  165. //IDS_SYSDM_NOOPEN_RECOVER_UNK, "Could not read the current recovery settings."
  166. //IDS_SYSDM_SAVE_ERROR, "An error occurred while saving the changes. Some changes will not be remembered."
  167. IDS_SYSDM_OVERWRITE, "Another file exists with the filename ""%s"". Do you wish to overwrite the existing file with a page file?"
  168. IDS_SYSDM_NOTENOUGHSPACE_PAGE, "There is not enough space on this drive to create the page file size specified. At least %d Megabytes of free disk space must be left after the page file is created. Specify a smaller page file size or free some disk space."
  169. //IDS_SYSDM_NOTENOUGHSPACE_CRASHRECOVER,"There is not enough free space on the boot drive to enable crash recovery. At least %d Megabytes of free space on drive %c: are needed. Please free up some disk space and try again."
  170. //IDS_SYSDM_RECOVERY_MINIMUM, "The Recovery options you chose require that the initial pagefile size on volume %c: be at least %d megabytes. Should the initial pagefile size be changed now?"
  171. IDS_SYSDM_DEBUGGING_MINIMUM, "If the pagefile on volume %c: has an initial size of less than %d megabytes, then the system may not be able to create a debugging information file if a STOP error occurs. Continue anyway?"
  172. IDS_SYSDM_DEBUGGING_FILENAME, "If you want to write debugging information to a file, you must enter a filename."
  173. IDS_SYSDM_DEBUGGING_DRIVE, "Debugging information can be written only to local, writable disk drives. Please specify a path on a local disk drive."
  174. IDS_SYSDM_DEBUGGING_PATH, "The debugging information file path may be invalid or is currently inaccessible. Do you wish to change it?"
  175. IDS_SYSDM_DEBUGGING_PATHLONG, "The path for the debugging information file is too long. Please specify a path that is less than %ld characters."
  176. IDS_SYSDM_DEBUGGING_UNQUALIFIED, "The debugging information file path must be a fully qualified path such as c:\windir\memory.log"
  177. IDS_SYSDM_NOALERTER, "Windows cannot send administrative alerts unless the Alerter service is running.\n\nTo start the Alerter now, click the Start button, point to Programs, point to Administrative Tools, and then click Computer Management. In the left pane, double-click System Tools, then click Services. In the right pane, double-click Alerter. Under Current Status, click Start. To have the Alerter start automatically each time Windows starts, under Startup, click Automatic."
  178. IDS_SYSDM_CANNOTOPENFILE, "The %s file can not be opened. Operating System and Timeout settings can not be changed."
  179. IDS_SYSDM_ENTERINITIALSIZE, "Enter a numeric value for the initial page file size."
  180. IDS_SYSDM_ENTERMAXIMUMSIZE, "Enter a numeric value for the maximum page file size."
  181. IDS_SYSDM_RESTART, "The changes you have made require you to restart your computer before they can take effect."
  182. IDS_SYSDM_DONTKNOWCURRENT, "Unable to determine the current paging file size. The value reported as the current paging file size may be incorrect."
  183. IDS_SYSDM_NOOPEN_SYS_NOTADMIN, "Cannot open SYSTEM Environment section in Registry.\nYou are not logged on as an administrator. "
  184. // Version strings
  185. IDS_WINVER_WINDOWSXP "Microsoft Windows XP"
  186. IDS_WINVER_PROFESSIONAL_WIN64 "64-Bit Edition"
  187. IDS_WINVER_PERSONAL "Home Edition"
  188. IDS_WINVER_PROFESSIONAL "Professional"
  189. IDS_WINVER_SERVER "Server"
  190. IDS_WINVER_ADVANCEDSERVER "Advanced Server"
  191. IDS_WINVER_DATACENTER "Datacenter"
  192. IDS_WINVER_EMBEDDED "Embedded"
  193. IDS_WINVER_2002 "Version 2002"
  194. // Column headings in EnvVar dialog
  195. IDS_ENVVAR_VARIABLE_HEADING, "Variable"
  196. IDS_ENVVAR_VALUE_HEADING, "Value"
  197. IDS_SYSDM_NOLOAD_DEVMANPROG, "Unable to load the Device manager program file, %s.\n"
  198. IDS_SYSDM_NOEXPORTS_DEVMANPROG, "Unable to find the necessary functions exported from the Device manager.\n The Device manager program file, %s, may be out of date.\n"
  199. // Product feedback reporting strings
  200. IDS_PFR_OK, "Ok"
  201. IDS_PFR_FILTER, "Executables"
  202. IDS_PFR_TITLE, "Select File To Add"
  203. IDS_PFR_CFGREADERR, "Unable to read Error Reporting settings."
  204. IDS_PFR_CFGWRITEERR, "Unable to save changes. Some changes will not be remembered."
  205. IDS_PFR_WINCOMP, "Windows components"
  206. IDS_PFR_KERNEL, "Windows operating system"
  207. IDS_PFR_PROG, "Programs"
  208. IDS_PFR_MSPROG, "Programs from Microsoft"
  209. IDS_PFR_NOTADMIN, "You are not logged onto Windows as a member of a user group that has the right to modify Error Reporting settings."
  210. IDS_PFR_ISWINCOMP, "The specified file is already listed under Windows Components. Please include or exclude it via Windows Components' details."
  211. IDS_PFR_ISONLISTE, "The specified file is already present on the exclude list."
  212. IDS_PFR_ISONLISTI, "The specified file is already present on the include list."
  213. IDS_PFR_ADDTOEX, " You must remove it from that list before adding it to the exclude list."
  214. IDS_PFR_ADDTOINC, " You must remove it from that list before adding it to the include list."
  215. IDS_PFR_BADFILE, "The specified filename is not a valid executable name."
  216. IDS_PFR_DEFINC "Report errors in all programs"
  217. IDS_PFR_DEFEX "Do not report errors in any programs"
  218. IDS_PERFOPTIONS, "Performance Options"
  219. // Propsheet names
  220. IDS_PROPSHEET_TITLE_GENERAL PROPSHEET_TITLE_GENERAL
  221. IDS_PROPSHEET_TITLE_ADVANCED PROPSHEET_TITLE_ADVANCED
  222. IDS_PROPSHEET_TITLE_HARDWARE PROPSHEET_TITLE_HARDWARE
  223. END
  224. //
  225. // The "General" Tab and its subdialogs
  226. //
  227. IDD_GENERAL DIALOGEX 32, 10, 256, 218
  228. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | WS_POPUP | WS_VISIBLE
  229. CAPTION PROPSHEET_TITLE_GENERAL
  230. FONT 8, "MS Shell Dlg"
  231. BEGIN
  232. CONTROL "",IDC_GEN_WINDOWS_IMAGE,"Static",
  233. SS_BITMAP | SS_CENTERIMAGE | SS_REALSIZECONTROL,7,11,120,98
  234. LTEXT "System:",IDC_TEXT_1,129,11,40,8
  235. LTEXT "",IDC_GEN_VERSION_0,141,22,100,8
  236. LTEXT "",IDC_GEN_VERSION_1,141,33,100,8
  237. LTEXT "",IDC_GEN_VERSION_2,141,44,100,8
  238. LTEXT "",IDC_GEN_SERVICE_PACK,141,55,100,8
  239. LTEXT "Registered to:",IDC_TEXT_3,129,71,70,8
  240. EDITTEXT IDC_GEN_REGISTERED_0,141,82,100,8,ES_AUTOHSCROLL |
  241. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  242. EDITTEXT IDC_GEN_REGISTERED_1,141,93,100,8,ES_AUTOHSCROLL |
  243. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  244. EDITTEXT IDC_GEN_REGISTERED_2,141,104,100,8,ES_AUTOHSCROLL |
  245. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  246. EDITTEXT IDC_GEN_REGISTERED_3,141,115,100,8,ES_AUTOHSCROLL |
  247. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  248. CTEXT "Manufactured and supported by:",IDC_GEN_OEM_NUDGE,
  249. 7,134,120,8, NOT WS_VISIBLE
  250. LTEXT "Computer:",IDC_GEN_MACHINE,129,126,70,8
  251. CONTROL "",IDC_GEN_OEM_IMAGE,"Static",
  252. SS_BITMAP | SS_CENTERIMAGE | SS_REALSIZECONTROL,7,144,120,70
  253. CONTROL "",IDC_GEN_MACHINE_0,LINKWINDOW_CLASS,WS_MAXIMIZEBOX | NOT WS_TABSTOP,141,137,110,8
  254. CONTROL "",IDC_GEN_MACHINE_1,LINKWINDOW_CLASS,WS_MAXIMIZEBOX | NOT WS_TABSTOP,141,148,110,8
  255. CONTROL "",IDC_GEN_MACHINE_2,LINKWINDOW_CLASS,WS_MAXIMIZEBOX | NOT WS_TABSTOP,141,159,110,8
  256. CONTROL "",IDC_GEN_MACHINE_3,LINKWINDOW_CLASS,WS_MAXIMIZEBOX | NOT WS_TABSTOP,141,170,110,8
  257. CONTROL "",IDC_GEN_MACHINE_4,LINKWINDOW_CLASS,WS_MAXIMIZEBOX | NOT WS_TABSTOP,141,181,110,8
  258. CONTROL "",IDC_GEN_MACHINE_5,LINKWINDOW_CLASS,WS_MAXIMIZEBOX | NOT WS_TABSTOP,141,192,110,8
  259. CONTROL "",IDC_GEN_MACHINE_6,LINKWINDOW_CLASS,WS_MAXIMIZEBOX | NOT WS_TABSTOP,141,203,110,8
  260. CONTROL "",IDC_GEN_MACHINE_7,LINKWINDOW_CLASS,WS_MAXIMIZEBOX | NOT WS_TABSTOP,141,214,110,8
  261. CONTROL "",IDC_GEN_MACHINE_8,LINKWINDOW_CLASS,WS_MAXIMIZEBOX | NOT WS_TABSTOP,141,225,110,8
  262. PUSHBUTTON "&Support Information",IDC_GEN_OEM_SUPPORT,
  263. 141,206,80,14,WS_DISABLED | NOT WS_VISIBLE
  264. END
  265. IDD_PHONESUP DIALOGEX 32, 10, 256, 176
  266. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  267. CAPTION "Phone Support"
  268. FONT 8, "MS Shell Dlg"
  269. BEGIN
  270. EDITTEXT IDC_SUPPORT_TEXT,7,7,241,144,WS_VSCROLL | WS_HSCROLL |
  271. ES_READONLY | ES_MULTILINE | NOT WS_TABSTOP
  272. PUSHBUTTON "OK",IDOK,101,155,50,14
  273. END
  274. //
  275. // The "Hardware" Tab and its subdialogs
  276. //
  277. #define HW_GROUP1_OFFSET 12
  278. #define HW_GROUP2_OFFSET HW_GROUP1_OFFSET + 67
  279. #define HW_GROUP3_OFFSET HW_GROUP2_OFFSET + 70
  280. #define HW_ICONTEXT_OFFSET 12
  281. #define HW_BUTTON_WIDTH 98
  282. #define HW_BUTTON_HEIGHT 14
  283. IDD_HARDWARE DIALOGEX 0, 0, 256, 226
  284. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  285. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  286. CAPTION PROPSHEET_TITLE_HARDWARE
  287. FONT 8, "MS Shell Dlg"
  288. BEGIN
  289. GROUPBOX "Add Hardware Wizard",IDC_STATIC,7,HW_GROUP1_OFFSET,242,62
  290. ICON "",IDC_WIZARD_ICON,14,HW_GROUP1_OFFSET + HW_ICONTEXT_OFFSET,21,20, SS_REALSIZECONTROL
  291. LTEXT "The Add Hardware Wizard helps you install hardware.",
  292. IDC_WIZARD_TEXT,45,HW_GROUP1_OFFSET + HW_ICONTEXT_OFFSET,195,30
  293. PUSHBUTTON "Add &Hardware Wizard",IDC_WIZARD_START,144,HW_GROUP1_OFFSET + 41,HW_BUTTON_WIDTH,HW_BUTTON_HEIGHT
  294. GROUPBOX "Device Manager",IDC_STATIC,7,HW_GROUP2_OFFSET,242,65
  295. ICON "",IDC_DEVMGR_ICON,14,HW_GROUP2_OFFSET + HW_ICONTEXT_OFFSET,21,20, SS_REALSIZECONTROL
  296. LTEXT "The Device Manager lists all the hardware devices installed on your computer. Use the Device Manager to change the properties of any device.",
  297. IDC_DEVMGR_TEXT,45,HW_GROUP2_OFFSET + HW_ICONTEXT_OFFSET,195,30
  298. PUSHBUTTON "Driver &Signing",IDC_DRIVER_SIGNING,41,HW_GROUP2_OFFSET + 44,HW_BUTTON_WIDTH,HW_BUTTON_HEIGHT
  299. PUSHBUTTON "&Device Manager",IDC_DEVMGR_START,41 + HW_BUTTON_WIDTH + 4,HW_GROUP2_OFFSET + 44,HW_BUTTON_WIDTH,HW_BUTTON_HEIGHT
  300. GROUPBOX "Hardware Profiles", IDC_STATIC, 7, HW_GROUP3_OFFSET, 242, 62
  301. ICON DOCK_ICON,IDC_HWPROFILES_ICON,14,HW_GROUP3_OFFSET + HW_ICONTEXT_OFFSET,21,20, SS_REALSIZECONTROL
  302. LTEXT "Hardware profiles provide a way for you to set up and store different hardware configurations.", IDC_HWPROFILES_START_TEXT, 45, HW_GROUP3_OFFSET + HW_ICONTEXT_OFFSET, 195, 30
  303. PUSHBUTTON "Hardware &Profiles", IDC_HWPROFILES_START, 144, HW_GROUP3_OFFSET + 41, HW_BUTTON_WIDTH, HW_BUTTON_HEIGHT
  304. END
  305. DLG_HWPROFILES DIALOGEX 6, 18, 254, 234
  306. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  307. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | DS_CONTEXTHELP
  308. CAPTION "Hardware Profiles"
  309. FONT 8, "MS Shell Dlg"
  310. BEGIN
  311. ICON DOCK_ICON, IDD_HWP_UNUSED_1, 8,11,18,20, SS_REALSIZECONTROL
  312. LTEXT "You can set up hardware profiles for different hardware configurations. At startup, you can choose the profile you want to use.",
  313. IDD_HWP_UNUSED_2, 46, 11, 188, 25
  314. LTEXT "&Available hardware profiles:", -1, 8, 41, 120, 8
  315. LISTBOX IDD_HWP_PROFILES, 8,52,215,54, LBS_NOTIFY | WS_VSCROLL | WS_TABSTOP | WS_GROUP
  316. PUSHBUTTON "", IDD_HWP_ORDERUP, 232,59,15,15, WS_GROUP | BS_ICON | BS_CENTER | BS_VCENTER
  317. PUSHBUTTON "", IDD_HWP_ORDERDOWN, 232,79,15,15, WS_GROUP | BS_ICON | BS_CENTER | BS_VCENTER
  318. PUSHBUTTON "&Properties", IDD_HWP_PROPERTIES, 8,106,50,14
  319. PUSHBUTTON "&Copy", IDD_HWP_COPY, 63,106,50,14
  320. PUSHBUTTON "&Rename", IDD_HWP_RENAME, 118,106,50,14
  321. PUSHBUTTON "&Delete", IDD_HWP_DELETE, 173,106,50,14
  322. GROUPBOX "Hardware profiles selection", IDD_HWP_ST_MULTIPLE, 7,130,240,75
  323. LTEXT "When Windows starts:",
  324. IDD_HWP_UNUSED_3, 14,142,210,8
  325. AUTORADIOBUTTON "&Wait until I select a hardware profile", IDD_HWP_WAITFOREVER,
  326. 14,158,133,8, WS_TABSTOP
  327. AUTORADIOBUTTON "&Select the first profile listed if I don't select a profile in", IDD_HWP_WAITUSER,
  328. 14,173,190,8, WS_TABSTOP
  329. LTEXT "seconds", IDD_HWP_WAITUSER_TEXT_1, 65,187,35,8
  330. EDITTEXT IDD_HWP_SECONDS, 25,185,35,12, WS_TABSTOP
  331. CONTROL "", IDD_HWP_SECSCROLL, UPDOWN_CLASS,
  332. UDS_AUTOBUDDY | UDS_ALIGNRIGHT |
  333. UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_SETBUDDYINT,
  334. 25, 185, 7, 10
  335. DEFPUSHBUTTON "OK", IDOK, 143, 213, 50, 14, WS_GROUP
  336. PUSHBUTTON "Cancel", IDCANCEL, 197, 213, 50, 14
  337. END
  338. DLG_HWP_RENAME DIALOGEX DISCARDABLE 12, 26, 256, 52
  339. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  340. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | DS_CONTEXTHELP
  341. CAPTION "Rename Profile"
  342. FONT 8, "MS Shell Dlg"
  343. BEGIN
  344. LTEXT "From:", IDD_HWP_UNUSED_1, 5, 10, 20, 8
  345. LTEXT "", IDD_HWP_RENAMEFROM, 28, 10, 170, 10
  346. LTEXT "To:", IDD_HWP_RENAMETO_CAPTION, 5, 30, 21, 8
  347. EDITTEXT IDD_HWP_RENAMETO, 30, 30, 161, 12, ES_AUTOHSCROLL
  348. DEFPUSHBUTTON "OK", IDOK, 196, 6, 50, 14
  349. PUSHBUTTON "Cancel", IDCANCEL, 196, 24, 50, 14
  350. END
  351. DLG_HWP_COPY DIALOGEX DISCARDABLE 12, 26, 256, 52
  352. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  353. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | DS_CONTEXTHELP
  354. CAPTION "Copy Profile"
  355. FONT 8, "MS Shell Dlg"
  356. BEGIN
  357. LTEXT "From:", IDD_HWP_UNUSED_1, 5, 10, 20, 8
  358. LTEXT "", IDD_HWP_COPYFROM, 28, 10, 170, 10
  359. LTEXT "To:", IDD_HWP_COPYTO_CAPTION, 5, 30, 21, 8
  360. EDITTEXT IDD_HWP_COPYTO, 30, 30, 161, 12, ES_AUTOHSCROLL
  361. DEFPUSHBUTTON "OK", IDOK, 196, 6, 50, 14
  362. PUSHBUTTON "Cancel", IDCANCEL, 196, 24, 50, 14
  363. END
  364. DLG_HWP_GENERAL DIALOGEX 18, 34, 212, 188
  365. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  366. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  367. CAPTION "General"
  368. FONT 8, "MS Shell Dlg"
  369. BEGIN
  370. ICON DOCK_ICON, IDD_HWP_UNUSED_1, 10,10,18,20, SS_REALSIZECONTROL
  371. LTEXT "", IDD_HWP_ST_PROFILE, 48, 16, 150, 8
  372. LTEXT "Dock ID:", IDD_HWP_ST_DOCKID, 10,42,43,8
  373. LTEXT "", IDD_HWP_DOCKID, 64,42,135,8
  374. LTEXT "Serial Number:", IDD_HWP_ST_SERIALNUM, 10,55,52,8
  375. LTEXT "", IDD_HWP_SERIALNUM, 64,55,135,8
  376. GROUPBOX " ", IDD_HWP_UNUSED_2, 10,69,192,61
  377. AUTOCHECKBOX "This is a &portable computer", IDD_HWP_PORTABLE, 17,68,102,10, WS_GROUP | WS_TABSTOP
  378. AUTORADIOBUTTON "The docking &state is unknown", IDD_HWP_UNKNOWN, 22,85,160,10, WS_GROUP | WS_TABSTOP
  379. AUTORADIOBUTTON "The computer is &docked", IDD_HWP_DOCKED, 22,97,160,10
  380. AUTORADIOBUTTON "The computer is &undocked", IDD_HWP_UNDOCKED, 22,109,160,10
  381. GROUPBOX "Hardware profiles selection", IDD_HWP_ST_MULTIPLE, 10,138,192,42
  382. AUTOCHECKBOX "Always &include this profile as an option when Windows starts", IDD_HWP_ALIASABLE, 17,150,164,20, WS_GROUP | WS_TABSTOP | BS_MULTILINE
  383. END
  384. //
  385. // The "User Profiles" Dialog and its subdialogs
  386. //
  387. IDD_USERPROFILE DIALOGEX 0, 0, 256, 235
  388. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | DS_CONTEXTHELP
  389. CAPTION "User Profiles"
  390. FONT 8, "MS Shell Dlg"
  391. BEGIN
  392. ICON IDI_PROFILE,IDC_UP_ICON,8,11,21,20, SS_REALSIZECONTROL
  393. LTEXT "User profiles store settings for your desktop and other information related to your user account. You can create a different profile on each computer you use, or you can select a roaming profile that is the same on every computer you use.",
  394. IDC_UP_TEXT,37,9,210,40
  395. LTEXT "&Profiles stored on this computer:",IDC_STATIC,8,55,210,8
  396. CONTROL "",IDC_UP_LISTVIEW,"SysListView32",LVS_REPORT | LVS_SORTASCENDING | LVS_SINGLESEL | LVS_NOSORTHEADER | LVS_SHOWSELALWAYS |
  397. WS_BORDER | WS_TABSTOP,8,66,240,87,WS_EX_CLIENTEDGE
  398. PUSHBUTTON "&Change Type",IDC_UP_TYPE,81,160,60,14
  399. PUSHBUTTON "&Delete",IDC_UP_DELETE,145,160,50,14
  400. PUSHBUTTON "Copy &To",IDC_UP_COPY,199,160,50,14
  401. CONTROL "To create new user accounts, open <A>User Accounts</A> in Control Panel.",
  402. IDC_UP_UPLINK,"Link Window",WS_TABSTOP,8,185,230,19
  403. DEFPUSHBUTTON "OK",IDOK,145,214,50,14,WS_GROUP
  404. PUSHBUTTON "Cancel",IDCANCEL,199,214,50,14
  405. END
  406. IDD_UP_TYPE DIALOGEX 7, 20, 225, 103
  407. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  408. CAPTION "Change Profile Type"
  409. FONT 8, "MS Shell Dlg"
  410. BEGIN
  411. LTEXT "", IDC_UPTYPE_GROUP, 7, 11, 206, 28
  412. AUTORADIOBUTTON "&Roaming profile", IDC_UPTYPE_FLOAT, 60, 49, 145, 10, WS_TABSTOP
  413. AUTORADIOBUTTON "&Local profile", IDC_UPTYPE_LOCAL, 60, 63, 145, 10, WS_TABSTOP
  414. DEFPUSHBUTTON "OK", IDOK, 60, 82, 50, 14
  415. PUSHBUTTON "Cancel", IDCANCEL, 122, 82, 50, 14
  416. END
  417. IDD_UP_COPY DIALOGEX 6, 18, 261, 133
  418. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  419. CAPTION "Copy To"
  420. FONT 8, "MS Shell Dlg"
  421. BEGIN
  422. GROUPBOX "Copy &profile to", IDC_COPY_PROFILE, 8, 9, 185, 52
  423. EDITTEXT IDC_COPY_PATH, 15, 23, 167, 12, ES_AUTOHSCROLL
  424. PUSHBUTTON "&Browse", IDC_COPY_BROWSE, 15, 41, 50, 14
  425. GROUPBOX "Permitted to use", IDC_COPY_GROUP, 8, 77, 185, 48
  426. LTEXT "", IDC_COPY_USER, 15,91,167,8
  427. PUSHBUTTON "&Change", IDC_COPY_CHANGE, 15, 105, 50, 14
  428. DEFPUSHBUTTON "OK", IDOK, 204, 13, 50, 14
  429. PUSHBUTTON "Cancel", IDCANCEL, 204, 30, 50, 14
  430. END
  431. //
  432. // The "Advanced" tab and its subdialogs
  433. //
  434. #define TEXTHEIGHT 20
  435. #define TEXTWIDTH 226
  436. #define TEXTXOFFSET 14 //offset is with respect to its Group Box.
  437. #define TEXTYOFFSET 12
  438. #define BUTTONHEIGHT 14
  439. #define BUTTONWIDTH 49
  440. #define BUTTONWIDTH2 85
  441. #define BUTTONXOFFSET 193
  442. #define BUTTONYOFFSET TEXTYOFFSET + 20
  443. #define GROUPBOXWIDTH 242
  444. #define GROUPBOXHEIGHT BUTTONYOFFSET + BUTTONHEIGHT + 7
  445. #define GROUPBOXSEPARATIONHEIGHT 4
  446. #define ADMINWARNOFFSET 8
  447. #define FIRSTGROUPBOXYOFFSET ADMINWARNOFFSET + 14
  448. #define SECONDGROUPBOXYOFFSET FIRSTGROUPBOXYOFFSET + GROUPBOXHEIGHT + GROUPBOXSEPARATIONHEIGHT
  449. #define THIRDGROUPBOXYOFFSET SECONDGROUPBOXYOFFSET + GROUPBOXHEIGHT + GROUPBOXSEPARATIONHEIGHT
  450. #define OTHERBUTTONSYOFFSET THIRDGROUPBOXYOFFSET + GROUPBOXHEIGHT + 7
  451. IDD_ADVANCED DIALOGEX 0, 0, 256, 226
  452. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  453. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  454. CAPTION PROPSHEET_TITLE_ADVANCED
  455. FONT 8, "MS Shell Dlg"
  456. BEGIN
  457. LTEXT "You must be logged on as an Administrator to make most of these changes.", IDC_STATIC, 10, ADMINWARNOFFSET, TEXTWIDTH + 20, TEXTHEIGHT
  458. GROUPBOX "Performance",IDC_STATIC,7,FIRSTGROUPBOXYOFFSET,GROUPBOXWIDTH,GROUPBOXHEIGHT
  459. LTEXT "Visual effects, processor scheduling, memory usage, and virtual memory",
  460. IDC_ADV_PERF_TEXT,TEXTXOFFSET,FIRSTGROUPBOXYOFFSET + TEXTYOFFSET,TEXTWIDTH,TEXTHEIGHT
  461. PUSHBUTTON "&Settings",IDC_ADV_PERF_BTN,BUTTONXOFFSET,FIRSTGROUPBOXYOFFSET + BUTTONYOFFSET,BUTTONWIDTH,BUTTONHEIGHT
  462. GROUPBOX "User Profiles",IDC_STATIC,7,SECONDGROUPBOXYOFFSET,GROUPBOXWIDTH,GROUPBOXHEIGHT
  463. LTEXT "Desktop settings related to your logon",
  464. IDC_ADV_PROF_TEXT,TEXTXOFFSET,SECONDGROUPBOXYOFFSET + TEXTYOFFSET,TEXTWIDTH,TEXTHEIGHT
  465. PUSHBUTTON "S&ettings",IDC_ADV_PROF_BTN,BUTTONXOFFSET,SECONDGROUPBOXYOFFSET + BUTTONYOFFSET,BUTTONWIDTH,BUTTONHEIGHT
  466. GROUPBOX "Startup and Recovery", IDC_STATIC, 7, THIRDGROUPBOXYOFFSET, GROUPBOXWIDTH, GROUPBOXHEIGHT
  467. LTEXT "System startup, system failure, and debugging information",
  468. IDC_ADV_RECOVERY_TEXT, TEXTXOFFSET, THIRDGROUPBOXYOFFSET + TEXTYOFFSET, TEXTWIDTH, TEXTHEIGHT
  469. PUSHBUTTON "Se&ttings", IDC_ADV_RECOVERY_BTN, BUTTONXOFFSET, THIRDGROUPBOXYOFFSET + BUTTONYOFFSET, BUTTONWIDTH, BUTTONHEIGHT
  470. PUSHBUTTON "Enviro&nment Variables",IDC_ADV_ENV_BTN, 7 + GROUPBOXWIDTH - BUTTONWIDTH2 - 4 - BUTTONWIDTH2 , OTHERBUTTONSYOFFSET, BUTTONWIDTH2,BUTTONHEIGHT
  471. PUSHBUTTON "E&rror Reporting", IDC_ADV_PFR_BTN, 7 + GROUPBOXWIDTH - BUTTONWIDTH2, OTHERBUTTONSYOFFSET, BUTTONWIDTH2, BUTTONHEIGHT
  472. END
  473. IDD_VISUALEFFECTS DIALOGEX 6, 18, 227, 191
  474. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  475. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | WS_SYSMENU | WS_POPUP | WS_VISIBLE | DS_CONTEXTHELP
  476. CAPTION "Visual Effects"
  477. FONT 8, "MS Shell Dlg"
  478. BEGIN
  479. LTEXT "Select the settings you want to use for the appearance and performance of Windows on this computer.",
  480. IDC_VFX_TITLE,7,6,208,18
  481. AUTORADIOBUTTON "&Let Windows choose what's best for my computer", IDC_VFX_AUTO,
  482. 7,32,200,8, WS_TABSTOP
  483. AUTORADIOBUTTON "Adjust for &best appearance", IDC_VFX_BESTLOOKS, // don't set this accelerator to A, it will confict with Apply!
  484. 7,44,200,8, WS_TABSTOP
  485. AUTORADIOBUTTON "Adjust for best &performance", IDC_VFX_BESTPERF,
  486. 7,56,200,8, WS_TABSTOP
  487. AUTORADIOBUTTON "&Custom:", IDC_VFX_CUSTOM,
  488. 7,68,200,8, WS_TABSTOP
  489. CONTROL "Tree1",IDC_VFX_TREE,"SysTreeView32",TVS_LINESATROOT |
  490. TVS_DISABLEDRAGDROP | WS_BORDER |
  491. WS_TABSTOP,7,80,213,109
  492. END
  493. IDD_ADVANCEDPERF DIALOGEX 6, 18, 227, 223
  494. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  495. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | WS_SYSMENU | WS_POPUP | WS_VISIBLE | DS_CONTEXTHELP
  496. CAPTION "Advanced"
  497. FONT 8, "MS Shell Dlg"
  498. BEGIN
  499. GROUPBOX "Processor scheduling", IDC_PERF_GROUP, 7, 8, 213, 64
  500. LTEXT "By default, the computer is set to use a greater share of processor time to run your programs.",
  501. IDC_PERF_TEXT, 14, 20, 199, 16
  502. LTEXT "Adjust for best performance of:", IDC_PERF_TEXT2, 14, 40, 199, 8
  503. AUTORADIOBUTTON "&Programs", IDC_PERF_WORKSTATION,
  504. 14,52,75,12, WS_TABSTOP
  505. AUTORADIOBUTTON "Background &services", IDC_PERF_SERVER,
  506. 96,52,85,12, WS_TABSTOP
  507. GROUPBOX "Memory usage", IDC_PERF_CACHE_GROUP, 7, 79, 213, 64
  508. LTEXT "By default, the computer is set to use a greater share of memory to run your programs.",
  509. IDC_PERF_CACHE_TEXT, 14, 91, 199, 16
  510. LTEXT "Adjust for best performance of:", IDC_PERF_CACHE_TEXT2, 14, 111, 199, 8
  511. AUTORADIOBUTTON "P&rograms", IDC_PERF_CACHE_APPLICATION,
  512. 14,123,75,12, WS_TABSTOP
  513. AUTORADIOBUTTON "Sys&tem cache", IDC_PERF_CACHE_SYSTEM,
  514. 96,123,85,12, WS_TABSTOP
  515. GROUPBOX "Virtual memory", IDC_PERF_VM_GROUP, 7, 150, 213, 66
  516. LTEXT "A paging file is an area on the hard disk that Windows uses as if it were RAM.",
  517. IDC_PERF_VM_ALLOCD_TEXT, 14, 162, 199, 16
  518. LTEXT "Total paging file size for all drives:",
  519. IDC_PERF_VM_ALLOCD_LABEL, 14, 182, 125, 8
  520. LTEXT "", IDC_PERF_VM_ALLOCD, 147, 182, 50, 8
  521. PUSHBUTTON "&Change", IDC_PERF_CHANGE, 163, 195, 50, 14
  522. END
  523. IDD_ENVVARS DIALOGEX 6, 18, 252, 245
  524. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  525. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | WS_POPUP | WS_VISIBLE | WS_SYSMENU | DS_CONTEXTHELP
  526. CAPTION "Environment Variables"
  527. FONT 8, "MS Shell Dlg"
  528. BEGIN
  529. GROUPBOX "", IDC_ENVVAR_SYS_USERGROUP, 7, 12, 238, 100
  530. CONTROL "",IDC_ENVVAR_SYS_LB_USERVARS, WC_LISTVIEW, LVS_REPORT | LVS_SINGLESEL |
  531. LVS_SHOWSELALWAYS | LVS_SORTASCENDING | LVS_NOSORTHEADER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP,
  532. 14, 25, 224, 58, WS_EX_CLIENTEDGE
  533. PUSHBUTTON "&New", IDC_ENVVAR_SYS_NEWUV, 80, 90, 50, 14
  534. PUSHBUTTON "&Edit", IDC_ENVVAR_SYS_EDITUV, 134, 90, 50, 14
  535. PUSHBUTTON "&Delete", IDC_ENVVAR_SYS_NDELUV, 188, 90, 50, 14
  536. GROUPBOX "&System variables", IDC_ENVVAR_SYS_SYSGROUP, 7, 116, 238, 100
  537. CONTROL "",IDC_ENVVAR_SYS_LB_SYSVARS, WC_LISTVIEW, LVS_REPORT | LVS_SINGLESEL |
  538. LVS_SHOWSELALWAYS | LVS_SORTASCENDING | LVS_NOSORTHEADER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP,
  539. 14, 129, 224, 58, WS_EX_CLIENTEDGE
  540. PUSHBUTTON "Ne&w", IDC_ENVVAR_SYS_NEWSV, 80, 194, 50, 14
  541. PUSHBUTTON "Ed&it", IDC_ENVVAR_SYS_EDITSV, 134, 194, 50, 14
  542. PUSHBUTTON "De&lete", IDC_ENVVAR_SYS_DELSV, 188, 194, 50, 14
  543. DEFPUSHBUTTON "OK", IDOK, 141, 224, 50, 14, WS_GROUP
  544. PUSHBUTTON "Cancel", IDCANCEL, 195, 224, 50, 14
  545. END
  546. IDD_ENVVAREDIT DIALOGEX 10, 15, 227, 71
  547. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  548. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | WS_POPUP | WS_VISIBLE | WS_SYSMENU | DS_CONTEXTHELP
  549. CAPTION ""
  550. FONT 8, "MS Shell Dlg"
  551. BEGIN
  552. LTEXT "Variable &name:", IDC_ENVVAR_EDIT_NAME_LABEL,
  553. 7, 14, 50, 8
  554. EDITTEXT IDC_ENVVAR_EDIT_NAME, 75, 12, 145, 12, ES_AUTOHSCROLL
  555. LTEXT "Variable &value:", IDC_ENVVAR_EDIT_VALUE_LABEL,
  556. 7, 32, 50, 8
  557. EDITTEXT IDC_ENVVAR_EDIT_VALUE, 75, 30, 145, 12, ES_AUTOHSCROLL
  558. DEFPUSHBUTTON "OK", IDOK, 116, 50, 50, 14, WS_GROUP
  559. PUSHBUTTON "Cancel", IDCANCEL, 170, 50, 50, 14
  560. END
  561. IDD_STARTUP DIALOGEX 6, 18, 252, 280
  562. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  563. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | WS_POPUP | WS_VISIBLE | WS_SYSMENU | DS_CONTEXTHELP
  564. CAPTION "Startup and Recovery"
  565. FONT 8, "MS Shell Dlg"
  566. BEGIN
  567. GROUPBOX "System startup",IDC_STARTUP_SYSTEM_GRP,7,12,238,95
  568. LTEXT "Default operating &system:",IDC_STARTUP_SYS_OS_LABEL,14,26,100,8
  569. COMBOBOX IDC_STARTUP_SYS_OS,14,37,224,46,CBS_DROPDOWNLIST |
  570. WS_VSCROLL | WS_TABSTOP
  571. CHECKBOX "&Time to display list of operating systems:", IDC_STARTUP_SYS_ENABLECOUNTDOWN, 14, 56, 150, 8
  572. EDITTEXT IDC_STARTUP_SYS_SECONDS, 179, 54, 30, 12, ES_AUTOHSCROLL
  573. CONTROL "", IDC_STARTUP_SYS_SECSCROLL, "msctls_updown32",
  574. UDS_WRAP | UDS_AUTOBUDDY | UDS_ALIGNRIGHT |
  575. UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_SETBUDDYINT,
  576. 0, 0, 8, 13
  577. LTEXT "seconds", IDC_STARTUP_SYS_SECONDS_LABEL, 215, 56, 25, 8
  578. CHECKBOX "Time to &display recovery options when needed:", IDC_STARTUP_AUTOLKG, 14, 70, 163, 8
  579. EDITTEXT IDC_STARTUP_AUTOLKG_SECONDS, 179, 68, 30, 12, ES_AUTOHSCROLL
  580. CONTROL "", IDC_STARTUP_AUTOLKG_SECSCROLL, "msctls_updown32",
  581. UDS_WRAP | UDS_AUTOBUDDY | UDS_ALIGNRIGHT |
  582. UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_SETBUDDYINT,
  583. 0, 0, 8, 13
  584. LTEXT "seconds", IDC_STARTUP_AUTOLKG_SECONDS_LABEL, 215, 70, 25, 8
  585. LTEXT "To edit the startup options file manually, click Edit.", IDC_STARTUP_SYS_EDIT_LABEL, 14, 89, 187, 8
  586. PUSHBUTTON "&Edit",IDC_SYS_EDIT_BUTTION,188,87,50,14
  587. GROUPBOX "System failure",IDC_STARTUP_CDMP_GRP,7,111,238,140
  588. CONTROL "&Write an event to the system log",IDC_STARTUP_CDMP_LOG,
  589. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,124,148,10
  590. CONTROL "Se&nd an administrative alert",IDC_STARTUP_CDMP_SEND,
  591. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,138,148,10
  592. CONTROL "Automatically &restart",IDC_STARTUP_CDMP_AUTOREBOOT,
  593. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,152,145,10
  594. GROUPBOX "Write debugging information",IDC_STARTUP_CDMP_DEBUGINFO_GROUP,12,167,227,76
  595. COMBOBOX IDC_STARTUP_CDMP_TYPE,17,182,151,49,CBS_DROPDOWNLIST |
  596. CBS_SORT | WS_VSCROLL | WS_TABSTOP
  597. LTEXT "Dump &file:",IDC_STARTUP_CDMP_FILE_LABEL,17,202,150,8
  598. EDITTEXT IDC_STARTUP_CDMP_FILENAME,17,210,153,12,ES_AUTOHSCROLL
  599. CONTROL "&Overwrite any existing file",
  600. IDC_STARTUP_CDMP_OVERWRITE,"Button",BS_AUTOCHECKBOX |
  601. WS_TABSTOP,17,228,125,10
  602. DEFPUSHBUTTON "OK",IDOK,141,259,50,14,WS_GROUP
  603. PUSHBUTTON "Cancel",IDCANCEL,195,259,50,14
  604. END
  605. DLG_VIRTUALMEM DIALOGEX 8, 10, 225, 250
  606. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | DS_CONTEXTHELP
  607. CAPTION "Virtual Memory"
  608. FONT 8, "MS Shell Dlg"
  609. BEGIN
  610. LTEXT "&Drive [Volume Label]",IDD_VM_DRIVE_HDR,8,8,71,8
  611. LTEXT "Paging File Size (MB)",IDD_VM_PF_SIZE_LABEL,111,8,70,8
  612. LISTBOX IDD_VM_VOLUMES,7,18,211,52,LBS_SORT | LBS_USETABSTOPS |
  613. WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
  614. GROUPBOX "Paging file size for selected drive",IDC_STATIC,7,68,
  615. 211,103,WS_GROUP
  616. LTEXT "Drive:",IDD_VM_DRIVE_LABEL,14,80,20,8
  617. LTEXT "",IDD_VM_SF_DRIVE,87,80,90,8
  618. LTEXT "Space available:",IDD_VM_SPACE_LABEL,14,89,56,8
  619. LTEXT "",IDD_VM_SF_SPACE,87,89,52,8
  620. CONTROL "&Custom size:",IDD_VM_CUSTOMSIZE_RADIO,"Button",
  621. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,14,101,53,10
  622. CONTROL "S&ystem managed size",IDD_VM_RAMBASED_RADIO,"Button",
  623. BS_AUTORADIOBUTTON,14,143,84,10
  624. CONTROL "&No paging file",IDD_VM_NOPAGING_RADIO,"Button",
  625. BS_AUTORADIOBUTTON ,14,155,59,10
  626. LTEXT "&Initial size (MB):",IDD_VM_ST_INITSIZE,16,113,54,8
  627. EDITTEXT IDD_VM_SF_SIZE,87,110,40,14,ES_AUTOHSCROLL
  628. LTEXT "Ma&ximum size (MB):",IDD_VM_ST_MAXSIZE,16,129,66,8
  629. EDITTEXT IDD_VM_SF_SIZEMAX,87,126,40,14,ES_AUTOHSCROLL
  630. PUSHBUTTON "&Set",IDD_VM_SF_SET,163,153,50,14
  631. GROUPBOX "Total paging file size for all drives",IDC_STATIC,7,174,
  632. 211,50
  633. LTEXT "Minimum allowed:",IDD_VM_MIN_LABEL,15,186,58,8
  634. LTEXT "",IDD_VM_MIN,88,186,52,8
  635. LTEXT "Recommended:",IDD_VM_RECOMMEND_LABEL,15,197,51,8
  636. LTEXT "",IDD_VM_RECOMMEND,88,197,52,8
  637. LTEXT "Currently allocated:",IDD_VM_ALLOCD_LABEL,15,208,65,8
  638. LTEXT "",IDD_VM_ALLOCD,88,208,82,8
  639. // PUSHBUTTON "&Help", IDD_HELP, 37, 234, 50, 14
  640. DEFPUSHBUTTON "OK",IDOK,116,230,50,14,WS_GROUP
  641. PUSHBUTTON "Cancel",IDCANCEL,170,230,50,14
  642. END
  643. IDD_PFR_REPORTSRV DIALOG 0, 0, 211, 199
  644. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  645. CAPTION "Error Reporting"
  646. FONT 8, "MS Shell Dlg"
  647. BEGIN
  648. LTEXT "You can choose to have software errors reported to Microsoft to help improve future products.",
  649. IDC_PFR_TEXT,41,9,147,32
  650. ICON 9,IDC_PFR_REPICON,11,8,21,20
  651. CONTROL "Di&sable error reporting",IDC_PFR_DISABLE,"Button",
  652. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,29,50,162,9
  653. CONTROL "&Enable error reporting",IDC_PFR_ENABLE,"Button",
  654. BS_AUTORADIOBUTTON | WS_TABSTOP,29,86,162,9
  655. CONTROL "But &notify me when critical errors occur",
  656. IDC_PFR_SHOWUI,"Button",BS_AUTOCHECKBOX | BS_MULTILINE |
  657. WS_GROUP | WS_TABSTOP,42,62,156,16
  658. CONTROL "&Windows operating system",IDC_PFR_ENABLEOS,"Button",
  659. BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,42,97,150,16
  660. CONTROL "&Unplanned machine shutdowns",IDC_PFR_ENABLESHUT,"Button",
  661. BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,42,115,149,
  662. 16
  663. CONTROL "&Programs",IDC_PFR_ENABLEPROG,"Button",BS_AUTOCHECKBOX |
  664. BS_MULTILINE | WS_TABSTOP,42,133,75,16
  665. PUSHBUTTON "&Choose Programs...",IDC_PFR_DETAILS,121,134,72,14
  666. CONTROL "&Force queue mode for program errors.",IDC_PFR_FORCEQ,
  667. "Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,55,
  668. 151,137,16
  669. DEFPUSHBUTTON "OK",IDOK,102,180,49,14
  670. PUSHBUTTON "Cancel",IDCANCEL,156,180,49,14
  671. END
  672. IDD_PFR_REPORT DIALOGEX 0, 0, 211, 173
  673. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_CONTEXTHELP
  674. CAPTION "Error Reporting"
  675. FONT 8, "MS Shell Dlg"
  676. BEGIN
  677. LTEXT "You can choose to have software errors reported to Microsoft to help improve future products.",
  678. IDC_PFR_TEXT,41,9,147,32
  679. ICON 9,IDC_PFR_REPICON,11,8,21,20, SS_REALSIZECONTROL
  680. CONTROL "Di&sable error reporting",IDC_PFR_DISABLE,"Button",
  681. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,29,50,162,9
  682. CONTROL "&Enable error reporting",IDC_PFR_ENABLE,"Button",
  683. BS_AUTORADIOBUTTON | WS_TABSTOP,29,86,162,9
  684. CONTROL "But &notify me when critical errors occur",
  685. IDC_PFR_SHOWUI,"Button",BS_AUTOCHECKBOX | BS_MULTILINE |
  686. WS_GROUP | WS_TABSTOP,42,62,156,16
  687. CONTROL "&Windows operating system",IDC_PFR_ENABLEOS,"Button",
  688. BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,42,97,150,16
  689. CONTROL "&Programs",IDC_PFR_ENABLEPROG,"Button",BS_AUTOCHECKBOX |
  690. BS_MULTILINE | WS_TABSTOP,42,115,75,16
  691. PUSHBUTTON "&Choose Programs...",IDC_PFR_DETAILS,121,116,72,14
  692. DEFPUSHBUTTON "OK",IDOK,101,154,49,14
  693. PUSHBUTTON "Cancel",IDCANCEL,155,154,49,14
  694. END
  695. IDD_PFR_PROG DIALOGEX 0, 0, 219, 261
  696. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  697. CAPTION "Choose Programs"
  698. FONT 8, "MS Shell Dlg"
  699. BEGIN
  700. CONTROL "All progra&ms",IDC_PFR_DEFALL,"Button",
  701. BS_AUTORADIOBUTTON | BS_MULTILINE,15,32,172,12
  702. CONTROL "All &programs in this list:",IDC_PFR_DEFNONE,"Button",
  703. BS_AUTORADIOBUTTON | BS_MULTILINE,15,46,194,12
  704. CONTROL "",IDC_PFR_INCLIST,"SysListView32",LVS_REPORT |
  705. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
  706. LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,16,61,188,56,
  707. WS_EX_CLIENTEDGE
  708. PUSHBUTTON "&Add...",IDC_PFR_INCADD,100,120,49,14
  709. PUSHBUTTON "&Remove",IDC_PFR_INCREM,154,120,49,14
  710. LTEXT "Do &not report errors for these programs:",IDC_STATIC,
  711. 24,141,172,16
  712. CONTROL "",IDC_PFR_EXLIST,"SysListView32",LVS_REPORT |
  713. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
  714. LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,16,158,188,
  715. 56,WS_EX_CLIENTEDGE
  716. PUSHBUTTON "A&dd...",IDC_PFR_EXADD,100,216,49,14
  717. PUSHBUTTON "R&emove",IDC_PFR_EXREM,154,216,49,14
  718. DEFPUSHBUTTON "OK",IDOK,103,240,49,14
  719. PUSHBUTTON "Cancel",IDCANCEL,157,240,49,14
  720. LTEXT "Report errors for these programs (unless specifically excluded below):",
  721. IDC_STATIC,17,5,190,26
  722. END
  723. IDD_PFR_ADDPROG DIALOG DISCARDABLE 0, 0, 184, 93
  724. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_CONTEXTHELP
  725. CAPTION "Add Program"
  726. FONT 8, "MS Shell Dlg"
  727. BEGIN
  728. LTEXT "&Enter the complete name of the program you want to add, including the file extension:",
  729. IDC_STATIC,7,7,170,25
  730. EDITTEXT IDC_PFR_NEWPROG,7,33,114,13,ES_AUTOHSCROLL
  731. PUSHBUTTON "&Browse...",IDC_PFR_BROWSE,125,33,50,14
  732. LTEXT "Example: notepad.exe",IDC_STATIC,8,50,167,11
  733. DEFPUSHBUTTON "OK",IDOK,74,66,49,14
  734. PUSHBUTTON "Cancel",IDCANCEL,128,66,49,14
  735. END