1 | <?xml version="1.0" ?> |
---|
2 | <GUILayout> |
---|
3 | <Window Type="DefaultGUISheet" Name="Page1"> |
---|
4 | <Property Name="Text" Value="Page one" /> |
---|
5 | |
---|
6 | <Window Type="TaharezLook/RadioButton" Name="Page1/TabPaneTop" > |
---|
7 | <Property Name="ID" Value="0" /> |
---|
8 | <Property Name="Text" Value="Tab pane at top" /> |
---|
9 | <Property Name="UnifiedAreaRect" Value="{{0.05,0},{0.1,0},{0.45,0},{0.2,0}}" /> |
---|
10 | </Window> |
---|
11 | |
---|
12 | <Window Type="TaharezLook/RadioButton" Name="Page1/TabPaneBottom" > |
---|
13 | <Property Name="ID" Value="1" /> |
---|
14 | <Property Name="Text" Value="Tab pane at bottom" /> |
---|
15 | <Property Name="UnifiedAreaRect" Value="{{0.05,0},{0.2,0},{0.45,0},{0.3,0}}" /> |
---|
16 | </Window> |
---|
17 | |
---|
18 | <Window Type="TaharezLook/Button" Name="Page1/AddTab"> |
---|
19 | <Property Name="Text" Value="Add a new tab" /> |
---|
20 | <Property Name="UnifiedAreaRect" Value="{{0.05,0},{0.35,0},{0.45,0},{0.45,0}}" /> |
---|
21 | <Property Name="Tooltip" Value="Switch active page to selected" /> |
---|
22 | </Window> |
---|
23 | |
---|
24 | <Window Type="TaharezLook/Listbox" Name="Page1/PageList"> |
---|
25 | <Property Name="UnifiedAreaRect" Value="{{0.55,0},{0.1,0},{0.95,0},{0.48,0}}" /> |
---|
26 | <Property Name="Tooltip" Value="A list of available tabs to experiment with" /> |
---|
27 | </Window> |
---|
28 | |
---|
29 | <Window Type="TaharezLook/Button" Name="Page1/Go"> |
---|
30 | <Property Name="Text" Value="Goto" /> |
---|
31 | <Property Name="UnifiedAreaRect" Value="{{0.55,0},{0.5,0},{0.67,0},{0.57,0}}" /> |
---|
32 | <Property Name="Tooltip" Value="Switch active page to selected" /> |
---|
33 | </Window> |
---|
34 | |
---|
35 | <Window Type="TaharezLook/Button" Name="Page1/Show"> |
---|
36 | <Property Name="Text" Value="Show" /> |
---|
37 | <Property Name="UnifiedAreaRect" Value="{{0.69,0},{0.5,0},{0.81,0},{0.57,0}}" /> |
---|
38 | <Property Name="Tooltip" Value="Make the selected tab visible in the tab pane" /> |
---|
39 | </Window> |
---|
40 | |
---|
41 | <Window Type="TaharezLook/Button" Name="Page1/Del"> |
---|
42 | <Property Name="Text" Value="Del" /> |
---|
43 | <Property Name="UnifiedAreaRect" Value="{{0.83,0},{0.5,0},{0.95,0},{0.57,0}}" /> |
---|
44 | <Property Name="Tooltip" Value="Delete the selected pane" /> |
---|
45 | </Window> |
---|
46 | |
---|
47 | <Window Type="TaharezLook/StaticText" Name="Page1/TabHeightDesc" > |
---|
48 | <Property Name="FrameEnabled" Value="False" /> |
---|
49 | <Property Name="UnifiedAreaRect" Value="{{0.05,0},{0.6,0},{0.95,0},{0.7,0}}" /> |
---|
50 | <Property Name="BackgroundEnabled" Value="False" /> |
---|
51 | <Property Name="Text" Value="Change the height of tab buttons in pixels" /> |
---|
52 | </Window> |
---|
53 | <Window Type="TaharezLook/HorizontalScrollbar" Name="Page1/TabHeight"> |
---|
54 | <Property Name="DocumentSize" Value="64" /> |
---|
55 | <Property Name="PageSize" Value="4" /> |
---|
56 | <Property Name="StepSize" Value="1" /> |
---|
57 | <Property Name="OverlapSize" Value="0" /> |
---|
58 | <Property Name="UnifiedAreaRect" Value="{{0.05,0},{0.7,0},{0.95,0},{0.7,12}}" /> |
---|
59 | </Window> |
---|
60 | |
---|
61 | <Window Type="TaharezLook/StaticText" Name="Page1/TabPaddingDesc" > |
---|
62 | <Property Name="FrameEnabled" Value="False" /> |
---|
63 | <Property Name="UnifiedAreaRect" Value="{{0.05,0},{0.8,0},{0.95,0},{0.9,0}}" /> |
---|
64 | <Property Name="BackgroundEnabled" Value="False" /> |
---|
65 | <Property Name="Text" Value="Change the padding of the text on buttons in pixels" /> |
---|
66 | </Window> |
---|
67 | <Window Type="TaharezLook/HorizontalScrollbar" Name="Page1/TabPadding"> |
---|
68 | <Property Name="DocumentSize" Value="100" /> |
---|
69 | <Property Name="PageSize" Value="5" /> |
---|
70 | <Property Name="StepSize" Value="1" /> |
---|
71 | <Property Name="OverlapSize" Value="0" /> |
---|
72 | <Property Name="UnifiedAreaRect" Value="{{0.06,0},{0.9,0},{0.95,0},{0.9,12}}" /> |
---|
73 | </Window> |
---|
74 | </Window> |
---|
75 | </GUILayout> |
---|