1
0
forked from 0ad/0ad
0ad/source/vc7/hello.xml

13 lines
483 B
XML
Raw Normal View History

<?xml version="1.0" encoding="iso-8859-1" standalone="no" ?>
<!DOCTYPE objects SYSTEM "objects.dtd">
<objects>
2003-11-06 12:56:13 +01:00
<object name="Button2" type="button" size1024="100 100 200 200" style="hello" z="0" />
2003-11-06 12:56:13 +01:00
<object name="Button3" type="button" size1024="120 120 220 220" style="hello" z="20">
<object name="Child" type="button" size1024="140 140 300 200" z="22">
<object name="ChildsChilds" type="button" size1024="200 150 400 190" z="24"></object>
</object>
</object>
</objects>