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.

36 lines
1.1 KiB

  1. //--------------------------------------------------------------------------
  2. // Copyright (C) Microsoft Corporation, 1999-2000
  3. //
  4. // resource.h
  5. //
  6. // Resource constants for testing shell progress bar, this is the IR
  7. // animation.
  8. //
  9. //--------------------------------------------------------------------------
  10. #define IDD_EVENT_DLG 101
  11. #define IDD_GEN_EVENT 1000
  12. #define IDC_COMBO1 1001
  13. #define IDC_EDIT1 1002
  14. #define IDC_STATIC -1
  15. #define IDS_PROGRESS_TITLE 2001
  16. #define IDS_CANCEL_MSG 2002
  17. #define IDS_DEVICE_CONNECTED 2003
  18. #define IDS_DEVICE_DISCONNECTED 2004
  19. #define IDS_NEW_PICTURE_SENT 2005
  20. #define IDS_SYNCHRONIZE 2006
  21. #define IDR_TRANSFER_AVI 7001
  22. // Next default values for new objects
  23. //
  24. #ifdef APSTUDIO_INVOKED
  25. #ifndef APSTUDIO_READONLY_SYMBOLS
  26. #define _APS_NEXT_RESOURCE_VALUE 102
  27. #define _APS_NEXT_COMMAND_VALUE 40001
  28. #define _APS_NEXT_CONTROL_VALUE 1003
  29. #define _APS_NEXT_SYMED_VALUE 101
  30. #endif
  31. #endif