First commit
This commit is contained in:
102
720p/SettingsScreenCalibration.xml
Normal file
102
720p/SettingsScreenCalibration.xml
Normal file
@@ -0,0 +1,102 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol>8</defaultcontrol>
|
||||
<controls>
|
||||
<control type="videowindow" id="20">
|
||||
<description>videowindow</description>
|
||||
<left>0</left>
|
||||
<top>0</top>
|
||||
<width>1280</width>
|
||||
<height>720</height>
|
||||
<visible>Player.HasVideo</visible>
|
||||
</control>
|
||||
<control type="group">
|
||||
<visible>!Player.HasVideo</visible>
|
||||
<include>CommonBackground</include>
|
||||
</control>
|
||||
<control type="image">
|
||||
<description>Overlay</description>
|
||||
<left>0</left>
|
||||
<top>0</top>
|
||||
<width>1280</width>
|
||||
<height>720</height>
|
||||
<texture>black-back.png</texture>
|
||||
<include>dialogeffect</include>
|
||||
</control>
|
||||
<control type="button">
|
||||
<description>Close Window button</description>
|
||||
<left>100r</left>
|
||||
<top>0</top>
|
||||
<width>64</width>
|
||||
<height>32</height>
|
||||
<label>-</label>
|
||||
<font>-</font>
|
||||
<onclick>PreviousMenu</onclick>
|
||||
<texturefocus>DialogCloseButton-focus.png</texturefocus>
|
||||
<texturenofocus>DialogCloseButton.png</texturenofocus>
|
||||
<onleft>1</onleft>
|
||||
<onright>1</onright>
|
||||
<onup>1</onup>
|
||||
<ondown>1</ondown>
|
||||
<visible>system.getbool(input.enablemouse)</visible>
|
||||
</control>
|
||||
<control type="mover" id="8">
|
||||
<description>top left mover</description>
|
||||
<left>0</left>
|
||||
<top>0</top>
|
||||
<width>128</width>
|
||||
<height>128</height>
|
||||
<texturefocus>CalibrateTopLeft.png</texturefocus>
|
||||
<texturenofocus>-</texturenofocus>
|
||||
</control>
|
||||
<control type="mover" id="9">
|
||||
<description>right bottom mover</description>
|
||||
<left>700</left>
|
||||
<top>500</top>
|
||||
<width>128</width>
|
||||
<height>128</height>
|
||||
<texturefocus>CalibrateBottomRight.png</texturefocus>
|
||||
<texturenofocus>-</texturenofocus>
|
||||
</control>
|
||||
<control type="mover" id="10">
|
||||
<description>subtitle position mover</description>
|
||||
<left>200</left>
|
||||
<top>500</top>
|
||||
<width>512</width>
|
||||
<height>128</height>
|
||||
<texturefocus>CalibrateSubtitles.png</texturefocus>
|
||||
<texturenofocus>-</texturenofocus>
|
||||
</control>
|
||||
<control type="resize" id="11">
|
||||
<description>pixel aspect ratio box</description>
|
||||
<left>0</left>
|
||||
<top>232</top>
|
||||
<width>256</width>
|
||||
<height>256</height>
|
||||
<texturefocus>CalibratePixelRatio.png</texturefocus>
|
||||
<texturenofocus>-</texturenofocus>
|
||||
</control>
|
||||
<control type="group">
|
||||
<left>20</left>
|
||||
<top>80</top>
|
||||
<control type="label" id="2">
|
||||
<description>coordinates label</description>
|
||||
<left>0</left>
|
||||
<top>10</top>
|
||||
<width>1240</width>
|
||||
<label>-</label>
|
||||
<align>center</align>
|
||||
<font>font13</font>
|
||||
</control>
|
||||
<control type="label" id="3">
|
||||
<description>help information</description>
|
||||
<left>0</left>
|
||||
<top>40</top>
|
||||
<width>1240</width>
|
||||
<label>-</label>
|
||||
<align>center</align>
|
||||
<font>font13</font>
|
||||
</control>
|
||||
</control>
|
||||
</controls>
|
||||
</window>
|
||||
Reference in New Issue
Block a user