blob: c15a0759c8602d93ab18a484c8eab53e163b20ef (
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
|
<window id="2004">
<defaultcontrol>61</defaultcontrol>
<include>dialogeffect</include>
<controls>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<texture border="40">DialogBack.png</texture>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<texture border="40">DialogFront.png</texture>
</control>
<control type="label">
<description>Item Title value</description>
<posx>40</posx>
<posy>45</posy>
<width>1200</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<textcolor>dialogheader</textcolor>
<label>$LOCALIZE[262]</label>
<font>font18</font>
</control>
<control type="image">
<posx>40</posx>
<posy>84</posy>
<width>1200</width>
<height>2</height>
<texture>separator.png</texture>
</control>
<control type="textbox" id="5">
<description>textarea</description>
<posx>50</posx>
<posy>100</posy>
<width>1160</width>
<height>540</height>
<label>-</label>
<font>font11</font>
<align>justify</align>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<pagecontrol>61</pagecontrol>
</control>
<control type="scrollbar" id="61">
<posx>1215</posx>
<posy>100</posy>
<width>20</width>
<height>540</height>
<texturesliderbackground border="2,2,2,2">scrollbar_bar_back2.png</texturesliderbackground>
<texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
<texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
<textureslidernib>scrollbar_nib.png</textureslidernib>
<textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
<onleft>61</onleft>
<onright>61</onright>
<ondown>61</ondown>
<onup>61</onup>
<showonepage>true</showonepage>
<orientation>vertical</orientation>
</control>
</controls>
</window>
|