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.

53 lines
2.4 KiB

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // File: Resource.h
  4. //
  5. // Description:
  6. //
  7. // Copyright (c) 2000 Microsoft Corp.
  8. //
  9. //////////////////////////////////////////////////////////////////////////////
  10. #define IDC_STATIC -1
  11. #define IDD_CONFIG_DIALOG 101
  12. #define IDI_MONITOR 102
  13. #define IDC_DIVIDER 103
  14. #define IDC_FREQ_LESS 104
  15. #define IDC_FREQ_MORE 105
  16. #define IDC_FREQUENCY_STATIC 106
  17. #define IDC_FREQUENCY 107
  18. #define IDC_IMAGEDIR 108
  19. #define IDC_BROWSE 109
  20. #define IDC_DISPLAYFILENAME 110
  21. #define IDC_ALLOW_KEYBOARDCONTROL 111
  22. #define IDM_POPUP_OPEN 112
  23. #define IDM_POPUP_EXIT 113
  24. #define IDC_MYPICTURES_ICON 114
  25. #define IDC_DIALOG_DESCRIPTION 115
  26. #define IDC_MINUTES_AND_SECONDS 116
  27. #define IDM_TRAY_POPUP_MENU 117
  28. #define IDC_SIZE_LESS 118
  29. #define IDC_SIZE_MORE 119
  30. #define IDC_MAX_SIZE 120
  31. #define IDC_IMAGE_SIZE_DESC 121
  32. #define IDC_ALLOWSTRETCHING 122
  33. #define IDC_MAX_SIZE_STATIC 123
  34. // string resources
  35. #define IDS_MINUTES_AND_SECONDS 1000
  36. #define IDS_MINUTE_AND_SECONDS 1001
  37. #define IDS_MINUTES_AND_SECOND 1002
  38. #define IDS_MINUTE_AND_SECOND 1003
  39. #define IDS_SECONDS 1004
  40. #define IDS_SECOND 1005
  41. #define IDS_MINUTES 1006
  42. #define IDS_MINUTE 1007
  43. #define IDS_PERCENT 1008
  44. #define IDS_ERR_INVALID_DEVICE_DIR 1009
  45. #define IDS_ERR_INVALID_IMAGE_DIR 1010
  46. #define IDS_ERR_SLIDESHOW_SERVER_NOT_FOUND 1011
  47. #define IDS_ERR_SERVER_ERROR 1012
  48. #define IDS_ERR_CAPTION 1013
  49. #define IDS_ERR_FAILED_TO_START_SLIDESHOW 1014
  50. #define IDC_APPLY 1015
  51. #define IDS_PLEASE_SELECT_IMAGE_DIR 1016