home *** CD-ROM | disk | FTP | other *** search
/ Freelog 2 / Freelog002.iso / Logs / Musique / kJofol / Skins-Rc / AmpVis3-0 / ampvis.rc < prev   
Text File  |  1998-10-19  |  5KB  |  136 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 This is a WinAmp looking resource file for K-Jofol entitled "Ampvis"
  8. About It was made by Advis[`eh] of the clan Canucks.
  9. About Please visit http://plaza.v-wave.com/ampvis/ for more details.
  10. About If you have questions/comments, advis@innocent.com
  11. About or find me on west.gamesnet.net #clan_canucks
  12.  
  13. # Command : BackgroundImage <Name of .BMP file>
  14. # Desc.   : This is the back image.
  15. BackgroundImage ampvis.bmp
  16.  
  17. # Command : BackgroundImageInactive <Name of .BMP file>
  18. # Desc.   : This is the back image when the window is not selected.
  19. #         : If you do not want this feature, just put the same name as
  20. #         : BackgroundImage
  21. BackgroundImageInactive amp_inactive.bmp
  22.  
  23. # Command : BackgroundImagePressed[1-3] <Name of .BMP file>
  24. # Desc.   : This is the back images when all the buttons are pressed
  25. #         : Used if you use the BMP option in the buttons options.
  26. #         : You can have 3 backimages so you can do nifty things for the
  27. #         : buttons =)
  28. BackgroundImagePressed1 amp_seek.bmp
  29. BackgroundImagePressed2 amp_pressed.bmp
  30.  
  31.  
  32. FontImage amp_text.bmp
  33. FontSize 5 7
  34. FontSpacing 0
  35. FontTransparent 1
  36. TimeFontImage amp_timetext.bmp
  37. TimeFontSize 10 14
  38. TimeFontSpacing 1
  39. TimeFontTransparent 1
  40.  
  41. # Command : VolumeControlType <BAR/BMP>
  42. # Desc.   : Put BAR if you want a bar style volume control, BMP if you want
  43. #         : to customize it by a BMP animation file ...
  44. VolumeControlType BMP
  45. VolumeControlImage amp_volume.bmp
  46. VolumeControlImagePosition amp_volume2.bmp
  47. VolumeControlImageXSize 73
  48. VolumeControlImageNb 21
  49. VolumeControlButton 104 58 177 69 VOLUME
  50.  
  51. SeekRegion 16 72 265 81
  52. SeekImage amp_seek2.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 264 3 273 12 Close BMP2
  59. MinimizeButton 254 3 263 12 Minimize BMP2
  60. AboutButton 251 91 264 106 About BMP2
  61. OpenFileButton 136 88 157 105 Open BMP2
  62. StopButton 85 88 106 105 Stop BMP2
  63. PlayButton 39 88 60 105 Play BMP2
  64. PreviousSongButton 16 88 37 105 PreviousTrack BMP2
  65. NextSongButton 108 88 129 105 NextTrack BMP2
  66. PauseButton 62 88 83 105 Pause BMP2
  67. PreferencesButton 14 25 18 31 Options BMP2
  68. PreferencesButton 5 3 15 12 Options BMP2
  69. RepeatButton 211 90 237 103 Repeat BMP2
  70. PlaylistButton 243 59 264 69 Playlist BMP2
  71.  
  72. # Command : FilenameWindow
  73. # Desc.   : This is the window where the file name appears
  74. FilenameWindow 113 26 265 35 
  75.  
  76. MP3KbpsWindow 111 42 127 51 
  77. MP3KbpsString 
  78. MP3KhzWindow 156 42 167 51
  79. Mp3KhzString 
  80.  
  81. MP3TimeWindow 45 26 102 39
  82. #CurrentTrackWindow 191 90 204r 97
  83.  
  84. # Command : AnalyzerWindow <X> <Y> <MaxX> <MaxY> <TipTool>
  85. # Desc.   : Spectrum Analyzer area. If you doesn't want one, just comment the
  86. #           line ...
  87. AnalyzerWindow 23 42 101 60 Analyzer
  88. # Command : AnalyzerColor <Red> <Green> <Blue>
  89. # Desc.   : Spectrum Analyzer color. Colors range are 0-255.
  90. AnalyzerColor 208 96 0
  91.  
  92. # Command : EqualizerWindow <X> <Y> <MaxX> <MaxY> <TipTool> <# of bands> <X-Space between bands>
  93. #EqualizerWindow 111 115 180 148 Equalizer 12 6 
  94. # Command : EqualizerBmp <X-Size> <Nb Equalizer> <BMP File>
  95. #EqualizerBmp 4 17 sgeq.bmp
  96.  
  97. #VolumeFontImage amp_text.bmp
  98. #VolumeFontSize 5 7
  99. #VolumeFontSpacing 0
  100. #VolumeFontTransparent 0
  101. #VolumeText 113 26 265 35 
  102.  
  103. # Playlist screen section
  104. PlaylistBmp amp_playlist.bmp
  105. PlaylistBmpPressed amp_playlist2.bmp
  106.  
  107. # Command : PlaylistWindowText <X> <Y> <MaxX> <MaxY>
  108. # Desc.   : Where all the playlist files will be placed on the playlist
  109. #           screen
  110. PlaylistWindowText 12 24 255 256
  111. PlaylistWindowFontName Tahoma
  112. PlaylistWindowFontSize 12
  113. PlaylistWindowFontYSpacing 11
  114.  
  115. PlaylistWindowCloseButton 264 3 273 12
  116. PlaylistWindowUpButton 260 135 268 139
  117. PlaylistWindowDownButton 260 141 268 145
  118. PlaylistWindowShuffleButton 188 266 224 279
  119. PlaylistWindowSortButton 128 266 155 279
  120. PlaylistWindowSortInverseButton 158 266 185 279
  121. PlaylistWindowMinimizeButton 254 3 263 12
  122. PlaylistWindowAddButton 13 268 36 286
  123. PlaylistWindowDelButton 42 268 65 286
  124. PlaylistWindowResetButton 230 268 253 286
  125. PlaylistWindowLoadPlaylistButton 71 268 94 286 Load
  126. PlaylistWindowSavePlaylistButton 100 268 123 286
  127. PlaylistWindowSelectionUpButton 260 18 268 22
  128. PlaylistWindowSelectionDownButton 260 258 268 262
  129. PlaylistWindowAboutButton 256 279 269 292
  130. PlaylistWindowPlayButton 139 283 147 290
  131. PlaylistWindowPreviousButton 131 283 137 290
  132. PlaylistWindowNextButton 168 283 174 290
  133. PlaylistWindowPauseButton 149 283 157 290
  134. PlaylistWindowStopButton 159 283 166 290
  135. PlaylistWindowOpenButton 177 283 184 290
  136.