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.

66 lines
3.1 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corp., 1991 **/
  4. /**********************************************************************/
  5. /*
  6. wintimrc.h
  7. IDS constants for the WINTIME.RC date/time resource file
  8. FILE HISTORY:
  9. terryk ??-???-???? Created
  10. beng 21-Feb-1992 Moved codes out of everybody's way
  11. beng 05-Aug-1992 Moved codes into correct range
  12. */
  13. #ifndef _WINTIMRC_H_
  14. #define _WINTIMRC_H_
  15. #define IDS_WINTIME_BASE IDS_UI_MISC_BASE+500
  16. #define WINTIME_DAY_LENGTH 12 /* maximum length of a day name */
  17. #define WINTIME_SHORT_DAY_LENGTH 4 /* max length of a short day name */
  18. #define WINTIME_MONTH_LENGTH 12 /* length of a long month name */
  19. #define WINTIME_SHORT_MONTH_LENGTH 4 /* max length of a short month */
  20. #define IDS_SUNDAY (IDS_WINTIME_BASE+24)
  21. #define IDS_MONDAY (IDS_WINTIME_BASE+25)
  22. #define IDS_TUESDAY (IDS_WINTIME_BASE+26)
  23. #define IDS_WEDNESDAY (IDS_WINTIME_BASE+27)
  24. #define IDS_THURSDAY (IDS_WINTIME_BASE+28)
  25. #define IDS_FRIDAY (IDS_WINTIME_BASE+29)
  26. #define IDS_SATURDAY (IDS_WINTIME_BASE+30)
  27. #define IDS_SUNDAY_SHORT (IDS_WINTIME_BASE+31)
  28. #define IDS_MONDAY_SHORT (IDS_WINTIME_BASE+32)
  29. #define IDS_TUESDAY_SHORT (IDS_WINTIME_BASE+33)
  30. #define IDS_WEDNESDAY_SHORT (IDS_WINTIME_BASE+34)
  31. #define IDS_THURSDAY_SHORT (IDS_WINTIME_BASE+35)
  32. #define IDS_FRIDAY_SHORT (IDS_WINTIME_BASE+36)
  33. #define IDS_SATURDAY_SHORT (IDS_WINTIME_BASE+37)
  34. #define IDS_JANUARY (IDS_WINTIME_BASE+40)
  35. #define IDS_FEBURARY (IDS_WINTIME_BASE+41)
  36. #define IDS_MARCH (IDS_WINTIME_BASE+42)
  37. #define IDS_APRIL (IDS_WINTIME_BASE+43)
  38. #define IDS_MAY (IDS_WINTIME_BASE+44)
  39. #define IDS_JUNE (IDS_WINTIME_BASE+45)
  40. #define IDS_JULY (IDS_WINTIME_BASE+46)
  41. #define IDS_AUGUST (IDS_WINTIME_BASE+47)
  42. #define IDS_SEPTEMBER (IDS_WINTIME_BASE+48)
  43. #define IDS_OCTOBER (IDS_WINTIME_BASE+49)
  44. #define IDS_NOVEMBER (IDS_WINTIME_BASE+50)
  45. #define IDS_DECEMBER (IDS_WINTIME_BASE+51)
  46. #define IDS_JANUARY_SHORT (IDS_WINTIME_BASE+56)
  47. #define IDS_FEBURARY_SHORT (IDS_WINTIME_BASE+57)
  48. #define IDS_MARCH_SHORT (IDS_WINTIME_BASE+58)
  49. #define IDS_APRIL_SHORT (IDS_WINTIME_BASE+59)
  50. #define IDS_MAY_SHORT (IDS_WINTIME_BASE+60)
  51. #define IDS_JUNE_SHORT (IDS_WINTIME_BASE+61)
  52. #define IDS_JULY_SHORT (IDS_WINTIME_BASE+62)
  53. #define IDS_AUGUST_SHORT (IDS_WINTIME_BASE+63)
  54. #define IDS_SEPTEMBER_SHORT (IDS_WINTIME_BASE+64)
  55. #define IDS_OCTOBER_SHORT (IDS_WINTIME_BASE+65)
  56. #define IDS_NOVEMBER_SHORT (IDS_WINTIME_BASE+66)
  57. #define IDS_DECEMBER_SHORT (IDS_WINTIME_BASE+67)
  58. #define IDS_SESSION_DURATION (IDS_WINTIME_BASE+68)
  59. #endif // end of file