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.

379 lines
14 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. #define APSTUDIO_HIDDEN_SYMBOLS
  10. #include "windows.h"
  11. #undef APSTUDIO_HIDDEN_SYMBOLS
  12. #include "resource.h"
  13. /////////////////////////////////////////////////////////////////////////////
  14. #undef APSTUDIO_READONLY_SYMBOLS
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  18. #ifdef _WIN32
  19. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  20. #pragma code_page(1252)
  21. #endif //_WIN32
  22. /////////////////////////////////////////////////////////////////////////////
  23. //
  24. // Icon
  25. //
  26. // Icon with lowest ID value placed first to ensure application icon
  27. // remains consistent on all systems.
  28. IDI_LIST_DEFAULT ICON DISCARDABLE "default.ico"
  29. IDI_MIC ICON DISCARDABLE "mic.ico"
  30. IDI_SPEAKER ICON DISCARDABLE "speaker.ico"
  31. #ifndef _MAC
  32. //////////////////////////////////////////////////////////////////////////////
  33. //
  34. // Version
  35. //
  36. #if !defined(DBG) || !defined( DIRECTX_REDIST )
  37. #define DPVOICE_FILENAME_DPVOICE L"dpvoice.dll"
  38. #define DPVOICE_FILENAME_DPVOICE_A "dpvoice.dll"
  39. #else
  40. // For redist debug builds we append a 'd' to the name to allow both debug and retail to be installed on the system
  41. #define DPVOICE_FILENAME_DPVOICE L"dpvoiced.dll"
  42. #define DPVOICE_FILENAME_DPVOICE_A "dpvoiced.dll"
  43. #endif // !defined(DBG) || !defined( DIRECTX_REDIST )
  44. #define DPVOICE_VERINFO_DPVOICE "Microsoft DirectPlay Voice"
  45. #define DPVOICE_VERINFO_DPVOICE_DEBUG DPVOICE_VERINFO_DPVOICE " Debug\0"
  46. #define DPVOICE_VERINFO_DPVOICE_RETAIL DPVOICE_VERINFO_DPVOICE "\0"
  47. #define DPVOICE_VERINFO_DPVOICE_WINNT DPVOICE_VERINFO_DPVOICE
  48. #define DPVOICE_VERNAME_DPVOICE_WIN9X DPVOICE_FILENAME_DPVOICE_A "\0"
  49. #define DPVOICE_VERNAME_DPVOICE_WINNT DPVOICE_FILENAME_DPVOICE_A
  50. #ifdef WIN95
  51. #include <windows.h>
  52. #include "verinfo.h"
  53. #define VERSIONNAME DPVOICE_VERNAME_DPVOICE_WIN9X
  54. #ifdef DEBUG
  55. #define VERSIONDESCRIPTION DPVOICE_VERINFO_DPVOICE_DEBUG
  56. #else
  57. #define VERSIONDESCRIPTION DPVOICE_VERINFO_DPVOICE_RETAIL
  58. #endif
  59. #define VERSIONTYPE VFT_DLL
  60. #define VERSIONSUBTYPE VFT2_UNKNOWN
  61. #include "verinfo.ver"
  62. #else // WinNT
  63. #include <windows.h>
  64. #include <ntverp.h>
  65. #define VER_FILETYPE VFT_DLL
  66. #define VER_FILESUBTYPE VFT2_UNKNOWN
  67. #define VER_FILEDESCRIPTION_STR DPVOICE_VERINFO_DPVOICE_WINNT
  68. #define VER_INTERNALNAME_STR DPVOICE_VERNAME_DPVOICE_WINNT
  69. #include "common.ver"
  70. #endif
  71. #endif // !_MAC
  72. /////////////////////////////////////////////////////////////////////////////
  73. //
  74. // Dialog
  75. //
  76. IDD_WELCOME DIALOG DISCARDABLE 0, 0, 317, 180
  77. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  78. CAPTION "Sound Hardware Test Wizard"
  79. FONT 8, "MS Shell Dlg"
  80. BEGIN
  81. LTEXT "Welcome to the Sound Hardware Test Wizard",IDC_TITLE,
  82. 115,1,189,24
  83. LTEXT "This wizard tests your sound hardware to make sure it can play sounds and capture your voice while you are playing online games.",
  84. IDC_P1,115,33,189,24
  85. CONTROL 126,IDC_WIZIMAGE,"Static",SS_BITMAP,0,0,15,13
  86. LTEXT "To begin the test, close any programs that are running, and then click Next.",
  87. IDC_STATIC,116,110,187,16
  88. LTEXT "Your computer's sound hardware:",IDC_STATIC,115,65,189,
  89. 8
  90. LTEXT "Playback:",IDC_STATIC,135,80,33,8
  91. LTEXT "Recording:",IDC_STATIC,135,95,38,8
  92. LTEXT "Static",IDC_TEXT_PLAYBACK,169,80,116,8
  93. LTEXT "Static",IDC_TEXT_RECORDING,173,95,116,8
  94. END
  95. IDD_COMPLETE DIALOG DISCARDABLE 0, 0, 317, 180
  96. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  97. CAPTION "Sound Hardware Test Wizard"
  98. FONT 8, "MS Shell Dlg"
  99. BEGIN
  100. LTEXT "Completing the Sound Hardware Test Wizard",IDC_TITLE,
  101. 115,1,189,24
  102. LTEXT "You have successfully completed the Sound Hardware Test Wizard. Your sound hardware is working properly.\n\nTo close this wizard, click Finish.",
  103. IDC_P1,115,33,189,37
  104. CONTROL 126,IDC_WIZIMAGE,"Static",SS_BITMAP,0,0,95,180
  105. END
  106. IDD_FULLDUPLEXTEST DIALOG DISCARDABLE 0, 0, 317, 179
  107. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  108. CAPTION "Sound Hardware Test Wizard"
  109. FONT 8, "MS Shell Dlg"
  110. BEGIN
  111. LTEXT "Testing Sound Hardware",IDC_TITLE,7,0,125,8
  112. LTEXT "The wizard is testing your sound hardware.",IDC_P1,21,9,
  113. 275,8
  114. CONTROL "Progress1",IDC_PROGRESSBAR,"msctls_progress32",
  115. WS_BORDER,20,51,276,10
  116. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME,0,28,317,1
  117. LTEXT "Please wait...",IDC_STATIC,20,37,71,8
  118. END
  119. IDD_MICTEST DIALOG DISCARDABLE 0, 0, 317, 179
  120. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  121. CAPTION "Sound Hardware Test Wizard"
  122. FONT 8, "MS Shell Dlg"
  123. BEGIN
  124. LTEXT "Microphone Test",IDC_TITLE,7,0,289,8
  125. LTEXT "To test your microphone, speak into it.",IDC_P1,21,9,
  126. 275,16
  127. CONTROL "Peakmeter",IDC_OUTPEAKMETER,"DirectPlayVoicePeakMeter",
  128. 0x0,277,75,6,77
  129. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME,0,28,317,1
  130. LTEXT """I am testing my microphone to verify that my voice is detected. If my microphone is properly connected and turned on, the recording meter will show movement.""",
  131. IDC_P3,21,60,140,40
  132. LTEXT "To make additional adjustments, click Volume.",IDC_P4,
  133. 21,101,140,16
  134. LTEXT "Read the following paragraph out loud, speaking into your microphone:",
  135. IDC_STATIC,21,37,140,16
  136. GROUPBOX "Playback",IDC_OUTGROUP,234,37,62,141
  137. CONTROL "Slider1",IDC_OUTVOL_SLIDER,"msctls_trackbar32",
  138. TBS_AUTOTICKS | TBS_VERT | TBS_BOTH | WS_TABSTOP,243,70,
  139. 25,87
  140. PUSHBUTTON "V&olume",IDC_OUTADVANCED,240,160,50,14
  141. CONTROL "Peakmeter",IDC_RECPEAKMETER,"DirectPlayVoicePeakMeter",
  142. 0x0,213,75,6,77
  143. GROUPBOX "Recording",IDC_STATIC,169,37,62,141
  144. CONTROL "Slider1",IDC_RECVOL_SLIDER,"msctls_trackbar32",
  145. TBS_AUTOTICKS | TBS_VERT | TBS_BOTH | WS_TABSTOP,179,70,
  146. 25,87
  147. PUSHBUTTON "&Volume",IDC_RECADVANCED,175,160,50,14
  148. ICON IDI_MIC,IDC_STATIC,182,49,20,20
  149. ICON IDI_SPEAKER,IDC_STATIC,247,49,20,20
  150. LTEXT "When you have finished reading, click Next.",IDC_P6,21,
  151. 125,140,8
  152. END
  153. IDD_MICTEST_FAILED DIALOG DISCARDABLE 0, 0, 317, 178
  154. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  155. CAPTION "Sound Hardware Test Wizard"
  156. FONT 8, "MS Shell Dlg"
  157. BEGIN
  158. LTEXT "Cannot Complete the Sound Hardware Test Wizard",
  159. IDC_TITLE,115,5,189,24
  160. LTEXT "The wizard could not complete the test because your voice was not detected.",
  161. IDC_P1,140,33,164,24
  162. LTEXT "Make sure your microphone is properly connected to your computer and that it is turned on. When you have checked the connection, click Back to try the microphone test again.",
  163. IDC_P2,115,60,189,32
  164. LTEXT "If your voice is still not detected, you will be able to hear what other people are saying online, but they will not be able to hear you. ",
  165. IDC_P4,115,99,189,33
  166. LTEXT "To close this wizard, click Finish.",IDC_P5,115,137,189,
  167. 24
  168. CONTROL 126,IDC_WIZIMAGE,"Static",SS_BITMAP,0,0,95,179
  169. ICON "",IDC_WARNINGICON,115,33,20,20
  170. END
  171. IDD_SPEAKER_TEST DIALOG DISCARDABLE 0, 0, 317, 179
  172. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  173. CAPTION "Sound Hardware Test Wizard"
  174. FONT 8, "MS Shell Dlg"
  175. BEGIN
  176. LTEXT "Speaker Test",IDC_TITLE,7,0,289,8
  177. LTEXT "To test your speakers or headphones, speak into the microphone.",
  178. IDC_P1,21,9,275,16
  179. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME,0,28,317,1
  180. LTEXT "Read the following paragraph out loud, speaking into your microphone:",
  181. IDC_P4,21,37,140,16
  182. LTEXT """I am listening for my voice. If my speakers or headphones are properly connected and turned on, the playback meter will show movement and I will hear my voice when I speak.""",
  183. IDC_P3,21,60,140,40
  184. LTEXT "There will be a short delay between the time you speak and the time you hear your voice. If you hear feedback, move the playback slider to lower the volume. ",
  185. IDC_STATIC,21,107,140,41
  186. ICON IDI_MIC,IDC_STATIC,182,49,20,20
  187. GROUPBOX "Recording",IDC_STATIC,169,37,62,141
  188. CONTROL "Slider1",IDC_RECVOL_SLIDER,"msctls_trackbar32",
  189. TBS_AUTOTICKS | TBS_VERT | TBS_BOTH | WS_TABSTOP,179,70,
  190. 25,87
  191. CONTROL "Peakmeter",IDC_RECPEAKMETER,"DirectPlayVoicePeakMeter",
  192. 0x0,213,75,6,77
  193. PUSHBUTTON "&Volume",IDC_RECADVANCED,175,160,50,14
  194. ICON IDI_SPEAKER,IDC_STATIC,247,49,20,20
  195. GROUPBOX "Playback",IDC_OUTGROUP,233,37,62,141
  196. CONTROL "Slider1",IDC_OUTVOL_SLIDER,"msctls_trackbar32",
  197. TBS_AUTOTICKS | TBS_VERT | TBS_BOTH | WS_TABSTOP,243,70,
  198. 25,87
  199. CONTROL "Peakmeter",IDC_OUTPEAKMETER,"DirectPlayVoicePeakMeter",
  200. 0x0,277,75,6,77
  201. PUSHBUTTON "V&olume",IDC_OUTADVANCED,239,160,50,14
  202. LTEXT "When you have finished reading, click Next.",IDC_P6,21,
  203. 147,140,8
  204. END
  205. IDD_FULLDUPLEXFAILED DIALOG DISCARDABLE 0, 0, 317, 179
  206. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  207. CAPTION "Sound Hardware Test Wizard"
  208. FONT 8, "MS Shell Dlg"
  209. BEGIN
  210. LTEXT "Completing the Sound Hardware Test Wizard",IDC_TITLE,
  211. 115,5,189,24
  212. LTEXT "Your sound hardware cannot simultaneously play sounds and capture your voice.",
  213. IDC_P1,140,33,164,16
  214. CONTROL 126,IDC_WIZIMAGE,"Static",SS_BITMAP,0,0,95,179
  215. LTEXT "You can hear other people while using voice chat, but they cannot hear you.",
  216. IDC_P2,115,60,189,16
  217. LTEXT "Contact your vendor for more information.",IDC_P3,115,
  218. 83,189,8
  219. ICON "",IDC_WARNINGICON,115,33,20,20
  220. END
  221. IDD_PREVIOUS_CRASH DIALOG DISCARDABLE 0, 0, 220, 113
  222. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  223. CAPTION "Warning"
  224. FONT 8, "MS Shell Dlg"
  225. BEGIN
  226. PUSHBUTTON "&Test",IDOK,58,90,50,14
  227. DEFPUSHBUTTON "&Do Not Test",IDCANCEL,111,90,50,14
  228. ICON "",IDC_ICON_WARNING,7,7,20,20
  229. LTEXT "An error occurred the last time you tested your sound hardware. Your sound hardware might not be able to play and receive sounds simultaneously, or it might not work at all.",
  230. IDC_STATIC,34,7,179,36
  231. LTEXT "If you click Test, the test will be repeated, and the error could recur.",
  232. IDC_STATIC,34,44,179,16
  233. LTEXT "If you click Do Not Test, the wizard will display the results of the last test.",
  234. IDC_STATIC,34,67,179,16
  235. END
  236. IDD_HALFDUPLEXFAILED DIALOG DISCARDABLE 0, 0, 317, 180
  237. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  238. CAPTION "Sound Hardware Test Wizard"
  239. FONT 8, "MS Shell Dlg"
  240. BEGIN
  241. CONTROL 126,IDC_WIZIMAGE,"Static",SS_BITMAP,0,0,101,357
  242. LTEXT "Completing the Sound Hardware Test Wizard",IDC_TITLE,
  243. 115,5,189,24
  244. ICON "",IDC_WARNINGICON,115,33,20,20
  245. LTEXT "Your sound hardware cannot play sounds.",IDC_STATIC,140,
  246. 33,164,8
  247. LTEXT "Contact your vendor for more information.",IDC_STATIC,
  248. 115,60,189,8
  249. END
  250. #ifdef APSTUDIO_INVOKED
  251. /////////////////////////////////////////////////////////////////////////////
  252. //
  253. // TEXTINCLUDE
  254. //
  255. 2 TEXTINCLUDE DISCARDABLE
  256. BEGIN
  257. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  258. "#include ""windows.h""\r\n"
  259. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  260. "#include ""resource.h""\r\n"
  261. "\0"
  262. END
  263. 3 TEXTINCLUDE DISCARDABLE
  264. BEGIN
  265. "\r\n"
  266. "\0"
  267. END
  268. 1 TEXTINCLUDE DISCARDABLE
  269. BEGIN
  270. "resource.h\0"
  271. END
  272. #endif // APSTUDIO_INVOKED
  273. /////////////////////////////////////////////////////////////////////////////
  274. //
  275. // DESIGNINFO
  276. //
  277. #ifdef APSTUDIO_INVOKED
  278. GUIDELINES DESIGNINFO DISCARDABLE
  279. BEGIN
  280. IDD_WELCOME, DIALOG
  281. BEGIN
  282. BOTTOMMARGIN, 179
  283. END
  284. IDD_PREVIOUS_CRASH, DIALOG
  285. BEGIN
  286. LEFTMARGIN, 7
  287. RIGHTMARGIN, 213
  288. TOPMARGIN, 7
  289. BOTTOMMARGIN, 104
  290. END
  291. END
  292. #endif // APSTUDIO_INVOKED
  293. /////////////////////////////////////////////////////////////////////////////
  294. //
  295. // Bitmap
  296. //
  297. IDB_WIZIMAGE BITMAP DISCARDABLE "directplay_01.bmp"
  298. /////////////////////////////////////////////////////////////////////////////
  299. //
  300. // String Table
  301. //
  302. STRINGTABLE DISCARDABLE
  303. BEGIN
  304. IDS_PROP_SHEET_CAPTION "DirectPlay Voice Setup"
  305. END
  306. STRINGTABLE DISCARDABLE
  307. BEGIN
  308. IDS_ERROR_MSG "An error occurred during DirectPlay Voice setup.\r\nThe error code is 0x%x."
  309. END
  310. STRINGTABLE DISCARDABLE
  311. BEGIN
  312. IDS_ERROR_CAPTION "DirectPlay Voice Setup"
  313. IDS_ERROR_NODEVICES "There are no suitable networking devices installed."
  314. IDS_ERROR_NOSNDVOL32 "Windows cannot execute SndVol32.exe, use Add/Remove Programs control panel to install."
  315. END
  316. #endif // English (U.S.) resources
  317. /////////////////////////////////////////////////////////////////////////////
  318. #ifndef APSTUDIO_INVOKED
  319. /////////////////////////////////////////////////////////////////////////////
  320. //
  321. // Generated from the TEXTINCLUDE 3 resource.
  322. //
  323. /////////////////////////////////////////////////////////////////////////////
  324. #endif // not APSTUDIO_INVOKED