[3374] | 1 | <?xml version="1.0" ?> |
---|
| 2 | <GUILayout> |
---|
| 3 | <Window Type="DefaultGUISheet" Name="root"> |
---|
| 4 | <Window Type="DefaultGUISheet" Name="OgreGuiDemo"> |
---|
| 5 | <Property Name="UnifiedSize" Value="{{0.25,0},{1,0}}" /> |
---|
| 6 | |
---|
| 7 | <Window Type="TaharezLook/TabControl" Name="OgreGuiDemo/TabCtrl"> |
---|
| 8 | <Property Name="UnifiedPosition" Value="{{0.0,0},{0.0,0}}" /> |
---|
| 9 | <Property Name="UnifiedSize" Value="{{1,0},{0.5,0}}" /> |
---|
| 10 | |
---|
| 11 | <Window Type="DefaultGUISheet" Name="OgreGuiDemo/TabCtrl/Page1"> |
---|
| 12 | <Property Name="Text" Value="File" /> |
---|
| 13 | <Window Type="TaharezLook/Button" Name="OgreGuiDemo/TabCtrl/Page1/NewButton"> |
---|
| 14 | <Property Name="UnifiedPosition" Value="{{0.1,0},{0.1,0}}" /> |
---|
| 15 | <Property Name="UnifiedSize" Value="{{0.8,0},{0.07,0}}" /> |
---|
| 16 | <Property Name="Text" Value="New" /> |
---|
| 17 | </Window> |
---|
| 18 | <Window Type="TaharezLook/Button" Name="OgreGuiDemo/TabCtrl/Page1/LoadButton"> |
---|
| 19 | <Property Name="UnifiedPosition" Value="{{0.1,0},{0.2,0}}" /> |
---|
| 20 | <Property Name="UnifiedSize" Value="{{0.8,0},{0.07,0}}" /> |
---|
| 21 | <Property Name="Text" Value="Load Test Layout" /> |
---|
| 22 | </Window> |
---|
| 23 | <Window Type="TaharezLook/Button" Name="OgreGuiDemo/TabCtrl/Page1/QuitButton"> |
---|
| 24 | <Property Name="UnifiedPosition" Value="{{0.1,0},{0.3,0}}" /> |
---|
| 25 | <Property Name="UnifiedSize" Value="{{0.8,0},{0.07,0}}" /> |
---|
| 26 | <Property Name="Text" Value="Quit" /> |
---|
| 27 | </Window> |
---|
| 28 | </Window> |
---|
| 29 | <Window Type="DefaultGUISheet" Name="OgreGuiDemo/TabCtrl/Page2"> |
---|
| 30 | <Property Name="Text" Value="Objects" /> |
---|
| 31 | <Window Type="TaharezLook/Combobox" Name="OgreGuiDemo/TabCtrl/Page2/ObjectTypeList"> |
---|
| 32 | <Property Name="UnifiedPosition" Value="{{0.1,0},{0.1,0}}" /> |
---|
| 33 | <Property Name="UnifiedSize" Value="{{0.8,0},{0.5,0}}" /> |
---|
| 34 | <Property Name="Text" Value="Select Type" /> |
---|
| 35 | <Property Name="ClippedByParent" Value="false" /> |
---|
| 36 | <Property Name="ReadOnly" Value="true" /> |
---|
| 37 | </Window> |
---|
| 38 | </Window> |
---|
| 39 | </Window> |
---|
| 40 | <!--<Window Type="TaharezLook/FrameWindow" Name="OgreGuiDemo/WindowPropertiesWindow"> |
---|
| 41 | <Property Name="UnifiedSize" Value="{{1,0},{0.3,0}}" /> |
---|
| 42 | <Property Name="UnifiedPosition" Value="{{0,0},{0.52,0}}" /> |
---|
| 43 | <Property Name="TitlebarEnabled" Value="false" /> |
---|
| 44 | <Property Name="CloseButtonEnabled" Value="false" /> |
---|
| 45 | <Property Name="Visible" Value="false" /> |
---|
| 46 | <Property Name="Text" Value="Editor Window" /> |
---|
| 47 | <Window Type="TaharezLook/StaticText" Name="OgreGuiDemo/WindowProperties/NameText"> |
---|
| 48 | <Property Name="UnifiedPosition" Value="{{0.05,0},{0.2,0}}" /> |
---|
| 49 | <Property Name="UnifiedSize" Value="{{0.9,0},{0.4,0}}" /> |
---|
| 50 | <Property Name="Text" Value="Name:" /> |
---|
| 51 | </Window> |
---|
| 52 | |
---|
| 53 | <Window Type="TaharezLook/Button" Name="OgreGuiDemo/WindowPropertiesWindow/OKButton"> |
---|
| 54 | <Property Name="UnifiedPosition" Value="{{0.15,0},{0.8,0}}" /> |
---|
| 55 | <Property Name="UnifiedSize" Value="{{0.3,0},{0.1,0}}" /> |
---|
| 56 | <Property Name="Text" Value="OK" /> |
---|
| 57 | </Window> |
---|
| 58 | <Window Type="TaharezLook/Button" Name="OgreGuiDemo/WindowPropertiesWindow/CancelButton"> |
---|
| 59 | <Property Name="UnifiedPosition" Value="{{0.55,0},{0.8,0}}" /> |
---|
| 60 | <Property Name="UnifiedSize" Value="{{0.3,0},{0.1,0}}" /> |
---|
| 61 | <Property Name="Text" Value="Cancel" /> |
---|
| 62 | </Window> |
---|
| 63 | </Window>--> |
---|
| 64 | </Window> |
---|
| 65 | <Window Type="DefaultGUISheet" Name="OgreGuiDemo2"> |
---|
| 66 | <Property Name="UnifiedSize" Value="{{0.75,0},{1,0}}" /> |
---|
| 67 | <Property Name="UnifiedPosition" Value="{{0.25,0},{0,0}}" /> |
---|
| 68 | <Window Type="TaharezLook/FrameWindow" Name="OgreGuiDemo2/MainWindow"> |
---|
| 69 | <Property Name="UnifiedSize" Value="{{1,0},{1,0}}" /> |
---|
| 70 | <Property Name="UnifiedPosition" Value="{{0,0},{0,0}}" /> |
---|
| 71 | <Property Name="DragMovingEnabled" Value="false" /> |
---|
| 72 | <Property Name="RollUpEnabled" Value="false" /> |
---|
| 73 | <Property Name="CloseButtonEnabled" Value="false" /> |
---|
| 74 | <Property Name="Text" Value="Editor Window" /> |
---|
| 75 | </Window> |
---|
| 76 | </Window> |
---|
| 77 | </Window> |
---|
| 78 | |
---|
| 79 | </GUILayout> |
---|