You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
2.3 KiB
Plaintext
63 lines
2.3 KiB
Plaintext
# Kjofol Default resource file - WINDOW SHADE MODE
|
|
|
|
# Command : BackgroundImage <Name of .BMP file>
|
|
# Desc. : This is the back image.
|
|
BackgroundImage sgwshad.png
|
|
|
|
# Command : BackgroundImageInactive <Name of .BMP file>
|
|
# Desc. : This is the back image when the window is not selected.
|
|
# : If you do not want this feature, just put the same name as
|
|
# : BackgroundImage
|
|
BackgroundImageInactive sgwshad.png
|
|
|
|
# Command : BackgroundImagePressed[1-3] <Name of .BMP file>
|
|
# Desc. : This is the back images when all the buttons are pressed
|
|
# : Used if you use the BMP option in the buttons options.
|
|
# : You can have 3 backimages so you can do nifty things for the
|
|
# : buttons =)
|
|
BackgroundImagePressed1 sgwshad2.png
|
|
|
|
FontImage sg_text.png
|
|
FontSize 5 9
|
|
FontSpacing 0
|
|
FontTransparent 0
|
|
|
|
# Command : VolumeControlType <BAR/BMP>
|
|
# Desc. : Put BAR if you want a bar style volume control, BMP if you want
|
|
# : to customize it by a BMP animation file ...
|
|
VolumeControlType BMP
|
|
VolumeControlImage sgwshvol.png
|
|
VolumeControlImagePosition sgwshvp.png
|
|
VolumeControlImageXSize 30
|
|
VolumeControlImageNb 28
|
|
VolumeControlButton 192 18 221 22 vOLUME
|
|
|
|
|
|
# Command : [Option]Button <Position X> <Position Y> <End X> <End Y> <Tooltip Text> <DARKEN/BMP[?]>
|
|
# The DARKEN option just dark the button when the user click on it.
|
|
# The BMP[?] option use the BackgroundImagePressed[?] defined above.
|
|
# Be sure to define a BackgroundImagePressed if you use the BMP option !!
|
|
AboutButton 10 13 26 29 About BMP1
|
|
PlayButton 230 13 247 29 Play BMP1
|
|
StopButton 249 13 265 30 Stop BMP1
|
|
OpenFileButton 267 14 284 28 Open BMP1
|
|
PreviousSongButton 285 14 302 30 PreviousSong BMP1
|
|
NextSongButton 303 13 319 29 NextSong BMP1
|
|
UnDockModeButton 322 14 336 28 UnDock BMP1
|
|
|
|
# Command : FilenameWindow
|
|
# Desc. : This is the window where the file name appears
|
|
FilenameWindow 38 16 114 25
|
|
|
|
SeekRegion 148 19 176 22
|
|
SeekImage sgwshdsk.png
|
|
|
|
# Command : AnalyzerWindow <X> <Y> <MaxX> <MaxY> <TipTool>
|
|
# Desc. : Spectrum Analyzer area. If you doesn't want one, just comment the
|
|
# line ...
|
|
AnalyzerWindow 117 16 130 25 Analyzer
|
|
# Command : AnalyzerColor <Red> <Green> <Blue>
|
|
# Desc. : Spectrum Analyzer color. Colors range are 0-255.
|
|
AnalyzerColor 81 94 81
|
|
|
|
IncludeRCFile kjofol.pl |