1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
|
<window id="123">
<defaultcontrol>5</defaultcontrol>
<include>Window_OpenClose_Animation_Zoom</include>
<coordinates>
<system>1</system>
<posx>240</posx>
<posy>80</posy>
</coordinates>
<controls>
<control type="image">
<description>Shadow Background for dialogs without BehindDialogFadeOut include</description>
<posx>-30</posx>
<posy>-30</posy>
<width>860</width>
<height>860</height>
<texture border="30">DialogShadow.png</texture>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>800</width>
<height>60</height>
<texture border="5">DialogHeader.png</texture>
</control>
<control type="image">
<posx>0</posx>
<posy>60</posy>
<width>800</width>
<height>740</height>
<texture border="5">DialogBack.png</texture>
</control>
<control type="label">
<description>header label</description>
<posx>20</posx>
<posy>0</posy>
<include>WindowTitleCommons</include>
<width>700</width>
<label>$LOCALIZE[3] - $LOCALIZE[5]</label>
<visible>Window.IsVisible(123)</visible>
</control>
<control type="label">
<description>header label</description>
<posx>20</posx>
<posy>0</posy>
<include>WindowTitleCommons</include>
<width>700</width>
<label>$LOCALIZE[292] - $LOCALIZE[5]</label>
<visible>Window.IsVisible(124)</visible>
</control>
<control type="group">
<posx>730</posx>
<posy>0</posy>
<include>DialogCloseButtonCommons</include>
</control>
<control type="label" id="3">
<description>No Settings Label</description>
<posx>20</posx>
<posy>180</posy>
<width>760</width>
<align>center</align>
<label>13390</label>
<font>font13_title</font>
</control>
<control type="grouplist" id="5">
<description>control area</description>
<posx>20</posx>
<posy>60</posy>
<width>760</width>
<height>650</height>
<itemgap>-1</itemgap>
<pagecontrol>-</pagecontrol>
<onleft>5</onleft>
<onright>5</onright>
<onup>5</onup>
<ondown>5</ondown>
</control>
<control type="sliderex" id="10">
<description>Default Slider</description>
<height>55</height>
<texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
<texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
<font>font13</font>
<textcolor>black</textcolor>
</control>
<control type="button" id="7">
<description>Default Button</description>
<posx>0</posx>
<posy>0</posy>
<height>55</height>
<font>font13</font>
<textcolor>black</textcolor>
<texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
<texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
</control>
<control type="radiobutton" id="8">
<description>Default RadioButton</description>
<posx>0</posx>
<posy>0</posy>
<height>55</height>
<font>font13</font>
<textcolor>black</textcolor>
<texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
<texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
</control>
<control type="spincontrolex" id="9">
<description>Default SpinControlex</description>
<posx>0</posx>
<posy>0</posy>
<height>55</height>
<font>font13</font>
<textcolor>black</textcolor>
<texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
<texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
<aligny>center</aligny>
<reverse>yes</reverse>
</control>
<control type="image" id="11">
<description>separator image</description>
<height>5</height>
<texture>separator.png</texture>
</control>
</controls>
</window>
|