home *** CD-ROM | disk | FTP | other *** search
/ Freelog 12 / Freelog012.iso / Skins / KJofol / kenwood_rack / kenwood_Rack.rc next >
Text File  |  1999-05-21  |  6KB  |  159 lines

  1. # If you want to know all secrets about K-Jofol's resources files,
  2. # Just check out the great tutorial at : http://www.angelfire.com/mo/nequiem/
  3.  
  4. # Command : About <text>
  5. # Desc.   : This text will appear when the users selects "About ..."
  6. #         : You have 5 lines of text ...
  7. About
  8. About Made by Brian Cook for K-Jofol.
  9.  
  10. # Command : BackgroundImage <Name of .BMP file>
  11. # Desc.   : This is the back image.
  12. BackgroundImage sg.bmp
  13.  
  14. # Command : BackgroundImageInactive <Name of .BMP file>
  15. # Desc.   : This is the back image when the window is not selected.
  16. #         : If you do not want this feature, just put the same name as
  17. #         : BackgroundImage
  18. BackgroundImageInactive sg.bmp
  19.  
  20. # Command : BackgroundImagePressed[1-3] <Name of .BMP file>
  21. # Desc.   : This is the back images when all the buttons are pressed
  22. #         : Used if you use the BMP option in the buttons options.
  23. #         : You can have 3 backimages so you can do nifty things for the
  24. #         : buttons =)
  25. BackgroundImagePressed1 sgpres1.bmp
  26. #BackgroundImagePressed2 sgpres2.bmp
  27. #BackgroundImagePressed3 sgpres3.bmp
  28.  
  29. FontImage sg_text.bmp
  30. FontSize 10 14
  31. FontSpacing 0
  32. FontTransparent 0
  33. TimeFontImage sg_num.bmp
  34. TimeFontSize 16 36
  35. TimeFontSpacing 1
  36. TimeFontTransparent 0
  37.  
  38. # Command : VolumeControlType <BAR/BMP>
  39. # Desc.   : Put BAR if you want a bar style volume control, BMP if you want
  40. #         : to customize it by a BMP animation file ...
  41. # VolumeControlType BAR
  42. # VolumeControlImage btn_vol.bmp
  43. # VolumeControlButton 435 166 275 174 vOLUME
  44. VolumeControlType BMP
  45. VolumeControlImage sgvol.bmp
  46. VolumeControlImagePosition sgvolpos.bmp
  47. VolumeControlImageXSize 73
  48. VolumeControlImageNb 43
  49. VolumeControlButton 535 204 609 276 Volume
  50.  
  51. SeekRegion 148 193 475 207
  52. SeekImage sg_seek.bmp
  53.  
  54. # Pitch control definition
  55. PitchControlImage sgpitch.bmp
  56. PitchControlImageXSize 56
  57. PitchControlImageNb 43
  58. PitchControlButton 448 221 503 276 Pitch
  59. PitchControlImagePosition sgpitchp.bmp
  60.  
  61. PitchFontImage sgvolnum.bmp
  62. PitchFontSize 5 10
  63. PitchFontSpacing 0
  64. PitchFontTransparent 0
  65. PitchText 423 175 445 185
  66. # Command : [Option]Button <Position X> <Position Y> <End X> <End Y> <Tooltip Text> <DARKEN/BMP[?]>
  67. # The DARKEN option just dark the button when the user click on it.
  68. # The BMP[?] option use the BackgroundImagePressed[?] defined above.
  69. # Be sure to define a BackgroundImagePressed if you use the BMP option !!
  70. CloseButton 22 218 59 236 Close BMP1
  71. MinimizeButton 450 235 474 240 Minimize BMP1
  72. AboutButton 512 235 544 255 About BMP1
  73. OpenFileButton 560 143 604 155 Open BMP1
  74. StopButton 528 156 559 175 Stop BMP1
  75. PlayButton 559 155 605 175 Play BMP1
  76. RewindButton 466 176 490 183 FastRewind BMP1
  77. ForwardButton 490 177 514 183 FastForward BMP1
  78. PreviousSongButton 466 146 490 152 PreviousSong BMP1
  79. NextSongButton 490 146 515 152 NextSong BMP1
  80. PauseButton 529 143 559 155 Pause BMP1
  81. PreferencesButton 244 253 257 265 Options BMP1
  82. #EqualizerButton 125 152 135 159 Equalizer BMP1
  83. EqualizerResetButton 447 85 492 92 Reset BMP1
  84. EqualizerOnButton 141 253 154 265 On BMP1
  85. EqualizerOffButton 167 253 180 265 Off BMP1
  86. RepeatButton 193 253 205 265 Repeat BMP1
  87. PlaylistButton 219 253 232 265 Playlist BMP1
  88.  
  89. # Command : FilenameWindow
  90. # Desc.   : This is the window where the file name appears
  91. FilenameWindow 150 140 465 160
  92.  
  93. MP3KbpsWindow 145 172 180 188
  94. MP3KbpsString 
  95. MP3KhzWindow 205 172 240 188
  96. Mp3KhzString
  97.  
  98. MP3TimeWindow 274 154 360 183
  99. CurrentTrackWindow 240 158 265 174
  100.  
  101. # Command : AnalyzerWindow <X> <Y> <MaxX> <MaxY> <TipTool>
  102. # Desc.   : Spectrum Analyzer area. If you doesn't want one, just comment the
  103. #           line ...
  104. AnalyzerWindow 437 29 619 73 Analyzer
  105. # Command : AnalyzerColor <Red> <Green> <Blue>
  106. # Desc.   : Spectrum Analyzer color. Colors range are 0-255.
  107. AnalyzerColor 200 200 200
  108.  
  109. # Command : EqualizerWindow <X> <Y> <MaxX> <MaxY> <TipTool> <# of bands> <X-Space between bands>
  110. EqualizerWindow 20 33 420 104 Equalizer 16 25
  111. # Command : EqualizerBmp <X-Size> <Nb Equalizer> <BMP File>
  112. EqualizerBmp 25 16 sgeq.bmp
  113.  
  114. VolumeFontImage sgvolnum.bmp
  115. VolumeFontSize 5 10
  116. VolumeFontSpacing 0
  117. VolumeFontTransparent 0
  118. VolumeText 423 160 445 170
  119.  
  120. # Playlist screen section
  121. PlaylistBmp sgplist.bmp
  122. PlaylistBmpPressed sgplist2.bmp
  123.  
  124. # Command : PlaylistWindowText <X> <Y> <MaxX> <MaxY>
  125. # Desc.   : Where all the playlist files will be placed on the playlist
  126. #           screen
  127. PlaylistWindowText 104 44 408 155
  128. PlaylistWindowFontName Arial
  129. PlaylistWindowFontSize 16
  130. PlaylistWindowFontYSpacing 16
  131. PlaylistWindowNbSelectedTrack 500 66 530 84
  132. PlaylistWindowNbTotalTracks 570 66 600 84
  133.  
  134. PlaylistWindowLinkButton 33 113 51 119
  135. PlaylistWindowCloseButton 23 144 60 162
  136. #PlaylistWindowUpButton 562 86 600 99
  137. #PlaylistWindowDownButton 524 86 562 99
  138. #PlaylistWindowShuffleButton 189 175 233 185
  139. #PlaylistWindowSortButton 524 51 562 62
  140. #PlaylistWindowSortInverseButton 562 51 600 62
  141. #PlaylistWindowMinimizeButton 184 50 193 59
  142. PlaylistWindowAddButton 557 137 582 145
  143. PlaylistWindowDelButton 556 156 581 163
  144. #PlaylistWindowResetButton 80 16 118 27
  145. #PlaylistWindowLoadPlaylistButton 118 16 156 27
  146. #PlaylistWindowSavePlaylistButton 156 16 195 27
  147. #PlaylistWindowSelectionUpButton 562 16 600 27
  148. #PlaylistWindowSelectionDownButton 524 16 562 27
  149. #PlaylistWindowAboutButton 194 29 217 59
  150. PlaylistWindowPlayButton 589 116 631 127
  151. PlaylistWindowPreviousButton 590 155 608 166
  152. PlaylistWindowNextButton 609 155 629 166
  153. PlaylistWindowPauseButton 169 40 199 70
  154. PlaylistWindowStopButton 589 136 630 147
  155. #PlaylistWindowOpenButton 202 210 236 233
  156. PlaylistWindowColor 200 200 200
  157. PlaylistWindowCurrentTrackColor 255 0 0
  158. PlaylistWindowCurrentSelectionColor 0 0 0
  159.