128 lines
4.7 KiB
XML
128 lines
4.7 KiB
XML
<window>
|
||
<coordinates>
|
||
<system>1</system>
|
||
<posx>240</posx>
|
||
<posy>20</posy>
|
||
</coordinates>
|
||
<include>dialogeffect</include>
|
||
<controls>
|
||
<control type="group">
|
||
<animation effect="fade" time="250">WindowOpen</animation>
|
||
<animation effect="fade" time="250">WindowClose</animation>
|
||
<control type="image">
|
||
<description>background image</description>
|
||
<posx>0</posx>
|
||
<posy>0</posy>
|
||
<width>800</width>
|
||
<height>680</height>
|
||
<texture border="40">DialogBack.png</texture>
|
||
</control>
|
||
<control type="image">
|
||
<description>Dialog Header image</description>
|
||
<posx>40</posx>
|
||
<posy>16</posy>
|
||
<width>720</width>
|
||
<height>40</height>
|
||
<texture>dialogheader.png</texture>
|
||
</control>
|
||
<control type="label" id="1">
|
||
<description>header label</description>
|
||
<posx>40</posx>
|
||
<posy>20</posy>
|
||
<width>720</width>
|
||
<height>30</height>
|
||
<font>font13_title</font>
|
||
<label>Отзывы о фильме</label>
|
||
<align>center</align>
|
||
<aligny>center</aligny>
|
||
<textcolor>selected</textcolor>
|
||
<shadowcolor>black</shadowcolor>
|
||
</control>
|
||
|
||
<control type="button" id="2">
|
||
<description>Close Window button</description>
|
||
<posx>710</posx>
|
||
<posy>15</posy>
|
||
<width>64</width>
|
||
<height>32</height>
|
||
<label>-</label>
|
||
<font>-</font>
|
||
<onclick>PreviousMenu</onclick>
|
||
<texturefocus>DialogCloseButton-focus.png</texturefocus>
|
||
<texturenofocus>DialogCloseButton.png</texturenofocus>
|
||
<onleft>10</onleft>
|
||
<onright>10</onright>
|
||
<onup>10</onup>
|
||
<ondown>10</ondown>
|
||
<visible>system.getbool(input.enablemouse)</visible>
|
||
</control>
|
||
|
||
<control type="scrollbar" id="60">
|
||
<posx>760</posx>
|
||
<posy>100</posy>
|
||
<width>25</width>
|
||
<height>495</height>
|
||
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
|
||
<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
|
||
<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
|
||
<textureslidernib>ScrollBarNib.png</textureslidernib>
|
||
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
|
||
<onleft>22</onleft>
|
||
<onright>22</onright>
|
||
<showonepage>true</showonepage>
|
||
<visible>IntegerGreaterThan(Container(32).NumPages,1)</visible>
|
||
<orientation>vertical</orientation>
|
||
</control>
|
||
|
||
<control type="image" id="31">
|
||
<description>Dialog Header image</description>
|
||
<posx>33</posx>
|
||
<posy>85</posy>
|
||
<width>104</width>
|
||
<height>149</height>
|
||
<texture></texture>
|
||
</control>
|
||
|
||
|
||
<control type="textbox" id="32">
|
||
<description>filepath</description>
|
||
<posx>60</posx>
|
||
<posy>70</posy>
|
||
<width>690</width>
|
||
<pagecontrol>60</pagecontrol>
|
||
<height max="530">530</height>
|
||
<align>left</align>
|
||
<aligny>top</aligny>
|
||
<font>font12</font>
|
||
<text>Нет отзывов</text>
|
||
<align>center</align>
|
||
<aligny>center</aligny>
|
||
<textcolor>white</textcolor>
|
||
<shadowcolor>black</shadowcolor>
|
||
<wrapmultiline>true</wrapmultiline>
|
||
</control>
|
||
<control type="group" id="9001">
|
||
<posy>615</posy>
|
||
<posx>50</posx>
|
||
|
||
<control type="button" id="22">
|
||
<description>close</description>
|
||
<posx>20</posx>
|
||
<posy>0</posy>
|
||
<width>650</width>
|
||
<height>40</height>
|
||
<align>center</align>
|
||
<aligny>center</aligny>
|
||
<font>font12_title</font>
|
||
<label>Закрыть окно</label>
|
||
<onleft>60</onleft>
|
||
<onright>60</onright>
|
||
<onup>60</onup>
|
||
<ondown>60</ondown>
|
||
</control>
|
||
|
||
</control>
|
||
</control>
|
||
</controls>
|
||
</window>
|