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.

66 lines
4.0 KiB

  1. #include "joyhelp.h"
  2. #include "resource.h"
  3. const DWORD gaHelpIDs[]=
  4. {
  5. IDC_BTN_PROPERTIES, IDH_101_1002, // Game Controllers: "&Properties..." (Button)
  6. IDC_BTN_TSHOOT, IDH_101_1036, // Trouble Shoot Button
  7. IDC_LIST_DEVICE, IDH_101_1058, // Game Controllers: "List1" (SysListView32)
  8. IDC_LIST_HEADING, IDH_101_1058, // Game Controllers: "&Game Controllers" (Static)
  9. IDC_BTN_REMOVE, IDH_101_1028, // Game Controllers: "&Remove..." (Button)
  10. IDC_BTN_ADD, IDH_101_1010, // Game Controllers: "A&dd..." (Button)
  11. IDC_BTN_REFRESH, IDH_101_1022, // Game Controllers: "Refresh" (Button)
  12. IDC_POLLFLAGS, IDH_117_1100, // -: "P&oll with interrupts enabled" (Button)
  13. IDC_COMBO1, IDH_117_1101, // -: "" (ComboBox)
  14. IDC_TEXT_PORTDRIVER, IDH_117_1101, // -: "&Port Driver:" (Static)
  15. IDC_GAMEPORT, IDH_117_1101, //
  16. IDC_GAMEPORTLIST, IDH_117_1101, //
  17. IDC_ADV_LIST_DEVICE, IDH_117_8197, // -: "" (ListBox)
  18. IDC_ADV_CHANGE, IDH_117_8198, // -: "Cha&nge..." (Button)
  19. IDC_ADV_USEOEMPAGE, IDH_117_8199, // Advanced: OEM property sheet check box
  20. IDC_ADD_NEW, IDH_119_1039, // Add Game Controller: "&Add Other..." (Button)
  21. IDC_CUSTOM, IDH_119_1049, // Add's Custom button!
  22. IDC_DEVICE_LIST_TAG, IDH_119_1059, // Add Game Controller: "&Controllers:" (Static)
  23. IDC_DEVICE_LIST, IDH_119_1059, // Add Game Controller: "List1" (SysListView32)
  24. IDC_COMBO_AXIS, IDH_4099_1043, // Custom Game Controller: "" (ComboBox)
  25. IDC_HASRUDDER, IDH_4099_1044, // Rudder checkbox from Custom Page
  26. IDC_COMBO_BUTTONS, IDH_4099_1045, // Custom Game Controller: "" (ComboBox)
  27. IDC_HASZAXIS, IDH_4099_1046, // Z Axis checkbox from Custom Page
  28. IDC_SPECIAL_YOKE, IDH_4099_1051, // Custom Game Controller: "Is a flight yoke/stick" (Button)
  29. IDC_SPECIAL_PAD, IDH_4099_1052, // Custom Game Controller: "Is a game pad" (Button)
  30. IDC_SPECIAL_AUTO, IDH_4099_1053, // Custom Game Controller: "Is a race car controller" (Button)
  31. IDS_CUSTOM_HASPOV, IDH_4099_1054, // Custom Game Controller: "Has a &point of view control" (Button)
  32. IDC_CUSTOM_NAME, IDH_4099_1056, // Custom Game Controller: "" (Edit)
  33. IDC_EDIT_NAME, IDH_4099_1056, // Custom Game Controller: "" (Edit)
  34. IDC_SPECIAL_JOYSTICK, IDH_4099_1058, // Custom Game Controller: "Is a Joystick" (Button)
  35. IDC_JOY1HASRUDDER, IDH_4201_1019, // Settings: "If you have attached a rudder or pedals to your controller, select the check box below." (Static)
  36. IDC_SPIN, IDH_8188_8189, // Spin button in Advanced page Change dialog!
  37. IDC_SPINBUDDY, IDH_8188_8189, // Spin button in Advanced page Change dialog!
  38. IDC_SELECTEDID, IDH_8188_8191, // Change Controller Assignment: "Selected ID" (ListBox)
  39. IDC_CHANGE_LIST, IDH_8188_8194, // Change Controller Assignment: "" (ListBox)
  40. IDC_LISTTXT, IDH_8188_8194,
  41. IDC_ADV_GRP, (DWORD)-1,
  42. IDC_ADV_GRP2, (DWORD)-1,
  43. IDC_TEXT_DRIVER, (DWORD)-1,
  44. IDC_ADD_STR1, (DWORD)-1,
  45. IDC_ADD_STR2, (DWORD)-1,
  46. IDC_GEN_ICON, (DWORD)-1,
  47. IDC_GEN_INTRO, (DWORD)-1,
  48. IDC_ASSIGNTXT, (DWORD)-1,
  49. IDC_TEXT_TITLE, (DWORD)-1,
  50. IDC_SEPERATOR, (DWORD)-1,
  51. IDC_AXES_GROUP, (DWORD)-1, // Custom Game Controller: "&Axes" (Button)
  52. IDC_BUTTONS_GROUP, (DWORD)-1, // Custom Game Controller: "" (ComboBox)
  53. IDC_SPECIAL_GROUP, (DWORD)-1, // Custom Game Controller: "&Special Characteristics" (Button)
  54. IDC_VOICECHATGROUP, (DWORD)-1,
  55. IDC_VOICECHATTEXT, (DWORD)-1,
  56. IDC_GAMESLISTHOTKEY, (DWORD)-1,
  57. IDC_LIST_GAMES, IDH_VOICE_LIST_GAMES,
  58. IDC_DETAILS, IDH_VOICE_DETAILS,
  59. 0, 0
  60. };