[3374] | 1 | <?xml version="1.0" encoding="UTF-8" ?> |
---|
| 2 | <GUILayout> |
---|
| 3 | <Window Type="TaharezLook/FrameWindow" Name="orxonox/Inventory"> |
---|
| 4 | <Property Name="UnifiedMinSize" Value="{{0.0,385},{0.0,200}}" /> |
---|
| 5 | <Property Name="UnifiedMaxSize" Value="{{0.0,385},{0.0,200}}" /> |
---|
| 6 | <Property Name="UnifiedPosition" Value="{{0.5,-100},{0.5,-85}}" /> |
---|
| 7 | <Property Name="UnifiedSize" Value="{{0.0,385},{0.0,200}}" /> |
---|
| 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,3},{0.0,3}}"/> |
---|
| 21 | <Property Name="UnifiedSize" Value="{{1.0,-6},{1.0,-6}}"/> |
---|
| 22 | </Window> |
---|
| 23 | <Window Type="TaharezLook/ScrollablePane" Name="orxonox/Inventory/TabControl/TabUsable"> |
---|
| 24 | <Property Name="Text" Value="Usable" /> |
---|
| 25 | <Property Name="UnifiedPosition" Value="{{0.0,3},{0.0,3}}"/> |
---|
| 26 | <Property Name="UnifiedSize" Value="{{1.0,-6},{1.0,-6}}"/> |
---|
| 27 | </Window> |
---|
| 28 | </Window> |
---|
| 29 | |
---|
| 30 | <Event Name="WindowUpdate" Function="PickupInventory.update" /> |
---|
| 31 | </Window> |
---|
| 32 | </GUILayout> |
---|