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

  1. /*
  2.  
  3.   SysBar/2 Utility Set  version 0.21
  4.  
  5.   CD Player resource constants
  6.  
  7.   ..................................................................
  8.  
  9.   Copyright (c) 1995-1999  Dmitry I. Platonoff <dip@platonoff.com>
  10.   Copyright (c) 2002,03    Max Alekseyev       <relf@os2.ru>
  11.  
  12.                            All rights reserved
  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. #define ICO_REDALLIGATOR            3
  65.  
  66. #define BMP_BBNULL                  201
  67. #define BMP_TIME                    201
  68. #define BMP_LEFT                    202
  69. #define BMP_PLAY                    203
  70. #define BMP_EJECT                   204
  71. #define BMP_RIGHT                   205
  72. #define BMP_PAUSE                   206
  73. #define BMP_STOP                    207
  74. #define BMP_CLOSE                   208
  75.  
  76. #define BMP_MBNULL                  209
  77. #define BMP_STOPPED                 209
  78. #define BMP_STOPPEDBW               210
  79. #define BMP_PLAYING                 211
  80. #define BMP_PLAYINGBW               212
  81. #define BMP_PAUSED                  213
  82. #define BMP_PAUSEDBW                214
  83.  
  84. #define MNU_SB2_CD                  300
  85. #define MNU_CD_PROPERTIES           301
  86. #define MNU_CD_PLAYINSERTED         302
  87. #define MNU_CD_CLOSE                305
  88. #define MNU_CD_ABOUT                306
  89. #define MNU_CD_SAVE                 307
  90. #define MNU_CD_MONO                 308
  91. #define MNU_CD_SIZE                 309
  92. #define MNU_CD_SMALL                310
  93. #define MNU_CD_LARGE                311
  94. #define MNU_CD_SETTINGS             312
  95. #define MNU_CD_NOTOP                313
  96. #define MNU_CD_TOPMOST              314
  97. #define MNU_CD_POPUP                315
  98. #define MNU_CD_POPUP2               316
  99. #define MNU_CD_BIND_OFF             317
  100. #define MNU_CD_BIND_NW              318
  101. #define MNU_CD_BIND_NE              319
  102. #define MNU_CD_BIND_SW              320
  103. #define MNU_CD_BIND_SE              321
  104. #define MNU_CD_LOCKPOSITION         325
  105. #define MNU_CD_CONTINUOUS           326
  106. #define MNU_CD_RANDOM               327
  107. #define MNU_CD_LOOPDISC             328
  108. #define MNU_CD_AUTODETECT           329
  109. #define MNU_CD_PLAYMENU             330
  110. #define MNU_CD_TRACKxFIRST          600
  111. #define MNU_CD_TRACKxLAST           699
  112.  
  113. #define DLG_ABOUT                   410
  114. #define D_Version                   421
  115. #define D_Copyright                 422
  116. #define D_Email                     423
  117.  
  118. #define DLG_SETTINGS                500
  119.  
  120. #define D_Display                   501
  121. #define D_Display_Mono              503
  122. #define D_Size                      504
  123. #define D_Size_Small                505
  124. #define D_Size_Large                506
  125. #define D_Player                    507
  126. #define D_Player_AutoPlay           508
  127. #define D_Player_DriveT             509
  128. #define D_Player_Drive              510
  129. #define D_Player_DriveS             511
  130. #define D_Display_None              520
  131. #define D_Display_OnTop             521
  132. #define D_Display_Popup             522
  133. #define D_Display_Popup2            523
  134. #define D_Bind_Corner               530
  135. #define D_Bind_Off                  531
  136. #define D_Bind_NW                   532
  137. #define D_Bind_NE                   533
  138. #define D_Bind_SW                   534
  139. #define D_Bind_SE                   535
  140. #define D_Lock_Position             540
  141. #define D_Order_Continuous          541
  142. #define D_Order_Random              542
  143. #define D_Loop_Disc                 543
  144. #define D_Player_Autodetect         544
  145.  
  146.  
  147.