Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/data/gui/layouts/TabPage2.layout @ 5700

Last change on this file since 5700 was 5700, checked in by rgrieder, 15 years ago

Added eol-style native to all data files (all text based).
Also removed all mergeinfo properties (there were some in the level folder, created by a previous cleanup).

  • Property svn:eol-style set to native
File size: 1.9 KB
Line 
1<?xml version="1.0" ?>
2<GUILayout>
3    <Window Type="DefaultGUISheet" Name="Page2">
4        <Property Name="Text" Value="Page two" />
5        <Window Type="TaharezLook/Button" Name="Page2/Button1">
6            <Property Name="Text" Value="Push me" />
7            <Property Name="UnifiedAreaRect" Value="{{0.2,0},{0.1,0},{0.8,0},{0.2,0}}" />
8        </Window>
9        <Window Type="TaharezLook/Button" Name="Page2/Button2">
10            <Property Name="Text" Value="Press me" />
11            <Property Name="UnifiedAreaRect" Value="{{0.2,0},{0.2,0},{0.8,0},{0.3,0}}" />
12        </Window>
13        <Window Type="TaharezLook/Button" Name="Page2/Button3">
14            <Property Name="Text" Value="Kick me" />
15            <Property Name="UnifiedAreaRect" Value="{{0.2,0},{0.3,0},{0.8,0},{0.4,0}}" />
16        </Window>
17        <Window Type="TaharezLook/Button" Name="Page2/Button4">
18            <Property Name="Text" Value="Break me" />
19            <Property Name="UnifiedAreaRect" Value="{{0.2,0},{0.4,0},{0.8,0},{0.5,0}}" />
20        </Window>
21        <Window Type="TaharezLook/Button" Name="Page2/Button5">
22            <Property Name="Text" Value="Catch me" />
23            <Property Name="UnifiedAreaRect" Value="{{0.2,0},{0.5,0},{0.8,0},{0.6,0}}" />
24        </Window>
25        <Window Type="TaharezLook/Button" Name="Page2/Button6">
26            <Property Name="Text" Value="Kiss me" />
27            <Property Name="UnifiedAreaRect" Value="{{0.2,0},{0.6,0},{0.8,0},{0.7,0}}" />
28        </Window>
29        <Window Type="TaharezLook/Button" Name="Page2/Button7">
30            <Property Name="Text" Value="Lick me" />
31            <Property Name="UnifiedAreaRect" Value="{{0.2,0},{0.7,0},{0.8,0},{0.8,0}}" />
32        </Window>
33        <Window Type="TaharezLook/Button" Name="Page2/Button8">
34            <Property Name="Text" Value="Spit me" />
35            <Property Name="UnifiedAreaRect" Value="{{0.2,0},{0.8,0},{0.8,0},{0.9,0}}" />
36        </Window>
37    </Window>
38</GUILayout>
Note: See TracBrowser for help on using the repository browser.