[5506] | 1 | <?xml version="1.0" encoding="UTF-8" ?> |
---|
| 2 | <GUILayout> |
---|
| 3 | <Window Type="TaharezLook/FrameWindow" Name="orxonox/Inventory"> |
---|
| 4 | <Property Name="UnifiedMinSize" Value="{{0.4,0},{0.3,0}}" /> |
---|
| 5 | <Property Name="UnifiedMaxSize" Value="{{0.8,0},{0.8,0}}" /> |
---|
| 6 | <Property Name="UnifiedPosition" Value="{{0.3,0},{0.35,0}}" /> |
---|
| 7 | <Property Name="UnifiedSize" Value="{{0.4,0},{0.3,0}}" /> |
---|
| 8 | <Property Name="Text" Value="Inventory" /> |
---|
| 9 | <Property Name="CloseButtonEnabled" Value="False" /> |
---|
| 10 | |
---|
| 11 | <Window Type="TaharezLook/TabControl" Name="orxonox/Inventory/TabControl" > |
---|
| 12 | <Property Name="Tooltip" Value="Inventory" /> |
---|
| 13 | <Property Name="TabHeight" Value="{0,-1}" /> |
---|
| 14 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
| 15 | <Property Name="TabPanePosition" Value="Bottom" /> |
---|
| 16 | <Property Name="UnifiedAreaRect" Value="{{0,10},{0,30},{1,-10},{1,-10}}" /> |
---|
| 17 | |
---|
| 18 | <Window Type="TaharezLook/ScrollablePane" Name="orxonox/Inventory/TabControl/TabEquipment"> |
---|
| 19 | <Property Name="Text" Value="Equipment" /> |
---|
| 20 | <Property Name="UnifiedPosition" Value="{{0,0},{0,0}}"/> |
---|
| 21 | <Property Name="UnifiedSize" Value="{{1.0,0},{1.0,0}}"/> |
---|
| 22 | |
---|
| 23 | <Window Type="TaharezLook/Button" Name="orxonox/Inventory/equipmentButton/1"> |
---|
| 24 | <Property Name="UnifiedPosition" Value="{{0.0,6},{0.0,6}}"/> |
---|
| 25 | <Property Name="UnifiedSize" Value="{{0.2,-12},{0.2,-12}}"/> |
---|
| 26 | <Property Name="Text" Value="1"/> |
---|
| 27 | </Window> |
---|
| 28 | <Window Type="TaharezLook/Button" Name="orxonox/Inventory/equipmentButton/2"> |
---|
| 29 | <Property Name="UnifiedPosition" Value="{{0.2,6},{0.0,6}}"/> |
---|
| 30 | <Property Name="UnifiedSize" Value="{{0.2,-12},{0.2,-12}}"/> |
---|
| 31 | <Property Name="Text" Value="2"/> |
---|
| 32 | </Window> |
---|
| 33 | <Window Type="TaharezLook/Button" Name="orxonox/Inventory/equipmentButton/3"> |
---|
| 34 | <Property Name="UnifiedPosition" Value="{{0.4,6},{0.0,6}}"/> |
---|
| 35 | <Property Name="UnifiedSize" Value="{{0.2,-12},{0.2,-12}}"/> |
---|
| 36 | <Property Name="Text" Value="3"/> |
---|
| 37 | </Window> |
---|
| 38 | <Window Type="TaharezLook/Button" Name="orxonox/Inventory/equipmentButton/4"> |
---|
| 39 | <Property Name="UnifiedPosition" Value="{{0.6,6},{0.0,6}}"/> |
---|
| 40 | <Property Name="UnifiedSize" Value="{{0.2,-12},{0.2,-12}}"/> |
---|
| 41 | <Property Name="Text" Value="4"/> |
---|
| 42 | </Window> |
---|
| 43 | <Window Type="TaharezLook/Button" Name="orxonox/Inventory/equipmentButton/5"> |
---|
| 44 | <Property Name="UnifiedPosition" Value="{{0.8,6},{0.0,6}}"/> |
---|
| 45 | <Property Name="UnifiedSize" Value="{{0.2,-12},{0.2,-12}}"/> |
---|
| 46 | <Property Name="Text" Value="5"/> |
---|
| 47 | </Window> |
---|
| 48 | </Window> |
---|
| 49 | <Window Type="TaharezLook/ScrollablePane" Name="orxonox/Inventory/TabControl/TabUsable"> |
---|
| 50 | <Property Name="Text" Value="Usable" /> |
---|
| 51 | </Window> |
---|
| 52 | |
---|
| 53 | <Event Name="TabSelectionChanged" Function="tabChanged" /> |
---|
| 54 | </Window> |
---|
| 55 | |
---|
| 56 | <Event Name="WindowUpdate" Function="frmUpdate" /> |
---|
| 57 | </Window> |
---|
| 58 | </GUILayout> |
---|