blob: 96e475ac160191ed69117de87cd5b4f0861b5735 (
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
|
<window id="147">
<defaultcontrol>61</defaultcontrol>
<include>Window_OpenClose_Animation_Zoom</include>
<coordinates>
<system>1</system>
<posx>140</posx>
<posy>30</posy>
</coordinates>
<controls>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1000</width>
<height>60</height>
<texture border="5">DialogHeader.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>
<control type="image">
<posx>0</posx>
<posy>60</posy>
<width>1000</width>
<height>840</height>
<texture border="5">DialogBack.png</texture>
</control>
<control type="textbox" id="5">
<description>textarea</description>
<posx>20</posx>
<posy>70</posy>
<width>940</width>
<height>820</height>
<label>-</label>
<font>font13</font>
<align>justify</align>
<textcolor>black</textcolor>
<pagecontrol>61</pagecontrol>
</control>
<control type="scrollbar" id="61">
<posx>970</posx>
<posy>70</posy>
<width>20</width>
<height>820</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>61</onleft>
<onright>61</onright>
<ondown>61</ondown>
<onup>61</onup>
<showonepage>true</showonepage>
<orientation>vertical</orientation>
</control>
</controls>
</window>
|