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.

29 lines
920 B

  1. #ifndef RC_INVOKED
  2. #ifndef NO_HELP
  3. #define NO_HELP ((DWORD) -1) // Disables Help for a control
  4. #endif
  5. #define IDH_JOYSTICK_GROUPBOX 28548 // Copied from help.h
  6. extern LPCTSTR cszHelpFile;
  7. #endif
  8. #define IDH_JOYSTICK_SELECT 2480
  9. #define IDH_JOYSTICK_TEST 2481
  10. #define IDH_JOYSTICK_CALIBRATE 2482
  11. #define IDH_JOYSTICK_RUDDER 2483
  12. #define IDH_JOYSTICK_TEST_POV 2484
  13. #define IDH_JOYSTICK_TEST_RUDDER 2485
  14. #define IDH_JOYSTICK_TEST_THROTTLE 2486
  15. #define IDH_JOYSTICK_TEST_RANGE 2487
  16. #define IDH_JOYSTICK_TEST_BUTTONS 2488
  17. #define IDH_JOYSTICK_CUSTOM_AXES 2489
  18. #define IDH_JOYSTICK_CUSTOM_BUTTONS 2490
  19. #define IDH_JOYSTICK_CUSTOM_POV_HAT 2491
  20. #define IDH_JOYSTICK_CUSTOM_FLIGHT_YOKE 2492
  21. #define IDH_JOYSTICK_CUSTOM_GAME_PAD 2493
  22. #define IDH_JOYSTICK_CUSTOM_CAR_CONTROL 2494
  23. #define IDH_JOYSTICK_CUSTOM_CUSTOM_FEATURES 2495
  24. #define IDH_JOYSTICK_CURRENT 2496
  25. #define IDH_JOYSTICK_RESET 2497