blob: 92133beb94571ae7e7ab3f85ee9fb3e4f76d1ab6 (
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
25
|
<?xml version='1.0' encoding='UTF-8'?>
<macro name="test_radiobuttons" version="1.0">
<resume></resume>
<queries>
</queries>
<maps>
</maps>
<scripts>
</scripts>
<window caption="Test Radiobuttons"
layout="vbox">
<radiobuttons name="test_radiobuttons" layout="vbox" value="test1">
<radiobutton caption="Test1" value="test1"/>
<radiobutton caption="Test2" value="test2"/>
<radiobutton caption="Test3" value="test3"/>
</radiobuttons>
<frame layout="hbox">
<spacer />
<button caption="Reset" action="reset"/>
<button caption="Gem" action="commit"/>
</frame>
</window>
</macro>
|