| 1 | <?xml version="1.0" encoding="UTF-8"?> | 
|---|
| 2 |  | 
|---|
| 3 | <GUILayout > | 
|---|
| 4 |  | 
|---|
| 5 |     <Window Type="MenuWidgets/StaticImage" Name="orxonox/ShipSelectionBackground" > | 
|---|
| 6 |         <Property Name="FrameEnabled" Value="False" /> | 
|---|
| 7 |         <Property Name="InheritsAlpha" Value="False" /> | 
|---|
| 8 |         <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> | 
|---|
| 9 |         <Property Name="UnifiedAreaRect" Value="{{0,0},{0,0},{1,0},{1,0}}" /> | 
|---|
| 10 |         <Property Name="BackgroundEnabled" Value="False" /> | 
|---|
| 11 |         <!-- --> | 
|---|
| 12 |         <Window Type="MenuWidgets/StaticText" Name="orxonox/ShipSelectionWindow" > | 
|---|
| 13 |             <Property Name="Text" Value="ShipSelection" /> | 
|---|
| 14 |             <Property Name="Alpha" Value="0.8" /> | 
|---|
| 15 |             <Property Name="InheritsAlpha" Value="False" /> | 
|---|
| 16 |             <Property Name="HorzFormatting" Value="HorzCentred" /> | 
|---|
| 17 |             <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> | 
|---|
| 18 |             <Property Name="VertFormatting" Value="TopAligned" /> | 
|---|
| 19 |             <Property Name="UnifiedAreaRect" Value="{{0.2,0},{0.15,0},{0.8,0},{0.7,0}}" /> | 
|---|
| 20 |             <Window Type="MenuWidgets/TabControl" Name="orxonox/ShipSelectionTabControl" > | 
|---|
| 21 |                 <Property Name="TabHeight" Value="{0,26.4388}" /> | 
|---|
| 22 |                 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> | 
|---|
| 23 |                 <Property Name="TabPanePosition" Value="Top" /> | 
|---|
| 24 |                 <Property Name="UnifiedAreaRect" Value="{{0.05,0},{0.1,0},{0.95,0},{0.925,0}}" /> | 
|---|
| 25 |  | 
|---|
| 26 |             </Window> | 
|---|
| 27 |  | 
|---|
| 28 |             <!-- TODO: Ship Description and Image | 
|---|
| 29 |             <Window Type="MenuWidgets/StaticImage" Name="orxonox/ShipSelectionShipImage" > | 
|---|
| 30 |                 <Property Name="AlwaysOnTop" Value="True" /> | 
|---|
| 31 |                 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> | 
|---|
| 32 |                 <Property Name="UnifiedAreaRect" Value="{{0.55,0},{0.25,0},{0.9,0},{0.675,0}}" /> | 
|---|
| 33 |             </Window> | 
|---|
| 34 |             <Window Type="MenuWidgets/StaticText" Name="orxonox/ShipSelectionLevelDescription" > | 
|---|
| 35 |                 <Property Name="AlwaysOnTop" Value="True" /> | 
|---|
| 36 |                 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> | 
|---|
| 37 |                 <Property Name="VertScrollbar" Value="True" /> | 
|---|
| 38 |                 <Property Name="HorzScrollbar" Value="True" /> | 
|---|
| 39 |                 <Property Name="UnifiedAreaRect" Value="{{0.1,0},{0.725,0},{0.9,0},{0.875,0}}" /> | 
|---|
| 40 |             </Window>--> | 
|---|
| 41 |  | 
|---|
| 42 |         </Window> | 
|---|
| 43 |         <Window Type="MenuWidgets/Button" Name="orxonox/ShipSelectionStartButton" > | 
|---|
| 44 |             <Property Name="Text" Value="Start" /> | 
|---|
| 45 |             <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> | 
|---|
| 46 |             <Property Name="UnifiedAreaRect" Value="{{0.25,0},{0.725,0},{0.4,0},{0.775,0}}" /> | 
|---|
| 47 |             <Event Name="Clicked" Function="ShipSelectionMenu.ShipSelectionStartButton_clicked"/> | 
|---|
| 48 |         </Window> | 
|---|
| 49 |         <!-- TODO: set ship properties | 
|---|
| 50 |         <Window Type="MenuWidgets/Button" Name="orxonox/ShipSelectionConfigButton" > | 
|---|
| 51 |             <Property Name="Text" Value="Configure" /> | 
|---|
| 52 |             <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> | 
|---|
| 53 |             <Property Name="UnifiedAreaRect" Value="{{0.425,0},{0.725,0},{0.575,0},{0.775,0}}" /> | 
|---|
| 54 |             <Property Name="Disabled" Value="True" /> | 
|---|
| 55 |             <Event Name="Clicked" Function="ShipSelectionMenu.ShipSelectionConfigButton_clicked"/> | 
|---|
| 56 |         </Window> --> | 
|---|
| 57 |         <Window Type="MenuWidgets/Button" Name="orxonox/ShipSelectionBackButton" > | 
|---|
| 58 |             <Property Name="Text" Value="Back" /> | 
|---|
| 59 |             <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> | 
|---|
| 60 |             <Property Name="UnifiedAreaRect" Value="{{0.6,0},{0.725,0},{0.75,0},{0.775,0}}" /> | 
|---|
| 61 |             <Event Name="Clicked" Function="ShipSelectionMenu.ShipSelectionBackButton_clicked"/> | 
|---|
| 62 |         </Window> | 
|---|
| 63 |     </Window> | 
|---|
| 64 | </GUILayout> | 
|---|