-
Notifications
You must be signed in to change notification settings - Fork 0
/
DialogText.xml
116 lines (116 loc) · 3.77 KB
/
DialogText.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
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<window>
<id>7900</id>
<defaultcontrol>3</defaultcontrol>
<allowoverlay>no</allowoverlay>
<controls>
<control>
<type>image</type>
<id>1</id>
<width>1920</width>
<height>1080</height>
<texture>black.png</texture>
<colordiffuse>40ffffff</colordiffuse>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
<control>
<type>image</type>
<id>1</id>
<posX>309</posX>
<posY>120</posY>
<width>1417</width>
<height>34</height>
<texture>dialogtop.png</texture>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
<control>
<type>image</type>
<id>1</id>
<posX>309</posX>
<posY>154</posY>
<width>1417</width>
<height>616</height>
<texture>dialogmiddle.png</texture>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
<control>
<type>image</type>
<id>1</id>
<posX>309</posX>
<posY>769</posY>
<width>1417</width>
<height>34</height>
<texture>dialogbottom.png</texture>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
<control>
<description>Heading text label</description>
<type>label</type>
<id>4</id>
<posX>990</posX>
<posY>174</posY>
<label>181</label>
<font>mediastream14tc</font>
<align>center</align>
<textcolor>FFFFFFFF</textcolor>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
<control>
<type>image</type>
<id>1</id>
<posX>294</posX>
<posY>141</posY>
<width>1282</width>
<height>75</height>
<texture>glasstitlebar.png</texture>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
<control>
<description>Exit button</description>
<type>button</type>
<id>2</id>
<posX>1620</posX>
<posY>155</posY>
<width>37</width>
<height>37</height>
<textureFocus>button_close_focus.png</textureFocus>
<textureNoFocus>button_close_nofocus.png</textureNoFocus>
<label>-</label>
<onleft>3</onleft>
<onright>3</onright>
<onup>3</onup>
<ondown>3</ondown>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
<control>
<description>textarea</description>
<type>textbox</type>
<id>3</id>
<posX>411</posX>
<posY>220</posY>
<width>1200</width>
<height>585</height>
<onleft>2</onleft>
<onright>2</onright>
<onup>2</onup>
<ondown>2</ondown>
<font>mediastream11</font>
<textureUp>arrow_round_up_nofocus.png</textureUp>
<textureDown>arrow_round_down_nofocus.png</textureDown>
<textureUpFocus>arrow_round_up_focus.png</textureUpFocus>
<textureDownFocus>arrow_round_down_focus.png</textureDownFocus>
<spinPosX>1500</spinPosX>
<spinPosY>727</spinPosY>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
</controls>
</window>
<!--Checksum:8ca4ce5991dd6072cd826bb44a02e7af-->