Leaked source code of windows server 2003
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.

876 lines
45 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_WINDOWSDOTNET "Microsoft Windows Server 2003"
  187. IDS_WINVER_YEAR "Version 2003"
  188. IDS_WINVER_PROFESSIONAL_WIN64 "64-Bit Edition"
  189. IDS_WINVER_PERSONAL "Home Edition"
  190. IDS_WINVER_PROFESSIONAL "Professional"
  191. IDS_WINVER_SERVER "Standard Edition"
  192. IDS_WINVER_ADVANCEDSERVER "Enterprise Edition"
  193. IDS_WINVER_DATACENTER "Datacenter Edition"
  194. IDS_WINVER_EMBEDDED "Embedded"
  195. IDS_WINVER_BLADE "Web Edition"
  196. IDS_WINVER_SBS "for Small Business Server"
  197. // Column headings in EnvVar dialog
  198. IDS_ENVVAR_VARIABLE_HEADING, "Variable"
  199. IDS_ENVVAR_VALUE_HEADING, "Value"
  200. IDS_SYSDM_NOLOAD_DEVMANPROG, "Unable to load the Device manager program file, %s.\n"
  201. 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"
  202. // Product feedback reporting strings
  203. IDS_PFR_OK, "Ok"
  204. IDS_PFR_FILTER, "Executables"
  205. IDS_PFR_TITLE, "Select File To Add"
  206. IDS_PFR_CFGREADERR, "Unable to read Error Reporting settings."
  207. IDS_PFR_CFGWRITEERR, "Unable to save changes. Some changes will not be remembered."
  208. IDS_PFR_WINCOMP, "Windows components"
  209. IDS_PFR_KERNEL, "Windows operating system"
  210. IDS_PFR_PROG, "Programs"
  211. IDS_PFR_MSPROG, "Programs from Microsoft"
  212. 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."
  213. IDS_PFR_ISWINCOMP, "The specified file is already listed under Windows Components. Please include or exclude it via Windows Components' details."
  214. IDS_PFR_ISONLISTE, "The specified file is already present on the exclude list."
  215. IDS_PFR_ISONLISTI, "The specified file is already present on the include list."
  216. IDS_PFR_ADDTOEX, " You must remove it from that list before adding it to the exclude list."
  217. IDS_PFR_ADDTOINC, " You must remove it from that list before adding it to the include list."
  218. IDS_PFR_BADFILE, "The specified filename is not a valid executable name."
  219. IDS_PFR_DEFINC "Report errors in all programs"
  220. IDS_PFR_DEFEX "Do not report errors in any programs"
  221. IDS_PERFOPTIONS, "Performance Options"
  222. // Propsheet names
  223. IDS_PROPSHEET_TITLE_GENERAL PROPSHEET_TITLE_GENERAL
  224. IDS_PROPSHEET_TITLE_ADVANCED PROPSHEET_TITLE_ADVANCED
  225. IDS_PROPSHEET_TITLE_HARDWARE PROPSHEET_TITLE_HARDWARE
  226. END
  227. //
  228. // The "General" Tab and its subdialogs
  229. //
  230. IDD_GENERAL DIALOGEX 32, 10, 256, 218
  231. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | WS_POPUP | WS_VISIBLE
  232. CAPTION PROPSHEET_TITLE_GENERAL
  233. FONT 8, "MS Shell Dlg"
  234. BEGIN
  235. CONTROL "",IDC_GEN_WINDOWS_IMAGE,"Static",
  236. SS_BITMAP | SS_CENTERIMAGE | SS_REALSIZECONTROL,7,11,120,98
  237. LTEXT "System:",IDC_TEXT_1,129,11,40,8
  238. LTEXT "",IDC_GEN_VERSION_0,135,22,125,8
  239. LTEXT "",IDC_GEN_VERSION_1,135,33,100,8
  240. LTEXT "",IDC_GEN_VERSION_2,135,44,100,8
  241. LTEXT "",IDC_GEN_VERSION_3,135,55,100,8
  242. LTEXT "Registered to:",IDC_TEXT_3,129,71,70,8
  243. EDITTEXT IDC_GEN_REGISTERED_0,135,82,100,8,ES_AUTOHSCROLL |
  244. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  245. EDITTEXT IDC_GEN_REGISTERED_1,135,93,100,8,ES_AUTOHSCROLL |
  246. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  247. EDITTEXT IDC_GEN_REGISTERED_2,135,104,100,8,ES_AUTOHSCROLL |
  248. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  249. EDITTEXT IDC_GEN_REGISTERED_3,135,115,100,8,ES_AUTOHSCROLL |
  250. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  251. CTEXT "Manufactured and supported by:",IDC_GEN_OEM_NUDGE,
  252. 7,134,120,8, NOT WS_VISIBLE
  253. LTEXT "Computer:",IDC_GEN_MACHINE,129,126,70,8
  254. CONTROL "",IDC_GEN_OEM_IMAGE,"Static",
  255. SS_BITMAP | SS_CENTERIMAGE | SS_REALSIZECONTROL,7,144,120,70
  256. CONTROL "",IDC_GEN_MACHINE_0,LINKWINDOW_CLASS,WS_MAXIMIZEBOX | NOT WS_TABSTOP,135,137,110,8
  257. CONTROL "",IDC_GEN_MACHINE_1,LINKWINDOW_CLASS,WS_MAXIMIZEBOX | NOT WS_TABSTOP,135,148,110,8
  258. CONTROL "",IDC_GEN_MACHINE_2,LINKWINDOW_CLASS,WS_MAXIMIZEBOX | NOT WS_TABSTOP,135,159,110,8
  259. CONTROL "",IDC_GEN_MACHINE_3,LINKWINDOW_CLASS,WS_MAXIMIZEBOX | NOT WS_TABSTOP,135,170,110,8
  260. CONTROL "",IDC_GEN_MACHINE_4,LINKWINDOW_CLASS,WS_MAXIMIZEBOX | NOT WS_TABSTOP,135,181,110,8
  261. CONTROL "",IDC_GEN_MACHINE_5,LINKWINDOW_CLASS,WS_MAXIMIZEBOX | NOT WS_TABSTOP,135,192,110,8
  262. CONTROL "",IDC_GEN_MACHINE_6,LINKWINDOW_CLASS,WS_MAXIMIZEBOX | NOT WS_TABSTOP,135,203,110,8
  263. CONTROL "",IDC_GEN_MACHINE_7,LINKWINDOW_CLASS,WS_MAXIMIZEBOX | NOT WS_TABSTOP,135,214,110,8
  264. CONTROL "",IDC_GEN_MACHINE_8,LINKWINDOW_CLASS,WS_MAXIMIZEBOX | NOT WS_TABSTOP,135,225,110,8
  265. PUSHBUTTON "&Support Information",IDC_GEN_OEM_SUPPORT,
  266. 135,206,80,14,WS_DISABLED | NOT WS_VISIBLE
  267. END
  268. IDD_PHONESUP DIALOGEX 32, 10, 256, 176
  269. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  270. CAPTION "Phone Support"
  271. FONT 8, "MS Shell Dlg"
  272. BEGIN
  273. EDITTEXT IDC_SUPPORT_TEXT,7,7,241,144,WS_VSCROLL | WS_HSCROLL |
  274. ES_READONLY | ES_MULTILINE | NOT WS_TABSTOP
  275. PUSHBUTTON "OK",IDOK,101,155,50,14
  276. END
  277. //
  278. // The "Hardware" Tab and its subdialogs
  279. //
  280. #define HW_GROUP1_OFFSET 12
  281. #define HW_GROUP2_OFFSET HW_GROUP1_OFFSET + 67
  282. #define HW_GROUP3_OFFSET HW_GROUP2_OFFSET + 70
  283. #define HW_ICONTEXT_OFFSET 12
  284. #define HW_BUTTON_WIDTH 98
  285. #define HW_BUTTON_HEIGHT 14
  286. IDD_HARDWARE DIALOGEX 0, 0, 256, 226
  287. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  288. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  289. CAPTION PROPSHEET_TITLE_HARDWARE
  290. FONT 8, "MS Shell Dlg"
  291. BEGIN
  292. GROUPBOX "Add Hardware Wizard",IDC_STATIC,7,HW_GROUP1_OFFSET,242,62
  293. ICON "",IDC_WIZARD_ICON,14,HW_GROUP1_OFFSET + HW_ICONTEXT_OFFSET,21,20, SS_REALSIZECONTROL
  294. LTEXT "The Add Hardware Wizard helps you install hardware.",
  295. IDC_WIZARD_TEXT,45,HW_GROUP1_OFFSET + HW_ICONTEXT_OFFSET,195,30
  296. PUSHBUTTON "Add &Hardware Wizard",IDC_WIZARD_START,144,HW_GROUP1_OFFSET + 41,HW_BUTTON_WIDTH,HW_BUTTON_HEIGHT
  297. GROUPBOX "Device Manager",IDC_STATIC,7,HW_GROUP2_OFFSET,242,65
  298. ICON "",IDC_DEVMGR_ICON,14,HW_GROUP2_OFFSET + HW_ICONTEXT_OFFSET,21,20, SS_REALSIZECONTROL
  299. LTEXT "The Device Manager lists all the hardware devices installed on your computer. Use the Device Manager to change the properties of any device.",
  300. IDC_DEVMGR_TEXT,45,HW_GROUP2_OFFSET + HW_ICONTEXT_OFFSET,195,30
  301. PUSHBUTTON "Driver &Signing",IDC_DRIVER_SIGNING,41,HW_GROUP2_OFFSET + 44,HW_BUTTON_WIDTH,HW_BUTTON_HEIGHT
  302. PUSHBUTTON "&Device Manager",IDC_DEVMGR_START,41 + HW_BUTTON_WIDTH + 4,HW_GROUP2_OFFSET + 44,HW_BUTTON_WIDTH,HW_BUTTON_HEIGHT
  303. GROUPBOX "Hardware Profiles", IDC_STATIC, 7, HW_GROUP3_OFFSET, 242, 62
  304. ICON DOCK_ICON,IDC_HWPROFILES_ICON,14,HW_GROUP3_OFFSET + HW_ICONTEXT_OFFSET,21,20, SS_REALSIZECONTROL
  305. 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
  306. PUSHBUTTON "Hardware &Profiles", IDC_HWPROFILES_START, 144, HW_GROUP3_OFFSET + 41, HW_BUTTON_WIDTH, HW_BUTTON_HEIGHT
  307. END
  308. DLG_HWPROFILES DIALOGEX 6, 18, 254, 234
  309. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  310. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | DS_CONTEXTHELP
  311. CAPTION "Hardware Profiles"
  312. FONT 8, "MS Shell Dlg"
  313. BEGIN
  314. ICON DOCK_ICON, IDD_HWP_UNUSED_1, 8,11,18,20, SS_REALSIZECONTROL
  315. LTEXT "You can set up hardware profiles for different hardware configurations. At startup, you can choose the profile you want to use.",
  316. IDD_HWP_UNUSED_2, 46, 11, 188, 25
  317. LTEXT "&Available hardware profiles:", -1, 8, 41, 120, 8
  318. LISTBOX IDD_HWP_PROFILES, 8,52,215,54, LBS_NOTIFY | WS_VSCROLL | WS_TABSTOP | WS_GROUP
  319. PUSHBUTTON "", IDD_HWP_ORDERUP, 232,59,15,15, WS_GROUP | BS_ICON | BS_CENTER | BS_VCENTER
  320. PUSHBUTTON "", IDD_HWP_ORDERDOWN, 232,79,15,15, WS_GROUP | BS_ICON | BS_CENTER | BS_VCENTER
  321. PUSHBUTTON "&Properties", IDD_HWP_PROPERTIES, 8,106,50,14
  322. PUSHBUTTON "&Copy", IDD_HWP_COPY, 63,106,50,14
  323. PUSHBUTTON "&Rename", IDD_HWP_RENAME, 118,106,50,14
  324. PUSHBUTTON "&Delete", IDD_HWP_DELETE, 173,106,50,14
  325. GROUPBOX "Hardware profiles selection", IDD_HWP_ST_MULTIPLE, 7,130,240,75
  326. LTEXT "When Windows starts:",
  327. IDD_HWP_UNUSED_3, 14,142,210,8
  328. AUTORADIOBUTTON "&Wait until I select a hardware profile", IDD_HWP_WAITFOREVER,
  329. 14,158,133,8, WS_TABSTOP
  330. AUTORADIOBUTTON "&Select the first profile listed if I don't select a profile in", IDD_HWP_WAITUSER,
  331. 14,173,190,8, WS_TABSTOP
  332. LTEXT "seconds", IDD_HWP_WAITUSER_TEXT_1, 65,187,35,8
  333. EDITTEXT IDD_HWP_SECONDS, 25,185,35,12, WS_TABSTOP
  334. CONTROL "", IDD_HWP_SECSCROLL, UPDOWN_CLASS,
  335. UDS_AUTOBUDDY | UDS_ALIGNRIGHT |
  336. UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_SETBUDDYINT,
  337. 25, 185, 7, 10
  338. DEFPUSHBUTTON "OK", IDOK, 143, 213, 50, 14, WS_GROUP
  339. PUSHBUTTON "Cancel", IDCANCEL, 197, 213, 50, 14
  340. END
  341. DLG_HWP_RENAME DIALOGEX DISCARDABLE 12, 26, 256, 52
  342. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  343. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | DS_CONTEXTHELP
  344. CAPTION "Rename Profile"
  345. FONT 8, "MS Shell Dlg"
  346. BEGIN
  347. LTEXT "From:", IDD_HWP_UNUSED_1, 5, 10, 20, 8
  348. LTEXT "", IDD_HWP_RENAMEFROM, 28, 10, 170, 10
  349. LTEXT "To:", IDD_HWP_RENAMETO_CAPTION, 5, 30, 21, 8
  350. EDITTEXT IDD_HWP_RENAMETO, 30, 30, 161, 12, ES_AUTOHSCROLL
  351. DEFPUSHBUTTON "OK", IDOK, 196, 6, 50, 14
  352. PUSHBUTTON "Cancel", IDCANCEL, 196, 24, 50, 14
  353. END
  354. DLG_HWP_COPY DIALOGEX DISCARDABLE 12, 26, 256, 52
  355. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  356. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | DS_CONTEXTHELP
  357. CAPTION "Copy Profile"
  358. FONT 8, "MS Shell Dlg"
  359. BEGIN
  360. LTEXT "From:", IDD_HWP_UNUSED_1, 5, 10, 20, 8
  361. LTEXT "", IDD_HWP_COPYFROM, 28, 10, 170, 10
  362. LTEXT "To:", IDD_HWP_COPYTO_CAPTION, 5, 30, 21, 8
  363. EDITTEXT IDD_HWP_COPYTO, 30, 30, 161, 12, ES_AUTOHSCROLL
  364. DEFPUSHBUTTON "OK", IDOK, 196, 6, 50, 14
  365. PUSHBUTTON "Cancel", IDCANCEL, 196, 24, 50, 14
  366. END
  367. DLG_HWP_GENERAL DIALOGEX 18, 34, 212, 188
  368. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  369. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  370. CAPTION "General"
  371. FONT 8, "MS Shell Dlg"
  372. BEGIN
  373. ICON DOCK_ICON, IDD_HWP_UNUSED_1, 10,10,18,20, SS_REALSIZECONTROL
  374. LTEXT "", IDD_HWP_ST_PROFILE, 48, 16, 150, 8
  375. LTEXT "Dock ID:", IDD_HWP_ST_DOCKID, 10,42,43,8
  376. LTEXT "", IDD_HWP_DOCKID, 64,42,135,8
  377. LTEXT "Serial Number:", IDD_HWP_ST_SERIALNUM, 10,55,52,8
  378. LTEXT "", IDD_HWP_SERIALNUM, 64,55,135,8
  379. GROUPBOX " ", IDD_HWP_UNUSED_2, 10,69,192,61
  380. AUTOCHECKBOX "This is a &portable computer", IDD_HWP_PORTABLE, 17,68,102,10, WS_GROUP | WS_TABSTOP
  381. AUTORADIOBUTTON "The docking &state is unknown", IDD_HWP_UNKNOWN, 22,85,160,10, WS_GROUP | WS_TABSTOP
  382. AUTORADIOBUTTON "The computer is &docked", IDD_HWP_DOCKED, 22,97,160,10
  383. AUTORADIOBUTTON "The computer is &undocked", IDD_HWP_UNDOCKED, 22,109,160,10
  384. GROUPBOX "Hardware profiles selection", IDD_HWP_ST_MULTIPLE, 10,138,192,42
  385. AUTOCHECKBOX "Always &include this profile as an option when Windows starts", IDD_HWP_ALIASABLE, 17,150,164,20, WS_GROUP | WS_TABSTOP | BS_MULTILINE
  386. END
  387. //
  388. // The "User Profiles" Dialog and its subdialogs
  389. //
  390. IDD_USERPROFILE DIALOGEX 0, 0, 256, 235
  391. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | DS_CONTEXTHELP
  392. CAPTION "User Profiles"
  393. FONT 8, "MS Shell Dlg"
  394. BEGIN
  395. ICON IDI_PROFILE,IDC_UP_ICON,8,11,21,20, SS_REALSIZECONTROL
  396. 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.",
  397. IDC_UP_TEXT,37,9,210,40
  398. LTEXT "&Profiles stored on this computer:",IDC_STATIC,8,55,210,8
  399. CONTROL "",IDC_UP_LISTVIEW,"SysListView32",LVS_REPORT | LVS_SORTASCENDING | LVS_SINGLESEL | LVS_NOSORTHEADER | LVS_SHOWSELALWAYS |
  400. WS_BORDER | WS_TABSTOP,8,66,240,87,WS_EX_CLIENTEDGE
  401. PUSHBUTTON "&Change Type",IDC_UP_TYPE,81,160,60,14
  402. PUSHBUTTON "&Delete",IDC_UP_DELETE,145,160,50,14
  403. PUSHBUTTON "Copy &To",IDC_UP_COPY,199,160,50,14
  404. CONTROL "To create new user accounts, open <A>User Accounts</A> in Control Panel.",
  405. IDC_UP_UPLINK,"Link Window",WS_TABSTOP,8,185,230,19
  406. DEFPUSHBUTTON "OK",IDOK,145,214,50,14,WS_GROUP
  407. PUSHBUTTON "Cancel",IDCANCEL,199,214,50,14
  408. END
  409. IDD_UP_TYPE DIALOGEX 7, 20, 225, 103
  410. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  411. CAPTION "Change Profile Type"
  412. FONT 8, "MS Shell Dlg"
  413. BEGIN
  414. LTEXT "", IDC_UPTYPE_GROUP, 7, 11, 206, 28
  415. AUTORADIOBUTTON "&Roaming profile", IDC_UPTYPE_FLOAT, 60, 49, 145, 10, WS_TABSTOP
  416. AUTORADIOBUTTON "&Local profile", IDC_UPTYPE_LOCAL, 60, 63, 145, 10, WS_TABSTOP
  417. DEFPUSHBUTTON "OK", IDOK, 60, 82, 50, 14
  418. PUSHBUTTON "Cancel", IDCANCEL, 122, 82, 50, 14
  419. END
  420. IDD_UP_COPY DIALOGEX 6, 18, 261, 133
  421. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  422. CAPTION "Copy To"
  423. FONT 8, "MS Shell Dlg"
  424. BEGIN
  425. GROUPBOX "Copy &profile to", IDC_COPY_PROFILE, 8, 9, 185, 52
  426. EDITTEXT IDC_COPY_PATH, 15, 23, 167, 12, ES_AUTOHSCROLL
  427. PUSHBUTTON "&Browse", IDC_COPY_BROWSE, 15, 41, 50, 14
  428. GROUPBOX "Permitted to use", IDC_COPY_GROUP, 8, 77, 185, 48
  429. LTEXT "", IDC_COPY_USER, 15,91,167,8
  430. PUSHBUTTON "&Change", IDC_COPY_CHANGE, 15, 105, 50, 14
  431. DEFPUSHBUTTON "OK", IDOK, 204, 13, 50, 14
  432. PUSHBUTTON "Cancel", IDCANCEL, 204, 30, 50, 14
  433. END
  434. //
  435. // The "Advanced" tab and its subdialogs
  436. //
  437. #define TEXTHEIGHT 20
  438. #define TEXTWIDTH 226
  439. #define TEXTXOFFSET 14 //offset is with respect to its Group Box.
  440. #define TEXTYOFFSET 12
  441. #define BUTTONHEIGHT 14
  442. #define BUTTONWIDTH 49
  443. #define BUTTONWIDTH2 85
  444. #define BUTTONXOFFSET 193
  445. #define BUTTONYOFFSET TEXTYOFFSET + 20
  446. #define GROUPBOXWIDTH 242
  447. #define GROUPBOXHEIGHT BUTTONYOFFSET + BUTTONHEIGHT + 7
  448. #define GROUPBOXSEPARATIONHEIGHT 4
  449. #define ADMINWARNOFFSET 8
  450. #define FIRSTGROUPBOXYOFFSET ADMINWARNOFFSET + 14
  451. #define SECONDGROUPBOXYOFFSET FIRSTGROUPBOXYOFFSET + GROUPBOXHEIGHT + GROUPBOXSEPARATIONHEIGHT
  452. #define THIRDGROUPBOXYOFFSET SECONDGROUPBOXYOFFSET + GROUPBOXHEIGHT + GROUPBOXSEPARATIONHEIGHT
  453. #define OTHERBUTTONSYOFFSET THIRDGROUPBOXYOFFSET + GROUPBOXHEIGHT + 7
  454. IDD_ADVANCED DIALOGEX 0, 0, 256, 226
  455. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  456. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  457. CAPTION PROPSHEET_TITLE_ADVANCED
  458. FONT 8, "MS Shell Dlg"
  459. BEGIN
  460. LTEXT "You must be logged on as an Administrator to make most of these changes.", IDC_STATIC, 10, ADMINWARNOFFSET, TEXTWIDTH + 20, TEXTHEIGHT
  461. GROUPBOX "Performance",IDC_STATIC,7,FIRSTGROUPBOXYOFFSET,GROUPBOXWIDTH,GROUPBOXHEIGHT
  462. LTEXT "Visual effects, processor scheduling, memory usage, and virtual memory",
  463. IDC_ADV_PERF_TEXT,TEXTXOFFSET,FIRSTGROUPBOXYOFFSET + TEXTYOFFSET,TEXTWIDTH,TEXTHEIGHT
  464. PUSHBUTTON "&Settings",IDC_ADV_PERF_BTN,BUTTONXOFFSET,FIRSTGROUPBOXYOFFSET + BUTTONYOFFSET,BUTTONWIDTH,BUTTONHEIGHT
  465. GROUPBOX "User Profiles",IDC_STATIC,7,SECONDGROUPBOXYOFFSET,GROUPBOXWIDTH,GROUPBOXHEIGHT
  466. LTEXT "Desktop settings related to your logon",
  467. IDC_ADV_PROF_TEXT,TEXTXOFFSET,SECONDGROUPBOXYOFFSET + TEXTYOFFSET,TEXTWIDTH,TEXTHEIGHT
  468. PUSHBUTTON "S&ettings",IDC_ADV_PROF_BTN,BUTTONXOFFSET,SECONDGROUPBOXYOFFSET + BUTTONYOFFSET,BUTTONWIDTH,BUTTONHEIGHT
  469. GROUPBOX "Startup and Recovery", IDC_STATIC, 7, THIRDGROUPBOXYOFFSET, GROUPBOXWIDTH, GROUPBOXHEIGHT
  470. LTEXT "System startup, system failure, and debugging information",
  471. IDC_ADV_RECOVERY_TEXT, TEXTXOFFSET, THIRDGROUPBOXYOFFSET + TEXTYOFFSET, TEXTWIDTH, TEXTHEIGHT
  472. PUSHBUTTON "Se&ttings", IDC_ADV_RECOVERY_BTN, BUTTONXOFFSET, THIRDGROUPBOXYOFFSET + BUTTONYOFFSET, BUTTONWIDTH, BUTTONHEIGHT
  473. PUSHBUTTON "Enviro&nment Variables",IDC_ADV_ENV_BTN, 7 + GROUPBOXWIDTH - BUTTONWIDTH2 - 4 - BUTTONWIDTH2 , OTHERBUTTONSYOFFSET, BUTTONWIDTH2,BUTTONHEIGHT
  474. PUSHBUTTON "E&rror Reporting", IDC_ADV_PFR_BTN, 7 + GROUPBOXWIDTH - BUTTONWIDTH2, OTHERBUTTONSYOFFSET, BUTTONWIDTH2, BUTTONHEIGHT
  475. END
  476. IDD_VISUALEFFECTS DIALOGEX 6, 18, 227, 191
  477. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  478. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | WS_SYSMENU | WS_POPUP | WS_VISIBLE | DS_CONTEXTHELP
  479. CAPTION "Visual Effects"
  480. FONT 8, "MS Shell Dlg"
  481. BEGIN
  482. LTEXT "Select the settings you want to use for the appearance and performance of Windows on this computer.",
  483. IDC_VFX_TITLE,7,6,208,18
  484. AUTORADIOBUTTON "&Let Windows choose what's best for my computer", IDC_VFX_AUTO,
  485. 7,32,200,8, WS_TABSTOP
  486. AUTORADIOBUTTON "Adjust for &best appearance", IDC_VFX_BESTLOOKS, // don't set this accelerator to A, it will confict with Apply!
  487. 7,44,200,8, WS_TABSTOP
  488. AUTORADIOBUTTON "Adjust for best &performance", IDC_VFX_BESTPERF,
  489. 7,56,200,8, WS_TABSTOP
  490. AUTORADIOBUTTON "&Custom:", IDC_VFX_CUSTOM,
  491. 7,68,200,8, WS_TABSTOP
  492. CONTROL "Tree1",IDC_VFX_TREE,"SysTreeView32",TVS_LINESATROOT |
  493. TVS_DISABLEDRAGDROP | WS_BORDER |
  494. WS_TABSTOP,7,80,213,109
  495. END
  496. IDD_ADVANCEDPERF DIALOGEX 6, 18, 227, 223
  497. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  498. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | WS_SYSMENU | WS_POPUP | WS_VISIBLE | DS_CONTEXTHELP
  499. CAPTION "Advanced"
  500. FONT 8, "MS Shell Dlg"
  501. BEGIN
  502. GROUPBOX "Processor scheduling", IDC_PERF_GROUP, 7, 8, 213, 64
  503. LTEXT "Choose how to allocate processor resources.",
  504. IDC_PERF_TEXT, 14, 20, 199, 16
  505. LTEXT "Adjust for best performance of:", IDC_PERF_TEXT2, 14, 40, 199, 8
  506. AUTORADIOBUTTON "&Programs", IDC_PERF_WORKSTATION,
  507. 14,52,75,12, WS_TABSTOP
  508. AUTORADIOBUTTON "Background &services", IDC_PERF_SERVER,
  509. 96,52,85,12, WS_TABSTOP
  510. GROUPBOX "Memory usage", IDC_PERF_CACHE_GROUP, 7, 79, 213, 64
  511. LTEXT "Choose how to allocate system memory.",
  512. IDC_PERF_CACHE_TEXT, 14, 91, 199, 16
  513. LTEXT "Adjust for best performance of:", IDC_PERF_CACHE_TEXT2, 14, 111, 199, 8
  514. AUTORADIOBUTTON "P&rograms", IDC_PERF_CACHE_APPLICATION,
  515. 14,123,75,12, WS_TABSTOP
  516. AUTORADIOBUTTON "Sys&tem cache", IDC_PERF_CACHE_SYSTEM,
  517. 96,123,85,12, WS_TABSTOP
  518. GROUPBOX "Virtual memory", IDC_PERF_VM_GROUP, 7, 150, 213, 66
  519. LTEXT "A paging file is an area on the hard disk that Windows uses as if it were RAM.",
  520. IDC_PERF_VM_ALLOCD_TEXT, 14, 162, 199, 16
  521. LTEXT "Total paging file size for all drives:",
  522. IDC_PERF_VM_ALLOCD_LABEL, 14, 182, 125, 8
  523. LTEXT "", IDC_PERF_VM_ALLOCD, 147, 182, 50, 8
  524. PUSHBUTTON "&Change", IDC_PERF_CHANGE, 163, 195, 50, 14
  525. END
  526. IDD_ENVVARS DIALOGEX 6, 18, 252, 245
  527. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  528. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | WS_POPUP | WS_VISIBLE | WS_SYSMENU | DS_CONTEXTHELP
  529. CAPTION "Environment Variables"
  530. FONT 8, "MS Shell Dlg"
  531. BEGIN
  532. GROUPBOX "", IDC_ENVVAR_SYS_USERGROUP, 7, 12, 238, 100
  533. CONTROL "",IDC_ENVVAR_SYS_LB_USERVARS, WC_LISTVIEW, LVS_REPORT | LVS_SINGLESEL |
  534. LVS_SHOWSELALWAYS | LVS_SORTASCENDING | LVS_NOSORTHEADER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP,
  535. 14, 25, 224, 58, WS_EX_CLIENTEDGE
  536. PUSHBUTTON "&New", IDC_ENVVAR_SYS_NEWUV, 80, 90, 50, 14
  537. PUSHBUTTON "&Edit", IDC_ENVVAR_SYS_EDITUV, 134, 90, 50, 14
  538. PUSHBUTTON "&Delete", IDC_ENVVAR_SYS_NDELUV, 188, 90, 50, 14
  539. GROUPBOX "&System variables", IDC_ENVVAR_SYS_SYSGROUP, 7, 116, 238, 100
  540. CONTROL "",IDC_ENVVAR_SYS_LB_SYSVARS, WC_LISTVIEW, LVS_REPORT | LVS_SINGLESEL |
  541. LVS_SHOWSELALWAYS | LVS_SORTASCENDING | LVS_NOSORTHEADER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP,
  542. 14, 129, 224, 58, WS_EX_CLIENTEDGE
  543. PUSHBUTTON "Ne&w", IDC_ENVVAR_SYS_NEWSV, 80, 194, 50, 14
  544. PUSHBUTTON "Ed&it", IDC_ENVVAR_SYS_EDITSV, 134, 194, 50, 14
  545. PUSHBUTTON "De&lete", IDC_ENVVAR_SYS_DELSV, 188, 194, 50, 14
  546. DEFPUSHBUTTON "OK", IDOK, 141, 224, 50, 14, WS_GROUP
  547. PUSHBUTTON "Cancel", IDCANCEL, 195, 224, 50, 14
  548. END
  549. IDD_ENVVAREDIT DIALOGEX 10, 15, 227, 71
  550. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  551. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | WS_POPUP | WS_VISIBLE | WS_SYSMENU | DS_CONTEXTHELP
  552. CAPTION ""
  553. FONT 8, "MS Shell Dlg"
  554. BEGIN
  555. LTEXT "Variable &name:", IDC_ENVVAR_EDIT_NAME_LABEL,
  556. 7, 14, 50, 8
  557. EDITTEXT IDC_ENVVAR_EDIT_NAME, 75, 12, 145, 12, ES_AUTOHSCROLL
  558. LTEXT "Variable &value:", IDC_ENVVAR_EDIT_VALUE_LABEL,
  559. 7, 32, 50, 8
  560. EDITTEXT IDC_ENVVAR_EDIT_VALUE, 75, 30, 145, 12, ES_AUTOHSCROLL
  561. DEFPUSHBUTTON "OK", IDOK, 116, 50, 50, 14, WS_GROUP
  562. PUSHBUTTON "Cancel", IDCANCEL, 170, 50, 50, 14
  563. END
  564. IDD_STARTUP DIALOGEX 6, 18, 252, 280
  565. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  566. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | WS_POPUP | WS_VISIBLE | WS_SYSMENU | DS_CONTEXTHELP
  567. CAPTION "Startup and Recovery"
  568. FONT 8, "MS Shell Dlg"
  569. BEGIN
  570. GROUPBOX "System startup",IDC_STARTUP_SYSTEM_GRP,7,12,238,95
  571. LTEXT "Default operating &system:",IDC_STARTUP_SYS_OS_LABEL,14,26,100,8
  572. COMBOBOX IDC_STARTUP_SYS_OS,14,37,224,46,CBS_DROPDOWNLIST |
  573. WS_VSCROLL | WS_TABSTOP
  574. CHECKBOX "&Time to display list of operating systems:", IDC_STARTUP_SYS_ENABLECOUNTDOWN, 14, 56, 150, 8
  575. EDITTEXT IDC_STARTUP_SYS_SECONDS, 179, 54, 30, 12, ES_AUTOHSCROLL
  576. CONTROL "", IDC_STARTUP_SYS_SECSCROLL, "msctls_updown32",
  577. UDS_WRAP | UDS_AUTOBUDDY | UDS_ALIGNRIGHT |
  578. UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_SETBUDDYINT,
  579. 0, 0, 8, 13
  580. LTEXT "seconds", IDC_STARTUP_SYS_SECONDS_LABEL, 215, 56, 25, 8
  581. CHECKBOX "Time to &display recovery options when needed:", IDC_STARTUP_AUTOLKG, 14, 70, 163, 8
  582. EDITTEXT IDC_STARTUP_AUTOLKG_SECONDS, 179, 68, 30, 12, ES_AUTOHSCROLL
  583. CONTROL "", IDC_STARTUP_AUTOLKG_SECSCROLL, "msctls_updown32",
  584. UDS_WRAP | UDS_AUTOBUDDY | UDS_ALIGNRIGHT |
  585. UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_SETBUDDYINT,
  586. 0, 0, 8, 13
  587. LTEXT "seconds", IDC_STARTUP_AUTOLKG_SECONDS_LABEL, 215, 70, 25, 8
  588. LTEXT "To edit the startup options file manually, click Edit.", IDC_STARTUP_SYS_EDIT_LABEL, 14, 89, 187, 8
  589. PUSHBUTTON "&Edit",IDC_SYS_EDIT_BUTTION,188,87,50,14
  590. GROUPBOX "System failure",IDC_STARTUP_CDMP_GRP,7,111,238,140
  591. CONTROL "&Write an event to the system log",IDC_STARTUP_CDMP_LOG,
  592. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,124,148,10
  593. CONTROL "Se&nd an administrative alert",IDC_STARTUP_CDMP_SEND,
  594. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,138,148,10
  595. CONTROL "Automatically &restart",IDC_STARTUP_CDMP_AUTOREBOOT,
  596. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,152,145,10
  597. GROUPBOX "Write debugging information",IDC_STARTUP_CDMP_DEBUGINFO_GROUP,12,167,227,76
  598. COMBOBOX IDC_STARTUP_CDMP_TYPE,17,182,151,49,CBS_DROPDOWNLIST |
  599. CBS_SORT | WS_VSCROLL | WS_TABSTOP
  600. LTEXT "Dump &file:",IDC_STARTUP_CDMP_FILE_LABEL,17,202,150,8
  601. EDITTEXT IDC_STARTUP_CDMP_FILENAME,17,210,153,12,ES_AUTOHSCROLL
  602. CONTROL "&Overwrite any existing file",
  603. IDC_STARTUP_CDMP_OVERWRITE,"Button",BS_AUTOCHECKBOX |
  604. WS_TABSTOP,17,228,125,10
  605. DEFPUSHBUTTON "OK",IDOK,141,259,50,14,WS_GROUP
  606. PUSHBUTTON "Cancel",IDCANCEL,195,259,50,14
  607. END
  608. DLG_VIRTUALMEM DIALOGEX 8, 10, 225, 250
  609. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | DS_CONTEXTHELP
  610. CAPTION "Virtual Memory"
  611. FONT 8, "MS Shell Dlg"
  612. BEGIN
  613. LTEXT "&Drive [Volume Label]",IDD_VM_DRIVE_HDR,8,8,71,8
  614. LTEXT "Paging File Size (MB)",IDD_VM_PF_SIZE_LABEL,111,8,70,8
  615. LISTBOX IDD_VM_VOLUMES,7,18,211,52,LBS_SORT | LBS_USETABSTOPS |
  616. WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
  617. GROUPBOX "Paging file size for selected drive",IDC_STATIC,7,68,
  618. 211,103,WS_GROUP
  619. LTEXT "Drive:",IDD_VM_DRIVE_LABEL,14,80,20,8
  620. LTEXT "",IDD_VM_SF_DRIVE,87,80,90,8
  621. LTEXT "Space available:",IDD_VM_SPACE_LABEL,14,89,56,8
  622. LTEXT "",IDD_VM_SF_SPACE,87,89,52,8
  623. CONTROL "&Custom size:",IDD_VM_CUSTOMSIZE_RADIO,"Button",
  624. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,14,101,53,10
  625. CONTROL "S&ystem managed size",IDD_VM_RAMBASED_RADIO,"Button",
  626. BS_AUTORADIOBUTTON,14,143,84,10
  627. CONTROL "&No paging file",IDD_VM_NOPAGING_RADIO,"Button",
  628. BS_AUTORADIOBUTTON ,14,155,59,10
  629. LTEXT "&Initial size (MB):",IDD_VM_ST_INITSIZE,16,113,54,8
  630. EDITTEXT IDD_VM_SF_SIZE,87,110,40,14,ES_AUTOHSCROLL
  631. LTEXT "Ma&ximum size (MB):",IDD_VM_ST_MAXSIZE,16,129,66,8
  632. EDITTEXT IDD_VM_SF_SIZEMAX,87,126,40,14,ES_AUTOHSCROLL
  633. PUSHBUTTON "&Set",IDD_VM_SF_SET,163,153,50,14
  634. GROUPBOX "Total paging file size for all drives",IDC_STATIC,7,174,
  635. 211,50
  636. LTEXT "Minimum allowed:",IDD_VM_MIN_LABEL,15,186,58,8
  637. LTEXT "",IDD_VM_MIN,88,186,52,8
  638. LTEXT "Recommended:",IDD_VM_RECOMMEND_LABEL,15,197,51,8
  639. LTEXT "",IDD_VM_RECOMMEND,88,197,52,8
  640. LTEXT "Currently allocated:",IDD_VM_ALLOCD_LABEL,15,208,65,8
  641. LTEXT "",IDD_VM_ALLOCD,88,208,82,8
  642. // PUSHBUTTON "&Help", IDD_HELP, 37, 234, 50, 14
  643. DEFPUSHBUTTON "OK",IDOK,116,230,50,14,WS_GROUP
  644. PUSHBUTTON "Cancel",IDCANCEL,170,230,50,14
  645. END
  646. IDD_PFR_REPORTSRV DIALOG 0, 0, 211, 199
  647. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  648. CAPTION "Error Reporting"
  649. FONT 8, "MS Shell Dlg"
  650. BEGIN
  651. LTEXT "You can choose to have software errors reported to Microsoft to help improve future products.",
  652. IDC_PFR_TEXT,41,9,147,32
  653. ICON 9,IDC_PFR_REPICON,11,8,21,20
  654. CONTROL "Di&sable error reporting",IDC_PFR_DISABLE,"Button",
  655. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,29,50,162,9
  656. CONTROL "&Enable error reporting",IDC_PFR_ENABLE,"Button",
  657. BS_AUTORADIOBUTTON | WS_TABSTOP,29,86,162,9
  658. CONTROL "But &notify me when critical errors occur",
  659. IDC_PFR_SHOWUI,"Button",BS_AUTOCHECKBOX | BS_MULTILINE |
  660. WS_GROUP | WS_TABSTOP,42,62,156,16
  661. CONTROL "&Windows operating system",IDC_PFR_ENABLEOS,"Button",
  662. BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,42,97,150,16
  663. CONTROL "&Unplanned machine shutdowns",IDC_PFR_ENABLESHUT,"Button",
  664. BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,42,115,149,
  665. 16
  666. CONTROL "&Programs",IDC_PFR_ENABLEPROG,"Button",BS_AUTOCHECKBOX |
  667. BS_MULTILINE | WS_TABSTOP,42,133,75,16
  668. PUSHBUTTON "&Choose Programs...",IDC_PFR_DETAILS,121,134,72,14
  669. CONTROL "&Force queue mode for program errors.",IDC_PFR_FORCEQ,
  670. "Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,55,
  671. 151,137,16
  672. DEFPUSHBUTTON "OK",IDOK,102,180,49,14
  673. PUSHBUTTON "Cancel",IDCANCEL,156,180,49,14
  674. END
  675. IDD_PFR_REPORT DIALOGEX 0, 0, 211, 173
  676. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_CONTEXTHELP
  677. CAPTION "Error Reporting"
  678. FONT 8, "MS Shell Dlg"
  679. BEGIN
  680. LTEXT "You can choose to have software errors reported to Microsoft to help improve future products.",
  681. IDC_PFR_TEXT,41,9,147,32
  682. ICON 9,IDC_PFR_REPICON,11,8,21,20, SS_REALSIZECONTROL
  683. CONTROL "Di&sable error reporting",IDC_PFR_DISABLE,"Button",
  684. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,29,50,162,9
  685. CONTROL "&Enable error reporting",IDC_PFR_ENABLE,"Button",
  686. BS_AUTORADIOBUTTON | WS_TABSTOP,29,86,162,9
  687. CONTROL "But &notify me when critical errors occur",
  688. IDC_PFR_SHOWUI,"Button",BS_AUTOCHECKBOX | BS_MULTILINE |
  689. WS_GROUP | WS_TABSTOP,42,62,156,16
  690. CONTROL "&Windows operating system",IDC_PFR_ENABLEOS,"Button",
  691. BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,42,97,150,16
  692. CONTROL "&Programs",IDC_PFR_ENABLEPROG,"Button",BS_AUTOCHECKBOX |
  693. BS_MULTILINE | WS_TABSTOP,42,115,75,16
  694. PUSHBUTTON "&Choose Programs...",IDC_PFR_DETAILS,121,116,72,14
  695. DEFPUSHBUTTON "OK",IDOK,101,154,49,14
  696. PUSHBUTTON "Cancel",IDCANCEL,155,154,49,14
  697. END
  698. IDD_PFR_PROG DIALOGEX 0, 0, 219, 261
  699. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  700. CAPTION "Choose Programs"
  701. FONT 8, "MS Shell Dlg"
  702. BEGIN
  703. CONTROL "All progra&ms",IDC_PFR_DEFALL,"Button",
  704. BS_AUTORADIOBUTTON | BS_MULTILINE,15,32,172,12
  705. CONTROL "All &programs in this list:",IDC_PFR_DEFNONE,"Button",
  706. BS_AUTORADIOBUTTON | BS_MULTILINE,15,46,194,12
  707. CONTROL "",IDC_PFR_INCLIST,"SysListView32",LVS_REPORT |
  708. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
  709. LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,16,61,188,56,
  710. WS_EX_CLIENTEDGE
  711. PUSHBUTTON "&Add...",IDC_PFR_INCADD,100,120,49,14
  712. PUSHBUTTON "&Remove",IDC_PFR_INCREM,154,120,49,14
  713. LTEXT "Do &not report errors for these programs:",IDC_STATIC,
  714. 24,141,172,16
  715. CONTROL "",IDC_PFR_EXLIST,"SysListView32",LVS_REPORT |
  716. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
  717. LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,16,158,188,
  718. 56,WS_EX_CLIENTEDGE
  719. PUSHBUTTON "A&dd...",IDC_PFR_EXADD,100,216,49,14
  720. PUSHBUTTON "R&emove",IDC_PFR_EXREM,154,216,49,14
  721. DEFPUSHBUTTON "OK",IDOK,103,240,49,14
  722. PUSHBUTTON "Cancel",IDCANCEL,157,240,49,14
  723. LTEXT "Report errors for these programs (unless specifically excluded below):",
  724. IDC_STATIC,17,5,190,26
  725. END
  726. IDD_PFR_ADDPROG DIALOG DISCARDABLE 0, 0, 184, 93
  727. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_CONTEXTHELP
  728. CAPTION "Add Program"
  729. FONT 8, "MS Shell Dlg"
  730. BEGIN
  731. LTEXT "&Enter the complete name of the program you want to add, including the file extension:",
  732. IDC_STATIC,7,7,170,25
  733. EDITTEXT IDC_PFR_NEWPROG,7,33,114,13,ES_AUTOHSCROLL
  734. PUSHBUTTON "&Browse...",IDC_PFR_BROWSE,125,33,50,14
  735. LTEXT "Example: notepad.exe",IDC_STATIC,8,50,167,11
  736. DEFPUSHBUTTON "OK",IDOK,74,66,49,14
  737. PUSHBUTTON "Cancel",IDCANCEL,128,66,49,14
  738. END