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.

27 lines
735 B

  1. //=======================================================================
  2. //
  3. // Copyright (c) 2001 Microsoft Corporation. All Rights Reserved.
  4. //
  5. // File: comres.h
  6. //
  7. // Creator: Weiw
  8. //
  9. // Purpose: common utility header for auto update
  10. //
  11. //=======================================================================
  12. #pragma once
  13. #include <windows.h>
  14. #include <TCHAR.h>
  15. #define IDC_OPTION1 1000
  16. #define IDC_OPTION2 1001
  17. #define IDC_OPTION3 1002
  18. #define IDC_RESTOREHIDDEN 1003
  19. #define IDC_CHK_KEEPUPTODATE 1008
  20. #define IDC_CMB_DAYS 1009
  21. #define IDC_CMB_HOURS 1010
  22. #ifdef DBG
  23. const TCHAR DOWNLOAD_FILE[] = _T("downloadresult.xml");
  24. const TCHAR INSTALLRESULTS_FILE[] = _T("InstallResults.xml");
  25. #endif