| [9039] | 1 | <?xml version="1.0" encoding="UTF-8"?> | 
|---|
 | 2 |  | 
|---|
 | 3 | <GUILayout > | 
|---|
| [9045] | 4 |  | 
|---|
 | 5 |     <Window Type="MenuWidgets/StaticImage" Name="orxonox/ShipSelectionBackground" > | 
|---|
| [9039] | 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" /> | 
|---|
| [9272] | 11 |         <!-- --> | 
|---|
| [9045] | 12 |         <Window Type="MenuWidgets/StaticText" Name="orxonox/ShipSelectionWindow" > | 
|---|
 | 13 |             <Property Name="Text" Value="ShipSelection" /> | 
|---|
| [9039] | 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" /> | 
|---|
| [9272] | 19 |             <Property Name="UnifiedAreaRect" Value="{{0.2,0},{0.15,0},{0.8,0},{0.7,0}}" /> | 
|---|
| [9045] | 20 |             <Window Type="MenuWidgets/TabControl" Name="orxonox/ShipSelectionTabControl" > | 
|---|
| [9039] | 21 |                 <Property Name="TabHeight" Value="{0,26.4388}" /> | 
|---|
 | 22 |                 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> | 
|---|
 | 23 |                 <Property Name="TabPanePosition" Value="Top" /> | 
|---|
| [9272] | 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" > | 
|---|
| [9039] | 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> | 
|---|
| [9045] | 34 |             <Window Type="MenuWidgets/StaticText" Name="orxonox/ShipSelectionLevelDescription" > | 
|---|
| [9039] | 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}}" /> | 
|---|
| [9272] | 40 |             </Window>--> | 
|---|
 | 41 |  | 
|---|
| [9039] | 42 |         </Window> | 
|---|
| [9045] | 43 |         <Window Type="MenuWidgets/Button" Name="orxonox/ShipSelectionStartButton" > | 
|---|
| [9039] | 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}}" /> | 
|---|
| [9045] | 47 |             <Event Name="Clicked" Function="ShipSelectionMenu.ShipSelectionStartButton_clicked"/> | 
|---|
| [9039] | 48 |         </Window> | 
|---|
| [9201] | 49 |         <!-- TODO: set ship properties | 
|---|
| [9272] | 50 |         <Window Type="MenuWidgets/Button" Name="orxonox/ShipSelectionConfigButton" > | 
|---|
| [9039] | 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" /> | 
|---|
| [9045] | 55 |             <Event Name="Clicked" Function="ShipSelectionMenu.ShipSelectionConfigButton_clicked"/> | 
|---|
| [9272] | 56 |         </Window> --> | 
|---|
| [9045] | 57 |         <Window Type="MenuWidgets/Button" Name="orxonox/ShipSelectionBackButton" > | 
|---|
| [9039] | 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}}" /> | 
|---|
| [9045] | 61 |             <Event Name="Clicked" Function="ShipSelectionMenu.ShipSelectionBackButton_clicked"/> | 
|---|
| [9039] | 62 |         </Window> | 
|---|
 | 63 |     </Window> | 
|---|
 | 64 | </GUILayout> | 
|---|