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.

107 lines
2.8 KiB

  1. /*++
  2. Copyright (c) 1994-1998, Microsoft Corporation All rights reserved.
  3. Module Name:
  4. rc.h
  5. Abstract:
  6. This module contains the resource ids for the Date/Time applet.
  7. Revision History:
  8. --*/
  9. #ifdef RC_INVOKED
  10. #define MAPCTL_CLASSNAME "CplWorldMapClass"
  11. #define CALENDAR_CLASS "CalWndMain"
  12. #define CLOCK_CLASS "ClockWndMain"
  13. #else
  14. #define MAPCTL_CLASSNAME TEXT("CplWorldMapClass")
  15. #define CALENDAR_CLASS TEXT("CalWndMain")
  16. #define CLOCK_CLASS TEXT("ClockWndMain")
  17. #endif
  18. #define DLG_DATETIME 1
  19. #define DLG_TIMEZONE 2
  20. #define DLG_ADVANCED 3
  21. #define DLG_DATETIMEWIDE 10
  22. #define IDB_TIMEZONE 50
  23. #define IDD_AUTOMAGIC 100
  24. #define IDD_TIMEZONES 101
  25. #define IDD_TIMEMAP 102
  26. #define IDD_GROUPBOX1 103
  27. #define IDD_GROUPBOX2 104
  28. #define IDI_TIMEDATE 200
  29. #define IDS_TIMEDATE 300
  30. #define IDS_TIMEDATEINFO 301
  31. #define IDS_WARNAUTOTIMECHANGE 302
  32. #define IDS_WATC_CAPTION 303
  33. #define IDS_CAPTION 304
  34. #define IDS_NOTIMEERROR 305
  35. #define IDS_ISRAELTIMEZONE 306
  36. #define IDS_JERUSALEMTIMEZONE 307
  37. // Internet Time Success/Error strings
  38. #define IDS_IT_WAITFORSYNC 500
  39. #define IDS_IT_NEXTSYNC 501
  40. #define IDS_IT_SUCCESS 502
  41. #define IDS_IT_SUCCESS2 503
  42. #define IDS_IT_FAIL1 504
  43. #define IDS_IT_FAIL2 505
  44. #define IDS_IT_FAILLAST 506
  45. #define IDS_TROUBLESHOOT_INTERNETIME 507
  46. #define IDS_ERR_DATETOOWRONG 508
  47. #define IDS_ERR_GETINFO_FAIL 509
  48. #define IDS_NEVER_TRIED_TOSYNC 510
  49. #define IDS_IT_FAIL3 511
  50. //
  51. // The Order of HOUR, MINUTE, SECOND, MONTH, DAY, and YEAR
  52. // are critical.
  53. //
  54. #define DATETIME_STATIC -1
  55. #define DATETIME 700
  56. #define DATETIME_HOUR 701
  57. #define DATETIME_MINUTE 702
  58. #define DATETIME_SECOND 703
  59. #define DATETIME_MONTH 704
  60. #define DATETIME_DAY 705
  61. #define DATETIME_YEAR 706
  62. #define DATETIME_TSEP1 707
  63. #define DATETIME_TSEP2 708
  64. #define DATETIME_TARROW 709
  65. #define DATETIME_AMPM 710
  66. #define DATETIME_CALENDAR 711
  67. #define DATETIME_CLOCK 712
  68. #define DATETIME_MONTHNAME 713
  69. #define DATETIME_YARROW 714
  70. #define DATETIME_TBORDER 715
  71. #define DATETIME_CURTZ 716
  72. #define DATETIME_AUTOSETFROMINTERNET 720
  73. #define DATETIME_INTERNET_SERVER_EDIT 721
  74. #define DATETIME_INTERNET_SERVER_LABLE 722
  75. #define DATETIME_INFOTEXTTOP 723
  76. #define DATETIME_INFOTEXTPROXY 724
  77. #define DATETIME_INTERNET_ERRORTEXT 725
  78. #define DATETIME_INTERNET_UPDATENOW 726