Subversion Repositories tpanel

Rev

Rev 341 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
335 andreas 1
# Tests button manipulation functions
2
# Opacity
3
command=^BOP-2,1,128
4
result=128
5
compare=true
6
exec
7
# ----
8
command=^BOP-2,1,255
9
result=255
10
compare=true
11
exec
12
# Border style
336 andreas 13
command=^BOR-2,26
14
result=Neon Active -S
335 andreas 15
compare=true
16
exec
336 andreas 17
# ----
18
command=^BOR-2,AMX Elite -M
19
result=AMX Elite -M
20
compare=true
21
exec
341 andreas 22
# Button size and position
23
command=^BSP-2,right,bottom
24
result=640,430
25
compare=true
26
exec
27
# Enable / Diasable
28
command=^ENA-3,0
29
result=0
30
compare=true
31
exec
32
# ----
33
command=^ENA-3,1
34
result=1
35
compare=true
342 andreas 36
exec
37
# Fonts
38
command=?FON-3,0
39
saveresult=font
40
compare=true
41
result=23
42
exec
43
# ----
44
command=^FON-3,0,26
45
compare=true
46
compresult=font
47
result=26
48
reverse=true
341 andreas 49
exec