useradmindialog.ui 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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="UserAdminDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="useradmindialog|UserAdminDialog">User Administration</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="can_focus">True</property>
  30. <property name="receives_default">True</property>
  31. <property name="use_stock">True</property>
  32. </object>
  33. <packing>
  34. <property name="expand">False</property>
  35. <property name="fill">True</property>
  36. <property name="position">0</property>
  37. </packing>
  38. </child>
  39. <child>
  40. <object class="GtkButton" id="ok">
  41. <property name="label">gtk-ok</property>
  42. <property name="visible">True</property>
  43. <property name="can_focus">True</property>
  44. <property name="can_default">True</property>
  45. <property name="has_default">True</property>
  46. <property name="receives_default">True</property>
  47. <property name="use_stock">True</property>
  48. </object>
  49. <packing>
  50. <property name="expand">False</property>
  51. <property name="fill">True</property>
  52. <property name="position">1</property>
  53. </packing>
  54. </child>
  55. <child>
  56. <object class="GtkButton" id="cancel">
  57. <property name="label">gtk-cancel</property>
  58. <property name="visible">True</property>
  59. <property name="can_focus">True</property>
  60. <property name="receives_default">True</property>
  61. <property name="use_stock">True</property>
  62. </object>
  63. <packing>
  64. <property name="expand">False</property>
  65. <property name="fill">True</property>
  66. <property name="position">2</property>
  67. </packing>
  68. </child>
  69. <child>
  70. <object class="GtkButton" id="help">
  71. <property name="label">gtk-help</property>
  72. <property name="visible">True</property>
  73. <property name="can_focus">True</property>
  74. <property name="receives_default">True</property>
  75. <property name="use_stock">True</property>
  76. </object>
  77. <packing>
  78. <property name="expand">False</property>
  79. <property name="fill">True</property>
  80. <property name="position">3</property>
  81. <property name="secondary">True</property>
  82. </packing>
  83. </child>
  84. </object>
  85. <packing>
  86. <property name="expand">False</property>
  87. <property name="fill">True</property>
  88. <property name="pack_type">end</property>
  89. <property name="position">0</property>
  90. </packing>
  91. </child>
  92. <child>
  93. <object class="GtkNotebook" id="tabcontrol">
  94. <property name="visible">True</property>
  95. <property name="can_focus">True</property>
  96. <property name="hexpand">True</property>
  97. <property name="vexpand">True</property>
  98. <property name="scrollable">True</property>
  99. <property name="enable_popup">True</property>
  100. <child>
  101. <!-- n-columns=1 n-rows=1 -->
  102. <object class="GtkGrid">
  103. <property name="visible">True</property>
  104. <property name="can_focus">False</property>
  105. <child>
  106. <placeholder/>
  107. </child>
  108. <child>
  109. <placeholder/>
  110. </child>
  111. <child>
  112. <placeholder/>
  113. </child>
  114. <child>
  115. <placeholder/>
  116. </child>
  117. <child>
  118. <placeholder/>
  119. </child>
  120. <child>
  121. <placeholder/>
  122. </child>
  123. <child>
  124. <placeholder/>
  125. </child>
  126. <child>
  127. <placeholder/>
  128. </child>
  129. <child>
  130. <placeholder/>
  131. </child>
  132. </object>
  133. </child>
  134. <child type="tab">
  135. <object class="GtkLabel" id="settings">
  136. <property name="visible">True</property>
  137. <property name="can_focus">False</property>
  138. <property name="label" translatable="yes" context="useradmindialog|settings">User Settings</property>
  139. <property name="xalign">0.4699999988079071</property>
  140. </object>
  141. <packing>
  142. <property name="tab_fill">False</property>
  143. </packing>
  144. </child>
  145. </object>
  146. <packing>
  147. <property name="expand">False</property>
  148. <property name="fill">True</property>
  149. <property name="position">1</property>
  150. </packing>
  151. </child>
  152. </object>
  153. </child>
  154. <action-widgets>
  155. <action-widget response="101">reset</action-widget>
  156. <action-widget response="-5">ok</action-widget>
  157. <action-widget response="-6">cancel</action-widget>
  158. <action-widget response="-11">help</action-widget>
  159. </action-widgets>
  160. </object>
  161. </interface>