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.

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