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.

43 lines
1.1 KiB

  1. /*******************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORP., 1994
  4. *
  5. * TITLE: APWIZHLP.H
  6. *
  7. * VERSION: 1.0
  8. *
  9. * AUTHOR: RAL
  10. *
  11. * DATE: 11/8/94
  12. *
  13. * Help IDs for Add/Remove Programs.
  14. * NOTE: These IDs are reserved in the HELP.H file. The IDs refer to entries
  15. * in the main windows help file.
  16. *
  17. *******************************************************************************/
  18. #ifndef _INC_APWIZHLP
  19. #define _INC_APWIZHLP
  20. // Net install page
  21. #define IDH_APPWIZ_NETINSTALL_INSTRUCT 5600
  22. #define IDH_APPWIZ_NETINSTALL_LIST 5601
  23. #define IDH_APPWIZ_NETINTALLL_BUTTON 5602
  24. // Install/Uninstall Page
  25. #define IDH_APPWIZ_DISKINSTALL_INSTRUCT 5610
  26. #define IDH_APPWIZ_DISKINTALLL_BUTTON 5611
  27. #define IDH_APPWIZ_UNINSTALL_INSTRUCT 5612
  28. #define IDH_APPWIZ_UNINSTALL_LIST 5613
  29. #define IDH_APPWIZ_UNINSTALL_BUTTON 5614
  30. // Windows Setup page
  31. #define IDH_APPWIZ_WINSETUP_INSTRUCT 5620
  32. #define IDH_APPWIZ_WINSETUP_LIST 5621
  33. // Startup Disk page
  34. #define IDH_APPWIZ_STARTDISK_INSTRUCT 5630
  35. #define IDH_APPWIZ_STARTDISK_BUTTON 5631
  36. #endif // _INC_APWIZHLP