tdf#162786, tdf#161947: Add support for setuptools and pip
[LibreOffice.git] / sfx2 / uiconfig / ui / addtargetdialog.ui
blobc883fa9d90d734bafe55e0a8cc6fdff7f0bde16b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.40.0 -->
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 internal-child="vbox">
14 <object class="GtkBox" id="dialog-vbox1">
15 <property name="can-focus">False</property>
16 <property name="hexpand">True</property>
17 <property name="vexpand">True</property>
18 <property name="orientation">vertical</property>
19 <property name="spacing">12</property>
20 <child internal-child="action_area">
21 <object class="GtkButtonBox" id="dialog-action_area">
22 <property name="can-focus">False</property>
23 <property name="layout-style">end</property>
24 <child>
25 <object class="GtkButton" id="close">
26 <property name="label" translatable="yes" context="stock">_OK</property>
27 <property name="visible">True</property>
28 <property name="can-focus">True</property>
29 <property name="receives-default">True</property>
30 <property name="use-underline">True</property>
31 </object>
32 <packing>
33 <property name="expand">False</property>
34 <property name="fill">True</property>
35 <property name="position">0</property>
36 </packing>
37 </child>
38 <child>
39 <object class="GtkButton" id="cancel">
40 <property name="label" translatable="yes" context="stock">_Cancel</property>
41 <property name="visible">True</property>
42 <property name="can-focus">True</property>
43 <property name="receives-default">True</property>
44 <property name="use-underline">True</property>
45 </object>
46 <packing>
47 <property name="expand">False</property>
48 <property name="fill">True</property>
49 <property name="position">1</property>
50 </packing>
51 </child>
52 <child>
53 <object class="GtkButton" id="help">
54 <property name="label" translatable="yes" context="stock">_Help</property>
55 <property name="visible">True</property>
56 <property name="can-focus">True</property>
57 <property name="receives-default">True</property>
58 <property name="use-underline">True</property>
59 </object>
60 <packing>
61 <property name="expand">False</property>
62 <property name="fill">True</property>
63 <property name="position">2</property>
64 <property name="secondary">True</property>
65 </packing>
66 </child>
67 </object>
68 <packing>
69 <property name="expand">False</property>
70 <property name="fill">True</property>
71 <property name="pack-type">end</property>
72 <property name="position">0</property>
73 </packing>
74 </child>
75 <child>
76 <!-- n-columns=2 n-rows=4 -->
77 <object class="GtkGrid">
78 <property name="visible">True</property>
79 <property name="can-focus">False</property>
80 <property name="row-spacing">6</property>
81 <property name="column-spacing">12</property>
82 <child>
83 <object class="GtkLabel" id="label_name">
84 <property name="visible">True</property>
85 <property name="can-focus">False</property>
86 <property name="label" translatable="yes" context="addtargetdialog|label_name">Name:</property>
87 <property name="use-underline">True</property>
88 <accessibility>
89 <relation type="label-for" target="name"/>
90 </accessibility>
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 <object class="GtkEntry" id="name">
99 <property name="visible">True</property>
100 <property name="can-focus">True</property>
101 <property name="hexpand">True</property>
102 <property name="activates-default">True</property>
103 <property name="truncate-multiline">True</property>
104 <accessibility>
105 <relation type="labelled-by" target="label_name"/>
106 </accessibility>
107 </object>
108 <packing>
109 <property name="left-attach">1</property>
110 <property name="top-attach">0</property>
111 </packing>
112 </child>
113 <child>
114 <object class="GtkLabel" id="label_type">
115 <property name="visible">True</property>
116 <property name="can-focus">False</property>
117 <property name="label" translatable="yes" context="addtargetdialog|label_type">Type:</property>
118 <property name="use-underline">True</property>
119 <accessibility>
120 <relation type="label-for" target="type"/>
121 </accessibility>
122 </object>
123 <packing>
124 <property name="left-attach">0</property>
125 <property name="top-attach">1</property>
126 </packing>
127 </child>
128 <child>
129 <object class="GtkLabel" id="label_content">
130 <property name="visible">True</property>
131 <property name="can-focus">False</property>
132 <property name="label" translatable="yes" context="addtargetdialog|label_content">Content:</property>
133 <property name="use-underline">True</property>
134 <accessibility>
135 <relation type="label-for" target="content"/>
136 </accessibility>
137 </object>
138 <packing>
139 <property name="left-attach">0</property>
140 <property name="top-attach">2</property>
141 </packing>
142 </child>
143 <child>
144 <object class="GtkEntry" id="content">
145 <property name="visible">True</property>
146 <property name="can-focus">True</property>
147 <property name="hexpand">True</property>
148 <property name="activates-default">True</property>
149 <property name="truncate-multiline">True</property>
150 <accessibility>
151 <relation type="labelled-by" target="label_content"/>
152 </accessibility>
153 </object>
154 <packing>
155 <property name="left-attach">1</property>
156 <property name="top-attach">2</property>
157 </packing>
158 </child>
159 <child>
160 <object class="GtkComboBoxText" id="type">
161 <property name="visible">True</property>
162 <property name="can-focus">False</property>
163 <property name="hexpand">True</property>
164 <property name="active">0</property>
165 <items>
166 <item id="text" translatable="yes" context="addtargetdialog|type">Text</item>
167 <item id="regex" translatable="yes" context="addtargetdialog|type">Regular expression</item>
168 <item id="predefined" translatable="yes" context="addtargetdialog|type">Predefined</item>
169 </items>
170 <accessibility>
171 <relation type="labelled-by" target="label_type"/>
172 </accessibility>
173 </object>
174 <packing>
175 <property name="left-attach">1</property>
176 <property name="top-attach">1</property>
177 </packing>
178 </child>
179 <child>
180 <object class="GtkLabel" id="label_content_predef">
181 <property name="sensitive">False</property>
182 <property name="can-focus">False</property>
183 <property name="label" translatable="yes" context="addtargetdialog|label_content_predef">Content:</property>
184 <property name="use-underline">True</property>
185 <accessibility>
186 <relation type="label-for" target="content_predef"/>
187 </accessibility>
188 </object>
189 <packing>
190 <property name="left-attach">0</property>
191 <property name="top-attach">3</property>
192 </packing>
193 </child>
194 <child>
195 <object class="GtkComboBoxText" id="content_predef">
196 <property name="sensitive">False</property>
197 <property name="can-focus">False</property>
198 <property name="hexpand">True</property>
199 <property name="active">0</property>
200 <items>
201 <item id="creditcard" translatable="yes" context="addtargetdialog|content_predef">Credit card numbers</item>
202 <item id="email" translatable="yes" context="addtargetdialog|content_predef">Email addresses</item>
203 <item id="ip" translatable="yes" context="addtargetdialog|content_predef">IP addresses</item>
204 <item id="numdates" translatable="yes" context="addtargetdialog|content_predef">Dates (Numerical)</item>
205 <item id="uknin" translatable="yes" context="addtargetdialog|content_predef">National Insurance Number (UK)</item>
206 <item id="usssn" translatable="yes" context="addtargetdialog|content_predef">Social Security Number (US)</item>
207 </items>
208 <accessibility>
209 <relation type="labelled-by" target="label_content_predef"/>
210 </accessibility>
211 </object>
212 <packing>
213 <property name="left-attach">1</property>
214 <property name="top-attach">3</property>
215 </packing>
216 </child>
217 </object>
218 <packing>
219 <property name="expand">False</property>
220 <property name="fill">True</property>
221 <property name="position">0</property>
222 </packing>
223 </child>
224 <child>
225 <object class="GtkBox">
226 <property name="visible">True</property>
227 <property name="can-focus">False</property>
228 <property name="spacing">12</property>
229 <child>
230 <object class="GtkCheckButton" id="checkboxCaseSensitive">
231 <property name="label" translatable="yes" context="addtargetdialog|checkboxCaseSensitive">Match case</property>
232 <property name="visible">True</property>
233 <property name="can-focus">True</property>
234 <property name="receives-default">False</property>
235 <property name="use-underline">True</property>
236 <property name="draw-indicator">True</property>
237 </object>
238 <packing>
239 <property name="expand">False</property>
240 <property name="fill">True</property>
241 <property name="position">0</property>
242 </packing>
243 </child>
244 <child>
245 <object class="GtkCheckButton" id="checkboxWholeWords">
246 <property name="label" translatable="yes" context="addtargetdialog|checkboxWholeWords">Whole words only</property>
247 <property name="visible">True</property>
248 <property name="can-focus">True</property>
249 <property name="receives-default">False</property>
250 <property name="use-underline">True</property>
251 <property name="draw-indicator">True</property>
252 </object>
253 <packing>
254 <property name="expand">False</property>
255 <property name="fill">True</property>
256 <property name="pack-type">end</property>
257 <property name="position">1</property>
258 </packing>
259 </child>
260 </object>
261 <packing>
262 <property name="expand">False</property>
263 <property name="fill">True</property>
264 <property name="position">2</property>
265 </packing>
266 </child>
267 </object>
268 </child>
269 <action-widgets>
270 <action-widget response="-5">close</action-widget>
271 <action-widget response="-6">cancel</action-widget>
272 <action-widget response="-11">help</action-widget>
273 </action-widgets>
274 </object>
275 </interface>