Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

305 lines
9.9 KiB

  1. //{{NO_DEPENDENCIES}}
  2. // App Studio generated include file.
  3. // Used by TOOLBAR.RC
  4. //
  5. #ifdef DAYTONA
  6. #define APP_FONT "MS Shell Dlg"
  7. #else
  8. #define APP_FONT "MS Sans Serif"
  9. #endif
  10. //
  11. // These are indexes used by the toolbar.
  12. //
  13. #define IDX_1 0
  14. #define IDX_2 1
  15. #define IDX_3 2
  16. #define IDX_4 3
  17. #define IDX_5 4
  18. #define IDX_6 5
  19. #define IDX_7 6
  20. #define IDX_8 7
  21. #define IDX_9 8
  22. #define IDX_10 9
  23. #define DEFAULT_TBAR_SIZE 11
  24. #define NUMBER_OF_BITMAPS 8
  25. #define PLAYBAR_BITMAPS 8
  26. #define ID_STATUSBAR 8
  27. #define ID_TOOLBAR 9
  28. //
  29. // These are resource ID's
  30. //
  31. #define IDR_TOOLBAR 101
  32. #define IDR_MAINMENU 102
  33. #define IDR_DISCINFODLG 103
  34. #define IDR_CDPLAYER 104
  35. #define IDR_PLAYBAR 105
  36. #define IDR_SCANNING 106
  37. #define IDR_CDPLAYER_ICON 107
  38. #define IDR_TRACK 108
  39. #define IDR_DROP 109
  40. #define IDR_SHELLICON 110
  41. #define IDR_DROPDEL 111
  42. #define IDR_DROPCPY 112
  43. #define IDR_PREFERENCES 113
  44. #define IDR_INSERT 114
  45. #define IDR_TOOLBAR_SM 115
  46. #define IDR_TOOLBAR_L 116
  47. #define IDR_TOOLBAR_LM 117
  48. #define IDR_ACCELTABLE 118
  49. //
  50. // These are menu command ID
  51. //
  52. #define DISC_MENU_BASE 300
  53. #define IDM_DATABASE_EDIT 300
  54. #define IDM_DATABASE_EXIT 301
  55. #define VIEW_MENU_BASE 400
  56. #define IDM_VIEW_TOOLBAR 400
  57. #define IDM_VIEW_TRACKINFO 401
  58. #define IDM_VIEW_STATUS 402
  59. #define IDM_TIME_REMAINING 403
  60. #define IDM_TRACK_REMAINING 404
  61. #define IDM_DISC_REMAINING 405
  62. #define IDM_VIEW_VOLUME 406
  63. #define OPTIONS_MENU_BASE 500
  64. #define IDM_OPTIONS_RANDOM 501
  65. #define IDM_OPTIONS_MULTI 502
  66. #define IDM_OPTIONS_CONTINUOUS 503
  67. #define IDM_OPTIONS_INTRO 504
  68. #define IDM_OPTIONS_PREFERENCES 505
  69. #define HELP_MENU_BASE 600
  70. #define IDM_HELP_CONTENTS 600
  71. #define IDM_HELP_USING 601
  72. #define IDM_HELP_ABOUT 602
  73. #define IDM_HELP_TOPICS 603
  74. //
  75. // These are accelerator key ID's (I think !!)
  76. //
  77. #define IDK_SKIPF 700
  78. #define IDK_SKIPB 701
  79. #define IDK_PLAY 702
  80. #define IDK_STOP 703
  81. #define IDK_PAUSE 704
  82. #define IDK_EJECT 705
  83. #define IDK_RESCAN 706
  84. //
  85. // These are the ID's of the controls on the
  86. // IDR_CDPLAYER resource (dialog box)
  87. //
  88. #define IDC_CDPLAYER_FIRST 1000
  89. #define IDC_BUTTON1 1000
  90. #define IDC_BUTTON2 1001
  91. #define IDC_BUTTON3 1002
  92. #define IDC_BUTTON4 1003
  93. #define IDC_BUTTON5 1004
  94. #define IDC_BUTTON6 1005
  95. #define IDC_BUTTON7 1006
  96. #define IDC_BUTTON8 1007
  97. #define IDC_LED 1008
  98. #define IDC_TRACKINFO_FIRST 1009
  99. #define IDC_COMBO1 1009
  100. #define IDC_COMBO1_TEXT 1010
  101. #define IDC_EDIT1 1011
  102. #define IDC_EDIT1_TEXT 1012
  103. #define IDC_COMBO2 1013
  104. #define IDC_COMBO2_TEXT 1014
  105. #define IDC_CDPLAYER_LAST 1014
  106. //
  107. // Toolbar command ID's
  108. //
  109. // #define IDM_OPTIONS_SELECTED 550
  110. // #define IDM_OPTIONS_SINGLE 551
  111. #define IDM_PLAYBAR_PLAY IDC_BUTTON1
  112. #define IDM_PLAYBAR_PAUSE IDC_BUTTON2
  113. #define IDM_PLAYBAR_STOP IDC_BUTTON3
  114. #define IDM_PLAYBAR_PREVTRACK IDC_BUTTON4
  115. #define IDM_PLAYBAR_SKIPBACK IDC_BUTTON5
  116. #define IDM_PLAYBAR_SKIPFORE IDC_BUTTON6
  117. #define IDM_PLAYBAR_NEXTTRACK IDC_BUTTON7
  118. #define IDM_PLAYBAR_EJECT IDC_BUTTON8
  119. #define IDM_PLAYBAR_RESUME 1999
  120. //
  121. // These are ID's of controls on the edit play list dialog box.
  122. //
  123. #define IDC_CLOSE 2001
  124. #define IDC_DEFAULT 2002
  125. #define IDC_DISC_HELP 2003
  126. #define IDC_ADD 2006
  127. #define IDC_REMOVE 2007
  128. #define IDC_CLEAR 2008
  129. #define IDC_SETNAME 2009
  130. #define IDC_ARTIST_NAME IDC_COMBO1
  131. #define IDC_TITLE_NAME IDC_EDIT1
  132. #define IDC_TRACK_LIST IDC_COMBO2
  133. #define IDC_STATIC_DRIVE 2011
  134. #define IDC_SJETEXT_DRIVE 2012
  135. #define IDC_STATIC_ARTIST 2013
  136. #define IDC_EDIT_ARTIST 2014
  137. #define IDC_STATIC_TITLE 2015
  138. #define IDC_EDIT_TITLE 2016
  139. #define IDC_STATIC_PLAY_LIST 2017
  140. #define IDC_LISTBOX_PLAY_LIST 2018
  141. #define IDC_STATIC_AVAILABLE_TRACKS 2019
  142. #define IDC_LISTBOX_AVAILABLE_TRACKS 2020
  143. #define IDC_STATIC_TRACK 2021
  144. #define IDC_EDIT_TRACK 2022
  145. //
  146. // These are ID's of controls on the Preference dialog dox.
  147. //
  148. #define IDC_STOP_CD_ON_EXIT 3000
  149. #define IDC_SAVE_ON_EXIT 3001
  150. #define IDC_SHOW_TOOLTIPS 3002
  151. #define IDC_SMALL_FONT 3003
  152. #define IDC_LARGE_FONT 3004
  153. #define IDC_LED_DISPLAY 3005
  154. #define IDC_INTRO_PLAY_LEN 3006
  155. #define IDC_INTRO_SPINBTN 3007
  156. #define IDX_SEPARATOR -1
  157. #define IDC_STATIC -1
  158. /********** String ID's for stringtable in .rc file **********/
  159. #define STR_MAX_STRING_LEN 255
  160. #define STR_REGISTRY_KEY 3100
  161. #define STR_CDPLAYER 3101
  162. #define STR_TERMINATE 3102
  163. #define STR_FAIL_INIT 3103
  164. #define STR_NO_CDROMS 3104
  165. #define STR_FATAL_ERROR 3105
  166. #define STR_SCANNING 3106
  167. #define STR_INITIALIZATION 3107
  168. #define STR_TRACK1 3108
  169. #define STR_SAVE_CHANGES 3109
  170. #define STR_SAVE_INFO 3110
  171. #define STR_CANCEL_PLAY 3111
  172. #define STR_RESCAN 3112
  173. #define STR_READING_TOC 3113
  174. #define STR_CHANGE_CDROM 3114
  175. #define STR_CDPLAYER_TIME 3115
  176. #define STR_NO_RES 3116
  177. #define STR_INSERT_DISC 3117
  178. #define STR_DATA_NO_DISC 3118
  179. #define STR_ERR_GEN 3119
  180. #define STR_CDPLAYER_PAUSED 3120
  181. #ifdef USE_IOCTLS
  182. #define STR_ERR_NO_MEDIA 3220
  183. #define STR_ERR_UNREC_MEDIA 3221
  184. #define STR_ERR_NO_DEVICE 3222
  185. #define STR_ERR_INV_DEV_REQ 3223
  186. #define STR_ERR_NOT_READY 3224
  187. #define STR_ERR_BAD_SEC 3225
  188. #define STR_ERR_IO_ERROR 3226
  189. #define STR_ERR_DEFAULT 3227
  190. #define STR_DISC_INSERT 3228
  191. #define STR_DISC_EJECT 3229
  192. #endif
  193. #define STR_INIT_TOTAL_PLAY 3330
  194. #define STR_INIT_TRACK_PLAY 3331
  195. #define STR_TOTAL_PLAY 3332
  196. #define STR_TRACK_PLAY 3333
  197. #define STR_NEW_ARTIST 3334
  198. #define STR_NEW_TITLE 3335
  199. #define STR_INIT_TRACK 3336
  200. #define STR_HDR_ARTIST 3337
  201. #define STR_HDR_TRACK 3338
  202. #define STR_HDR_TITLE 3339
  203. #define STR_UNKNOWN 3340
  204. #define STR_BAD_DISC 3341
  205. #define STR_CDROM_INUSE 3342
  206. #define STR_DISC_INUSE 3343
  207. #define STR_WAITING 3344
  208. #define STR_EXIT_MESSAGE 3345
  209. #define STR_NOT_IN_PLAYLIST 3346
  210. #define STR_BEING_SCANNED 3347
  211. #define STR_DISK_NOT_THERE_K 3348
  212. #define STR_DISK_NOT_THERE 3349
  213. #define STR_UNKNOWN_ARTIST 3350
  214. #define STR_MCICDA_MISSING 3452
  215. #define STR_MCICDA_NOT_WORKING 3453
  216. #define MENU_STRING_BASE 1000
  217. // Disc
  218. #define STR_DATABASE_EDIT IDM_DATABASE_EDIT + MENU_STRING_BASE
  219. #define STR_DATABASE_EXIT IDM_DATABASE_EXIT + MENU_STRING_BASE
  220. // View Menu
  221. #define STR_VIEW_TOOLBAR IDM_VIEW_TOOLBAR + MENU_STRING_BASE
  222. #define STR_VIEW_TRACKINFO IDM_VIEW_TRACKINFO + MENU_STRING_BASE
  223. #define STR_VIEW_STATUS IDM_VIEW_STATUS + MENU_STRING_BASE
  224. #define STR_TIME_REMAINING IDM_TIME_REMAINING + MENU_STRING_BASE
  225. #define STR_TRACK_REMAINING IDM_TRACK_REMAINING + MENU_STRING_BASE
  226. #define STR_DISC_REMAINING IDM_DISC_REMAINING + MENU_STRING_BASE
  227. #define STR_VIEW_VOLUME IDM_VIEW_VOLUME + MENU_STRING_BASE
  228. // Options Menu OPTIONS_MENU_BASE
  229. #define STR_OPTIONS_RANDOM IDM_OPTIONS_RANDOM + MENU_STRING_BASE
  230. #define STR_OPTIONS_MULTI IDM_OPTIONS_MULTI + MENU_STRING_BASE
  231. #define STR_OPTIONS_INTRO IDM_OPTIONS_CONTINUOUS + MENU_STRING_BASE
  232. #define STR_OPTIONS_CONTINUOUS IDM_OPTIONS_INTRO + MENU_STRING_BASE
  233. #define STR_OPTIONS_PREFERENCES IDM_OPTIONS_PREFERENCES + MENU_STRING_BASE
  234. // Help Menu HELP_MENU_BASE
  235. #define STR_HELP_CONTENTS IDM_HELP_CONTENTS + MENU_STRING_BASE
  236. #define STR_HELP_USING IDM_HELP_USING + MENU_STRING_BASE
  237. #define STR_HELP_ABOUT IDM_HELP_ABOUT + MENU_STRING_BASE
  238. #define STR_HELP_TOPICS IDM_HELP_TOPICS + MENU_STRING_BASE
  239. // System Menu
  240. #define STR_SYSMENU_RESTORE 1800
  241. #define STR_SYSMENU_MOVE 1801
  242. #define STR_SYSMENU_SIZE 1802
  243. #define STR_SYSMENU_MINIMIZE 1803
  244. #define STR_SYSMENU_MAXIMIZE 1804
  245. #define STR_SYSMENU_CLOSE 1805
  246. #ifdef DAYTONA
  247. #define STR_SYSMENU_SWITCH 1806
  248. #endif
  249. // Next default values for new objects
  250. //
  251. #ifdef APSTUDIO_INVOKED
  252. #ifndef APSTUDIO_READONLY_SYMBOLS
  253. #define _APS_NEXT_RESOURCE_VALUE 102
  254. #define _APS_NEXT_COMMAND_VALUE 101
  255. #define _APS_NEXT_CONTROL_VALUE 1011
  256. #define _APS_NEXT_SYMED_VALUE 101
  257. #endif
  258. #endif