Add project files.

This commit is contained in:
2018-06-25 21:48:45 -04:00
parent b04a25689b
commit 3c1b7d28e8
425 changed files with 35333 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
<?xml version="1.0"?>
<GUI
debug="2">
<!--<default
orientation="vertical"
align="center"
layout="fill_parent"
padding="100, 100, 100, 100"/>-->
<Layout
padding="100,100,100,100"
orientation="HORIZONTAL">
<!--<Include dir ="xml/" filename="include.xml"/>-->
<Layout
layout=""
padding="100, 50, 25, 10"
orientation="HORIZONTAL">
<Label
text="Hello World"
padding="10,10,10,10"/>
<Label
text="Richard Allen"/>
</Layout>
</Layout>
</GUI>
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Panel size="400,400">
<debug/>
<Layout>
<Label align="left" text="Hello world Left" />
<Label align="center" text="Hello world Center" />
<Label align="right" text="Hello world Right" />
</Layout>
</Panel>
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Panel size="200,200">
<debug/>
<Layout>
<Label text="Box Sizer" />
<Boxsizer />
</Layout>
</Panel>
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Panel size="200,200">
<debug/>
<Layout>
<Label text="Hello world" />
</Layout>
</Panel>
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Panel position="20, 20" size="200,200">
<debug/>
<Layout position="100, 1100">
<Label position="100, 1002" text="Hello world" />
</Layout>
</Panel>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0"?>
<Layout layout="wrap_content">
<Label
text="Hello World2"
padding=""/>
<Label
text="Richard Allen2"/>
</Layout>