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.

29 lines
791 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: resource.h
  4. //
  5. // Module: CMDL32.EXE
  6. //
  7. // Synopsis: Resource IDs
  8. //
  9. // Copyright (c) 1998 Microsoft Corporation
  10. //
  11. // Author: quintinb created Header 08/16/99
  12. //
  13. //+----------------------------------------------------------------------------
  14. #define IDD_MAIN 101
  15. #define IDI_APP 102
  16. //#define IDC_MAIN_HELP 1001
  17. #define IDC_MAIN_PROGRESS 1002
  18. #define IDC_MAIN_MESSAGE 1003
  19. #define IDMSG_PERCENT_COMPLETE 1010
  20. #define IDMSG_PBTITLE 1011
  21. #define IDMSG_LOG_NO_UPDATE_REQUIRED 1015
  22. #define IDMSG_LOG_FULL_UPDATE 1016
  23. #define IDMSG_LOG_DELTA_UPDATE 1017
  24. #define ICONNDWN_CLASS "IConnDwn Class"