blob: fb9badc2811dfd2e5dea68ac3dfe1e8c9640e42a (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>8</defaultcontrol>
<controls>
<control type="videowindow" id="20">
<description>videowindow</description>
<posx>0</posx>
<posy>0</posy>
<include>ScreenWidth</include>
<height>960</height>
<visible>Player.HasVideo</visible>
</control>
<control type="group">
<visible>!Player.HasVideo</visible>
<include>CommonBackground</include>
</control>
<control type="image">
<description>Overlay</description>
<posx>0</posx>
<posy>0</posy>
<include>ScreenWidth</include>
<height>960</height>
<texture>grey.png</texture>
<include>dialogeffect</include>
</control>
<control type="button">
<description>Close Window button</description>
<posx>100r</posx>
<posy>0</posy>
<width>64</width>
<height>32</height>
<label></label>
<font></font>
<onclick>Back</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<onleft>1</onleft>
<onright>1</onright>
<onup>1</onup>
<ondown>1</ondown>
</control>
<control type="mover" id="8">
<description>top left mover</description>
<posx>0</posx>
<posy>0</posy>
<width>128</width>
<height>128</height>
<texturefocus>calibrate_top.png</texturefocus>
<texturenofocus></texturenofocus>
</control>
<control type="mover" id="9">
<description>right bottom mover</description>
<posx>700</posx>
<posy>500</posy>
<width>128</width>
<height>128</height>
<texturefocus>calibrate_bottom.png</texturefocus>
<texturenofocus></texturenofocus>
</control>
<control type="mover" id="10">
<description>subtitle position mover</description>
<posx>200</posx>
<posy>500</posy>
<width>512</width>
<height>128</height>
<texturefocus>calibrate_subtitles.png</texturefocus>
<texturenofocus></texturenofocus>
</control>
<control type="resize" id="11">
<description>pixel aspect ratio box</description>
<posx>0</posx>
<posy>232</posy>
<width>256</width>
<height>256</height>
<texturefocus>calibrate_aspect.png</texturefocus>
<texturenofocus></texturenofocus>
</control>
<control type="group">
<posx>20</posx>
<posy>80</posy>
<control type="label" id="2">
<description>coordinates label</description>
<posx>0</posx>
<posy>10</posy>
<width>1240</width>
<label></label>
<align>center</align>
<font>font13caps</font>
</control>
<control type="label" id="3">
<description>help information</description>
<posx>0</posx>
<posy>40</posy>
<width>1240</width>
<label></label>
<align>center</align>
<font>font13caps</font>
</control>
</control>
</controls>
</window>
|