[5700] | 1 | <?xml version="1.0" ?> |
---|
| 2 | <GUILayout> |
---|
| 3 | |
---|
| 4 | <Window Type="DefaultGUISheet" Name=""> |
---|
| 5 | <Window Type="TaharezLook/StaticText" Name="Text"> |
---|
| 6 | <Property Name="FrameEnabled" Value="False" /> |
---|
| 7 | <Property Name="HorzFormatting" Value="WordWrapCentred" /> |
---|
| 8 | <Property Name="VertFormatting" Value="CentreAligned" /> |
---|
| 9 | <Property Name="UnifiedAreaRect" Value="{{0.5,0},{0.1,0},{0.9,0},{0.4,0}}" /> |
---|
| 10 | <Property Name="BackgroundEnabled" Value="False" /> |
---|
| 11 | </Window> |
---|
| 12 | |
---|
| 13 | <Window Type="TaharezLook/Button" Name="Button1"> |
---|
| 14 | <Property Name="Text" Value="- One -" /> |
---|
| 15 | <Property Name="UnifiedAreaRect" Value="{{0.1,0},{0.1,0},{0.3,0},{0.2,0}}" /> |
---|
| 16 | </Window> |
---|
| 17 | |
---|
| 18 | <Window Type="TaharezLook/Button" Name="Button2"> |
---|
| 19 | <Property Name="Text" Value="- Two -" /> |
---|
| 20 | <Property Name="UnifiedAreaRect" Value="{{0.3,0},{0.3,0},{0.5,0},{0.4,0}}" /> |
---|
| 21 | </Window> |
---|
| 22 | |
---|
| 23 | <Window Type="TaharezLook/Button" Name="Button3"> |
---|
| 24 | <Property Name="Text" Value="- Three -" /> |
---|
| 25 | <Property Name="UnifiedAreaRect" Value="{{0.5,0},{0.5,0},{0.7,0},{0.6,0}}" /> |
---|
| 26 | </Window> |
---|
| 27 | |
---|
| 28 | <Window Type="TaharezLook/Button" Name="Button4"> |
---|
| 29 | <Property Name="Text" Value="- Four -" /> |
---|
| 30 | <Property Name="UnifiedAreaRect" Value="{{0.7,0},{0.7,0},{0.9,0},{0.8,0}}" /> |
---|
| 31 | </Window> |
---|
| 32 | </Window> |
---|
| 33 | |
---|
| 34 | </GUILayout> |
---|