1 | <?xml version="1.0" ?>
|
---|
2 | <GUILayout>
|
---|
3 | <Window Type="DefaultGUISheet" Name="root">
|
---|
4 | <Window Type="DefaultGUISheet" Name="OgreGuiDemo">
|
---|
5 | <Property Name="Size" Value="w:0.25 h:1" />
|
---|
6 |
|
---|
7 | <Window Type="TaharezLook/TabControl" Name="OgreGuiDemo/TabCtrl">
|
---|
8 | <Property Name="Position" Value="x:0.0 y:0.0" />
|
---|
9 | <Property Name="Size" Value="w:1 h:0.5" />
|
---|
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="Position" Value="x:0.1 y:0.1" />
|
---|
15 | <Property Name="Size" Value="w:0.8 h:0.07" />
|
---|
16 | <Property Name="Text" Value="New" />
|
---|
17 | </Window>
|
---|
18 | <Window Type="TaharezLook/Button" Name="OgreGuiDemo/TabCtrl/Page1/LoadButton">
|
---|
19 | <Property Name="Position" Value="x:0.1 y:0.2" />
|
---|
20 | <Property Name="Size" Value="w:0.8 h:0.07" />
|
---|
21 | <Property Name="Text" Value="Load Test Layout" />
|
---|
22 | </Window>
|
---|
23 | <Window Type="TaharezLook/Button" Name="OgreGuiDemo/TabCtrl/Page1/QuitButton">
|
---|
24 | <Property Name="Position" Value="x:0.1 y:0.3" />
|
---|
25 | <Property Name="Size" Value="w:0.8 h:0.07" />
|
---|
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="Position" Value="x:0.1 y:0.1" />
|
---|
33 | <Property Name="Size" Value="w:0.8 h:0.5" />
|
---|
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="Size" Value="w:1 h:0.3" />
|
---|
42 | <Property Name="Position" Value="x:0 y:0.52" />
|
---|
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="Position" Value="x:0.05 y:0.2" />
|
---|
49 | <Property Name="Size" Value="w:0.9 h:0.4" />
|
---|
50 | <Property Name="Text" Value="Name:" />
|
---|
51 | </Window>
|
---|
52 |
|
---|
53 | <Window Type="TaharezLook/Button" Name="OgreGuiDemo/WindowPropertiesWindow/OKButton">
|
---|
54 | <Property Name="Position" Value="x:0.15 y:0.8" />
|
---|
55 | <Property Name="Size" Value="w:0.3 h:0.1" />
|
---|
56 | <Property Name="Text" Value="OK" />
|
---|
57 | </Window>
|
---|
58 | <Window Type="TaharezLook/Button" Name="OgreGuiDemo/WindowPropertiesWindow/CancelButton">
|
---|
59 | <Property Name="Position" Value="x:0.55 y:0.8" />
|
---|
60 | <Property Name="Size" Value="w:0.3 h:0.1" />
|
---|
61 | <Property Name="Text" Value="Cancel" />
|
---|
62 | </Window>
|
---|
63 | </Window>-->
|
---|
64 | </Window>
|
---|
65 | <Window Type="DefaultGUISheet" Name="OgreGuiDemo2">
|
---|
66 | <Property Name="Size" Value="w:0.75 h:1" />
|
---|
67 | <Property Name="Position" Value="x:0.25 y:0" />
|
---|
68 | <Window Type="TaharezLook/FrameWindow" Name="OgreGuiDemo2/MainWindow">
|
---|
69 | <Property Name="Size" Value="w:1 h:1" />
|
---|
70 | <Property Name="Position" Value="x:0 y: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>
|
---|