~ubuntu-branches/ubuntu/hoary/kdemultimedia/hoary

« back to all changes in this revision

Viewing changes to noatun/noatun/modules/kjofol-skin/skins/kjofol/kjofol.dck

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-01-22 15:00:51 UTC
  • Revision ID: james.westby@ubuntu.com-20030122150051-uihwkdoxf15mi1tn
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Kjofol Default resource file - DOCKING MODE
 
2
 
 
3
# Command : BackgroundImage <Name of .BMP file>
 
4
# Desc.   : This is the back image.
 
5
BackgroundImage sgdock.png
 
6
 
 
7
# Command : BackgroundImageInactive <Name of .BMP file>
 
8
# Desc.   : This is the back image when the window is not selected.
 
9
#         : If you do not want this feature, just put the same name as
 
10
#         : BackgroundImage
 
11
BackgroundImageInactive sgdock.png
 
12
 
 
13
# Command : BackgroundImagePressed[1-3] <Name of .BMP file>
 
14
# Desc.   : This is the back images when all the buttons are pressed
 
15
#         : Used if you use the BMP option in the buttons options.
 
16
#         : You can have 3 backimages so you can do nifty things for the
 
17
#         : buttons =)
 
18
BackgroundImagePressed1 sgdock2.png
 
19
 
 
20
FontImage sg_text.png
 
21
FontSize 5 9
 
22
FontSpacing 0
 
23
FontTransparent 0
 
24
 
 
25
# Command : VolumeControlType <BAR/BMP>
 
26
# Desc.   : Put BAR if you want a bar style volume control, BMP if you want
 
27
#         : to customize it by a BMP animation file ...
 
28
VolumeControlType BMP
 
29
VolumeControlImage sgwshvol.png
 
30
VolumeControlImagePosition sgdockvp.png
 
31
VolumeControlImageXSize 30
 
32
VolumeControlImageNb 28
 
33
VolumeControlButton 100 17 129 23 vOLUME
 
34
 
 
35
# Command : [Option]Button <Position X> <Position Y> <End X> <End Y> <Tooltip Text> <DARKEN/BMP[?]>
 
36
# The DARKEN option just dark the button when the user click on it.
 
37
# The BMP[?] option use the BackgroundImagePressed[?] defined above.
 
38
# Be sure to define a BackgroundImagePressed if you use the BMP option !!
 
39
AboutButton 10 12 27 32 About BMP1
 
40
OpenFileButton 14 73 32 91 Open BMP1
 
41
StopButton 14 56 32 73 Stop BMP1
 
42
PlayButton 14 37 32 55 Play BMP1
 
43
PreviousSongButton 14 92 33 109 PreviousSong BMP1
 
44
NextSongButton 14 110 33 127 NextSong BMP1
 
45
UnDockModeButton 14 127 33 140 UnDock BMP1
 
46
 
 
47
# Command : FilenameWindow
 
48
# Desc.   : This is the window where the file name appears
 
49
FilenameWindow 65 23 141 32
 
50
 
 
51
SeekRegion 56 18 84 21
 
52
SeekImage sgdocksk.png
 
53
 
 
54
# Command : AnalyzerWindow <X> <Y> <MaxX> <MaxY> <TipTool>
 
55
# Desc.   : Spectrum Analyzer area. If you doesn't want one, just comment the
 
56
#           line ...
 
57
AnalyzerWindow 41 23 62 32 Analyzer
 
58
# Command : AnalyzerColor <Red> <Green> <Blue>
 
59
# Desc.   : Spectrum Analyzer color. Colors range are 0-255.
 
60
AnalyzerColor 81 94 81
 
61
 
 
62
IncludeRCFile kjofol.pl
 
 
b'\\ No newline at end of file'