aboutsummaryrefslogtreecommitdiff
path: root/Src/resources/skins/Winamp Modern/xml/pledit-shade-group.xml
blob: 307c90d377501f61a313dca39f4914fab2e12d91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<groupdef id="plshade" name="Playlist Shade" w="0" h="25" relatw="1">

  <!-- BACKGROUND -->
  <layer
    x="0" y="0"
    image="shade.pl.bg.left"
    dblClickAction="SWITCH;normal"
    resize="left"
  />
  <layer
    x="30" y="0"
    w="-104" relatw="1"
    image="shade.pl.bg.center"
    dblClickAction="SWITCH;normal"
  />
  <layer
    x="-74" y="0"
    relatx="1"
    image="shade.pl.bg.right"
    dblClickAction="SWITCH;normal"
  />
  <layer
    x="-10" y="0"
    w="10" h="25"
    relatx="1"
    dblClickAction="SWITCH;normal"
    resize="right"
  />
  <layer
    x="-40" y="1"
    w="9" h="23"
    relatx="1"
    image="shade.pl.resize"
    resize="right"
    rectrgn="1"
  />

  <layer
    id="shade.pl.region.left"
    x="0" y="0"
    image="shade.regions.left"
    sysregion="-2"
  />
  <layer
    id="shade.pl.region.right"
    x="-5" y="0"
    relatx="1"
    image="shade.regions.right"
    sysregion="-2"
  />

  <!-- DISPLAY -->
  <layer
    x="23" y="4"
    image="shade.pl.display.left"
    ghost="1"
  />
  <layer
    x="33" y="4"
    w="-105" relatw="1"
    image="shade.pl.display.center"
    tile="1"
    ghost="1"
  />
  <layer
    x="-72" y="4"
    relatx="1"
    image="shade.pl.display.right"
    ghost="1"
  />

  <!-- SEEK SLIDER -->
  <slider
    id="plshadeSeeker"
    action="SEEK"
    x="22" y="15"
    h="9" w="-87"
    relatw="1"
    thumb="shade.pl.seek"
    downThumb="shade.pl.seek.pressed"
    hoverThumb="shade.pl.seek.hover"
    tooltip="Seeker"
    alpha="100"
  />
  <slider
    id="plshadeSeekerGhost"
    action="SEEK"
    x="22" y="15"
    h="9" w="-87"
    relatw="1"
    thumb="shade.pl.seek"
    downThumb="shade.pl.seek.pressed"
    hoverThumb="shade.pl.seek.hover"
    tooltip="Seeker"
  />

  <!-- LIST BUTTON -->
  <button
    id="plshadeMLList"
    action="PE_ListOfLists"
    x="-59" y="5"
    relatx="1"
    image="shade.pl.button.list"
    downImage="shade.pl.button.list.pressed"
    activeImage="shade.pl.button.list"
    hoverImage="shade.pl.button.list.hover"
    tooltip="Library's Playlists"
  />

  <!-- Songticker -->
  <Songticker
    id="PESongticker" ticker="1"
    x="26" y="4"
    w="-95" h="13" relatw="1"
    leftpadding="5"
    rightpadding="-5"
    font="shade.songticker.font"
    align="left"
    dblClickAction="SWITCH;normal"
	rightclickaction="trackmenu"
    fontsize="13"
    color="font.display"
    altfont="Arial"
   />


  <!-- CLOSE/SHADE/SYSTEM -->
  <button
    id="plshadeClose"
    action="CLOSE"
    x="-17" y="4"
    relatx="1"
    image="shade.button.close"
    downImage="shade.button.close.pressed"
    hoverImage="shade.button.close.hover"
    tooltip="Close Window"
  />
  <button
    id="plshadeWinshade"
    action="SWITCH" param="normal"
    x="-29" y="4"
    relatx="1"
    image="shade.button.winshade"
    downImage="shade.button.winshade.pressed"
    hoverImage="shade.button.winshade.hover"
    tooltip="Return to Normal Mode"
  />
  <button
    id="plshadeSysmenu"
    action="SYSMENU"
    x="6" y="4"
    image="shade.button.sysmenu"
    downImage="shade.button.sysmenu.pressed"
    hoverImage="shade.button.sysmenu.hover"
    tooltip="Main Menu"
  />




</groupdef>