-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui_confirm.inc
137 lines (137 loc) · 3.31 KB
/
ui_confirm.inc
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<Page
BackgroundOpacity='0.75'
Name='confirm'
PackSize='1,1'
ScrollExtent='1024,768'
Size='1024,768'
Visible='false'
>
<Data
buttonCancel='main.window.bottom.buttonCancel'
buttonOk='main.window.bottom.buttonOk'
Name='CodeData'
Textbox='main.window.bottom.textbox'
textInstructions='main.window.textInstructions'
widgetToFocus='main.window.bottom.textbox'
/>
<Page
BackgroundColor='#00FF00'
flow.visible='false'
Location='283,230'
MinimumSize='308,177'
Name='main'
OnHide='parent.visible=visible'
OnShow='parent.visible=visible'
PackLocation='cfc,cfc'
ScrollExtent='459,290'
Size='459,290'
UserMovable='true'
UserResizable='true'
>
<Page
Location='0,-1'
Name='window'
PackSize='a,a'
RStyleDefault='rs_default'
ScrollExtent='459,290'
Size='459,290'
>
<Text
Font='bold_13'
LocalText='xxx instructions'
Location='26,25'
Name='textInstructions'
PackSize='a,a'
PalText='text1'
RStyleDefault='rs_default'
ScrollExtent='400,179'
Size='400,179'
TextColor='#96F4FC'
>xxx instructions</Text>
<Page
BackgroundColor='#FFFFFF'
BackgroundOpacity='0.70'
BackgroundTint='#03546B'
Location='14,214'
Name='bottom'
PackLocation='nfn,fff'
PackSize='a,f'
PalBgTint='back3'
RStyleDefault='/Styles.window.mfd.mfd5.rs_default'
ScrollExtent='428,60'
Size='428,60'
>
<Textbox
BackgroundOpacity='0.70'
BackgroundTint='#1CFFFF'
Location='9,6'
MinimumSize='0,19'
Name='textBox'
PackSize='a,a'
PalBgTint='line1'
RStyleDefault='/Styles.New.whiteOutline_palW.rs_default'
ScrollExtent='410,25'
Size='410,25'
Style='/Styles.textbox.login.Style_13'
>abcdefgABCDEFG</Textbox>
<Button
IsDefaultButton='true'
LocalText='[@ok]'
Location='249,36'
MinimumSize='0,19'
Name='buttonOk'
OnPress='parent.parent.parent.pageButtonsBottom.next.buttonNext.Press=true'
PackLocation='fff,fff'
PackSize='p,f'
ScrollExtent='173,19'
Size='173,19'
Style='/Styles.New.buttons.hud.style'
>@ok</Button>
<Button
IsCancelButton='true'
LocalText='[@cancel]'
Location='6,36'
loginscreen.pagebuttonsbottom.buttonprev.press='true'
MinimumSize='0,19'
Name='buttonCancel'
OnPress='parent.parent.parent.pageButtonsBottom.prev.buttonPrev.Press=true'
PackLocation='nfn,fff'
PackSize='p,f'
ScrollExtent='173,19'
Size='173,19'
Style='/Styles.New.buttons.hud.style'
>@cancel</Button>
</Page>
<Page
Enabled='false'
Location='0,-1'
Name='back'
PackSize='a,a'
ScrollExtent='459,290'
Size='459,290'
>
<Page
BackgroundOpacity='1.00'
Name='frame'
PackLocation='nfn,nfn'
PackSize='a,a'
RStyleDefault='/Styles.New.fullFrame.rs_default'
ScrollExtent='459,290'
Size='459,290'
/>
<Page
BackgroundOpacity='1.00'
BackgroundTint='#00D6FB'
Location='9,12'
Name='back'
PackLocation='nfn,nfn'
PackSize='a,a'
PalBgTint='back1'
RStyleDefault='/Styles.New.fullFrameIn.rs_default'
ScrollExtent='436,267'
Size='436,267'
/>
</Page>
</Page>
</Page>
</Page>