admindialog.ui 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  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. <object class="GtkDialog" id="AdminDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="admindialog|AdminDialog">Database Properties</property>
  9. <property name="resizable">False</property>
  10. <property name="modal">True</property>
  11. <property name="default_width">0</property>
  12. <property name="default_height">0</property>
  13. <property name="type_hint">dialog</property>
  14. <child>
  15. <placeholder/>
  16. </child>
  17. <child internal-child="vbox">
  18. <object class="GtkBox" id="dialog-vbox1">
  19. <property name="can_focus">False</property>
  20. <property name="orientation">vertical</property>
  21. <property name="spacing">12</property>
  22. <child internal-child="action_area">
  23. <object class="GtkButtonBox" id="dialog-action_area1">
  24. <property name="can_focus">False</property>
  25. <property name="layout_style">end</property>
  26. <child>
  27. <object class="GtkButton" id="reset">
  28. <property name="label">gtk-revert-to-saved</property>
  29. <property name="visible">True</property>
  30. <property name="can_focus">True</property>
  31. <property name="receives_default">True</property>
  32. <property name="use_stock">True</property>
  33. </object>
  34. <packing>
  35. <property name="expand">False</property>
  36. <property name="fill">True</property>
  37. <property name="position">0</property>
  38. </packing>
  39. </child>
  40. <child>
  41. <object class="GtkButton" id="ok">
  42. <property name="label">gtk-ok</property>
  43. <property name="visible">True</property>
  44. <property name="can_focus">True</property>
  45. <property name="can_default">True</property>
  46. <property name="has_default">True</property>
  47. <property name="receives_default">True</property>
  48. <property name="use_stock">True</property>
  49. </object>
  50. <packing>
  51. <property name="expand">False</property>
  52. <property name="fill">True</property>
  53. <property name="position">1</property>
  54. </packing>
  55. </child>
  56. <child>
  57. <object class="GtkButton" id="cancel">
  58. <property name="label">gtk-cancel</property>
  59. <property name="visible">True</property>
  60. <property name="can_focus">True</property>
  61. <property name="receives_default">True</property>
  62. <property name="use_stock">True</property>
  63. </object>
  64. <packing>
  65. <property name="expand">False</property>
  66. <property name="fill">True</property>
  67. <property name="position">2</property>
  68. </packing>
  69. </child>
  70. <child>
  71. <object class="GtkButton" id="help">
  72. <property name="label">gtk-help</property>
  73. <property name="visible">True</property>
  74. <property name="can_focus">True</property>
  75. <property name="receives_default">True</property>
  76. <property name="use_stock">True</property>
  77. </object>
  78. <packing>
  79. <property name="expand">False</property>
  80. <property name="fill">True</property>
  81. <property name="position">3</property>
  82. <property name="secondary">True</property>
  83. </packing>
  84. </child>
  85. </object>
  86. <packing>
  87. <property name="expand">False</property>
  88. <property name="fill">True</property>
  89. <property name="pack_type">end</property>
  90. <property name="position">0</property>
  91. </packing>
  92. </child>
  93. <child>
  94. <object class="GtkNotebook" id="tabcontrol">
  95. <property name="visible">True</property>
  96. <property name="can_focus">True</property>
  97. <property name="hexpand">True</property>
  98. <property name="vexpand">True</property>
  99. <property name="scrollable">True</property>
  100. <property name="enable_popup">True</property>
  101. <child>
  102. <!-- n-columns=1 n-rows=1 -->
  103. <object class="GtkGrid">
  104. <property name="visible">True</property>
  105. <property name="can_focus">False</property>
  106. <child>
  107. <placeholder/>
  108. </child>
  109. <child>
  110. <placeholder/>
  111. </child>
  112. <child>
  113. <placeholder/>
  114. </child>
  115. <child>
  116. <placeholder/>
  117. </child>
  118. <child>
  119. <placeholder/>
  120. </child>
  121. <child>
  122. <placeholder/>
  123. </child>
  124. <child>
  125. <placeholder/>
  126. </child>
  127. <child>
  128. <placeholder/>
  129. </child>
  130. <child>
  131. <placeholder/>
  132. </child>
  133. </object>
  134. </child>
  135. <child type="tab">
  136. <object class="GtkLabel" id="advanced">
  137. <property name="visible">True</property>
  138. <property name="can_focus">False</property>
  139. <property name="label" translatable="yes" context="admindialog|advanced">Advanced Properties</property>
  140. <property name="xalign">0.4699999988079071</property>
  141. </object>
  142. <packing>
  143. <property name="tab_fill">False</property>
  144. </packing>
  145. </child>
  146. </object>
  147. <packing>
  148. <property name="expand">False</property>
  149. <property name="fill">True</property>
  150. <property name="position">1</property>
  151. </packing>
  152. </child>
  153. </object>
  154. </child>
  155. <action-widgets>
  156. <action-widget response="101">reset</action-widget>
  157. <action-widget response="-5">ok</action-widget>
  158. <action-widget response="-6">cancel</action-widget>
  159. <action-widget response="-11">help</action-widget>
  160. </action-widgets>
  161. </object>
  162. </interface>