diff options
Diffstat (limited to 'contrib/anastasis_gtk_challenge_iban.glade')
-rw-r--r-- | contrib/anastasis_gtk_challenge_iban.glade | 444 |
1 files changed, 444 insertions, 0 deletions
diff --git a/contrib/anastasis_gtk_challenge_iban.glade b/contrib/anastasis_gtk_challenge_iban.glade new file mode 100644 index 0000000..c853f94 --- /dev/null +++ b/contrib/anastasis_gtk_challenge_iban.glade | |||
@@ -0,0 +1,444 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <!-- Generated with glade 3.38.2 | ||
3 | |||
4 | Copyright (C) 2019-2021 Anastasis SARL | ||
5 | |||
6 | This file is part of anastasis-gtk. | ||
7 | |||
8 | anastasis-gtk is free software: you can redistribute it and/or modify | ||
9 | it under the terms of the GNU General Public License as published by | ||
10 | the Free Software Foundation, either version 3 of the License, or | ||
11 | (at your option) any later version. | ||
12 | |||
13 | anastasis-gtk is distributed in the hope that it will be useful, | ||
14 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | GNU General Public License for more details. | ||
17 | |||
18 | You should have received a copy of the GNU General Public License | ||
19 | along with anastasis-gtk. If not, see <http://www.gnu.org/licenses/>. | ||
20 | |||
21 | Author: Christian Grothoff | ||
22 | |||
23 | --> | ||
24 | <interface> | ||
25 | <requires lib="gtk+" version="3.12"/> | ||
26 | <!-- interface-license-type gplv3 --> | ||
27 | <!-- interface-name anastasis-gtk --> | ||
28 | <!-- interface-description key backup and recovery --> | ||
29 | <!-- interface-copyright 2019-2021 Anastasis SARL --> | ||
30 | <!-- interface-authors Christian Grothoff --> | ||
31 | <object class="GtkDialog" id="anastasis_gtk_c_question_dialog"> | ||
32 | <property name="can-focus">False</property> | ||
33 | <property name="type-hint">dialog</property> | ||
34 | <signal name="response" handler="anastasis_gtk_c_question_dialog_response_cb" swapped="no"/> | ||
35 | <child internal-child="vbox"> | ||
36 | <object class="GtkBox"> | ||
37 | <property name="can-focus">False</property> | ||
38 | <property name="orientation">vertical</property> | ||
39 | <property name="spacing">2</property> | ||
40 | <child internal-child="action_area"> | ||
41 | <object class="GtkButtonBox"> | ||
42 | <property name="can-focus">False</property> | ||
43 | <property name="layout-style">end</property> | ||
44 | <child> | ||
45 | <object class="GtkButton" id="anastasis_gtk_b_question_dialog_btn_cancel"> | ||
46 | <property name="label">gtk-cancel</property> | ||
47 | <property name="visible">True</property> | ||
48 | <property name="can-focus">True</property> | ||
49 | <property name="receives-default">False</property> | ||
50 | <property name="use-stock">True</property> | ||
51 | <property name="always-show-image">True</property> | ||
52 | </object> | ||
53 | <packing> | ||
54 | <property name="expand">True</property> | ||
55 | <property name="fill">True</property> | ||
56 | <property name="position">0</property> | ||
57 | </packing> | ||
58 | </child> | ||
59 | <child> | ||
60 | <object class="GtkButton" id="anastasis_gtk_c_question_dialog_btn_ok"> | ||
61 | <property name="label">gtk-ok</property> | ||
62 | <property name="visible">True</property> | ||
63 | <property name="sensitive">False</property> | ||
64 | <property name="can-focus">False</property> | ||
65 | <property name="can-default">True</property> | ||
66 | <property name="has-default">True</property> | ||
67 | <property name="receives-default">False</property> | ||
68 | <property name="use-stock">True</property> | ||
69 | <property name="always-show-image">True</property> | ||
70 | </object> | ||
71 | <packing> | ||
72 | <property name="expand">True</property> | ||
73 | <property name="fill">True</property> | ||
74 | <property name="position">1</property> | ||
75 | </packing> | ||
76 | </child> | ||
77 | </object> | ||
78 | <packing> | ||
79 | <property name="expand">False</property> | ||
80 | <property name="fill">False</property> | ||
81 | <property name="position">0</property> | ||
82 | </packing> | ||
83 | </child> | ||
84 | <child> | ||
85 | <object class="GtkLabel" id="anastasis_gtk_c_question_error_label"> | ||
86 | <property name="can-focus">False</property> | ||
87 | <property name="label">ERROR MESSAGE (SET DYNAMICALLY BY PROGRAM)</property> | ||
88 | <attributes> | ||
89 | <attribute name="weight" value="bold"/> | ||
90 | <attribute name="foreground" value="#a5a51d1d2d2d"/> | ||
91 | </attributes> | ||
92 | </object> | ||
93 | <packing> | ||
94 | <property name="expand">False</property> | ||
95 | <property name="fill">True</property> | ||
96 | <property name="padding">5</property> | ||
97 | <property name="position">0</property> | ||
98 | </packing> | ||
99 | </child> | ||
100 | <child> | ||
101 | <object class="GtkBox"> | ||
102 | <property name="visible">True</property> | ||
103 | <property name="can-focus">False</property> | ||
104 | <property name="orientation">vertical</property> | ||
105 | <child> | ||
106 | <object class="GtkLabel" id="instruction_label"> | ||
107 | <property name="visible">True</property> | ||
108 | <property name="can-focus">False</property> | ||
109 | <property name="label" translatable="yes">To satisfy the IBAN challenge, you must | ||
110 | pay the indicated amount from the | ||
111 | specified bank account to the Anastasis | ||
112 | provider. This serves both to authenticate | ||
113 | you as the bank account holder as well as | ||
114 | to pay the Anastasis provider for its service.</property> | ||
115 | </object> | ||
116 | <packing> | ||
117 | <property name="expand">False</property> | ||
118 | <property name="fill">True</property> | ||
119 | <property name="padding">20</property> | ||
120 | <property name="position">0</property> | ||
121 | </packing> | ||
122 | </child> | ||
123 | <child> | ||
124 | <object class="GtkSeparator"> | ||
125 | <property name="visible">True</property> | ||
126 | <property name="can-focus">False</property> | ||
127 | </object> | ||
128 | <packing> | ||
129 | <property name="expand">False</property> | ||
130 | <property name="fill">True</property> | ||
131 | <property name="padding">10</property> | ||
132 | <property name="position">1</property> | ||
133 | </packing> | ||
134 | </child> | ||
135 | <child> | ||
136 | <object class="GtkBox"> | ||
137 | <property name="visible">True</property> | ||
138 | <property name="can-focus">False</property> | ||
139 | <property name="orientation">vertical</property> | ||
140 | <child> | ||
141 | <object class="GtkLabel" id="debit_account_label"> | ||
142 | <property name="visible">True</property> | ||
143 | <property name="can-focus">False</property> | ||
144 | <property name="halign">start</property> | ||
145 | <property name="margin-start">30</property> | ||
146 | <property name="margin-end">30</property> | ||
147 | <property name="label">SET DYNAMICALLY BY PROGRAM</property> | ||
148 | <attributes> | ||
149 | <attribute name="style" value="italic"/> | ||
150 | <attribute name="weight" value="bold"/> | ||
151 | </attributes> | ||
152 | </object> | ||
153 | <packing> | ||
154 | <property name="expand">False</property> | ||
155 | <property name="fill">True</property> | ||
156 | <property name="pack-type">end</property> | ||
157 | <property name="position">1</property> | ||
158 | </packing> | ||
159 | </child> | ||
160 | <child> | ||
161 | <object class="GtkLabel"> | ||
162 | <property name="visible">True</property> | ||
163 | <property name="can-focus">False</property> | ||
164 | <property name="halign">start</property> | ||
165 | <property name="margin-start">20</property> | ||
166 | <property name="margin-end">20</property> | ||
167 | <property name="label" translatable="yes">You must use your bank account identified by the following IBAN:</property> | ||
168 | </object> | ||
169 | <packing> | ||
170 | <property name="expand">False</property> | ||
171 | <property name="fill">True</property> | ||
172 | <property name="padding">5</property> | ||
173 | <property name="position">20</property> | ||
174 | </packing> | ||
175 | </child> | ||
176 | </object> | ||
177 | <packing> | ||
178 | <property name="expand">False</property> | ||
179 | <property name="fill">True</property> | ||
180 | <property name="padding">5</property> | ||
181 | <property name="position">2</property> | ||
182 | </packing> | ||
183 | </child> | ||
184 | <child> | ||
185 | <object class="GtkBox"> | ||
186 | <property name="visible">True</property> | ||
187 | <property name="can-focus">False</property> | ||
188 | <property name="orientation">vertical</property> | ||
189 | <child> | ||
190 | <object class="GtkLabel" id="crebit_account_label"> | ||
191 | <property name="visible">True</property> | ||
192 | <property name="can-focus">False</property> | ||
193 | <property name="halign">start</property> | ||
194 | <property name="margin-start">30</property> | ||
195 | <property name="margin-end">30</property> | ||
196 | <property name="label">SET DYNAMICALLY BY PROGRAM</property> | ||
197 | <attributes> | ||
198 | <attribute name="style" value="italic"/> | ||
199 | <attribute name="weight" value="bold"/> | ||
200 | </attributes> | ||
201 | </object> | ||
202 | <packing> | ||
203 | <property name="expand">False</property> | ||
204 | <property name="fill">True</property> | ||
205 | <property name="pack-type">end</property> | ||
206 | <property name="position">1</property> | ||
207 | </packing> | ||
208 | </child> | ||
209 | <child> | ||
210 | <object class="GtkLabel"> | ||
211 | <property name="visible">True</property> | ||
212 | <property name="can-focus">False</property> | ||
213 | <property name="halign">start</property> | ||
214 | <property name="margin-left">20</property> | ||
215 | <property name="margin-right">20</property> | ||
216 | <property name="margin-start">20</property> | ||
217 | <property name="margin-end">20</property> | ||
218 | <property name="label" translatable="yes">You must wire the funds to the provider's bank account at the IBAN:</property> | ||
219 | </object> | ||
220 | <packing> | ||
221 | <property name="expand">False</property> | ||
222 | <property name="fill">True</property> | ||
223 | <property name="padding">5</property> | ||
224 | <property name="position">20</property> | ||
225 | </packing> | ||
226 | </child> | ||
227 | </object> | ||
228 | <packing> | ||
229 | <property name="expand">False</property> | ||
230 | <property name="fill">True</property> | ||
231 | <property name="padding">10</property> | ||
232 | <property name="position">3</property> | ||
233 | </packing> | ||
234 | </child> | ||
235 | <child> | ||
236 | <object class="GtkSeparator"> | ||
237 | <property name="visible">True</property> | ||
238 | <property name="can-focus">False</property> | ||
239 | </object> | ||
240 | <packing> | ||
241 | <property name="expand">False</property> | ||
242 | <property name="fill">True</property> | ||
243 | <property name="position">3</property> | ||
244 | </packing> | ||
245 | </child> | ||
246 | <child> | ||
247 | <object class="GtkBox"> | ||
248 | <property name="visible">True</property> | ||
249 | <property name="can-focus">False</property> | ||
250 | <property name="orientation">vertical</property> | ||
251 | <child> | ||
252 | <object class="GtkLabel" id="provider_name_label"> | ||
253 | <property name="visible">True</property> | ||
254 | <property name="can-focus">False</property> | ||
255 | <property name="halign">start</property> | ||
256 | <property name="margin-start">30</property> | ||
257 | <property name="margin-end">30</property> | ||
258 | <property name="label">SET DYNAMICALLY BY PROGRAM</property> | ||
259 | <attributes> | ||
260 | <attribute name="style" value="italic"/> | ||
261 | <attribute name="weight" value="bold"/> | ||
262 | </attributes> | ||
263 | </object> | ||
264 | <packing> | ||
265 | <property name="expand">False</property> | ||
266 | <property name="fill">True</property> | ||
267 | <property name="pack-type">end</property> | ||
268 | <property name="position">1</property> | ||
269 | </packing> | ||
270 | </child> | ||
271 | <child> | ||
272 | <object class="GtkLabel"> | ||
273 | <property name="visible">True</property> | ||
274 | <property name="can-focus">False</property> | ||
275 | <property name="halign">start</property> | ||
276 | <property name="margin-left">20</property> | ||
277 | <property name="margin-right">20</property> | ||
278 | <property name="margin-start">20</property> | ||
279 | <property name="margin-end">20</property> | ||
280 | <property name="label" translatable="yes">The name of the provider's business is:</property> | ||
281 | </object> | ||
282 | <packing> | ||
283 | <property name="expand">False</property> | ||
284 | <property name="fill">True</property> | ||
285 | <property name="padding">5</property> | ||
286 | <property name="position">20</property> | ||
287 | </packing> | ||
288 | </child> | ||
289 | </object> | ||
290 | <packing> | ||
291 | <property name="expand">False</property> | ||
292 | <property name="fill">True</property> | ||
293 | <property name="padding">5</property> | ||
294 | <property name="position">4</property> | ||
295 | </packing> | ||
296 | </child> | ||
297 | <child> | ||
298 | <object class="GtkBox"> | ||
299 | <property name="visible">True</property> | ||
300 | <property name="can-focus">False</property> | ||
301 | <property name="orientation">vertical</property> | ||
302 | <child> | ||
303 | <object class="GtkLabel" id="wire_transfer_subject_label"> | ||
304 | <property name="visible">True</property> | ||
305 | <property name="can-focus">False</property> | ||
306 | <property name="halign">start</property> | ||
307 | <property name="margin-start">30</property> | ||
308 | <property name="margin-end">30</property> | ||
309 | <property name="label">SET DYNAMICALLY BY PROGRAM</property> | ||
310 | <attributes> | ||
311 | <attribute name="style" value="italic"/> | ||
312 | <attribute name="weight" value="bold"/> | ||
313 | </attributes> | ||
314 | </object> | ||
315 | <packing> | ||
316 | <property name="expand">False</property> | ||
317 | <property name="fill">True</property> | ||
318 | <property name="pack-type">end</property> | ||
319 | <property name="position">1</property> | ||
320 | </packing> | ||
321 | </child> | ||
322 | <child> | ||
323 | <object class="GtkLabel"> | ||
324 | <property name="visible">True</property> | ||
325 | <property name="can-focus">False</property> | ||
326 | <property name="halign">start</property> | ||
327 | <property name="margin-left">20</property> | ||
328 | <property name="margin-right">20</property> | ||
329 | <property name="margin-start">20</property> | ||
330 | <property name="margin-end">20</property> | ||
331 | <property name="label" translatable="yes">You must use the following wire transfer subject to identify the secret share to recover:</property> | ||
332 | </object> | ||
333 | <packing> | ||
334 | <property name="expand">False</property> | ||
335 | <property name="fill">True</property> | ||
336 | <property name="padding">5</property> | ||
337 | <property name="position">20</property> | ||
338 | </packing> | ||
339 | </child> | ||
340 | </object> | ||
341 | <packing> | ||
342 | <property name="expand">False</property> | ||
343 | <property name="fill">True</property> | ||
344 | <property name="padding">5</property> | ||
345 | <property name="position">6</property> | ||
346 | </packing> | ||
347 | </child> | ||
348 | <child> | ||
349 | <object class="GtkBox"> | ||
350 | <property name="visible">True</property> | ||
351 | <property name="can-focus">False</property> | ||
352 | <property name="orientation">vertical</property> | ||
353 | <child> | ||
354 | <object class="GtkLabel" id="amount_label"> | ||
355 | <property name="visible">True</property> | ||
356 | <property name="can-focus">False</property> | ||
357 | <property name="halign">start</property> | ||
358 | <property name="margin-start">30</property> | ||
359 | <property name="margin-end">30</property> | ||
360 | <property name="label">SET DYNAMICALLY BY PROGRAM</property> | ||
361 | <attributes> | ||
362 | <attribute name="style" value="italic"/> | ||
363 | <attribute name="weight" value="bold"/> | ||
364 | </attributes> | ||
365 | </object> | ||
366 | <packing> | ||
367 | <property name="expand">False</property> | ||
368 | <property name="fill">True</property> | ||
369 | <property name="pack-type">end</property> | ||
370 | <property name="position">1</property> | ||
371 | </packing> | ||
372 | </child> | ||
373 | <child> | ||
374 | <object class="GtkLabel"> | ||
375 | <property name="visible">True</property> | ||
376 | <property name="can-focus">False</property> | ||
377 | <property name="halign">start</property> | ||
378 | <property name="margin-left">20</property> | ||
379 | <property name="margin-right">20</property> | ||
380 | <property name="margin-start">20</property> | ||
381 | <property name="margin-end">20</property> | ||
382 | <property name="label" translatable="yes">The amount to be paid is:</property> | ||
383 | </object> | ||
384 | <packing> | ||
385 | <property name="expand">False</property> | ||
386 | <property name="fill">True</property> | ||
387 | <property name="padding">5</property> | ||
388 | <property name="position">20</property> | ||
389 | </packing> | ||
390 | </child> | ||
391 | </object> | ||
392 | <packing> | ||
393 | <property name="expand">False</property> | ||
394 | <property name="fill">True</property> | ||
395 | <property name="padding">5</property> | ||
396 | <property name="position">7</property> | ||
397 | </packing> | ||
398 | </child> | ||
399 | <child> | ||
400 | <object class="GtkLabel" id="end_explainer_label"> | ||
401 | <property name="visible">True</property> | ||
402 | <property name="can-focus">False</property> | ||
403 | <property name="label" translatable="yes">The provider will enable you to recover | ||
404 | this secret share for a month using this | ||
405 | program once the amount has | ||
406 | arrived. "Save" the recovery state and | ||
407 | open the resulting file later to continue.</property> | ||
408 | <attributes> | ||
409 | <attribute name="weight" value="medium"/> | ||
410 | </attributes> | ||
411 | </object> | ||
412 | <packing> | ||
413 | <property name="expand">False</property> | ||
414 | <property name="fill">True</property> | ||
415 | <property name="padding">5</property> | ||
416 | <property name="position">9</property> | ||
417 | </packing> | ||
418 | </child> | ||
419 | </object> | ||
420 | <packing> | ||
421 | <property name="expand">False</property> | ||
422 | <property name="fill">True</property> | ||
423 | <property name="position">1</property> | ||
424 | </packing> | ||
425 | </child> | ||
426 | </object> | ||
427 | </child> | ||
428 | <action-widgets> | ||
429 | <action-widget response="-6">anastasis_gtk_b_question_dialog_btn_cancel</action-widget> | ||
430 | <action-widget response="-5">anastasis_gtk_c_question_dialog_btn_ok</action-widget> | ||
431 | </action-widgets> | ||
432 | <child type="titlebar"> | ||
433 | <object class="GtkLabel"> | ||
434 | <property name="visible">True</property> | ||
435 | <property name="can-focus">False</property> | ||
436 | <property name="label" translatable="yes">Instructions for IBAN challenge</property> | ||
437 | </object> | ||
438 | </child> | ||
439 | <action-widgets> | ||
440 | <action-widget response="-6">anastasis_gtk_b_question_dialog_btn_cancel</action-widget> | ||
441 | <action-widget response="-5">anastasis_gtk_c_question_dialog_btn_ok</action-widget> | ||
442 | </action-widgets> | ||
443 | </object> | ||
444 | </interface> | ||