blob: acc2c0c7fa7645ea2b5adb38300f17901d07300e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version='1.0' encoding='UTF-8'?>
<macro name="test_checkbox" version="1.0">
<resume></resume>
<queries>
</queries>
<maps>
</maps>
<scripts>
</scripts>
<window caption="Test CheckBox"
layout="vbox">
<checkbox name="dims" caption="Er dette en checkbox?"
truevalue="ja" falsevalue="nej"
value="ja"/>
<frame layout="hbox">
<spacer />
<button caption="Reset" action="reset"/>
<button caption="Gem" action="commit"/>
</frame>
</window>
</macro>
|