-
Notifications
You must be signed in to change notification settings - Fork 0
/
File Explorer_dialog.xml
83 lines (83 loc) · 2.23 KB
/
File Explorer_dialog.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
<?xml version="1.0" encoding="utf-8"?>
<window>
<id>557316</id>
<defaultcontrol>10</defaultcontrol>
<allowoverlay>no</allowoverlay>
<controls>
<control>
<type>image</type>
<id>0</id>
<width>1920</width>
<height>1080</height>
<texture>black.png</texture>
<colordiffuse>90ffffff</colordiffuse>
<animation effect="fade" time="200">windowopen</animation>
<animation effect="fade" time="200">windowclose</animation>
</control>
<control>
<type>image</type>
<id>0</id>
<posX>562</posX>
<posY>342</posY>
<width>798</width>
<height>34</height>
<texture>dialogtop.png</texture>
<colordiffuse>eeffffff</colordiffuse>
</control>
<control>
<type>image</type>
<id>0</id>
<posX>562</posX>
<posY>376</posY>
<width>798</width>
<height>270</height>
<texture>dialogmiddle.png</texture>
<colordiffuse>eeffffff</colordiffuse>
</control>
<control>
<type>image</type>
<id>0</id>
<posX>562</posX>
<posY>645</posY>
<width>798</width>
<height>34</height>
<texture>dialogbottom.png</texture>
<colordiffuse>eeffffff</colordiffuse>
</control>
<control>
<description>dialog Heading</description>
<type>fadelabel</type>
<id>2</id>
<posX>607</posX>
<posY>375</posY>
<width>705</width>
<label>-</label>
<font>mediastream11tc</font>
<textcolor>White</textcolor>
<align>left</align>
</control>
<control>
<description>dialog line 1</description>
<type>fadelabel</type>
<id>3</id>
<posX>607</posX>
<posY>412</posY>
<label>-</label>
<width>705</width>
<font>mediastream11c</font>
<textcolor>White</textcolor>
</control>
<control>
<description>dialog line 2</description>
<type>fadelabel</type>
<id>4</id>
<posX>607</posX>
<posY>450</posY>
<label>-</label>
<width>705</width>
<font>mediastream11c</font>
<textcolor>White</textcolor>
</control>
</controls>
</window>
<!--Checksum:fef1e2b55298ee7648b903b69dbbadb4-->