addtargetdialog.ui 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.22.1 -->
  3. <interface domain="sfx">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkDialog" id="AddTargetDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="addtargetdialog|AddTargetDialog">Add Target</property>
  9. <property name="modal">True</property>
  10. <property name="default_width">0</property>
  11. <property name="default_height">0</property>
  12. <property name="type_hint">dialog</property>
  13. <child>
  14. <placeholder/>
  15. </child>
  16. <child internal-child="vbox">
  17. <object class="GtkBox" id="dialog-vbox1">
  18. <property name="can_focus">False</property>
  19. <property name="hexpand">True</property>
  20. <property name="vexpand">True</property>
  21. <property name="orientation">vertical</property>
  22. <property name="spacing">12</property>
  23. <child internal-child="action_area">
  24. <object class="GtkButtonBox" id="dialog-action_area">
  25. <property name="can_focus">False</property>
  26. <property name="layout_style">end</property>
  27. <child>
  28. <object class="GtkButton" id="close">
  29. <property name="label">gtk-ok</property>
  30. <property name="visible">True</property>
  31. <property name="can_focus">True</property>
  32. <property name="receives_default">True</property>
  33. <property name="use_stock">True</property>
  34. </object>
  35. <packing>
  36. <property name="expand">False</property>
  37. <property name="fill">True</property>
  38. <property name="position">0</property>
  39. </packing>
  40. </child>
  41. <child>
  42. <object class="GtkButton" id="cancel">
  43. <property name="label">gtk-cancel</property>
  44. <property name="visible">True</property>
  45. <property name="can_focus">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="help">
  57. <property name="label">gtk-help</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. <property name="secondary">True</property>
  68. </packing>
  69. </child>
  70. </object>
  71. <packing>
  72. <property name="expand">False</property>
  73. <property name="fill">True</property>
  74. <property name="pack_type">end</property>
  75. <property name="position">0</property>
  76. </packing>
  77. </child>
  78. <child>
  79. <!-- n-columns=1 n-rows=1 -->
  80. <object class="GtkGrid">
  81. <property name="visible">True</property>
  82. <property name="can_focus">False</property>
  83. <property name="row_spacing">6</property>
  84. <property name="column_spacing">12</property>
  85. <child>
  86. <object class="GtkLabel" id="label_name">
  87. <property name="visible">True</property>
  88. <property name="can_focus">False</property>
  89. <property name="label" translatable="yes" context="addtargetdialog|label_name">Name:</property>
  90. <property name="use_underline">True</property>
  91. <accessibility>
  92. <relation type="label-for" target="name"/>
  93. </accessibility>
  94. </object>
  95. <packing>
  96. <property name="left_attach">0</property>
  97. <property name="top_attach">0</property>
  98. </packing>
  99. </child>
  100. <child>
  101. <object class="GtkEntry" id="name">
  102. <property name="visible">True</property>
  103. <property name="can_focus">True</property>
  104. <property name="hexpand">True</property>
  105. <property name="activates_default">True</property>
  106. <property name="truncate-multiline">True</property>
  107. <accessibility>
  108. <relation type="labelled-by" target="label_name"/>
  109. </accessibility>
  110. </object>
  111. <packing>
  112. <property name="left_attach">1</property>
  113. <property name="top_attach">0</property>
  114. </packing>
  115. </child>
  116. <child>
  117. <object class="GtkLabel" id="label_type">
  118. <property name="visible">True</property>
  119. <property name="can_focus">False</property>
  120. <property name="label" translatable="yes" context="addtargetdialog|label_type">Type:</property>
  121. <property name="use_underline">True</property>
  122. <accessibility>
  123. <relation type="label-for" target="type"/>
  124. </accessibility>
  125. </object>
  126. <packing>
  127. <property name="left_attach">0</property>
  128. <property name="top_attach">1</property>
  129. </packing>
  130. </child>
  131. <child>
  132. <object class="GtkLabel" id="label_content">
  133. <property name="visible">True</property>
  134. <property name="can_focus">False</property>
  135. <property name="label" translatable="yes" context="addtargetdialog|label_content">Content:</property>
  136. <property name="use_underline">True</property>
  137. <accessibility>
  138. <relation type="label-for" target="content"/>
  139. </accessibility>
  140. </object>
  141. <packing>
  142. <property name="left_attach">0</property>
  143. <property name="top_attach">2</property>
  144. </packing>
  145. </child>
  146. <child>
  147. <object class="GtkEntry" id="content">
  148. <property name="visible">True</property>
  149. <property name="can_focus">True</property>
  150. <property name="hexpand">True</property>
  151. <property name="activates_default">True</property>
  152. <property name="truncate-multiline">True</property>
  153. <accessibility>
  154. <relation type="labelled-by" target="label_content"/>
  155. </accessibility>
  156. </object>
  157. <packing>
  158. <property name="left_attach">1</property>
  159. <property name="top_attach">2</property>
  160. </packing>
  161. </child>
  162. <child>
  163. <object class="GtkComboBoxText" id="type">
  164. <property name="visible">True</property>
  165. <property name="can_focus">False</property>
  166. <property name="hexpand">True</property>
  167. <property name="active">0</property>
  168. <items>
  169. <item id="text" translatable="yes" context="addtargetdialog|type">Text</item>
  170. <item id="regex" translatable="yes" context="addtargetdialog|type">Regular expression</item>
  171. <item id="predefined" translatable="yes" context="addtargetdialog|type">Predefined</item>
  172. </items>
  173. <accessibility>
  174. <relation type="labelled-by" target="label_type"/>
  175. </accessibility>
  176. </object>
  177. <packing>
  178. <property name="left_attach">1</property>
  179. <property name="top_attach">1</property>
  180. </packing>
  181. </child>
  182. <child>
  183. <object class="GtkLabel" id="label_content_predef">
  184. <property name="sensitive">False</property>
  185. <property name="can_focus">False</property>
  186. <property name="label" translatable="yes" context="addtargetdialog|label_content_predef">Content:</property>
  187. <property name="use_underline">True</property>
  188. <accessibility>
  189. <relation type="label-for" target="content_predef"/>
  190. </accessibility>
  191. </object>
  192. <packing>
  193. <property name="left_attach">0</property>
  194. <property name="top_attach">3</property>
  195. </packing>
  196. </child>
  197. <child>
  198. <object class="GtkComboBoxText" id="content_predef">
  199. <property name="sensitive">False</property>
  200. <property name="can_focus">False</property>
  201. <property name="hexpand">True</property>
  202. <property name="active">0</property>
  203. <items>
  204. <item id="creditcard" translatable="yes" context="addtargetdialog|content_predef">Credit card numbers</item>
  205. <item id="email" translatable="yes" context="addtargetdialog|content_predef">Email addresses</item>
  206. <item id="ip" translatable="yes" context="addtargetdialog|content_predef">IP addresses</item>
  207. <item id="numdates" translatable="yes" context="addtargetdialog|content_predef">Dates (Numerical)</item>
  208. <item id="uknin" translatable="yes" context="addtargetdialog|content_predef">National Insurance Number (UK)</item>
  209. <item id="usssn" translatable="yes" context="addtargetdialog|content_predef">Social Security Number (US)</item>
  210. </items>
  211. <accessibility>
  212. <relation type="labelled-by" target="label_content_predef"/>
  213. </accessibility>
  214. </object>
  215. <packing>
  216. <property name="left_attach">1</property>
  217. <property name="top_attach">3</property>
  218. </packing>
  219. </child>
  220. </object>
  221. <packing>
  222. <property name="expand">False</property>
  223. <property name="fill">True</property>
  224. <property name="position">0</property>
  225. </packing>
  226. </child>
  227. <child>
  228. <object class="GtkBox">
  229. <property name="visible">True</property>
  230. <property name="can_focus">False</property>
  231. <property name="spacing">12</property>
  232. <child>
  233. <object class="GtkCheckButton" id="checkboxCaseSensitive">
  234. <property name="label" translatable="yes" context="addtargetdialog|checkboxCaseSensitive">Match case</property>
  235. <property name="visible">True</property>
  236. <property name="can_focus">True</property>
  237. <property name="receives_default">False</property>
  238. <property name="use_underline">True</property>
  239. <property name="draw_indicator">True</property>
  240. </object>
  241. <packing>
  242. <property name="expand">False</property>
  243. <property name="fill">True</property>
  244. <property name="position">0</property>
  245. </packing>
  246. </child>
  247. <child>
  248. <object class="GtkCheckButton" id="checkboxWholeWords">
  249. <property name="label" translatable="yes" context="addtargetdialog|checkboxWholeWords">Whole words only</property>
  250. <property name="visible">True</property>
  251. <property name="can_focus">True</property>
  252. <property name="receives_default">False</property>
  253. <property name="use_underline">True</property>
  254. <property name="draw_indicator">True</property>
  255. </object>
  256. <packing>
  257. <property name="expand">False</property>
  258. <property name="fill">True</property>
  259. <property name="pack_type">end</property>
  260. <property name="position">1</property>
  261. </packing>
  262. </child>
  263. </object>
  264. <packing>
  265. <property name="expand">False</property>
  266. <property name="fill">True</property>
  267. <property name="position">2</property>
  268. </packing>
  269. </child>
  270. </object>
  271. </child>
  272. <action-widgets>
  273. <action-widget response="-5">close</action-widget>
  274. <action-widget response="-6">cancel</action-widget>
  275. <action-widget response="-11">help</action-widget>
  276. </action-widgets>
  277. </object>
  278. </interface>