summaryrefslogtreecommitdiffstats
path: root/addons/skin.estuary/xml/SettingsScreenCalibration.xml
blob: 7aed03f6cdc3ae962136fb313268524c83d2f471 (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
102
103
104
105
106
107
108
109
110
111
112
113
<?xml version="1.0" encoding="UTF-8"?>
<window>
	<defaultcontrol>8</defaultcontrol>
	<controls>
		<include>DefaultBackground</include>
		<control type="mover" id="8">
			<description>top left mover</description>
			<left>0</left>
			<top>0</top>
			<width>128</width>
			<height>128</height>
			<texturefocus colordiffuse="button_focus">calibrate/cal_tl.png</texturefocus>
			<texturenofocus>calibrate/cal_tl.png</texturenofocus>
			<movingspeed acceleration="180" maxvelocity="300" resettimeout="200" delta="1">
				<eventconfig type="up" />
				<eventconfig type="down" />
				<eventconfig type="left" />
				<eventconfig type="right" />
			</movingspeed>
		</control>
		<control type="mover" id="9">
			<description>right bottom mover</description>
			<left>700</left>
			<top>500</top>
			<width>128</width>
			<height>128</height>
			<texturefocus colordiffuse="button_focus">calibrate/cal_br.png</texturefocus>
			<texturenofocus>calibrate/cal_br.png</texturenofocus>
			<movingspeed acceleration="180" maxvelocity="300" resettimeout="200" delta="1">
				<eventconfig type="up" />
				<eventconfig type="down" />
				<eventconfig type="left" />
				<eventconfig type="right" />
			</movingspeed>
		</control>
		<control type="resize" id="11">
			<description>pixel aspect ratio</description>
			<left>0</left>
			<top>390</top>
			<width>500</width>
			<height>500</height>
			<texturefocus colordiffuse="button_focus">calibrate/cal_ratio.png</texturefocus>
			<texturenofocus>calibrate/cal_ratio.png</texturenofocus>
			<movingspeed acceleration="140" maxvelocity="300" resettimeout="180" delta="1">
				<eventconfig type="left" />
				<eventconfig type="right" />
			</movingspeed>
		</control>
		<control type="mover" id="10">
			<description>subtitle position mover</description>
			<left>200</left>
			<top>500</top>
			<width>380</width>
			<height>90</height>
			<!-- NOTE: The image must have 40px of trasparent on top and bottom the bar -->
			<texturefocus colordiffuse="button_focus">calibrate/cal_sub.png</texturefocus>
			<texturenofocus>calibrate/cal_sub.png</texturenofocus>
			<movingspeed acceleration="180" maxvelocity="300" resettimeout="200" delta="1">
				<eventconfig type="up" />
				<eventconfig type="down" />
			</movingspeed>
		</control>
		<control type="mover" id="12">
			<description>reset calibration</description>
			<left>0</left>
			<top>900</top>
			<width>100</width>
			<height>100</height>
			<texturefocus colordiffuse="button_focus">calibrate/reset.png</texturefocus>
			<texturenofocus>calibrate/reset.png</texturenofocus>
		</control>
		<control type="label">
			<description>window title</description>
			<left>0</left>
			<top>10</top>
			<width>100%</width>
			<align>center</align>
			<label>$LOCALIZE[214]</label>
			<font>font40_title</font>
			<shadowcolor>FF000000</shadowcolor>
		</control>
		<control type="label" id="2">
			<description>resolution info</description>
			<left>0</left>
			<top>60</top>
			<width>100%</width>
			<align>center</align>
			<label></label>
			<font>font27</font>
			<shadowcolor>FF000000</shadowcolor>
		</control>
		<control type="label" id="3">
			<description>control description and help</description>
			<left>0</left>
			<top>110</top>
			<width>100%</width>
			<align>center</align>
			<label></label>
			<font>font37</font>
			<shadowcolor>FF000000</shadowcolor>
		</control>
		<control type="label" id="4">
			<description>calibration value</description>
			<left>0</left>
			<top>210</top>
			<width>100%</width>
			<align>center</align>
			<label></label>
			<font>font32</font>
			<shadowcolor>FF000000</shadowcolor>
		</control>
	</controls>
</window>