finalpagewizard.ui 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.22.1 -->
  3. <interface domain="dba">
  4. <requires lib="gtk+" version="3.20"/>
  5. <!-- n-columns=1 n-rows=1 -->
  6. <object class="GtkGrid" id="PageFinal">
  7. <property name="visible">True</property>
  8. <property name="can_focus">False</property>
  9. <property name="hexpand">True</property>
  10. <property name="vexpand">True</property>
  11. <property name="border_width">6</property>
  12. <property name="orientation">vertical</property>
  13. <property name="row_spacing">12</property>
  14. <child>
  15. <object class="GtkLabel" id="headerText">
  16. <property name="visible">True</property>
  17. <property name="can_focus">False</property>
  18. <property name="label" translatable="yes" context="finalpagewizard|headerText">Decide How to Proceed After Saving the Database</property>
  19. <property name="single_line_mode">True</property>
  20. <property name="xalign">0</property>
  21. <attributes>
  22. <attribute name="weight" value="bold"/>
  23. </attributes>
  24. </object>
  25. <packing>
  26. <property name="left_attach">0</property>
  27. <property name="top_attach">0</property>
  28. </packing>
  29. </child>
  30. <child>
  31. <!-- n-columns=1 n-rows=1 -->
  32. <object class="GtkGrid" id="grid1">
  33. <property name="visible">True</property>
  34. <property name="can_focus">False</property>
  35. <property name="row_spacing">12</property>
  36. <child>
  37. <!-- n-columns=1 n-rows=1 -->
  38. <object class="GtkGrid" id="grid2">
  39. <property name="visible">True</property>
  40. <property name="can_focus">False</property>
  41. <property name="row_spacing">6</property>
  42. <child>
  43. <object class="GtkLabel" id="helpText">
  44. <property name="visible">True</property>
  45. <property name="can_focus">False</property>
  46. <property name="label" translatable="yes" context="finalpagewizard|helpText">Do you want the wizard to register the database in %PRODUCTNAME?</property>
  47. <property name="wrap">True</property>
  48. <property name="width_chars">72</property>
  49. <property name="max_width_chars">72</property>
  50. <property name="xalign">0</property>
  51. </object>
  52. <packing>
  53. <property name="left_attach">0</property>
  54. <property name="top_attach">0</property>
  55. </packing>
  56. </child>
  57. <child>
  58. <object class="GtkRadioButton" id="yesregister">
  59. <property name="label" translatable="yes" context="finalpagewizard|yesregister">_Yes, register the database for me</property>
  60. <property name="visible">True</property>
  61. <property name="can_focus">True</property>
  62. <property name="receives_default">False</property>
  63. <property name="margin_left">12</property>
  64. <property name="use_underline">True</property>
  65. <property name="xalign">0</property>
  66. <property name="active">True</property>
  67. <property name="draw_indicator">True</property>
  68. </object>
  69. <packing>
  70. <property name="left_attach">0</property>
  71. <property name="top_attach">1</property>
  72. </packing>
  73. </child>
  74. <child>
  75. <object class="GtkRadioButton" id="noregister">
  76. <property name="label" translatable="yes" context="finalpagewizard|noregister">N_o, do not register the database</property>
  77. <property name="visible">True</property>
  78. <property name="can_focus">True</property>
  79. <property name="receives_default">False</property>
  80. <property name="margin_left">12</property>
  81. <property name="use_underline">True</property>
  82. <property name="xalign">0</property>
  83. <property name="draw_indicator">True</property>
  84. <property name="group">yesregister</property>
  85. </object>
  86. <packing>
  87. <property name="left_attach">0</property>
  88. <property name="top_attach">2</property>
  89. </packing>
  90. </child>
  91. </object>
  92. <packing>
  93. <property name="left_attach">0</property>
  94. <property name="top_attach">0</property>
  95. </packing>
  96. </child>
  97. <child>
  98. <!-- n-columns=1 n-rows=1 -->
  99. <object class="GtkGrid" id="grid3">
  100. <property name="visible">True</property>
  101. <property name="can_focus">False</property>
  102. <property name="row_spacing">6</property>
  103. <child>
  104. <object class="GtkLabel" id="additionalText">
  105. <property name="visible">True</property>
  106. <property name="can_focus">False</property>
  107. <property name="label" translatable="yes" context="finalpagewizard|additionalText">After the database file has been saved, what do you want to do?</property>
  108. <property name="wrap">True</property>
  109. <property name="width_chars">72</property>
  110. <property name="max_width_chars">72</property>
  111. <property name="xalign">0</property>
  112. </object>
  113. <packing>
  114. <property name="left_attach">0</property>
  115. <property name="top_attach">0</property>
  116. </packing>
  117. </child>
  118. <child>
  119. <object class="GtkCheckButton" id="openediting">
  120. <property name="label" translatable="yes" context="finalpagewizard|openediting">Open the database for editing</property>
  121. <property name="visible">True</property>
  122. <property name="can_focus">True</property>
  123. <property name="receives_default">False</property>
  124. <property name="margin_left">12</property>
  125. <property name="use_underline">True</property>
  126. <property name="xalign">0</property>
  127. <property name="draw_indicator">True</property>
  128. </object>
  129. <packing>
  130. <property name="left_attach">0</property>
  131. <property name="top_attach">1</property>
  132. </packing>
  133. </child>
  134. <child>
  135. <object class="GtkCheckButton" id="usewizard">
  136. <property name="label" translatable="yes" context="finalpagewizard|usewizard">Create tables using the table wizard</property>
  137. <property name="visible">True</property>
  138. <property name="can_focus">True</property>
  139. <property name="receives_default">False</property>
  140. <property name="margin_left">12</property>
  141. <property name="use_underline">True</property>
  142. <property name="xalign">0</property>
  143. <property name="draw_indicator">True</property>
  144. </object>
  145. <packing>
  146. <property name="left_attach">0</property>
  147. <property name="top_attach">2</property>
  148. </packing>
  149. </child>
  150. </object>
  151. <packing>
  152. <property name="left_attach">0</property>
  153. <property name="top_attach">1</property>
  154. </packing>
  155. </child>
  156. <child>
  157. <object class="GtkLabel" id="finishText">
  158. <property name="visible">True</property>
  159. <property name="can_focus">False</property>
  160. <property name="label" translatable="yes" context="finalpagewizard|finishText">Click 'Finish' to save the database.</property>
  161. <property name="xalign">0</property>
  162. </object>
  163. <packing>
  164. <property name="left_attach">0</property>
  165. <property name="top_attach">2</property>
  166. </packing>
  167. </child>
  168. </object>
  169. <packing>
  170. <property name="left_attach">0</property>
  171. <property name="top_attach">1</property>
  172. </packing>
  173. </child>
  174. </object>
  175. </interface>