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.

371 lines
16 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 IDC_STATIC -1
  10. #include <windows.h>
  11. #include <scrnsave.h>
  12. #include <ntverp.h>
  13. #define VER_INTERNALNAME_STR "Text3D"
  14. #define VER_ORIGINALFILENAME_STR "Text3D"
  15. #define VER_FILEDESCRIPTION_STR "Direct3D 3D Text Screen Saver"
  16. #define VER_FILETYPE VFT_APP
  17. #define VER_FILESUBTYPE VFT2_UNKNOWN
  18. #include "common.ver"
  19. /////////////////////////////////////////////////////////////////////////////
  20. #undef APSTUDIO_READONLY_SYMBOLS
  21. /////////////////////////////////////////////////////////////////////////////
  22. // English (U.S.) resources
  23. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  24. #ifdef _WIN32
  25. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  26. #pragma code_page(1252)
  27. #endif //_WIN32
  28. /////////////////////////////////////////////////////////////////////////////
  29. //
  30. // Dialog
  31. //
  32. DLG_SELECT_FONT DIALOG DISCARDABLE 13, 54, 232, 183
  33. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  34. CAPTION "Font"
  35. FONT 8, "MS Shell Dlg"
  36. BEGIN
  37. LTEXT "&Font:",1088,6,3,40,9
  38. COMBOBOX 1136,6,13,94,54,CBS_SIMPLE | CBS_OWNERDRAWFIXED |
  39. CBS_AUTOHSCROLL | CBS_SORT | CBS_HASSTRINGS |
  40. CBS_DISABLENOSCROLL | WS_VSCROLL | WS_TABSTOP
  41. LTEXT "Font St&yle:",1089,108,3,44,9
  42. COMBOBOX 1137,108,13,64,54,CBS_SIMPLE | CBS_DISABLENOSCROLL |
  43. WS_VSCROLL | WS_TABSTOP
  44. COMBOBOX 1138,49,161,16,12,CBS_SIMPLE | CBS_OWNERDRAWFIXED |
  45. CBS_SORT | CBS_HASSTRINGS | CBS_DISABLENOSCROLL | NOT
  46. WS_VISIBLE | WS_DISABLED | WS_VSCROLL | WS_TABSTOP
  47. DEFPUSHBUTTON "OK",IDOK,183,25,40,14,WS_GROUP
  48. PUSHBUTTON "Cancel",IDCANCEL,183,44,40,14,WS_GROUP
  49. PUSHBUTTON "&Apply",1026,97,158,8,14,WS_GROUP
  50. PUSHBUTTON "&Help",1038,110,158,6,14,WS_GROUP
  51. CONTROL "Stri&keout",1040,"Button",BS_AUTOCHECKBOX | NOT
  52. WS_VISIBLE | WS_DISABLED | WS_TABSTOP,31,161,8,10
  53. CONTROL "&Underline",1041,"Button",BS_AUTOCHECKBOX | NOT
  54. WS_VISIBLE | WS_DISABLED,17,161,8,10
  55. COMBOBOX 1139,75,161,16,15,CBS_DROPDOWNLIST | CBS_OWNERDRAWFIXED |
  56. CBS_AUTOHSCROLL | CBS_HASSTRINGS | NOT WS_VISIBLE |
  57. WS_DISABLED | WS_BORDER | WS_VSCROLL | WS_TABSTOP
  58. GROUPBOX "Sample",1073,5,72,223,85,WS_GROUP
  59. CTEXT "AaBbYyZz",1092,18,83,199,69,SS_NOPREFIX | NOT
  60. WS_VISIBLE
  61. END
  62. IDD_SINGLEMONITORSETTINGS DIALOG DISCARDABLE 0, 0, 255, 170
  63. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  64. CAPTION "Display Settings"
  65. FONT 8, "MS Shell Dlg"
  66. BEGIN
  67. GROUPBOX "Video adapter",IDC_STATIC,7,7,241,69
  68. LTEXT "Name:",IDC_STATIC,13,18,33,8
  69. LTEXT "",IDC_ADAPTERNAME,57,18,159,8
  70. LTEXT "Rendering:",IDC_STATIC,13,31,36,8
  71. LTEXT "",IDC_RENDERING,57,31,130,17
  72. PUSHBUTTON "&Help",IDC_MOREINFO,194,33,50,14
  73. CONTROL "&Disable hardware 3D rendering",IDC_DISABLEHW,"Button",
  74. BS_AUTOCHECKBOX | WS_TABSTOP,14,54,215,10
  75. GROUPBOX "Display mode",IDC_DISPLAYMODEBOX,7,84,241,55
  76. LTEXT "Display &mode for this video adapter:",IDC_MODESSTATIC,
  77. 13,95,126,8
  78. COMBOBOX IDC_MODESCOMBO,144,93,100,133,CBS_DROPDOWNLIST |
  79. WS_VSCROLL | WS_TABSTOP
  80. LTEXT "Note: The Automatic display mode finds a mode that works well with your current screen saver settings and video adapter.",
  81. IDC_DISPLAYMODENOTE,13,109,227,27
  82. LTEXT "Automatic",IDC_AUTOMATIC,184,126,32,8,NOT WS_VISIBLE
  83. LTEXT "%d by %d, %d bit color",IDC_MODEFMT,13,152,71,8,NOT
  84. WS_VISIBLE
  85. DEFPUSHBUTTON "OK",IDOK,143,148,50,14
  86. PUSHBUTTON "Cancel",IDCANCEL,197,148,50,14
  87. END
  88. IDD_MULTIMONITORSETTINGS DIALOG DISCARDABLE 0, 0, 270, 236
  89. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  90. CAPTION "Display Settings"
  91. FONT 8, "MS Shell Dlg"
  92. BEGIN
  93. LTEXT "Monitor %d",IDC_TABNAMEFMT,214,8,32,8,NOT WS_VISIBLE
  94. GROUPBOX "Video adapter",IDC_STATIC,13,23,244,65
  95. LTEXT "Name:",IDC_STATIC,19,35,40,8
  96. LTEXT "",IDC_ADAPTERNAME,65,35,168,8
  97. LTEXT "Rendering:",IDC_STATIC,19,48,40,8
  98. LTEXT "",IDC_RENDERING,65,48,132,17
  99. PUSHBUTTON "&Help",IDC_MOREINFO,202,49,50,14
  100. CONTROL "&Disable hardware 3D rendering on this monitor",
  101. IDC_DISABLEHW,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,19,
  102. 71,215,10
  103. GROUPBOX "Monitor usage",IDC_SCREENUSAGEBOX,13,94,244,44
  104. CONTROL "Display &screen saver on this monitor",IDC_RENDER,
  105. "Button",BS_AUTORADIOBUTTON,19,107,200,10
  106. CONTROL "Display &nothing on this monitor",IDC_LEAVEBLACK,"Button",
  107. BS_AUTORADIOBUTTON,19,120,200,10
  108. GROUPBOX "Display mode",IDC_DISPLAYMODEBOX,13,146,244,55
  109. LTEXT "Display &mode for this video adapter:",IDC_MODESSTATIC,
  110. 19,158,126,8
  111. COMBOBOX IDC_MODESCOMBO,152,156,100,133,CBS_DROPDOWNLIST |
  112. WS_VSCROLL | WS_TABSTOP
  113. LTEXT "Note: The Automatic display mode finds a mode that works well with your current screen saver settings and video adapter.",
  114. IDC_DISPLAYMODENOTE,19,173,232,22
  115. LTEXT "Automatic",IDC_AUTOMATIC,193,182,32,8,NOT WS_VISIBLE
  116. LTEXT "%d by %d, %d bit color",IDC_MODEFMT,22,221,71,8,NOT
  117. WS_VISIBLE
  118. DEFPUSHBUTTON "OK",IDOK,159,216,50,14
  119. PUSHBUTTON "Cancel",IDCANCEL,213,216,50,14
  120. CONTROL "Tab1",IDC_MONITORSTAB,"SysTabControl32",WS_TABSTOP,7,7,
  121. 256,201
  122. END
  123. IDD_SETTINGS DIALOG DISCARDABLE 0, 0, 419, 261
  124. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  125. CAPTION "3D Text Settings"
  126. FONT 8, "MS Shell Dlg"
  127. BEGIN
  128. DEFPUSHBUTTON "OK",IDOK,341,11,69,14
  129. PUSHBUTTON "Cancel",IDCANCEL,341,32,69,14
  130. PUSHBUTTON "&Display Settings...",IDC_SCREENSETTINGS,341,53,69,14
  131. GROUPBOX "Text",IDC_STATIC,7,7,321,101
  132. CONTROL "Time",IDC_RADIO_TIME,"Button",BS_AUTORADIOBUTTON |
  133. WS_GROUP,16,22,30,10
  134. CONTROL "Custom Text:",IDC_RADIO_TEXT,"Button",
  135. BS_AUTORADIOBUTTON,16,39,55,8
  136. EDITTEXT IDC_DISPLAY_STRING,75,37,109,13,ES_AUTOHSCROLL
  137. PUSHBUTTON "Choose Font...",IDC_SELECT_FONT,56,71,82,14
  138. GROUPBOX "Resolution",IDC_STATIC,203,14,117,43
  139. CTEXT "Low",IDC_STATIC,206,23,30,8
  140. CTEXT "High",IDC_STATIC,288,23,30,8
  141. CONTROL "Slider1",IDC_RESOLUTION,"msctls_trackbar32",
  142. TBS_AUTOTICKS | TBS_TOP | WS_TABSTOP,210,33,100,23
  143. GROUPBOX "Size",IDC_STATIC,203,61,117,43
  144. CTEXT "Small",IDC_STATIC,206,70,30,8
  145. CTEXT "Large",IDC_STATIC,288,66,30,8
  146. CONTROL "Slider1",IDC_VIEWPORTSIZE,"msctls_trackbar32",
  147. TBS_AUTOTICKS | TBS_TOP | WS_TABSTOP,210,77,100,23
  148. GROUPBOX "Motion",IDC_STATIC,7,108,321,60
  149. LTEXT "Rotation Type:",IDC_STATIC,26,136,56,8
  150. COMBOBOX IDC_ROTATION_STYLE,86,133,98,76,CBS_DROPDOWNLIST |
  151. WS_VSCROLL | WS_TABSTOP
  152. GROUPBOX "Rotation Speed",IDC_STATIC,203,117,117,43
  153. CTEXT "Slow",IDC_STATIC,206,126,30,8
  154. CONTROL "Slider1",IDC_ROTATION_SPEED,"msctls_trackbar32",
  155. TBS_AUTOTICKS | TBS_TOP | WS_TABSTOP,210,133,100,23
  156. CTEXT "Fast",IDC_STATIC,288,124,30,8
  157. GROUPBOX "Surface Style",IDC_STATIC,7,171,321,82
  158. CONTROL "Solid Color",IDC_RADIO_COLOR,"Button",
  159. BS_AUTORADIOBUTTON,22,185,49,10
  160. CONTROL "Custom Color:",IDC_USE_CUSTOM_COLOR,"Button",
  161. BS_AUTOCHECKBOX | WS_TABSTOP,117,185,75,10
  162. PUSHBUTTON "Choose Color...",IDC_SURFACE_COLOR,220,182,82,15
  163. CONTROL "Texture",IDC_RADIO_TEXTURE,"Button",BS_AUTORADIOBUTTON,
  164. 22,202,40,10
  165. CONTROL "Custom Texture:",IDC_USE_CUSTOM_TEXTURE,"Button",
  166. BS_AUTOCHECKBOX | WS_TABSTOP,117,202,75,10
  167. PUSHBUTTON "Choose Texture...",IDC_BROWSE_TEXTURE,220,199,82,15
  168. CONTROL "Reflection",IDC_RADIO_REFLECTION,"Button",
  169. BS_AUTORADIOBUTTON,22,219,48,10
  170. CONTROL "Custom Reflection:",IDC_USE_CUSTOM_ENVIRONMENT,"Button",
  171. BS_AUTOCHECKBOX | WS_TABSTOP,117,219,75,10
  172. PUSHBUTTON "Choose Reflection...",IDC_BROWSE_ENVIRONMENT,220,216,82,
  173. 15
  174. CONTROL "Show Specular Highlights",IDC_SPECULAR,"Button",
  175. BS_AUTOCHECKBOX | WS_TABSTOP,22,236,132,10
  176. END
  177. /////////////////////////////////////////////////////////////////////////////
  178. //
  179. // Icon
  180. //
  181. // Icon with lowest ID value placed first to ensure application icon
  182. // remains consistent on all systems.
  183. IDI_ICON1 ICON DISCARDABLE "app.ico"
  184. #ifdef APSTUDIO_INVOKED
  185. /////////////////////////////////////////////////////////////////////////////
  186. //
  187. // TEXTINCLUDE
  188. //
  189. 1 TEXTINCLUDE DISCARDABLE
  190. BEGIN
  191. "resource.h\0"
  192. END
  193. 2 TEXTINCLUDE DISCARDABLE
  194. BEGIN
  195. "#define IDC_STATIC -1\r\n"
  196. "#include <windows.h>\r\n"
  197. "#include <scrnsave.h>\r\n"
  198. "#include <ntverp.h>\r\n"
  199. "#define VER_INTERNALNAME_STR ""Text3D""\r\n"
  200. "#define VER_ORIGINALFILENAME_STR ""Text3D""\r\n"
  201. "#define VER_FILEDESCRIPTION_STR ""Direct3D 3D Text Screen Saver""\r\n"
  202. "#define VER_FILETYPE VFT_APP\r\n"
  203. "#define VER_FILESUBTYPE VFT2_UNKNOWN\r\n"
  204. "#include ""common.ver""\r\n"
  205. "\r\n"
  206. "\0"
  207. END
  208. 3 TEXTINCLUDE DISCARDABLE
  209. BEGIN
  210. "\r\n"
  211. "\0"
  212. END
  213. #endif // APSTUDIO_INVOKED
  214. /////////////////////////////////////////////////////////////////////////////
  215. //
  216. // JPG
  217. //
  218. IDB_TEXTURE JPG DISCARDABLE "texture.jpg"
  219. IDB_SPHEREMAP JPG DISCARDABLE "spheremap.jpg"
  220. /////////////////////////////////////////////////////////////////////////////
  221. //
  222. // DESIGNINFO
  223. //
  224. #ifdef APSTUDIO_INVOKED
  225. GUIDELINES DESIGNINFO DISCARDABLE
  226. BEGIN
  227. IDD_SETTINGS, DIALOG
  228. BEGIN
  229. LEFTMARGIN, 7
  230. RIGHTMARGIN, 412
  231. TOPMARGIN, 7
  232. BOTTOMMARGIN, 254
  233. END
  234. END
  235. #endif // APSTUDIO_INVOKED
  236. /////////////////////////////////////////////////////////////////////////////
  237. //
  238. // String Table
  239. //
  240. STRINGTABLE PRELOAD DISCARDABLE
  241. BEGIN
  242. IDS_DESCRIPTION "3D Text"
  243. END
  244. STRINGTABLE PRELOAD DISCARDABLE
  245. BEGIN
  246. IDS_DEFAULTTEXT "Microsoft Windows"
  247. IDS_INIFILE "control.ini"
  248. IDS_OPTIONS "Options"
  249. IDS_OBJTYPE "Type"
  250. IDS_TEXTURE "Texture"
  251. IDS_TEXTURE_FILE_OFFSET "TextureFileOffset"
  252. IDS_SIZE "Size"
  253. IDS_TESSELATION "Tesselation"
  254. IDS_GENNAME "ScreenSaver"
  255. IDS_SAVERNAME "Screen Saver.3DText"
  256. IDS_DEFFONT "Tahoma"
  257. IDS_DEFCHARSET "1"
  258. IDS_DEMOTYPE "DemoType"
  259. IDS_SPEED "Speed"
  260. IDS_ROTSTYLE "RotStyle"
  261. IDS_SURFSTYLE "SurfStyle"
  262. IDS_FONT_REG "Font"
  263. IDS_FONT_ATTRIBUTES "FontAttributes"
  264. IDS_CHARSET "CharSet"
  265. IDS_TEXT "Text"
  266. END
  267. STRINGTABLE PRELOAD DISCARDABLE
  268. BEGIN
  269. IDS_ERR_GENERIC "There was an unspecified problem with this screen saver."
  270. IDS_ERR_NODIRECT3D "Direct3D 8.0 could not be initialized. Please install the latest version of DirectX."
  271. IDS_ERR_NOWINDOWEDHAL "Could not initialize the screen saver."
  272. IDS_ERR_CREATEDEVICEFAILED "Could not create the Direct3D device."
  273. IDS_ERR_NOCOMPATIBLEDEVICES
  274. "Could not find any compatible Direct3D devices."
  275. IDS_ERR_NOHARDWAREDEVICE
  276. "No hardware-accelerated Direct3D devices were found."
  277. IDS_ERR_HALNOTCOMPATIBLE
  278. "This screen saver requires functionality that is not available on your Direct3D hardware accelerator."
  279. IDS_ERR_NOHALTHISMODE "This screen saver requires functionality that is not available on your Direct3D hardware accelerator with the current desktop display settings."
  280. IDS_ERR_MEDIANOTFOUND "Could not load required media."
  281. IDS_ERR_RESIZEFAILED "Could not reset the Direct3D device."
  282. IDS_ERR_OUTOFMEMORY "Not enough memory."
  283. IDS_ERR_OUTOFVIDEOMEMORY "Not enough video memory."
  284. END
  285. STRINGTABLE PRELOAD DISCARDABLE
  286. BEGIN
  287. IDS_ERR_NOPREVIEW "No preview available"
  288. END
  289. STRINGTABLE PRELOAD DISCARDABLE
  290. BEGIN
  291. IDS_INFO_GOODHAL "This video adapter supports hardware 3D rendering. This screen saver can be displayed on this monitor."
  292. IDS_INFO_BADHAL_GOODSW "This video adapter supports hardware 3D rendering, but this screensaver requires functionality not available in hardware. A software renderer will be used instead. This screen saver can be displayed on this monitor."
  293. IDS_INFO_BADHAL_BADSW "This video adapter supports hardware 3D rendering, but this screensaver requires functionality not available in hardware or software. This screen saver cannot be displayed on this monitor."
  294. IDS_INFO_BADHAL_NOSW "This video adapter supports hardware 3D rendering, but this screensaver requires functionality not available in hardware. No software renderer is available. This screen saver cannot be displayed on this monitor."
  295. IDS_INFO_NOHAL_GOODSW "This video adapter does not support hardware 3D rendering. A software renderer will be used instead. This screen saver can be displayed on this monitor."
  296. IDS_INFO_NOHAL_BADSW "This video adapter does not support hardware 3D rendering. This screensaver requires functionality not available in the software renderer. This screen saver cannot be displayed on this monitor."
  297. IDS_INFO_NOHAL_NOSW "This video adapter does not support hardware 3D rendering. No software renderer is available. This screen saver cannot be displayed on this monitor."
  298. IDS_INFO_DISABLEDHAL_GOODSW
  299. "The video adapter supports hardware 3D rendering, but it has been disabled. A software renderer will be used instead. This screen saver can be displayed on this monitor."
  300. END
  301. STRINGTABLE DISCARDABLE
  302. BEGIN
  303. IDS_INFO_DISABLEDHAL_BADSW
  304. "This video adapter supports hardware 3D rendering, but it has been disabled. This screensaver requires functionality not available in the software renderer. This screen saver cannot be displayed on this monitor."
  305. IDS_INFO_DISABLEDHAL_NOSW
  306. "This video adapter supports hardware 3D rendering, but it has been disabled. No software renderer is available. This screen saver cannot be displayed on this monitor."
  307. IDS_RENDERING_HAL "The screen saver can use hardware 3D rendering on this monitor."
  308. IDS_RENDERING_SW "The screen saver can use software 3D rendering on this monitor."
  309. IDS_RENDERING_NONE "The screen saver cannot be displayed on this monitor."
  310. END
  311. STRINGTABLE PRELOAD DISCARDABLE
  312. BEGIN
  313. IDS_NONE "None"
  314. IDS_SPIN "Spin"
  315. IDS_SEESAW "See-saw"
  316. IDS_WOBBLE "Wobble"
  317. IDS_TUMBLE "Tumble"
  318. IDS_FILEFILTER "Bitmaps (*.bmp)#*.bmp##"
  319. IDS_OPENTEXTURETITLE "Choose Custom Texture"
  320. IDS_OPENENVIRONMENTMAPTITLE "Choose Custom Environment Map"
  321. IDS_FONT "Tahoma"
  322. END
  323. #endif // English (U.S.) resources
  324. /////////////////////////////////////////////////////////////////////////////
  325. #ifndef APSTUDIO_INVOKED
  326. /////////////////////////////////////////////////////////////////////////////
  327. //
  328. // Generated from the TEXTINCLUDE 3 resource.
  329. //
  330. /////////////////////////////////////////////////////////////////////////////
  331. #endif // not APSTUDIO_INVOKED