anastasis-gtk

Demonstrator GUI for Anastasis
Log | Files | Refs | README | LICENSE

anastasis_gtk_challenge_iban.glade (20395B)


      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_iban_dialog">
     32     <property name="can-focus">False</property>
     33     <property name="type-hint">dialog</property>
     34     <signal name="response" handler="anastasis_gtk_c_iban_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_c_iban_dialog_btn_close">
     46                 <property name="label">gtk-close</property>
     47                 <property name="visible">True</property>
     48                 <property name="can-focus">False</property>
     49                 <property name="can-default">True</property>
     50                 <property name="has-default">True</property>
     51                 <property name="receives-default">False</property>
     52                 <property name="margin-start">20</property>
     53                 <property name="margin-end">20</property>
     54                 <property name="margin-top">20</property>
     55                 <property name="margin-bottom">20</property>
     56                 <property name="use-stock">True</property>
     57                 <property name="always-show-image">True</property>
     58               </object>
     59               <packing>
     60                 <property name="expand">True</property>
     61                 <property name="fill">True</property>
     62                 <property name="position">1</property>
     63               </packing>
     64             </child>
     65           </object>
     66           <packing>
     67             <property name="expand">False</property>
     68             <property name="fill">False</property>
     69             <property name="position">0</property>
     70           </packing>
     71         </child>
     72         <child>
     73           <object class="GtkLabel" id="anastasis_gtk_c_iban_error_label">
     74             <property name="can-focus">False</property>
     75             <property name="label">ERROR MESSAGE (SET DYNAMICALLY BY PROGRAM)</property>
     76             <attributes>
     77               <attribute name="weight" value="bold"/>
     78               <attribute name="foreground" value="#a5a51d1d2d2d"/>
     79             </attributes>
     80           </object>
     81           <packing>
     82             <property name="expand">False</property>
     83             <property name="fill">True</property>
     84             <property name="padding">5</property>
     85             <property name="position">0</property>
     86           </packing>
     87         </child>
     88         <child>
     89           <object class="GtkBox">
     90             <property name="visible">True</property>
     91             <property name="can-focus">False</property>
     92             <property name="orientation">vertical</property>
     93             <child>
     94               <object class="GtkLabel" id="instruction_label">
     95                 <property name="visible">True</property>
     96                 <property name="can-focus">False</property>
     97                 <property name="label" translatable="yes">To satisfy the IBAN challenge, you must
     98  pay the indicated amount from the 
     99 specified bank account to the Anastasis
    100 provider. This serves both to authenticate
    101 you as the bank account holder as well as
    102 to pay the Anastasis provider for its service.</property>
    103               </object>
    104               <packing>
    105                 <property name="expand">False</property>
    106                 <property name="fill">True</property>
    107                 <property name="padding">20</property>
    108                 <property name="position">0</property>
    109               </packing>
    110             </child>
    111             <child>
    112               <object class="GtkSeparator">
    113                 <property name="visible">True</property>
    114                 <property name="can-focus">False</property>
    115               </object>
    116               <packing>
    117                 <property name="expand">False</property>
    118                 <property name="fill">True</property>
    119                 <property name="padding">10</property>
    120                 <property name="position">1</property>
    121               </packing>
    122             </child>
    123             <child>
    124               <object class="GtkBox">
    125                 <property name="visible">True</property>
    126                 <property name="can-focus">False</property>
    127                 <property name="orientation">vertical</property>
    128                 <child>
    129                   <object class="GtkLabel" id="debit_account_label">
    130                     <property name="visible">True</property>
    131                     <property name="can-focus">False</property>
    132                     <property name="halign">start</property>
    133                     <property name="margin-start">30</property>
    134                     <property name="margin-end">30</property>
    135                     <property name="label">SET DYNAMICALLY BY PROGRAM</property>
    136                     <attributes>
    137                       <attribute name="style" value="italic"/>
    138                       <attribute name="weight" value="bold"/>
    139                     </attributes>
    140                   </object>
    141                   <packing>
    142                     <property name="expand">False</property>
    143                     <property name="fill">True</property>
    144                     <property name="pack-type">end</property>
    145                     <property name="position">1</property>
    146                   </packing>
    147                 </child>
    148                 <child>
    149                   <object class="GtkLabel">
    150                     <property name="visible">True</property>
    151                     <property name="can-focus">False</property>
    152                     <property name="halign">start</property>
    153                     <property name="margin-start">20</property>
    154                     <property name="margin-end">20</property>
    155                     <property name="label" translatable="yes">You must use your bank account identified by the following IBAN:</property>
    156                   </object>
    157                   <packing>
    158                     <property name="expand">False</property>
    159                     <property name="fill">True</property>
    160                     <property name="padding">5</property>
    161                     <property name="position">20</property>
    162                   </packing>
    163                 </child>
    164               </object>
    165               <packing>
    166                 <property name="expand">False</property>
    167                 <property name="fill">True</property>
    168                 <property name="padding">5</property>
    169                 <property name="position">2</property>
    170               </packing>
    171             </child>
    172             <child>
    173               <object class="GtkSeparator">
    174                 <property name="visible">True</property>
    175                 <property name="can-focus">False</property>
    176               </object>
    177               <packing>
    178                 <property name="expand">False</property>
    179                 <property name="fill">True</property>
    180                 <property name="position">3</property>
    181               </packing>
    182             </child>
    183             <child>
    184               <object class="GtkBox">
    185                 <property name="visible">True</property>
    186                 <property name="can-focus">False</property>
    187                 <property name="orientation">vertical</property>
    188                 <child>
    189                   <object class="GtkLabel" id="credit_account_label">
    190                     <property name="visible">True</property>
    191                     <property name="can-focus">False</property>
    192                     <property name="halign">start</property>
    193                     <property name="margin-start">30</property>
    194                     <property name="margin-end">30</property>
    195                     <property name="label">SET DYNAMICALLY BY PROGRAM</property>
    196                     <property name="selectable">True</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="GtkBox">
    237                 <property name="visible">True</property>
    238                 <property name="can-focus">False</property>
    239                 <property name="orientation">vertical</property>
    240                 <child>
    241                   <object class="GtkLabel" id="provider_name_label">
    242                     <property name="visible">True</property>
    243                     <property name="can-focus">False</property>
    244                     <property name="halign">start</property>
    245                     <property name="margin-start">30</property>
    246                     <property name="margin-end">30</property>
    247                     <property name="label">SET DYNAMICALLY BY PROGRAM</property>
    248                     <property name="selectable">True</property>
    249                     <attributes>
    250                       <attribute name="style" value="italic"/>
    251                       <attribute name="weight" value="bold"/>
    252                     </attributes>
    253                   </object>
    254                   <packing>
    255                     <property name="expand">False</property>
    256                     <property name="fill">True</property>
    257                     <property name="pack-type">end</property>
    258                     <property name="position">1</property>
    259                   </packing>
    260                 </child>
    261                 <child>
    262                   <object class="GtkLabel">
    263                     <property name="visible">True</property>
    264                     <property name="can-focus">False</property>
    265                     <property name="halign">start</property>
    266                     <property name="margin-left">20</property>
    267                     <property name="margin-right">20</property>
    268                     <property name="margin-start">20</property>
    269                     <property name="margin-end">20</property>
    270                     <property name="label" translatable="yes">The name of the provider's business is:</property>
    271                   </object>
    272                   <packing>
    273                     <property name="expand">False</property>
    274                     <property name="fill">True</property>
    275                     <property name="padding">5</property>
    276                     <property name="position">20</property>
    277                   </packing>
    278                 </child>
    279               </object>
    280               <packing>
    281                 <property name="expand">False</property>
    282                 <property name="fill">True</property>
    283                 <property name="padding">5</property>
    284                 <property name="position">4</property>
    285               </packing>
    286             </child>
    287             <child>
    288               <object class="GtkBox">
    289                 <property name="visible">True</property>
    290                 <property name="can-focus">False</property>
    291                 <property name="orientation">vertical</property>
    292                 <child>
    293                   <object class="GtkLabel" id="wire_transfer_subject_label">
    294                     <property name="visible">True</property>
    295                     <property name="can-focus">False</property>
    296                     <property name="halign">start</property>
    297                     <property name="margin-start">30</property>
    298                     <property name="margin-end">30</property>
    299                     <property name="label">SET DYNAMICALLY BY PROGRAM</property>
    300                     <property name="selectable">True</property>
    301                     <attributes>
    302                       <attribute name="style" value="italic"/>
    303                       <attribute name="weight" value="bold"/>
    304                     </attributes>
    305                   </object>
    306                   <packing>
    307                     <property name="expand">False</property>
    308                     <property name="fill">True</property>
    309                     <property name="pack-type">end</property>
    310                     <property name="position">1</property>
    311                   </packing>
    312                 </child>
    313                 <child>
    314                   <object class="GtkLabel">
    315                     <property name="visible">True</property>
    316                     <property name="can-focus">False</property>
    317                     <property name="halign">start</property>
    318                     <property name="margin-left">20</property>
    319                     <property name="margin-right">20</property>
    320                     <property name="margin-start">20</property>
    321                     <property name="margin-end">20</property>
    322                     <property name="label" translatable="yes">You must use the following wire transfer subject to identify the secret share to recover:</property>
    323                   </object>
    324                   <packing>
    325                     <property name="expand">False</property>
    326                     <property name="fill">True</property>
    327                     <property name="padding">5</property>
    328                     <property name="position">20</property>
    329                   </packing>
    330                 </child>
    331               </object>
    332               <packing>
    333                 <property name="expand">False</property>
    334                 <property name="fill">True</property>
    335                 <property name="padding">5</property>
    336                 <property name="position">6</property>
    337               </packing>
    338             </child>
    339             <child>
    340               <object class="GtkBox">
    341                 <property name="visible">True</property>
    342                 <property name="can-focus">False</property>
    343                 <property name="orientation">vertical</property>
    344                 <child>
    345                   <object class="GtkLabel" id="amount_label">
    346                     <property name="visible">True</property>
    347                     <property name="can-focus">False</property>
    348                     <property name="halign">start</property>
    349                     <property name="margin-start">30</property>
    350                     <property name="margin-end">30</property>
    351                     <property name="label">SET DYNAMICALLY BY PROGRAM</property>
    352                     <attributes>
    353                       <attribute name="style" value="italic"/>
    354                       <attribute name="weight" value="bold"/>
    355                     </attributes>
    356                   </object>
    357                   <packing>
    358                     <property name="expand">False</property>
    359                     <property name="fill">True</property>
    360                     <property name="pack-type">end</property>
    361                     <property name="position">1</property>
    362                   </packing>
    363                 </child>
    364                 <child>
    365                   <object class="GtkLabel">
    366                     <property name="visible">True</property>
    367                     <property name="can-focus">False</property>
    368                     <property name="halign">start</property>
    369                     <property name="margin-left">20</property>
    370                     <property name="margin-right">20</property>
    371                     <property name="margin-start">20</property>
    372                     <property name="margin-end">20</property>
    373                     <property name="label" translatable="yes">The amount to be paid is:</property>
    374                   </object>
    375                   <packing>
    376                     <property name="expand">False</property>
    377                     <property name="fill">True</property>
    378                     <property name="padding">5</property>
    379                     <property name="position">20</property>
    380                   </packing>
    381                 </child>
    382               </object>
    383               <packing>
    384                 <property name="expand">False</property>
    385                 <property name="fill">True</property>
    386                 <property name="padding">5</property>
    387                 <property name="position">7</property>
    388               </packing>
    389             </child>
    390             <child>
    391               <object class="GtkLabel" id="end_explainer_label">
    392                 <property name="visible">True</property>
    393                 <property name="can-focus">False</property>
    394                 <property name="label" translatable="yes">The provider will enable you to recover 
    395 this secret share for a month using this
    396 program once the amount has
    397 arrived. "Save" the recovery state and
    398 open the resulting file later to continue.</property>
    399                 <attributes>
    400                   <attribute name="weight" value="medium"/>
    401                 </attributes>
    402               </object>
    403               <packing>
    404                 <property name="expand">False</property>
    405                 <property name="fill">True</property>
    406                 <property name="padding">5</property>
    407                 <property name="position">9</property>
    408               </packing>
    409             </child>
    410           </object>
    411           <packing>
    412             <property name="expand">False</property>
    413             <property name="fill">True</property>
    414             <property name="position">1</property>
    415           </packing>
    416         </child>
    417       </object>
    418     </child>
    419     <action-widgets>
    420       <action-widget response="-7">anastasis_gtk_c_iban_dialog_btn_close</action-widget>
    421     </action-widgets>
    422     <child type="titlebar">
    423       <object class="GtkLabel">
    424         <property name="visible">True</property>
    425         <property name="can-focus">False</property>
    426         <property name="label" translatable="yes">Instructions for IBAN challenge</property>
    427       </object>
    428     </child>
    429     <action-widgets>
    430       <action-widget response="-7">anastasis_gtk_c_iban_dialog_btn_close</action-widget>
    431     </action-widgets>
    432   </object>
    433 </interface>