home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / sysba021.zip / SRC.ZIP / sysbar2 / Clock / sb2_clock_res.h < prev    next >
Text File  |  2003-01-03  |  5KB  |  137 lines

  1. /*
  2.  
  3.   SysBar/2 Utility Set  version 0.21
  4.  
  5.   Clock resource constants
  6.  
  7.   ..................................................................
  8.  
  9.   Copyright (c) 1995-1999  Dmitry I. Platonoff
  10.                            All rights reserved
  11.  
  12.                          dplatonoff@canada.com
  13.  
  14.   ..................................................................
  15.  
  16.   LICENSE
  17.   ~~~~~~~
  18.   Redistribution and use in source and binary forms, with or without
  19.   modification, are permitted provided that the following conditions
  20.   are met:
  21.  
  22.   1. Redistributions of source code must retain the above copyright
  23.      notice, this list of conditions and the following disclaimer.
  24.  
  25.   2. Redistributions in binary form must reproduce the above
  26.      copyright notice, this list of conditions and the following
  27.      disclaimer in the documentation and/or other materials provided
  28.      with the distribution.
  29.  
  30.   3. Redistributions of any form whatsoever, as well as all
  31.      advertising materials mentioning features or use of this
  32.      software (if any), must include the following acknowledgment:
  33.      "This product includes software developed by Dmitry I. Platonoff".
  34.  
  35.   4. The names "SysBar/2" and "Dmitry I. Platonoff" must not be
  36.      used to endorse or promote products derived from this software
  37.      without prior written permission. For such permission, please
  38.      contact dplatonoff@canada.com.
  39.  
  40.   5. Products derived from this software may not be called
  41.      "SysBar/2" nor may "Dmitry I. Platonoff" appear in their
  42.      contributor lists without prior written permission.
  43.  
  44.   ..................................................................
  45.  
  46.   DISCLAIMER
  47.   ~~~~~~~~~~
  48.   THIS SOFTWARE IS PROVIDED BY THE AUTHOR OR CONTRIBUTORS "AS IS"
  49.   AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  50.   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  51.   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
  52.   AUTHOR OR THE CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  53.   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  54.   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  55.   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  56.   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  57.   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  58.   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  59.   ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  60.  
  61. */
  62.  
  63. #define ICO_MAIN                    1
  64.  
  65. #define DLG_SETTINGS                100
  66. #define D_Time_Hours                101
  67. #define D_Time_Minutes              102
  68. #define D_Time_Seconds              103
  69. #define D_Display                   104
  70. #define D_Display_Mono              106
  71. #define D_Size                      107
  72. #define D_Size_Small                108
  73. #define D_Size_Large                109
  74. #define D_Time                      110
  75. #define D_Time_Set                  111
  76. #define D_Date_Month                113
  77. #define D_Date_Day                  114
  78. #define D_Date_Set                  115
  79. #define D_Display_12h               116
  80. #define D_Display_Seconds           117
  81. #define D_Display_None              120
  82. #define D_Display_OnTop             121
  83. #define D_Display_Popup             122
  84. #define D_Display_Popup2            123
  85. #define D_Bind_Corner               130
  86. #define D_Bind_Off                  131
  87. #define D_Bind_NW                   132
  88. #define D_Bind_NE                   133
  89. #define D_Bind_SW                   134
  90. #define D_Bind_SE                   135
  91. #define D_Lock_Position             140
  92. /*
  93. #define D_Alarms                    116
  94. #define D_Alarm_List                125
  95. #define D_Alarm_Add                 126
  96. #define D_Alarm_Change              127
  97. #define D_Alarm_Delete              128
  98. #define D_Alarm_Type                121
  99. #define D_Alarm_Hours               122
  100. #define D_Alarm_Minutes             123
  101. #define D_Alarm_Message             124
  102. */
  103.  
  104. #define BMP_MONTHS                  202
  105. #define BMP_MONTHS2                 203
  106. #define BMP_MONTHSBW                204
  107. #define BMP_MONTHS2BW               205
  108.  
  109. #define MNU_CLOCK                   300
  110. #define MNU_CLOCK_SETTINGS          301
  111. #define MNU_CLOCK_SECONDS           302
  112. #define MNU_CLOCK_MONO              303
  113. #define MNU_CLOCK_SIZE              304
  114. #define MNU_CLOCK_SMALL             305
  115. #define MNU_CLOCK_LARGE             306
  116. #define MNU_CLOCK_SAVE              307
  117. #define MNU_CLOCK_CLOSE             308
  118. #define MNU_CLOCK_ABOUT             309
  119. #define MNU_CLOCK_PROPERTIES        310
  120. #define MNU_CLOCK_12H               311
  121. #define MNU_CLOCK_NOTOP             313
  122. #define MNU_CLOCK_TOPMOST           314
  123. #define MNU_CLOCK_POPUP             315
  124. #define MNU_CLOCK_POPUP2            316
  125. #define MNU_CLOCK_BIND_OFF          317
  126. #define MNU_CLOCK_BIND_NW           318
  127. #define MNU_CLOCK_BIND_NE           319
  128. #define MNU_CLOCK_BIND_SW           320
  129. #define MNU_CLOCK_BIND_SE           321
  130. #define MNU_CLOCK_LOCKPOSITION      325
  131.  
  132. #define DLG_ABOUT                   410
  133. #define D_Version                   421
  134. #define D_Copyright                 422
  135. #define D_Email                     423
  136.  
  137.