-
Notifications
You must be signed in to change notification settings - Fork 0
/
DialogNotify.xml
123 lines (123 loc) · 4.32 KB
/
DialogNotify.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
117
118
119
120
121
122
123
<?xml version="1.0" encoding="utf-8"?>
<window>
<id>2016</id>
<defaultcontrol>4</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>1045</posX>
<posY>735</posY>
<width>798</width>
<height>34</height>
<texture>dialogtop.png</texture>
<animation effect="zoom" start="10,10" end="100,100" center="640,360" time="300">WindowOpen</animation>
<animation effect="slide" time="300" start="-1050,-1050">windowopen</animation>
</control>
<control>
<type>image</type>
<id>0</id>
<posX>1045</posX>
<posY>768</posY>
<width>798</width>
<height>270</height>
<texture>dialogmiddle.png</texture>
<animation effect="zoom" start="10,10" end="100,100" center="640,360" time="300">WindowOpen</animation>
<animation effect="slide" time="300" start="-1050,-1050">windowopen</animation>
</control>
<control>
<type>image</type>
<id>0</id>
<posX>1045</posX>
<posY>1038</posY>
<width>798</width>
<height>34</height>
<texture>dialogbottom.png</texture>
<animation effect="zoom" start="10,10" end="100,100" center="640,360" time="300">WindowOpen</animation>
<animation effect="slide" time="300" start="-1050,-1050">windowopen</animation>
</control>
<control>
<description>Heading text label</description>
<type>label</type>
<id>3</id>
<posX>1045</posX>
<posY>787</posY>
<width>798</width>
<label>181</label>
<font>mediastream11tc</font>
<align>center</align>
<animation effect="zoom" start="10,10" end="100,100" center="640,360" time="300">WindowOpen</animation>
<animation effect="slide" time="300" start="-1050,-1050">windowopen</animation>
</control>
<control>
<description>logo</description>
<type>image</type>
<id>5</id>
<posX>1083</posX>
<posY>843</posY>
<width>112</width>
<height>112</height>
<texture>#thumb</texture>
<colorkey>FFFF00FF</colorkey>
<colordiffuse>FFFFFFFF</colordiffuse>
<keepaspectratio>yes</keepaspectratio>
<animation effect="zoom" start="10,10" end="100,100" center="640,360" time="300">WindowOpen</animation>
<animation effect="slide" time="300" start="-1050,-1050">windowopen</animation>
</control>
<control>
<description>textarea</description>
<type>textbox</type>
<id>6</id>
<font>mediastream11</font>
<posX>1215</posX>
<posY>802</posY>
<width>570</width>
<height>240</height>
<lineSpacing>0.90</lineSpacing>
<spinPosX>1920</spinPosX>
<spinPosY>1080</spinPosY>
<spinWidth>37</spinWidth>
<spinHeight>37</spinHeight>
<onleft>4</onleft>
<onright>4</onright>
<onup>4</onup>
<ondown>4</ondown>
<label>-</label>
<animation effect="zoom" start="10,10" end="100,100" center="640,360" time="300">WindowOpen</animation>
<animation effect="slide" time="300" start="-1050,-1050">windowopen</animation>
</control>
<control>
<description>OK button</description>
<type>button</type>
<id>4</id>
<font>mediastream10tc</font>
<textureFocus>dialogbigbuttonfo.png</textureFocus>
<textureNoFocus>dialogbigbuttonnf.png</textureNoFocus>
<width>192</width>
<posX>1344</posX>
<posY>988</posY>
<textXOff>1</textXOff>
<textYOff>1</textYOff>
<textalign>center</textalign>
<label>186</label>
<onleft>4</onleft>
<onright>4</onright>
<onup>4</onup>
<ondown>4</ondown>
<animation effect="zoom" start="10,10" end="100,100" center="640,360" time="300">WindowOpen</animation>
<animation effect="slide" time="300" start="-1050,-1050">windowopen</animation>
</control>
</controls>
</window>
<!--Checksum:e9a05818eccff0b4dad182c75792e584-->