resources.h
上传用户:xmgzy123
上传日期:2007-01-07
资源大小:373k
文件大小:6k
源码类别:

SCSI/ASPI

开发平台:

WINDOWS

  1. /*
  2.  * resources.h - Copyright (C) 1999,2000 Jay A. Key
  3.  *
  4.  * Various #define's for menu items, etc., mostly having to do with 
  5.  * program resources
  6.  *
  7.  **********************************************************************
  8.  *
  9.  * This program is free software; you can redistribute it and/or modify
  10.  * it under the terms of the GNU General Public License as published by
  11.  * the Free Software Foundation; either version 2 of the License, or
  12.  * (at your option) any later version.
  13.  *
  14.  * This program is distributed in the hope that it will be useful,
  15.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17.  * GNU General Public License for more details.
  18.  *
  19.  * You should have received a copy of the GNU General Public License
  20.  * along with this program; if not, write to the Free Software
  21.  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  22.  *
  23.  */
  24. #define idToolbarBmp     50
  25. #define idClosedFoldIcon  51
  26. #define idCurrFoldIcon    52
  27. #define idFloppyIcon      53
  28. #define idHardIcon        54
  29. #define idNetworkIcon     55
  30. #define idOpenFoldIcon    56
  31. #define idRamIcon         57
  32. #define idCDRomIcon       58
  33. #define idImageList       59
  34. #define idImageListMap    60
  35. #define idToolbarHotBmp   61
  36. #define idToolbar24Bmp    62
  37. #define idToolbarHot24Bmp 63
  38. // menu items
  39. #define IDM_EXIT               100
  40. #define IDM_ABOUT              101
  41. #define IDM_REFRESH            102
  42. #define IDM_TOOLBAR            103
  43. #define IDM_RIP                104
  44. #define IDM_MP3                105
  45. #define IDM_OPTIONS            106
  46. #define IDM_HEADER             107
  47. #define IDM_TRACKWND           108
  48. #define IDM_STATUSBAR          109
  49. #define IDM_CDSETTINGS         110
  50. #define IDM_DIRSETTINGS        111
  51. #define IDM_MP3SETTINGS        112
  52. #define IDM_CHECKALL           113
  53. #define IDM_RENAME             114
  54. #define IDM_DELETE             115
  55. #define IDM_COMBINE            116
  56. #define IDM_INVERT             117
  57. #define IDM_PROPERTIES         118
  58. #define IDM_ID3TAGEDIT         119
  59. #define IDE_ALBUM              120
  60. #define IDE_ARTIST             121
  61. #define IDM_ID3                122
  62. #define IDM_ENABLEID3          123
  63. #define IDM_ENABLECDDB         124
  64. #define IDM_HELPTOPICS         125
  65. #define IDM_CDDBSETTINGS       126
  66. #define IDM_RIPSEGMENT         127
  67. #define IDM_CDPARMS            128
  68. #define IDM_HICOLOR            129
  69. // cd options
  70. #define IDCKB_AUTOTOC         1200
  71. #define IDCBX_CDLIST          1201
  72. #define IDCBX_DRVTYPE         1202
  73. #define IDRBN_ALWAYS          1203
  74. #define IDRBN_ONERR           1204
  75. #define IDRBN_NEVER           1205
  76. #define IDBN_RESET            1206
  77. #define IDE_NUMREAD           1207
  78. #define IDE_NUMCHECK          1208
  79. #define IDE_NUMOVER           1209
  80. #define IDCKB_AUTOCHECK       1210
  81. // directory options
  82. #define IDE_WAVDIR            1300
  83. #define IDBN_BRWSEWAVDIR      1301
  84. #define IDE_MP3DIR            1302
  85. #define IDBN_BRWSEMP3DIR      1303
  86. #define IDRBN_WAV             1304
  87. #define IDRBN_MP3             1305
  88. // rip dialog
  89. #define IDG_RIPPROG           1400
  90. #define IDG_READBUF           1401
  91. #define IDG_ENCBUF            1402
  92. #define IDBN_CANCELRIP        1403
  93. #define IDT_OUTPUTOPTTEXT     1404
  94. #define IDT_TRACKNAME         1405
  95. #define IDT_ESTTIME           1406
  96. // mp3 options
  97. #define IDRBN_32              1500
  98. #define IDRBN_40              1501
  99. #define IDRBN_48              1502
  100. #define IDRBN_56              1503
  101. #define IDRBN_64              1504
  102. #define IDRBN_80              1505
  103. #define IDRBN_96              1506
  104. #define IDRBN_112             1507
  105. #define IDRBN_128             1508
  106. #define IDRBN_160             1509
  107. #define IDRBN_192             1510
  108. #define IDRBN_224             1511
  109. #define IDRBN_256             1512
  110. #define IDRBN_320             1513
  111. #define IDCKB_CRC             1514
  112. #define IDCKB_ID3             1515
  113. #define IDCKB_ORIGINAL        1516
  114. #define IDCKB_COPYRIGHT       1517
  115. #define IDCKB_PRIVATE         1518
  116. #define IDCBX_CBITRATE        1519
  117. #define IDCBX_MBITRATE        1520
  118. #define IDCBX_ENCODER         1521
  119. #define IDCBX_MODE            1522
  120. #define IDCBX_QUALITY         1523
  121. #define IDCKB_VBR             1524
  122. #define IDCBX_VBRQUALITY      1525
  123. #define IDCKB_VBRHEADER       1526
  124. // id3 info
  125. #define IDE_ARTIST2           1600
  126. #define IDE_ALBUM2            1601
  127. #define IDBN_ID3OK            1602
  128. #define IDBN_ID3CANCEL        1603
  129. #define IDE_YEAR              1604
  130. #define IDCBX_GENRE           1605
  131. // about dialog
  132. #define IDBN_ABOUTOK          1700
  133. #define ID_BMPPANEL           1701
  134. #define IDT_ABOUTTXT          1702
  135. // cddb options
  136. #define IDE_CDDBSERVER        1800
  137. #define IDBN_SELECTCDDB       1801
  138. #define IDLB_SERVERLIST       1802
  139. #define IDBN_RESETCDDB        1803
  140. #define IDCKB_USEPROXY        1804
  141. #define IDE_PROXYSRVR         1805
  142. #define IDE_PROXYPORT         1806
  143. #define IDE_CDDBCGI           1807
  144. // cddb multiple query dialog
  145. #define IDLB_CDDBQUERYSELECT  1900
  146. #define IDBN_CDDBQUERYOK      1901
  147. #define IDBN_CDDBQUERYCNCL    1902
  148. // directory select dialog
  149. #define IDE_DIRSEL            2000
  150. #define IDCKB_AUTOCREATE      2001
  151. #define IDBN_DIRSELOK         2002
  152. #define IDBN_DIRSELCANCEL     2003
  153. #define ID_DIRSELTREE         2004
  154. // rip segment dialog
  155. #define IDBN_RIPSEGOK         2100
  156. #define IDBN_RIPSEGCANCEL     2101
  157. #define ID_STARTSLIDER        2102
  158. #define ID_ENDSLIDER          2103
  159. #define ID_SLIDER             2104
  160. #define IDE_START             2105
  161. #define IDE_FINISH            2106
  162. #define IDT_STARTTEXT         2107
  163. #define IDT_FINISHTEXT        2108
  164. #define IDT_TRACKLEN          2109
  165. #define IDE_SEGMENTFNAME      2110
  166. // cddb site query dialog
  167. #define IDE_SITEQUERY         2200
  168. #define IDBN_SITEQUERYCANCEL  2201
  169. #define IDBN_SITEQUERYOK      2202