home *** CD-ROM | disk | FTP | other *** search
/ Freelog 2 / Freelog002.iso / Logs / Musique / kJofol / Skins-Rc / Red1-0 / red.RC next >
Text File  |  1998-10-20  |  5KB  |  143 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 Steve Gedikian 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 5 9
  31. FontSpacing 0
  32. FontTransparent 0
  33. TimeFontImage sg_num.bmp
  34. TimeFontSize 8 9
  35. TimeFontSpacing 0
  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 235 166 275 174 vOLUME
  44. VolumeControlType BMP
  45. VolumeControlImage sgvol.bmp
  46. VolumeControlImagePosition sgvolpos.bmp
  47. VolumeControlImageXSize 86
  48. VolumeControlImageNb 24
  49. VolumeControlButton 211 133 296 209 vOLUME
  50.  
  51. SeekRegion 91 22 300 127
  52. SeekImage sg_seek.bmp
  53.  
  54. # Command : [Option]Button <Position X> <Position Y> <End X> <End Y> <Tooltip Text> <DARKEN/BMP[?]>
  55. # The DARKEN option just dark the button when the user click on it.
  56. # The BMP[?] option use the BackgroundImagePressed[?] defined above.
  57. # Be sure to define a BackgroundImagePressed if you use the BMP option !!
  58. CloseButton 310 116 322 128 Close BMP1
  59. MinimizeButton 306 132 319 140 Minimize BMP1
  60. AboutButton 306 83 334 116 About BMP1
  61. OpenFileButton 25 8 61 26 Open BMP1
  62. StopButton 54 16 81 51 Stop BMP2
  63. PlayButton 28 27 57 56 Play BMP3
  64. #RewindButton 11 49 43 78 FastRewind BMP1
  65. #ForwardButton 45 49 73 77 FastForward BMP1
  66. PreviousSongButton 11 49 43 78 PreviousSong BMP1
  67. NextSongButton 45 49 73 77 NextSong BMP1
  68. PauseButton 9 18 31 51 Pause BMP2
  69. PreferencesButton 267 43 300 51 Options BMP1
  70. EqualizerButton 125 152 135 159 Equalizer BMP1
  71. EqualizerResetButton 175 104 200 112 Reset BMP1
  72. EqualizerOnButton 141 150 152 157 On BMP1
  73. EqualizerOffButton 156 150 167 157 Off BMP1
  74. RepeatButton 278 51 308 59 Repeat BMP1
  75. PlaylistButton 292 67 325 77 Playlist BMP1
  76.  
  77. # Command : FilenameWindow
  78. # Desc.   : This is the window where the file name appears
  79. FilenameWindow 96 80 200 89
  80.  
  81. MP3KbpsWindow 93 90 110 97
  82. MP3KbpsString 
  83. MP3KhzWindow 135 90 146 97
  84. Mp3KhzString
  85.  
  86. MP3TimeWindow 124 50 165 59
  87. CurrentTrackWindow 191 90 204r 97
  88.  
  89. # Command : AnalyzerWindow <X> <Y> <MaxX> <MaxY> <TipTool>
  90. # Desc.   : Spectrum Analyzer area. If you doesn't want one, just comment the
  91. #           line ...
  92. AnalyzerWindow 106 61 184 78 Analyzer
  93. # Command : AnalyzerColor <Red> <Green> <Blue>
  94. # Desc.   : Spectrum Analyzer color. Colors range are 0-255.
  95. AnalyzerColor 255 81 74
  96.  
  97. # Command : EqualizerWindow <X> <Y> <MaxX> <MaxY> <TipTool> <# of bands> <X-Space between bands>
  98. EqualizerWindow 111 115 180 148 Equalizer 12 6 
  99. # Command : EqualizerBmp <X-Size> <Nb Equalizer> <BMP File>
  100. EqualizerBmp 4 17 sgeq.bmp
  101.  
  102. VolumeFontImage sgvolnum.bmp
  103. VolumeFontSize 5 10
  104. VolumeFontSpacing 0
  105. VolumeFontTransparent 0
  106. VolumeText 247 168 265 176
  107.  
  108. # Playlist screen section
  109. PlaylistBmp sgplist.bmp
  110. PlaylistBmpPressed sgplist2.bmp
  111.  
  112. # Command : PlaylistWindowText <X> <Y> <MaxX> <MaxY>
  113. # Desc.   : Where all the playlist files will be placed on the playlist
  114. #           screen
  115. PlaylistWindowText 43 42 170 211
  116. PlaylistWindowFontName Arial
  117. PlaylistWindowFontSize 12
  118. PlaylistWindowFontYSpacing 10
  119. PlaylistWindowNbSelectedTrack 79 215 93 225
  120. PlaylistWindowNbTotalTracks 79 230 93 240
  121.  
  122. PlaylistWindowCloseButton 182 35 195 47
  123. PlaylistWindowUpButton 146 226 179 242
  124. PlaylistWindowDownButton 146 243 179 259
  125. PlaylistWindowShuffleButton 189 175 233 185
  126. PlaylistWindowSortButton 188 144 234 155
  127. PlaylistWindowSortInverseButton 187 159 234 170
  128. PlaylistWindowMinimizeButton 174 23 186 33
  129. PlaylistWindowAddButton 188 74 234 84
  130. PlaylistWindowDelButton 189 87 234 99
  131. PlaylistWindowResetButton 192 102 232 113
  132. PlaylistWindowLoadPlaylistButton 191 129 231 141
  133. PlaylistWindowSavePlaylistButton 189 115 232 127
  134. PlaylistWindowSelectionUpButton 27 42 41 55
  135. PlaylistWindowSelectionDownButton 27 198 41 211
  136. PlaylistWindowAboutButton 194 29 217 59
  137. PlaylistWindowPlayButton 113 285 147 311
  138. PlaylistWindowPreviousButton 76 285 109 310
  139. PlaylistWindowNextButton 153 283 185 308
  140. PlaylistWindowPauseButton 187 266 217 290
  141. PlaylistWindowStopButton 198 239 234 262
  142. PlaylistWindowOpenButton 202 210 236 233
  143.