done panel with overlapping

This commit is contained in:
rmaco
2020-03-19 22:02:43 +02:00
parent c9a5a55618
commit 9fbfb6b3fb
12 changed files with 483 additions and 112 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 B

View File

@@ -1,10 +1,12 @@
<?xml version="1.0"?>
<Window Name="window" Visible="true" Size="640, 480">
<Button Name="button1" BackgroundColor="#990000" Size="200, 200" Label="button1">
<Button Name="button4" BackgroundColor="#009999" Size="100, 100" Icon="square_white">
<Button Name="button2" BackgroundColor="#000099" Size="50, 50" Label="button2"/>
<!-- <Panel Name="MainPanel" BackgroundColor="#FFFFFF" Size="1.0, 1.0" Overlapping="false">-->
<Button Name="button1" BackgroundColor="#990000" Size="200, 200" Label="button1">
<Button Name="button4" BackgroundColor="#009999" Size="100, 100" Icon="square_white">
<Button Name="button2" BackgroundColor="#000099" Size="50, 50" Label="button2"/>
</Button>
</Button>
</Button>
<Button Name="button6" Location="350, 350" Size="100, 100"/>
<Button Name="button3" BackgroundColor="#009900" Size="100, 100" Location="300, 300" Icon="close_black"/>
<Button Name="button6" BackgroundColor="#555555" Location="350, 350" Size="100, 100"/>
<Button Name="button3" BackgroundColor="#009900" Size="100, 100" Location="300, 300" Icon="close_black"/>
<!-- </Panel>-->
</Window>