forked from beatmasterRS/skin.arctic.zephyr.mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDialogTextViewer.xml
44 lines (44 loc) · 1.59 KB
/
DialogTextViewer.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Foundation -->
<window id="147">
<defaultcontrol>61</defaultcontrol>
<controls>
<include>GlobalOverlay</include>
<control type="group">
<posx>240</posx>
<posy>83</posy>
<width>1500</width>
<height>950</height>
<include>DefDialogInfoPanel</include>
<control type="label" id="1">
<description>header label</description>
<left>30</left>
<right>30</right>
<posy>48</posy>
<font>MediumBold</font>
<textcolor>Black70</textcolor>
<height>45</height>
</control>
<control type="textbox" id="5">
<description>textarea</description>
<left>60</left>
<right>90</right>
<posy>108</posy>
<height>780</height>
<align>justify</align>
</control>
<control type="scrollbar" id="61">
<right>30</right>
<posy>108</posy>
<width>8</width>
<height>780</height>
<onleft>Close</onleft>
<onright>Close</onright>
<ondown>61</ondown>
<onup>61</onup>
<texturesliderbackground colordiffuse="Black12">common/white.png</texturesliderbackground>
<texturesliderbar colordiffuse="$VAR[ColorHighlight]">common/white.png</texturesliderbar>
</control>
</control>
</controls>
</window>