rc.h
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 2k
Category:

Windows Kernel

Development Platform:

Visual C++

  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_DATETIMEWIDE          10
  21. #define IDB_TIMEZONE              50
  22. #define IDD_AUTOMAGIC             100
  23. #define IDD_TIMEZONES             101
  24. #define IDD_TIMEMAP               102
  25. #define IDD_GROUPBOX1             103
  26. #define IDD_GROUPBOX2             104
  27. #define IDI_TIMEDATE              200
  28. #define IDS_TIMEDATE              300
  29. #define IDS_TIMEDATEINFO          301
  30. #define IDS_WARNAUTOTIMECHANGE    302
  31. #define IDS_WATC_CAPTION          303
  32. #define IDS_CAPTION               304
  33. #define IDS_NOTIMEERROR           305
  34. #define IDS_ISRAELTIMEZONE        306
  35. #define IDS_JERUSALEMTIMEZONE     307
  36. //
  37. //  The Order of HOUR, MINUTE, SECOND, MONTH, DAY, and YEAR
  38. //  are critical.
  39. //
  40. #define DATETIME_STATIC   -1
  41. #define DATETIME                  700
  42. #define DATETIME_HOUR             701
  43. #define DATETIME_MINUTE           702
  44. #define DATETIME_SECOND           703
  45. #define DATETIME_MONTH            704
  46. #define DATETIME_DAY              705
  47. #define DATETIME_YEAR             706
  48. #define DATETIME_TSEP1            707
  49. #define DATETIME_TSEP2            708
  50. #define DATETIME_TARROW           709
  51. #define DATETIME_AMPM             710
  52. #define DATETIME_CALENDAR         711
  53. #define DATETIME_CLOCK            712
  54. #define DATETIME_MONTHNAME        713
  55. #define DATETIME_YARROW           714
  56. #define DATETIME_TBORDER          715
  57. #define DATETIME_CURTZ            716