You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
301 B
12 lines
301 B
11 years ago
|
# KShutDown (text)
|
||
|
|
||
|
karamba x=300 y=100 w=150 h=48 interval=10000000 locked=true
|
||
|
|
||
|
defaultfont fontsize=16 bgcolor=88,88,88 color=255,255,255 shadow=2
|
||
|
|
||
|
<group> x=0 y=0
|
||
|
image x=0 y=0 path="kshutdown-48x48.png"
|
||
|
text x=55 y=12 value="Turn Off..."
|
||
|
clickarea x=0 y=0 w=150 h=48 onclick="kshutdown"
|
||
|
</group>
|