home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectInput / FFConst / ffconst.rc < prev    next >
Encoding:
Text File  |  2001-10-08  |  2.7 KB  |  112 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 "afxres.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_FORCE_FEEDBACK DIALOG DISCARDABLE  0, 0, 162, 188
  30. STYLE DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | 
  31.     WS_SYSMENU
  32. CAPTION "Force Feedback Constant Force Sample"
  33. FONT 8, "MS Shell Dlg"
  34. BEGIN
  35.     DEFPUSHBUTTON   "Exit",IDCANCEL,97,167,50,14
  36.     LTEXT           "Click the mouse inside the square below to",IDC_STATIC,
  37.                     7,7,135,8
  38.     LTEXT           "set the strength and direction of the force ",
  39.                     IDC_STATIC,7,15,132,8
  40.     LTEXT           "feedback effect. ",IDC_STATIC,7,23,55,8
  41. END
  42.  
  43.  
  44. /////////////////////////////////////////////////////////////////////////////
  45. //
  46. // DESIGNINFO
  47. //
  48.  
  49. #ifdef APSTUDIO_INVOKED
  50. GUIDELINES DESIGNINFO DISCARDABLE 
  51. BEGIN
  52.     IDD_JOY_FEEDBACK, DIALOG
  53.     BEGIN
  54.         LEFTMARGIN, 7
  55.         RIGHTMARGIN, 155
  56.         TOPMARGIN, 7
  57.         BOTTOMMARGIN, 181
  58.     END
  59. END
  60. #endif    // APSTUDIO_INVOKED
  61.  
  62.  
  63. #ifdef APSTUDIO_INVOKED
  64. /////////////////////////////////////////////////////////////////////////////
  65. //
  66. // TEXTINCLUDE
  67. //
  68.  
  69. 1 TEXTINCLUDE DISCARDABLE 
  70. BEGIN
  71.     "resource.h\0"
  72. END
  73.  
  74. 2 TEXTINCLUDE DISCARDABLE 
  75. BEGIN
  76.     "#include ""afxres.h""\r\n"
  77.     "\0"
  78. END
  79.  
  80. 3 TEXTINCLUDE DISCARDABLE 
  81. BEGIN
  82.     "\r\n"
  83.     "\0"
  84. END
  85.  
  86. #endif    // APSTUDIO_INVOKED
  87.  
  88.  
  89. /////////////////////////////////////////////////////////////////////////////
  90. //
  91. // Icon
  92. //
  93.  
  94. // Icon with lowest ID value placed first to ensure application icon
  95. // remains consistent on all systems.
  96. IDI_MAIN                ICON    DISCARDABLE     "directx.ico"
  97. #endif    // English (U.S.) resources
  98. /////////////////////////////////////////////////////////////////////////////
  99.  
  100.  
  101.  
  102. #ifndef APSTUDIO_INVOKED
  103. /////////////////////////////////////////////////////////////////////////////
  104. //
  105. // Generated from the TEXTINCLUDE 3 resource.
  106. //
  107.  
  108.  
  109. /////////////////////////////////////////////////////////////////////////////
  110. #endif    // not APSTUDIO_INVOKED
  111.  
  112.