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.

211 lines
6.6 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "afxres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE
  25. BEGIN
  26. "resource.h\0"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "#include ""afxres.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  36. "#define _AFX_NO_OLE_RESOURCES\r\n"
  37. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  38. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  39. "\r\n"
  40. "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  41. "#ifdef _WIN32\r\n"
  42. "LANGUAGE 9, 1\r\n"
  43. "#pragma code_page(1252)\r\n"
  44. "#endif\r\n"
  45. "#include ""res\\Mustard.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  46. "#include ""afxres.rc"" // Standard components\r\n"
  47. "#endif\0"
  48. END
  49. #endif // APSTUDIO_INVOKED
  50. /////////////////////////////////////////////////////////////////////////////
  51. //
  52. // Icon
  53. //
  54. // Icon with lowest ID value placed first to ensure application icon
  55. // remains consistent on all systems.
  56. IDR_MAINFRAME ICON DISCARDABLE "res\\Mustard.ico"
  57. /////////////////////////////////////////////////////////////////////////////
  58. //
  59. // Dialog
  60. //
  61. IDD_MUSTARD_DIALOG DIALOGEX 0, 0, 402, 246
  62. STYLE WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  63. EXSTYLE WS_EX_APPWINDOW
  64. CAPTION "Administrative Wizards"
  65. FONT 8, "MS Shell Dlg"
  66. BEGIN
  67. LISTBOX IDC_WIZ_LIST,2,48,199,175,LBS_OWNERDRAWVARIABLE |
  68. LBS_NOINTEGRALHEIGHT | NOT WS_BORDER | WS_TABSTOP
  69. LTEXT "Static",IDC_STATIC1,6,0,395,21
  70. PUSHBUTTON "&Close",IDC_QUIT_BUTTON,347,227,50,14
  71. CONTROL "&Show this Getting Started screen next time you log on",
  72. IDC_STARTUP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,6,31,
  73. 341,10
  74. LISTBOX IDC_WIZ_LIST2,200,48,198,175,LBS_OWNERDRAWVARIABLE |
  75. LBS_NOINTEGRALHEIGHT | NOT WS_BORDER | WS_TABSTOP
  76. END
  77. /////////////////////////////////////////////////////////////////////////////
  78. //
  79. // DESIGNINFO
  80. //
  81. #ifdef APSTUDIO_INVOKED
  82. GUIDELINES DESIGNINFO DISCARDABLE
  83. BEGIN
  84. IDD_MUSTARD_DIALOG, DIALOG
  85. BEGIN
  86. LEFTMARGIN, 7
  87. RIGHTMARGIN, 395
  88. TOPMARGIN, 7
  89. BOTTOMMARGIN, 239
  90. END
  91. END
  92. #endif // APSTUDIO_INVOKED
  93. /////////////////////////////////////////////////////////////////////////////
  94. //
  95. // Bitmap
  96. //
  97. IDB_BITMAP1 BITMAP DISCARDABLE "res\\bitmap2.bmp"
  98. /////////////////////////////////////////////////////////////////////////////
  99. //
  100. // Accelerator
  101. //
  102. IDR_ACCELERATOR1 ACCELERATORS DISCARDABLE
  103. BEGIN
  104. "C", IDCANCEL, VIRTKEY, ALT, NOINVERT
  105. "F", ID_ACCEL_SHARE, VIRTKEY, ALT, NOINVERT
  106. "G", ID_ACCEL_GROUP, VIRTKEY, ALT, NOINVERT
  107. "L", ID_ACCEL_LICENSE, VIRTKEY, ALT, NOINVERT
  108. "M", ID_ACCEL_MODEM, VIRTKEY, ALT, NOINVERT
  109. "N", ID_ACCEL_NETWORK, VIRTKEY, ALT, NOINVERT
  110. "P", ID_ACCEL_PRINT, VIRTKEY, ALT, NOINVERT
  111. "R", ID_ACCEL_PROGRAMS, VIRTKEY, ALT, NOINVERT
  112. "U", ID_ACCEL_USER, VIRTKEY, ALT, NOINVERT
  113. VK_ESCAPE, IDCANCEL, VIRTKEY, NOINVERT
  114. END
  115. /////////////////////////////////////////////////////////////////////////////
  116. //
  117. // String Table
  118. //
  119. STRINGTABLE DISCARDABLE
  120. BEGIN
  121. IDS_GENERIC_NO_HEAP "There is insufficient memory to continue. This program will exit."
  122. IDS_GENERIC_NO_PRINTLIB "Error loading printui.dll. Add Printer wizard will not be run."
  123. IDS_GENERIC_NO_PRINTER_CREATED
  124. "An error occurred during the Add Printer wizard. No printer was created."
  125. IDS_PRINT_NAME "Add &Printer"
  126. IDS_PRINT_DESC "Set up printers that are connected to your computer or are on a network"
  127. IDS_MODEM_NAME "Install New &Modem"
  128. IDS_MODEM_DESC "Set up modems that are connected to your computer"
  129. IDS_ARS_NAME "Add/&Remove Programs"
  130. IDS_ARS_DESC "Install or remove programs from your computer"
  131. IDS_WKSSETUP_NAME "&Network Client Administrator"
  132. IDS_WKSSETUP_DESC "Installs or updates network client workstations"
  133. IDS_GROUP_NAME "&Group Management"
  134. IDS_GROUP_DESC "Create and modify group accounts"
  135. IDS_USER_NAME "Add &User Accounts"
  136. IDS_USER_DESC "Create new user accounts"
  137. END
  138. STRINGTABLE DISCARDABLE
  139. BEGIN
  140. IDS_SHRPUB_NAME "Managing &File and Folder Access"
  141. IDS_SHRPUB_DESC "Set permissions on files and folders"
  142. IDS_FDS_NAME "&License Compliance"
  143. IDS_FDS_DESC "Check licensing for installed applications"
  144. IDS_NO_START "Unable to start application at this time"
  145. IDS_BAD_VERSION "You must be running Windows NT version 4.0 in order to use this application."
  146. IDS_ADD_PRINTER "Add Printer"
  147. IDS_FONT_NAME "Arial"
  148. IDS_FONT_SIZE "16"
  149. IDS_BIGFONT_SIZE "35"
  150. END
  151. STRINGTABLE DISCARDABLE
  152. BEGIN
  153. AFX_IDS_APP_TITLE "Administrative Wizards"
  154. IDS_CAPTION "Getting started with Windows NT Server"
  155. IDS_APPWIZ "Add/Remove Programs"
  156. IDS_MODEM "Modems"
  157. END
  158. #endif // English (U.S.) resources
  159. /////////////////////////////////////////////////////////////////////////////
  160. #ifndef APSTUDIO_INVOKED
  161. /////////////////////////////////////////////////////////////////////////////
  162. //
  163. // Generated from the TEXTINCLUDE 3 resource.
  164. //
  165. #define _AFX_NO_SPLITTER_RESOURCES
  166. #define _AFX_NO_OLE_RESOURCES
  167. #define _AFX_NO_TRACKER_RESOURCES
  168. #define _AFX_NO_PROPERTY_RESOURCES
  169. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  170. #ifdef _WIN32
  171. LANGUAGE 9, 1
  172. #pragma code_page(1252)
  173. #endif
  174. #include "res\Mustard.rc2" // non-Microsoft Visual C++ edited resources
  175. #include "afxres.rc" // Standard components
  176. #endif
  177. /////////////////////////////////////////////////////////////////////////////
  178. #endif // not APSTUDIO_INVOKED