home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / os2 / clock / clock.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-07-09  |  3.5 KB  |  101 lines

  1. /******************************************************************** CLOCK.H
  2.  *                                        *
  3.  *          Analog Clock for Presentation Manager             *
  4.  *                                        *
  5.  *          Original program by Charles Petzold                *
  6.  *                                        *
  7.  ****************************************************************************/
  8.  
  9. #define ID_MAIN 1
  10. #define ID_TIMER 1
  11.  
  12. #define IDM_SAVE_APPLICATION           11
  13. #define IDM_RESET_DEFAULTS           12
  14. #define IDM_HIDE_CONTROLS           13
  15. #define IDM_CONFIGURE               14
  16. #define   IDD_CONFIGURE            140
  17. #define     IDD_CONFIG_ANALOG           140
  18. #define     IDD_CONFIG_DIGITAL           141
  19. #define     IDD_CONFIG_HOUR24           142
  20. #define     IDD_CONFIG_HIDECONTROLS       143
  21. #define     IDD_CONFIG_CHIME           144
  22. #define     IDD_CONFIG_FLOAT           145
  23. #define     IDD_CONFIG_TASKCOUNT       146
  24. #define     IDD_CONFIG_CPULOAD           147
  25. #define     IDD_CONFIG_TASKCOUNTRED       148
  26. #define     IDD_CONFIG_TASKCOUNTYELLOW       149
  27. #define     IDD_CONFIG_CPULOADRED       150
  28. #define     IDD_CONFIG_CPULOADYELLOW       151
  29.  
  30. #define IDM_ABOUT               15
  31. #define   IDD_ABOUT               150
  32.  
  33. #define IDM_EXIT               98
  34. #define IDM_KEYS_HELP               99
  35.  
  36. #define IDD_PROFILE_PATH           9900
  37. #define   IDD_PROF_ENTRY           9900
  38. #define   IDD_PROF_ERR               9901
  39.  
  40. #define IDS_HELPTITLE               0x0000
  41. #define IDS_TITLE               0x0001
  42.  
  43. #define IDS_SAVE_APPLICATION           0x0002
  44. #define IDS_RESET_DEFAULTS           0x0003
  45. #define IDS_HIDE_CONTROLS           0x0004
  46. #define IDS_CONFIGURE               0x0005
  47.  
  48. #define IDS_ABOUT               0x0006
  49. #define IDS_HELP               0x0007
  50.  
  51. #define IDS_PARAMETERLIST           0x0008
  52. #define IDS_PARMS_RESET            0x0009
  53. #define IDS_PARMS_ANALOG           0x000A
  54. #define IDS_PARMS_DIGITAL           0x000B
  55.  
  56. #define IDS_ERROR_INVALIDPARM           0x000C
  57. #define IDS_ERROR_PRFOPENPROFILE       0x000D
  58. #define IDS_ERROR_WINCREATEHELPINSTANCE    0x000E
  59. #define IDS_ERROR_WINCREATEFRAME       0x000F
  60. #define IDS_ERROR_WINREGISTERCLASS       0x0010
  61. #define IDS_ERROR_WINCREATEWINDOW       0x0011
  62. #define IDS_ERROR_DOSGETCTRYINFO       0x0012
  63.  
  64. #define IDS_NOON               0x0013
  65. #define IDS_MIDNIGHT               0x0014
  66. #define IDS_AM                   0x0015
  67. #define IDS_PM                   0x0016
  68.  
  69. #define IDS_HMERR               0x8000
  70. #define IDS_HMERR_EXTHELPUNDEFINED       0x8001
  71. #define IDS_HMERR_NO_FRAME_WND_IN_CHAIN    0x8002
  72. #define IDS_HMERR_INVALID_ASSOC_APP_WND    0x8003
  73. #define IDS_HMERR_INVALID_ASSOC_HELP_IN    0x8004
  74. #define IDS_HMERR_INVALID_DESTROY_HELP_    0x8005
  75. #define IDS_HMERR_NO_HELP_INST_IN_CHAIN    0x8006
  76. #define IDS_HMERR_INVALID_HELP_INSTANCE    0x8007
  77. #define IDS_HMERR_INVALID_QUERY_APP_WND    0x8008
  78. #define IDS_HMERR_HELP_INST_CALLED_INVA    0x8009
  79. #define IDS_HMERR_HELPTABLE_UNDEFINE       0x800A
  80. #define IDS_HMERR_HELP_INSTANCE_UNDEFIN    0x800B
  81. #define IDS_HMERR_HELPITEM_NOT_FOUND       0x800C
  82. #define IDS_HMERR_INVALID_HELPSUBITEM_S    0x800D
  83. #define IDS_HMERR_HELPSUBITEM_NOT_FOUND    0x800E
  84. #define IDS_HMERR_INDEX_NOT_FOUND       0x800F
  85. #define IDS_HMERR_CONTENT_NOT_FOUND       0x8010
  86. #define IDS_HMERR_OPEN_LIB_FILE        0x8011
  87. #define IDS_HMERR_READ_LIB_FILE        0x8012
  88. #define IDS_HMERR_CLOSE_LIB_FILE       0x8013
  89. #define IDS_HMERR_INVALID_LIB_FILE       0x8014
  90. #define IDS_HMERR_NO_MEMORY           0x8015
  91. #define IDS_HMERR_ALLOCATE_SEGMENT       0x8016
  92. #define IDS_HMERR_FREE_MEMORY           0x8017
  93. #define IDS_HMERR_PANEL_NOT_FOUND       0x8018
  94. #define IDS_HMERR_DATABASE_NOT_OPEN       0x8019
  95. #define IDS_HMERR_UNKNOWN           0x801A
  96. #define IDS_HELPMODE_FRAME           0x801B
  97. #define IDS_HELPMODE_MENU           0x801C
  98. #define IDS_HELPMODE_WINDOW           0x801D
  99. #define IDS_HELPMODE_UNKNOWN           0x801E
  100. #define IDS_HELPSUBITEMNOTFOUND        0x801F
  101.