home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Game Programming for Teens / VBGPFT.cdr / DirectX8 / dx8a_sdk.exe / samples / multimedia / directinput / multimapper / multimapper.rc < prev    next >
Encoding:
Text File  |  2000-09-22  |  2.5 KB  |  109 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include <windows.h>
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. /////////////////////////////////////////////////////////////////////////////
  25. //
  26. // Dialog
  27. //
  28.  
  29. IDD_NUMPLAYERS DIALOG DISCARDABLE  0, 0, 169, 46
  30. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE
  31. FONT 8, "MS Shell Dlg"
  32. BEGIN
  33.     LTEXT           "Please enter the number of players (1-4):",
  34.                     IDC_NUMPLAYERTEXT,20,7,128,8
  35.     EDITTEXT        IDC_EDIT_NUMPLAYERS,57,24,18,13,ES_RIGHT | 
  36.                     ES_AUTOHSCROLL
  37.     PUSHBUTTON      "OK",IDOK,80,24,28,13
  38. END
  39.  
  40.  
  41. #ifdef APSTUDIO_INVOKED
  42. /////////////////////////////////////////////////////////////////////////////
  43. //
  44. // TEXTINCLUDE
  45. //
  46.  
  47. 1 TEXTINCLUDE DISCARDABLE 
  48. BEGIN
  49.     "resource.h\0"
  50. END
  51.  
  52. 2 TEXTINCLUDE DISCARDABLE 
  53. BEGIN
  54.     "#include <windows.h>\r\n"
  55.     "\0"
  56. END
  57.  
  58. 3 TEXTINCLUDE DISCARDABLE 
  59. BEGIN
  60.     "\r\n"
  61.     "\0"
  62. END
  63.  
  64. #endif    // APSTUDIO_INVOKED
  65.  
  66.  
  67. /////////////////////////////////////////////////////////////////////////////
  68. //
  69. // DESIGNINFO
  70. //
  71.  
  72. #ifdef APSTUDIO_INVOKED
  73. GUIDELINES DESIGNINFO DISCARDABLE 
  74. BEGIN
  75.     IDD_NUMPLAYERS, DIALOG
  76.     BEGIN
  77.         LEFTMARGIN, 7
  78.         RIGHTMARGIN, 162
  79.         TOPMARGIN, 7
  80.         BOTTOMMARGIN, 37
  81.     END
  82. END
  83. #endif    // APSTUDIO_INVOKED
  84.  
  85.  
  86. /////////////////////////////////////////////////////////////////////////////
  87. //
  88. // Icon
  89. //
  90.  
  91. // Icon with lowest ID value placed first to ensure application icon
  92. // remains consistent on all systems.
  93. IDI_ICON1               ICON    DISCARDABLE     "directx.ico"
  94. #endif    // English (U.S.) resources
  95. /////////////////////////////////////////////////////////////////////////////
  96.  
  97.  
  98.  
  99. #ifndef APSTUDIO_INVOKED
  100. /////////////////////////////////////////////////////////////////////////////
  101. //
  102. // Generated from the TEXTINCLUDE 3 resource.
  103. //
  104.  
  105.  
  106. /////////////////////////////////////////////////////////////////////////////
  107. #endif    // not APSTUDIO_INVOKED
  108.  
  109.