-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDialogFile.xml
More file actions
116 lines (116 loc) · 3.35 KB
/
DialogFile.xml
File metadata and controls
116 lines (116 loc) · 3.35 KB
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>758</id>
<defaultcontrol>14</defaultcontrol>
<allowoverlay>no</allowoverlay>
<controls>
<import>common.dialog.xml</import>
<!-- Override the definition in common.dialog.xml, as we need more space for the Always and Never buttons -->
<control>
<type>image</type>
<id>0</id>
<posX>549</posX>
<posY>375</posY>
<width>951</width>
<height>522</height>
<texture>dialog_background.png</texture>
</control>
<control>
<type>image</type>
<id>100</id>
<posX>637</posX>
<posY>601</posY>
<width>765</width>
<texture>osd_progress_background.png</texture>
</control>
<control>
<description>progress control</description>
<type>progress</type>
<id>20</id>
<posX>619</posX>
<posY>600</posY>
<width>808</width>
</control>
<control>
<description>Yes button</description>
<type>button</type>
<id>11</id>
<posX>622</posX>
<posY>660</posY>
<width>210</width>
<height>75</height>
<textureFocus>small_button_focus.png</textureFocus>
<textureNoFocus>small_button_nofocus.png</textureNoFocus>
<label>107</label>
<onleft>14</onleft>
<onright>10</onright>
<onup>12</onup>
<ondown>12</ondown>
</control>
<control>
<description>No button</description>
<type>button</type>
<id>10</id>
<posX>933</posX>
<posY>660</posY>
<width>210</width>
<height>75</height>
<textureFocus>small_button_focus.png</textureFocus>
<textureNoFocus>small_button_nofocus.png</textureNoFocus>
<label>106</label>
<onleft>11</onleft>
<onright>14</onright>
<onup>13</onup>
<ondown>13</ondown>
</control>
<control>
<description>Always</description>
<type>button</type>
<id>12</id>
<posX>622</posX>
<posY>739</posY>
<width>210</width>
<height>75</height>
<textureFocus>small_button_focus.png</textureFocus>
<textureNoFocus>small_button_nofocus.png</textureNoFocus>
<label>511</label>
<onleft>13</onleft>
<onright>13</onright>
<onup>11</onup>
<ondown>11</ondown>
</control>
<control>
<description>Never</description>
<type>button</type>
<id>13</id>
<posX>933</posX>
<posY>739</posY>
<width>210</width>
<height>75</height>
<textureFocus>small_button_focus.png</textureFocus>
<textureNoFocus>small_button_nofocus.png</textureNoFocus>
<label>512</label>
<onleft>12</onleft>
<onright>12</onright>
<onup>10</onup>
<ondown>10</ondown>
</control>
<control>
<description>Cancel button</description>
<type>button</type>
<id>14</id>
<posX>1210</posX>
<posY>660</posY>
<width>210</width>
<height>75</height>
<textureFocus>small_button_focus.png</textureFocus>
<textureNoFocus>small_button_nofocus.png</textureNoFocus>
<label>510</label>
<onleft>10</onleft>
<onright>11</onright>
<onup>14</onup>
<ondown>14</ondown>
</control>
</controls>
</window>
<!--Checksum:b9088b0d74479e643ba96a8ce891955e-->