home *** CD-ROM | disk | FTP | other *** search
/ Beginning Direct3D Game Programming / Direct3D.iso / directx / dxf / samples / multimedia / directinput / diconfig / dconfig.rc < prev    next >
Encoding:
Text File  |  2000-10-06  |  8.0 KB  |  196 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "dicfgres.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. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "dicfgres.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "\0"
  44. END
  45.  
  46. #endif    // APSTUDIO_INVOKED
  47.  
  48.  
  49.  
  50. /////////////////////////////////////////////////////////////////////////////
  51. //
  52. // Bitmap
  53. //
  54.  
  55. IDB_AXESGLYPH           BITMAP  DISCARDABLE     "axesglyph.bmp"
  56. IDB_BUTTONGLYPH         BITMAP  DISCARDABLE     "buttonglyph.bmp"
  57. IDB_CHECKGLYPH          BITMAP  DISCARDABLE     "checkglyph.bmp"
  58. IDB_HATGLYPH            BITMAP  DISCARDABLE     "hatglyph.bmp"
  59. IDB_IB                  BITMAP  DISCARDABLE     "ib.bmp"
  60. IDB_IB2                 BITMAP  DISCARDABLE     "ib2.bmp"
  61. IDB_CHECKGLYPHDARK      BITMAP  DISCARDABLE     "bitmap1.bmp"
  62.  
  63. /////////////////////////////////////////////////////////////////////////////
  64. //
  65. // Dialog
  66. //
  67.  
  68. IDD_SELCONTROLDLG DIALOG DISCARDABLE  0, 0, 186, 95
  69. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  70. CAPTION "Select the Device Control for this Callout"
  71. FONT 8, "MS Shell Dlg"
  72. BEGIN
  73.     DEFPUSHBUTTON   "OK",IDOK,129,7,50,14
  74.     PUSHBUTTON      "Cancel",IDCANCEL,129,24,50,14
  75.     LISTBOX         IDC_LIST,7,7,116,81,LBS_USETABSTOPS | 
  76.                     LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  77. END
  78.  
  79.  
  80. /////////////////////////////////////////////////////////////////////////////
  81. //
  82. // String Table
  83. //
  84.  
  85. STRINGTABLE DISCARDABLE 
  86. BEGIN
  87.     IDS_DCONFIG_PRODUCTNAME "Device Action Configuration"
  88.     IDS_MSGBOXTITLE_WRITEINISUCCEEDED 
  89.                             "INI Successfully Written for This Device"
  90.     IDS_ERROR_COLORS        "Device Action Configuration requires at least 256 colors."
  91.     IDS_MSGBOXTITLE_WRITEINIFAILED "Failed to Write INI for this Device"
  92.     IDS_ERROR_DLG_TITLE     "Error"
  93.     IDS_WROTEINITO          "The layout and properties for ""%s"" were written to ""%s""."
  94.     IDS_DICREATEFAILED      "DirectInputCreate(version 0x%08x) failed:\n\nhresult = 0x%08x"
  95.     IDS_ERROR_NODIALOG      "Could not show dialog!"
  96.     IDS_CREATEDEVICEFAILED  "CreateDevice(guid %s) failed:\n\nhresult = 0x%08x"
  97.     IDS_ERROR_NOWNDCLASS    "Could not register main window class!"
  98.     IDS_GETPROPMAPFILEFAILED 
  99.                             "GetProperty(DIPROP_MAPFILE, ...) failed:\n\nhresult = 0x%08x"
  100.     IDS_ERROR_NOWND         "Could not create main window!"
  101.     IDS_WCTOMBFAILED        "WideCharToMultiByte() failed:\n\n%s"
  102.     IDS_BUTTON_DEFAULT      "Use Defaults"
  103. END
  104.  
  105. STRINGTABLE DISCARDABLE 
  106. BEGIN
  107.     IDS_NOMAPFILEPATH       "No MapFile path (empty string)."
  108.     IDS_BUTTON_OK           "OK"
  109.     IDS_ERRORUNKNOWN        "An unknown error occured."
  110.     IDS_TITLE_NOLOADVIEWIMAGE "Failed to Load Image"
  111.     IDS_ERROR_ENUMDEVS_FAILED "EnumDevices failed!"
  112.     IDS_NULLPATH            "The path was NULL."
  113.     IDS_COULDNOTCREATEIMAGEFROMFILE "Could not create image from file ""%s""."
  114.     IDS_REMOVEALLCALLOUTS   "Remove All Callouts"
  115.     IDS_CONFIRMREMOVEALLCALLOUTS 
  116.                             "Are you sure you want to remove all callouts from this view?\nYou cannot undo this operation."
  117.     IDS_REMOVEVIEW          "Remove View"
  118.     IDS_CONFIRMREMOVEVIEW   "Are you sure you want to remove this view?\nYou cannot undo this operation."
  119.     IDS_REMOVEALLVIEWS      "Remove All Views"
  120.     IDS_CONFIRMREMOVEALLVIEWS 
  121.                             "Are you sure you want to remove all views for this device?\nYou cannot undo this operation."
  122.     IDS_TITLE_NONEWCONTROL  "Can't Create New Callout"
  123. END
  124.  
  125. STRINGTABLE DISCARDABLE 
  126. BEGIN
  127.     IDS_ERROR_OFFSETUNAVAIL "All device objects already have a callout for this view."
  128.     IDS_GETPROPVIDPIDFAILED "GetProperty(DIPROP_VIDPID, ...) failed:\n\nhresult = 0x%08x"
  129.     IDS_ERROR_INIREAD       "An error has occurred reading the INI file."
  130.     IDS_ERROR_CANTLOADDIMAP "Can not load DIMAP.DLL."
  131.     IDS_ERROR_OUTOFMEMORY   "Insufficient memory to complete the operation."
  132.     IDS_BUTTON_CANCEL       "Cancel"
  133.     IDS_BUTTON_RESET        "Reset"
  134.     IDS_BUTTON_LAYOUT       "Layout"
  135.     IDS_ERROR_WRITEVENDORFILE_FAILED 
  136.                             "WriteVendorFile(...) failed:\n\nhresult = 0x%08x"
  137.     IDS_INFOMSG_VIEW_TAB    "Click to select a different device."
  138.     IDS_INFOMSG_VIEW_TABSCROLL "Click to scroll device tabs."
  139.     IDS_INFOMSG_VIEW_DEVICE "The current settings for this device are displayed to the right."
  140.     IDS_INFOMSG_VIEW_SORTDISABLED 
  141.                             "Click to show assigned actions at the top of the list."
  142.     IDS_INFOMSG_VIEW_SORTENABLED "Click to disable list sorting."
  143.     IDS_INFOMSG_VIEW_VIEWSEL "Click to see another view of this device."
  144.     IDS_INFOMSG_VIEW_OK     "Click to close this window."
  145. END
  146.  
  147. STRINGTABLE DISCARDABLE 
  148. BEGIN
  149.     IDS_INFOMSG_VIEW_USERNAME "Displays the current user for this device."
  150.     IDS_INFOMSG_VIEW_GAMEMODE "Show settings for another mode."
  151.     IDS_INFOMSG_EDIT_TAB    "Click to select a different device."
  152.     IDS_INFOMSG_EDIT_TABSCROLL "Click to scroll device tabs."
  153.     IDS_INFOMSG_EDIT_DEVICE "Select a control with the mouse, by moving an axis or by pressing a button."
  154.     IDS_INFOMSG_EDIT_SORTDISABLED 
  155.                             "Click to show assigned actions at the top of the list."
  156.     IDS_INFOMSG_EDIT_SORTENABLED "Click to disable list sorting."
  157.     IDS_INFOMSG_EDIT_VIEWSEL "Click to see another view of this device."
  158.     IDS_INFOMSG_EDIT_RESET  "Click to return to the recommended settings for this device."
  159.     IDS_INFOMSG_EDIT_OK     "Click to accept changes and close this dialog."
  160.     IDS_INFOMSG_EDIT_CANCEL "Click to cancel changes."
  161.     IDS_INFOMSG_EDIT_ACTLISTDISABLED 
  162.                             "Select a control on the device to be configured."
  163.     IDS_INFOMSG_EDIT_ACTLISTENABLED 
  164.                             "Press the Enter key, or double click the control to begin configuring it."
  165.     IDS_INFOMSG_EDIT_USERNAME "Assign this device to a player."
  166.     IDS_INFOMSG_EDIT_GAMEMODE "Configure for a different mode."
  167.     IDS_INFOMSG_DEF_EDIT    "Select a control with the mouse, by moving an axis or by pressing a button."
  168. END
  169.  
  170. STRINGTABLE DISCARDABLE 
  171. BEGIN
  172.     IDS_INFOMSG_DEF_VIEW    "The current settings for this device are displayed to the right."
  173.     IDS_INFOMSG_EDIT_CTRLSELECTED 
  174.                             "Edit the action assigned to this control by pressing ENTER or double clicking the control."
  175.     IDS_INFOMSG_EDIT_EDITMODEENABLED 
  176.                             "Choose an action for this control from the list. Press [Delete] to remove an action from the device. Press [Escape] to cancel."
  177.     IDS_INFOMSG_EDIT_KEYBOARD 
  178.                             "Select a control with the mouse or by pressing a key."
  179.     IDS_INFOMSG_EDIT_MOUSE  "Select a control with the mouse."
  180.     IDS_INFOMSG_APPFIXEDSELECT "This control cannot be remapped."
  181.     IDS_INFO_TITLE          "Information"
  182.     IDS_PLAYER_TITLE        "Player"
  183.     IDS_GENRE_TITLE         "Game Mode"
  184.     IDS_AVAILABLEACTIONS_TITLE "Available Actions"
  185.     IDS_SORTASSIGNED        "Sort Assigned"
  186.     IDS_AXISACTIONS         "Axis Actions"
  187.     IDS_BUTTONACTIONS       "Button Actions"
  188.     IDS_POVACTIONS          "POV Actions"
  189. END
  190.  
  191. #endif    // English (U.S.) resources
  192. /////////////////////////////////////////////////////////////////////////////
  193.  
  194.  
  195.  
  196.