blob: b719e20d9a2f2e3c851195c4133428d31d4d7041 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>61</defaultcontrol>
<include>16x9_xPos_Relocation</include>
<include>Window_OpenClose_Animation_Zoom</include>
<coordinates>
<posx>140</posx>
<posy>80</posy>
</coordinates>
<controls>
<include>BehindDialogFadeOut</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1000</width>
<height>60</height>
<texture border="5">dialog_header.png</texture>
</control>
<control type="label" id="1">
<description>header label</description>
<posx>20</posx>
<posy>0</posy>
<include>WindowTitleCommons</include>
<width>910</width>
<label></label>
</control>
<control type="group">
<posx>930</posx>
<posy>0</posy>
<include>DialogCloseButtonCommons</include>
</control>
<control type="image">
<posx>0</posx>
<posy>60</posy>
<width>1000</width>
<height>740</height>
<texture>dialog_back.png</texture>
</control>
<control type="textbox" id="5">
<description>textarea</description>
<posx>20</posx>
<posy>60</posy>
<width>900</width>
<height>720</height>
<label>-</label>
<font>font20</font>
<align>justify</align>
<pagecontrol>61</pagecontrol>
</control>
<control type="scrollbar" id="61">
<posx>960</posx>
<posy>90</posy>
<width>10</width>
<height>660</height>
<texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground>
<texturesliderbar colordiffuse="grey">white.png</texturesliderbar>
<texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus>
<textureslidernib>blank.png</textureslidernib>
<textureslidernibfocus>blank.png</textureslidernibfocus>
<onleft>61</onleft>
<onright>61</onright>
<ondown>61</ondown>
<onup>61</onup>
<showonepage>true</showonepage>
<orientation>vertical</orientation>
</control>
</controls>
</window>
|