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.

208 lines
6.1 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "dfuitestresource.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. "dfuitestresource.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 //_WIN32\r\n"
  45. "#include ""dfuitest.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  46. "#include ""afxres.rc"" // Standard components\r\n"
  47. "#endif\r\n"
  48. "\0"
  49. END
  50. #endif // APSTUDIO_INVOKED
  51. /////////////////////////////////////////////////////////////////////////////
  52. //
  53. // Dialog
  54. //
  55. IDD_DFUITEST_DIALOG DIALOGEX 0, 0, 202, 129
  56. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  57. EXSTYLE WS_EX_APPWINDOW
  58. CAPTION "DirectInput ConfigUI Test"
  59. FONT 8, "MS Sans Serif", 0, 0, 0x1
  60. BEGIN
  61. DEFPUSHBUTTON "Run",IDC_RUN,76,108,50,14,WS_GROUP
  62. LTEXT "Mode:",IDC_STATIC,7,7,21,8
  63. CONTROL "&Edit",IDC_EDIT,"Button",BS_AUTORADIOBUTTON | WS_GROUP,
  64. 7,17,28,10
  65. CONTROL "&View",IDC_VIEW,"Button",BS_AUTORADIOBUTTON,7,28,31,10
  66. LTEXT "Display:",IDC_STATIC,49,7,26,8
  67. CONTROL "&GDI",IDC_GDI,"Button",BS_AUTORADIOBUTTON | WS_GROUP,49,
  68. 17,29,10
  69. CONTROL "DD&raw",IDC_DDRAW,"Button",BS_AUTORADIOBUTTON |
  70. WS_DISABLED,49,28,38,10
  71. CONTROL "&D3D",IDC_D3D,"Button",BS_AUTORADIOBUTTON | WS_DISABLED,
  72. 49,39,31,10
  73. LTEXT "Formats:",IDC_STATIC,95,7,28,8
  74. CONTROL "&1",IDC_1,"Button",BS_AUTORADIOBUTTON | WS_GROUP,95,17,
  75. 20,10
  76. CONTROL "&2",IDC_2,"Button",BS_AUTORADIOBUTTON,95,28,20,10
  77. CONTROL "&3",IDC_3,"Button",BS_AUTORADIOBUTTON,95,39,20,10
  78. LTEXT "ColorSet:",IDC_STATIC,136,7,30,8
  79. CONTROL "De&fault",IDC_DEFAULTCS,"Button",BS_AUTORADIOBUTTON |
  80. WS_GROUP,136,17,39,10
  81. CONTROL "Custo&m",IDC_CUSTOM1,"Button",BS_AUTORADIOBUTTON,136,28,
  82. 39,10
  83. PUSHBUTTON "Customi&ze...",IDC_CUSTOMIZE,145,40,50,14,WS_DISABLED
  84. LTEXT "Via:",IDC_STATIC,7,44,13,8
  85. CONTROL "Direct&Input",IDC_DI,"Button",BS_AUTORADIOBUTTON |
  86. WS_GROUP,7,54,51,10
  87. CONTROL "&CoCreateInstance()",IDC_CCI,"Button",
  88. BS_AUTORADIOBUTTON,7,64,77,10
  89. CONTROL "Edit &Layout",IDC_LAYOUT,"Button",BS_AUTOCHECKBOX |
  90. WS_GROUP | WS_TABSTOP,96,59,51,10
  91. LTEXT "&User Names: (separate with commas)",IDC_STATIC,7,78,
  92. 120,8
  93. EDITTEXT IDC_NAMES,7,88,110,14,ES_AUTOHSCROLL | WS_GROUP
  94. PUSHBUTTON "U&ser",IDC_USER,121,88,22,14
  95. PUSHBUTTON "&Test",IDC_TEST,147,88,22,14
  96. PUSHBUTTON "&Null",IDC_NULL,173,88,22,14
  97. END
  98. #ifndef _MAC
  99. /////////////////////////////////////////////////////////////////////////////
  100. //
  101. // Version
  102. //
  103. VS_VERSION_INFO VERSIONINFO
  104. FILEVERSION 1,0,0,1
  105. PRODUCTVERSION 1,0,0,1
  106. FILEFLAGSMASK 0x3fL
  107. #ifdef _DEBUG
  108. FILEFLAGS 0x1L
  109. #else
  110. FILEFLAGS 0x0L
  111. #endif
  112. FILEOS 0x4L
  113. FILETYPE 0x1L
  114. FILESUBTYPE 0x0L
  115. BEGIN
  116. BLOCK "StringFileInfo"
  117. BEGIN
  118. BLOCK "040904B0"
  119. BEGIN
  120. VALUE "CompanyName", "\0"
  121. VALUE "FileDescription", "dfuitest MFC Application\0"
  122. VALUE "FileVersion", "1, 0, 0, 1\0"
  123. VALUE "InternalName", "dfuitest\0"
  124. VALUE "LegalCopyright", "Copyright (C) 2000\0"
  125. VALUE "LegalTrademarks", "\0"
  126. VALUE "OriginalFilename", "dfuitest.EXE\0"
  127. VALUE "ProductName", "dfuitest Application\0"
  128. VALUE "ProductVersion", "1, 0, 0, 1\0"
  129. END
  130. END
  131. BLOCK "VarFileInfo"
  132. BEGIN
  133. VALUE "Translation", 0x409, 1200
  134. END
  135. END
  136. #endif // !_MAC
  137. /////////////////////////////////////////////////////////////////////////////
  138. //
  139. // DESIGNINFO
  140. //
  141. #ifdef APSTUDIO_INVOKED
  142. GUIDELINES DESIGNINFO DISCARDABLE
  143. BEGIN
  144. IDD_DFUITEST_DIALOG, DIALOG
  145. BEGIN
  146. LEFTMARGIN, 7
  147. RIGHTMARGIN, 195
  148. TOPMARGIN, 7
  149. BOTTOMMARGIN, 122
  150. END
  151. END
  152. #endif // APSTUDIO_INVOKED
  153. /////////////////////////////////////////////////////////////////////////////
  154. //
  155. // Icon
  156. //
  157. // Icon with lowest ID value placed first to ensure application icon
  158. // remains consistent on all systems.
  159. IDR_MAINFRAME ICON DISCARDABLE "icon2.ico"
  160. #endif // English (U.S.) resources
  161. /////////////////////////////////////////////////////////////////////////////
  162. #ifndef APSTUDIO_INVOKED
  163. /////////////////////////////////////////////////////////////////////////////
  164. //
  165. // Generated from the TEXTINCLUDE 3 resource.
  166. //
  167. #define _AFX_NO_SPLITTER_RESOURCES
  168. #define _AFX_NO_OLE_RESOURCES
  169. #define _AFX_NO_TRACKER_RESOURCES
  170. #define _AFX_NO_PROPERTY_RESOURCES
  171. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  172. #ifdef _WIN32
  173. LANGUAGE 9, 1
  174. #pragma code_page(1252)
  175. #endif //_WIN32
  176. #include "dfuitest.rc2" // non-Microsoft Visual C++ edited resources
  177. #include "afxres.rc" // Standard components
  178. #endif
  179. /////////////////////////////////////////////////////////////////////////////
  180. #endif // not APSTUDIO_INVOKED