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.

27 lines
1.2 KiB

  1. // IDs for the advanced tab in device manager snap-in
  2. // Created 2/19/98 by WGruber NTUA and BillBe NTDEV
  3. #define IDH_NOHELP (DWORD(-1))
  4. #define IDH_devmgr_advanced_property_list 1101 // list box
  5. #define IDH_devmgr_advanced_editbox 1102 // edit box
  6. #define IDH_devmgr_advanced_drop 1103 // dropdown
  7. #define IDH_devmgr_advanced_spin 1104 // spinner control
  8. #define IDH_devmgr_advanced_present 1105 // option button
  9. #define IDH_devmgr_advanced_not_present 1106 // option button
  10. const DWORD g_aHelpIds[]=
  11. {
  12. IDD_PARAMS_LIST, IDH_devmgr_advanced_property_list, // listBox
  13. IDD_PARAMS_EDIT, IDH_devmgr_advanced_editbox, // edit box
  14. IDD_PARAMS_DROP, IDH_devmgr_advanced_drop, // dropdown
  15. IDD_PARAMS_SPIN, IDH_devmgr_advanced_spin, // spinner control
  16. IDD_PARAMS_PRESENT, IDH_devmgr_advanced_present, // option button
  17. IDD_PARAMS_NOT_PRESENT, IDH_devmgr_advanced_not_present,// option button
  18. IDD_ADVANCED_TEXT, IDH_NOHELP, // static text
  19. IDD_PARAMS_PRESENT_TEXT,IDH_NOHELP, // static text
  20. IDD_PARAMS_VALUE, IDH_NOHELP, // static text
  21. 0, 0
  22. };