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