xref: /aosp_15_r20/external/selinux/gui/polgen.ui (revision 2d543d20722ada2425b5bdab9d0d1d29470e7bba)
1*2d543d20SAndroid Build Coastguard Worker<?xml version="1.0"?>
2*2d543d20SAndroid Build Coastguard Worker<interface>
3*2d543d20SAndroid Build Coastguard Worker  <!-- interface-requires gtk+ 2.6 -->
4*2d543d20SAndroid Build Coastguard Worker  <!-- interface-naming-policy toplevel-contextual -->
5*2d543d20SAndroid Build Coastguard Worker  <object class="GtkAboutDialog" id="about_dialog">
6*2d543d20SAndroid Build Coastguard Worker    <property name="can_focus">False</property>
7*2d543d20SAndroid Build Coastguard Worker    <property name="border_width">5</property>
8*2d543d20SAndroid Build Coastguard Worker    <property name="type_hint">normal</property>
9*2d543d20SAndroid Build Coastguard Worker    <property name="copyright" translatable="yes">Red Hat 2007</property>
10*2d543d20SAndroid Build Coastguard Worker    <property name="website">www.redhat.com</property>
11*2d543d20SAndroid Build Coastguard Worker    <property name="license" translatable="yes">GPL</property>
12*2d543d20SAndroid Build Coastguard Worker    <property name="authors">Daniel Walsh &lt;[email protected]&gt;</property>
13*2d543d20SAndroid Build Coastguard Worker    <property comments="TRANSLATORS: Replace this string with your names, one name per line." name="translator_credits" translatable="yes">translator-credits</property>
14*2d543d20SAndroid Build Coastguard Worker    <child internal-child="vbox">
15*2d543d20SAndroid Build Coastguard Worker      <object class="GtkVBox" id="dialog-vbox3">
16*2d543d20SAndroid Build Coastguard Worker        <property name="can_focus">False</property>
17*2d543d20SAndroid Build Coastguard Worker        <child internal-child="action_area">
18*2d543d20SAndroid Build Coastguard Worker          <object class="GtkHButtonBox" id="dialog-action_area3">
19*2d543d20SAndroid Build Coastguard Worker            <property name="can_focus">False</property>
20*2d543d20SAndroid Build Coastguard Worker          </object>
21*2d543d20SAndroid Build Coastguard Worker          <packing>
22*2d543d20SAndroid Build Coastguard Worker            <property name="expand">False</property>
23*2d543d20SAndroid Build Coastguard Worker            <property name="fill">True</property>
24*2d543d20SAndroid Build Coastguard Worker            <property name="pack_type">end</property>
25*2d543d20SAndroid Build Coastguard Worker            <property name="position">0</property>
26*2d543d20SAndroid Build Coastguard Worker          </packing>
27*2d543d20SAndroid Build Coastguard Worker        </child>
28*2d543d20SAndroid Build Coastguard Worker      </object>
29*2d543d20SAndroid Build Coastguard Worker    </child>
30*2d543d20SAndroid Build Coastguard Worker  </object>
31*2d543d20SAndroid Build Coastguard Worker  <object class="GtkDialog" id="boolean_dialog">
32*2d543d20SAndroid Build Coastguard Worker    <property name="can_focus">False</property>
33*2d543d20SAndroid Build Coastguard Worker    <property name="border_width">12</property>
34*2d543d20SAndroid Build Coastguard Worker    <property name="title" translatable="yes">Add Booleans Dialog</property>
35*2d543d20SAndroid Build Coastguard Worker    <property name="window_position">mouse</property>
36*2d543d20SAndroid Build Coastguard Worker    <property name="default_width">400</property>
37*2d543d20SAndroid Build Coastguard Worker    <property name="type_hint">dialog</property>
38*2d543d20SAndroid Build Coastguard Worker    <child internal-child="vbox">
39*2d543d20SAndroid Build Coastguard Worker      <object class="GtkVBox" id="dialog-vbox2">
40*2d543d20SAndroid Build Coastguard Worker        <property name="visible">True</property>
41*2d543d20SAndroid Build Coastguard Worker        <property name="can_focus">False</property>
42*2d543d20SAndroid Build Coastguard Worker        <property name="spacing">6</property>
43*2d543d20SAndroid Build Coastguard Worker        <child internal-child="action_area">
44*2d543d20SAndroid Build Coastguard Worker          <object class="GtkHButtonBox" id="dialog-action_area2">
45*2d543d20SAndroid Build Coastguard Worker            <property name="visible">True</property>
46*2d543d20SAndroid Build Coastguard Worker            <property name="can_focus">False</property>
47*2d543d20SAndroid Build Coastguard Worker            <property name="layout_style">end</property>
48*2d543d20SAndroid Build Coastguard Worker            <child>
49*2d543d20SAndroid Build Coastguard Worker              <object class="GtkButton" id="cancelbutton1">
50*2d543d20SAndroid Build Coastguard Worker                <property name="label">gtk-cancel</property>
51*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
52*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">True</property>
53*2d543d20SAndroid Build Coastguard Worker                <property name="can_default">True</property>
54*2d543d20SAndroid Build Coastguard Worker                <property name="receives_default">False</property>
55*2d543d20SAndroid Build Coastguard Worker                <property name="use_stock">True</property>
56*2d543d20SAndroid Build Coastguard Worker              </object>
57*2d543d20SAndroid Build Coastguard Worker              <packing>
58*2d543d20SAndroid Build Coastguard Worker                <property name="expand">False</property>
59*2d543d20SAndroid Build Coastguard Worker                <property name="fill">False</property>
60*2d543d20SAndroid Build Coastguard Worker                <property name="position">0</property>
61*2d543d20SAndroid Build Coastguard Worker              </packing>
62*2d543d20SAndroid Build Coastguard Worker            </child>
63*2d543d20SAndroid Build Coastguard Worker            <child>
64*2d543d20SAndroid Build Coastguard Worker              <object class="GtkButton" id="okbutton1">
65*2d543d20SAndroid Build Coastguard Worker                <property name="label">gtk-add</property>
66*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
67*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">True</property>
68*2d543d20SAndroid Build Coastguard Worker                <property name="can_default">True</property>
69*2d543d20SAndroid Build Coastguard Worker                <property name="receives_default">False</property>
70*2d543d20SAndroid Build Coastguard Worker                <property name="use_stock">True</property>
71*2d543d20SAndroid Build Coastguard Worker              </object>
72*2d543d20SAndroid Build Coastguard Worker              <packing>
73*2d543d20SAndroid Build Coastguard Worker                <property name="expand">False</property>
74*2d543d20SAndroid Build Coastguard Worker                <property name="fill">False</property>
75*2d543d20SAndroid Build Coastguard Worker                <property name="position">1</property>
76*2d543d20SAndroid Build Coastguard Worker              </packing>
77*2d543d20SAndroid Build Coastguard Worker            </child>
78*2d543d20SAndroid Build Coastguard Worker          </object>
79*2d543d20SAndroid Build Coastguard Worker          <packing>
80*2d543d20SAndroid Build Coastguard Worker            <property name="expand">False</property>
81*2d543d20SAndroid Build Coastguard Worker            <property name="fill">True</property>
82*2d543d20SAndroid Build Coastguard Worker            <property name="pack_type">end</property>
83*2d543d20SAndroid Build Coastguard Worker            <property name="position">0</property>
84*2d543d20SAndroid Build Coastguard Worker          </packing>
85*2d543d20SAndroid Build Coastguard Worker        </child>
86*2d543d20SAndroid Build Coastguard Worker        <child>
87*2d543d20SAndroid Build Coastguard Worker          <object class="GtkTable" id="table6">
88*2d543d20SAndroid Build Coastguard Worker            <property name="visible">True</property>
89*2d543d20SAndroid Build Coastguard Worker            <property name="can_focus">False</property>
90*2d543d20SAndroid Build Coastguard Worker            <property name="n_rows">2</property>
91*2d543d20SAndroid Build Coastguard Worker            <property name="n_columns">2</property>
92*2d543d20SAndroid Build Coastguard Worker            <property name="column_spacing">12</property>
93*2d543d20SAndroid Build Coastguard Worker            <property name="row_spacing">6</property>
94*2d543d20SAndroid Build Coastguard Worker            <child>
95*2d543d20SAndroid Build Coastguard Worker              <object class="GtkLabel" id="label48">
96*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
97*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">False</property>
98*2d543d20SAndroid Build Coastguard Worker                <property name="xalign">0</property>
99*2d543d20SAndroid Build Coastguard Worker                <property name="label" translatable="yes">Boolean Name</property>
100*2d543d20SAndroid Build Coastguard Worker              </object>
101*2d543d20SAndroid Build Coastguard Worker              <packing>
102*2d543d20SAndroid Build Coastguard Worker                <property name="x_options">GTK_FILL</property>
103*2d543d20SAndroid Build Coastguard Worker                <property name="y_options"/>
104*2d543d20SAndroid Build Coastguard Worker              </packing>
105*2d543d20SAndroid Build Coastguard Worker            </child>
106*2d543d20SAndroid Build Coastguard Worker            <child>
107*2d543d20SAndroid Build Coastguard Worker              <object class="GtkLabel" id="label49">
108*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
109*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">False</property>
110*2d543d20SAndroid Build Coastguard Worker                <property name="xalign">0</property>
111*2d543d20SAndroid Build Coastguard Worker                <property name="label" translatable="yes">Description</property>
112*2d543d20SAndroid Build Coastguard Worker              </object>
113*2d543d20SAndroid Build Coastguard Worker              <packing>
114*2d543d20SAndroid Build Coastguard Worker                <property name="top_attach">1</property>
115*2d543d20SAndroid Build Coastguard Worker                <property name="bottom_attach">2</property>
116*2d543d20SAndroid Build Coastguard Worker                <property name="x_options">GTK_FILL</property>
117*2d543d20SAndroid Build Coastguard Worker                <property name="y_options"/>
118*2d543d20SAndroid Build Coastguard Worker              </packing>
119*2d543d20SAndroid Build Coastguard Worker            </child>
120*2d543d20SAndroid Build Coastguard Worker            <child>
121*2d543d20SAndroid Build Coastguard Worker              <object class="GtkEntry" id="boolean_name_entry">
122*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
123*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">True</property>
124*2d543d20SAndroid Build Coastguard Worker                <property name="invisible_char">&#x2022;</property>
125*2d543d20SAndroid Build Coastguard Worker                <property name="primary_icon_activatable">False</property>
126*2d543d20SAndroid Build Coastguard Worker                <property name="secondary_icon_activatable">False</property>
127*2d543d20SAndroid Build Coastguard Worker                <property name="primary_icon_sensitive">True</property>
128*2d543d20SAndroid Build Coastguard Worker                <property name="secondary_icon_sensitive">True</property>
129*2d543d20SAndroid Build Coastguard Worker              </object>
130*2d543d20SAndroid Build Coastguard Worker              <packing>
131*2d543d20SAndroid Build Coastguard Worker                <property name="left_attach">1</property>
132*2d543d20SAndroid Build Coastguard Worker                <property name="right_attach">2</property>
133*2d543d20SAndroid Build Coastguard Worker                <property name="y_options"/>
134*2d543d20SAndroid Build Coastguard Worker              </packing>
135*2d543d20SAndroid Build Coastguard Worker            </child>
136*2d543d20SAndroid Build Coastguard Worker            <child>
137*2d543d20SAndroid Build Coastguard Worker              <object class="GtkEntry" id="boolean_description_entry">
138*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
139*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">True</property>
140*2d543d20SAndroid Build Coastguard Worker                <property name="invisible_char">&#x2022;</property>
141*2d543d20SAndroid Build Coastguard Worker                <property name="primary_icon_activatable">False</property>
142*2d543d20SAndroid Build Coastguard Worker                <property name="secondary_icon_activatable">False</property>
143*2d543d20SAndroid Build Coastguard Worker                <property name="primary_icon_sensitive">True</property>
144*2d543d20SAndroid Build Coastguard Worker                <property name="secondary_icon_sensitive">True</property>
145*2d543d20SAndroid Build Coastguard Worker              </object>
146*2d543d20SAndroid Build Coastguard Worker              <packing>
147*2d543d20SAndroid Build Coastguard Worker                <property name="left_attach">1</property>
148*2d543d20SAndroid Build Coastguard Worker                <property name="right_attach">2</property>
149*2d543d20SAndroid Build Coastguard Worker                <property name="top_attach">1</property>
150*2d543d20SAndroid Build Coastguard Worker                <property name="bottom_attach">2</property>
151*2d543d20SAndroid Build Coastguard Worker                <property name="y_options"/>
152*2d543d20SAndroid Build Coastguard Worker              </packing>
153*2d543d20SAndroid Build Coastguard Worker            </child>
154*2d543d20SAndroid Build Coastguard Worker          </object>
155*2d543d20SAndroid Build Coastguard Worker          <packing>
156*2d543d20SAndroid Build Coastguard Worker            <property name="expand">True</property>
157*2d543d20SAndroid Build Coastguard Worker            <property name="fill">True</property>
158*2d543d20SAndroid Build Coastguard Worker            <property name="position">1</property>
159*2d543d20SAndroid Build Coastguard Worker          </packing>
160*2d543d20SAndroid Build Coastguard Worker        </child>
161*2d543d20SAndroid Build Coastguard Worker      </object>
162*2d543d20SAndroid Build Coastguard Worker    </child>
163*2d543d20SAndroid Build Coastguard Worker    <action-widgets>
164*2d543d20SAndroid Build Coastguard Worker      <action-widget response="-6">cancelbutton1</action-widget>
165*2d543d20SAndroid Build Coastguard Worker      <action-widget response="-5">okbutton1</action-widget>
166*2d543d20SAndroid Build Coastguard Worker    </action-widgets>
167*2d543d20SAndroid Build Coastguard Worker  </object>
168*2d543d20SAndroid Build Coastguard Worker  <object class="GtkFileChooserDialog" id="filechooserdialog">
169*2d543d20SAndroid Build Coastguard Worker    <property name="can_focus">False</property>
170*2d543d20SAndroid Build Coastguard Worker    <property name="border_width">5</property>
171*2d543d20SAndroid Build Coastguard Worker    <property name="window_position">mouse</property>
172*2d543d20SAndroid Build Coastguard Worker    <property name="type_hint">dialog</property>
173*2d543d20SAndroid Build Coastguard Worker    <property name="select_multiple">True</property>
174*2d543d20SAndroid Build Coastguard Worker    <property name="show_hidden">True</property>
175*2d543d20SAndroid Build Coastguard Worker    <child internal-child="vbox">
176*2d543d20SAndroid Build Coastguard Worker      <object class="GtkVBox" id="dialog-vbox1">
177*2d543d20SAndroid Build Coastguard Worker        <property name="visible">True</property>
178*2d543d20SAndroid Build Coastguard Worker        <property name="can_focus">False</property>
179*2d543d20SAndroid Build Coastguard Worker        <property name="spacing">24</property>
180*2d543d20SAndroid Build Coastguard Worker        <child internal-child="action_area">
181*2d543d20SAndroid Build Coastguard Worker          <object class="GtkHButtonBox" id="dialog-action_area1">
182*2d543d20SAndroid Build Coastguard Worker            <property name="visible">True</property>
183*2d543d20SAndroid Build Coastguard Worker            <property name="can_focus">False</property>
184*2d543d20SAndroid Build Coastguard Worker            <property name="layout_style">end</property>
185*2d543d20SAndroid Build Coastguard Worker            <child>
186*2d543d20SAndroid Build Coastguard Worker              <object class="GtkButton" id="button5">
187*2d543d20SAndroid Build Coastguard Worker                <property name="label">gtk-cancel</property>
188*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
189*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">True</property>
190*2d543d20SAndroid Build Coastguard Worker                <property name="can_default">True</property>
191*2d543d20SAndroid Build Coastguard Worker                <property name="receives_default">False</property>
192*2d543d20SAndroid Build Coastguard Worker                <property name="use_stock">True</property>
193*2d543d20SAndroid Build Coastguard Worker              </object>
194*2d543d20SAndroid Build Coastguard Worker              <packing>
195*2d543d20SAndroid Build Coastguard Worker                <property name="expand">False</property>
196*2d543d20SAndroid Build Coastguard Worker                <property name="fill">False</property>
197*2d543d20SAndroid Build Coastguard Worker                <property name="position">0</property>
198*2d543d20SAndroid Build Coastguard Worker              </packing>
199*2d543d20SAndroid Build Coastguard Worker            </child>
200*2d543d20SAndroid Build Coastguard Worker            <child>
201*2d543d20SAndroid Build Coastguard Worker              <object class="GtkButton" id="button6">
202*2d543d20SAndroid Build Coastguard Worker                <property name="label">gtk-add</property>
203*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
204*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">True</property>
205*2d543d20SAndroid Build Coastguard Worker                <property name="can_default">True</property>
206*2d543d20SAndroid Build Coastguard Worker                <property name="has_default">True</property>
207*2d543d20SAndroid Build Coastguard Worker                <property name="receives_default">False</property>
208*2d543d20SAndroid Build Coastguard Worker                <property name="use_stock">True</property>
209*2d543d20SAndroid Build Coastguard Worker              </object>
210*2d543d20SAndroid Build Coastguard Worker              <packing>
211*2d543d20SAndroid Build Coastguard Worker                <property name="expand">False</property>
212*2d543d20SAndroid Build Coastguard Worker                <property name="fill">False</property>
213*2d543d20SAndroid Build Coastguard Worker                <property name="position">1</property>
214*2d543d20SAndroid Build Coastguard Worker              </packing>
215*2d543d20SAndroid Build Coastguard Worker            </child>
216*2d543d20SAndroid Build Coastguard Worker          </object>
217*2d543d20SAndroid Build Coastguard Worker          <packing>
218*2d543d20SAndroid Build Coastguard Worker            <property name="expand">False</property>
219*2d543d20SAndroid Build Coastguard Worker            <property name="fill">True</property>
220*2d543d20SAndroid Build Coastguard Worker            <property name="pack_type">end</property>
221*2d543d20SAndroid Build Coastguard Worker            <property name="position">0</property>
222*2d543d20SAndroid Build Coastguard Worker          </packing>
223*2d543d20SAndroid Build Coastguard Worker        </child>
224*2d543d20SAndroid Build Coastguard Worker      </object>
225*2d543d20SAndroid Build Coastguard Worker    </child>
226*2d543d20SAndroid Build Coastguard Worker    <action-widgets>
227*2d543d20SAndroid Build Coastguard Worker      <action-widget response="-6">button5</action-widget>
228*2d543d20SAndroid Build Coastguard Worker      <action-widget response="-5">button6</action-widget>
229*2d543d20SAndroid Build Coastguard Worker    </action-widgets>
230*2d543d20SAndroid Build Coastguard Worker  </object>
231*2d543d20SAndroid Build Coastguard Worker  <object class="GtkWindow" id="main_window">
232*2d543d20SAndroid Build Coastguard Worker    <property name="visible">True</property>
233*2d543d20SAndroid Build Coastguard Worker    <property name="can_focus">False</property>
234*2d543d20SAndroid Build Coastguard Worker    <property name="title" translatable="yes">SELinux Policy Generation Tool</property>
235*2d543d20SAndroid Build Coastguard Worker    <child>
236*2d543d20SAndroid Build Coastguard Worker      <object class="GtkVBox" id="vbox11">
237*2d543d20SAndroid Build Coastguard Worker        <property name="visible">True</property>
238*2d543d20SAndroid Build Coastguard Worker        <property name="can_focus">False</property>
239*2d543d20SAndroid Build Coastguard Worker        <property name="spacing">18</property>
240*2d543d20SAndroid Build Coastguard Worker        <child>
241*2d543d20SAndroid Build Coastguard Worker          <object class="GtkNotebook" id="notebook">
242*2d543d20SAndroid Build Coastguard Worker            <property name="visible">True</property>
243*2d543d20SAndroid Build Coastguard Worker            <property name="can_focus">False</property>
244*2d543d20SAndroid Build Coastguard Worker            <property name="tab_pos">left</property>
245*2d543d20SAndroid Build Coastguard Worker            <property name="show_tabs">False</property>
246*2d543d20SAndroid Build Coastguard Worker            <child>
247*2d543d20SAndroid Build Coastguard Worker              <object class="GtkVBox" id="vbox59">
248*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
249*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">False</property>
250*2d543d20SAndroid Build Coastguard Worker                <child>
251*2d543d20SAndroid Build Coastguard Worker                  <object class="GtkLabel" id="select_type_label">
252*2d543d20SAndroid Build Coastguard Worker                    <property name="visible">True</property>
253*2d543d20SAndroid Build Coastguard Worker                    <property name="can_focus">False</property>
254*2d543d20SAndroid Build Coastguard Worker                    <property name="xalign">0</property>
255*2d543d20SAndroid Build Coastguard Worker                    <property name="label" translatable="yes">&lt;b&gt;Select the policy type for the application or user role you want to confine:&lt;/b&gt;</property>
256*2d543d20SAndroid Build Coastguard Worker                    <property name="use_markup">True</property>
257*2d543d20SAndroid Build Coastguard Worker                  </object>
258*2d543d20SAndroid Build Coastguard Worker                  <packing>
259*2d543d20SAndroid Build Coastguard Worker                    <property name="expand">False</property>
260*2d543d20SAndroid Build Coastguard Worker                    <property name="fill">False</property>
261*2d543d20SAndroid Build Coastguard Worker                    <property name="padding">5</property>
262*2d543d20SAndroid Build Coastguard Worker                    <property name="position">0</property>
263*2d543d20SAndroid Build Coastguard Worker                  </packing>
264*2d543d20SAndroid Build Coastguard Worker                </child>
265*2d543d20SAndroid Build Coastguard Worker                <child>
266*2d543d20SAndroid Build Coastguard Worker                  <object class="GtkVBox" id="vbox58">
267*2d543d20SAndroid Build Coastguard Worker                    <property name="visible">True</property>
268*2d543d20SAndroid Build Coastguard Worker                    <property name="can_focus">False</property>
269*2d543d20SAndroid Build Coastguard Worker                    <child>
270*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkVBox" id="vbox14">
271*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
272*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">False</property>
273*2d543d20SAndroid Build Coastguard Worker                        <child>
274*2d543d20SAndroid Build Coastguard Worker                          <object class="GtkHBox" id="hbox16">
275*2d543d20SAndroid Build Coastguard Worker                            <property name="visible">True</property>
276*2d543d20SAndroid Build Coastguard Worker                            <property name="can_focus">False</property>
277*2d543d20SAndroid Build Coastguard Worker                            <property name="spacing">12</property>
278*2d543d20SAndroid Build Coastguard Worker                            <child>
279*2d543d20SAndroid Build Coastguard Worker                              <object class="GtkVBox" id="vbox18">
280*2d543d20SAndroid Build Coastguard Worker                                <property name="visible">True</property>
281*2d543d20SAndroid Build Coastguard Worker                                <property name="can_focus">False</property>
282*2d543d20SAndroid Build Coastguard Worker                                <property name="spacing">6</property>
283*2d543d20SAndroid Build Coastguard Worker                                <child>
284*2d543d20SAndroid Build Coastguard Worker                                  <object class="GtkLabel" id="label41">
285*2d543d20SAndroid Build Coastguard Worker                                    <property name="visible">True</property>
286*2d543d20SAndroid Build Coastguard Worker                                    <property name="can_focus">False</property>
287*2d543d20SAndroid Build Coastguard Worker                                    <property name="xalign">0</property>
288*2d543d20SAndroid Build Coastguard Worker                                    <property name="label" translatable="yes">&lt;b&gt;Applications&lt;/b&gt;</property>
289*2d543d20SAndroid Build Coastguard Worker                                    <property name="use_markup">True</property>
290*2d543d20SAndroid Build Coastguard Worker                                  </object>
291*2d543d20SAndroid Build Coastguard Worker                                  <packing>
292*2d543d20SAndroid Build Coastguard Worker                                    <property name="expand">False</property>
293*2d543d20SAndroid Build Coastguard Worker                                    <property name="fill">False</property>
294*2d543d20SAndroid Build Coastguard Worker                                    <property name="position">0</property>
295*2d543d20SAndroid Build Coastguard Worker                                  </packing>
296*2d543d20SAndroid Build Coastguard Worker                                </child>
297*2d543d20SAndroid Build Coastguard Worker                                <child>
298*2d543d20SAndroid Build Coastguard Worker                                  <object class="GtkHBox" id="hbox17">
299*2d543d20SAndroid Build Coastguard Worker                                    <property name="visible">True</property>
300*2d543d20SAndroid Build Coastguard Worker                                    <property name="can_focus">False</property>
301*2d543d20SAndroid Build Coastguard Worker                                    <child>
302*2d543d20SAndroid Build Coastguard Worker                                      <object class="GtkLabel" id="label52">
303*2d543d20SAndroid Build Coastguard Worker                                        <property name="visible">True</property>
304*2d543d20SAndroid Build Coastguard Worker                                        <property name="can_focus">False</property>
305*2d543d20SAndroid Build Coastguard Worker                                        <property name="label">    </property>
306*2d543d20SAndroid Build Coastguard Worker                                      </object>
307*2d543d20SAndroid Build Coastguard Worker                                      <packing>
308*2d543d20SAndroid Build Coastguard Worker                                        <property name="expand">False</property>
309*2d543d20SAndroid Build Coastguard Worker                                        <property name="fill">False</property>
310*2d543d20SAndroid Build Coastguard Worker                                        <property name="position">0</property>
311*2d543d20SAndroid Build Coastguard Worker                                      </packing>
312*2d543d20SAndroid Build Coastguard Worker                                    </child>
313*2d543d20SAndroid Build Coastguard Worker                                    <child>
314*2d543d20SAndroid Build Coastguard Worker                                      <object class="GtkVBox" id="vbox6">
315*2d543d20SAndroid Build Coastguard Worker                                        <property name="visible">True</property>
316*2d543d20SAndroid Build Coastguard Worker                                        <property name="can_focus">False</property>
317*2d543d20SAndroid Build Coastguard Worker                                        <property name="spacing">6</property>
318*2d543d20SAndroid Build Coastguard Worker                                        <child>
319*2d543d20SAndroid Build Coastguard Worker                                          <object class="GtkRadioButton" id="init_radiobutton">
320*2d543d20SAndroid Build Coastguard Worker                                            <property name="label" translatable="yes">Standard Init Daemon</property>
321*2d543d20SAndroid Build Coastguard Worker                                            <property name="visible">True</property>
322*2d543d20SAndroid Build Coastguard Worker                                            <property name="can_focus">True</property>
323*2d543d20SAndroid Build Coastguard Worker                                            <property name="receives_default">False</property>
324*2d543d20SAndroid Build Coastguard Worker                                            <property name="tooltip-text" translatable="yes">Standard Init Daemon are daemons started on boot via init scripts.  Usually requires a script in /etc/rc.d/init.d</property>
325*2d543d20SAndroid Build Coastguard Worker                                            <property name="use_underline">True</property>
326*2d543d20SAndroid Build Coastguard Worker                                            <property name="draw_indicator">True</property>
327*2d543d20SAndroid Build Coastguard Worker                                          </object>
328*2d543d20SAndroid Build Coastguard Worker                                          <packing>
329*2d543d20SAndroid Build Coastguard Worker                                            <property name="expand">False</property>
330*2d543d20SAndroid Build Coastguard Worker                                            <property name="fill">False</property>
331*2d543d20SAndroid Build Coastguard Worker                                            <property name="position">0</property>
332*2d543d20SAndroid Build Coastguard Worker                                          </packing>
333*2d543d20SAndroid Build Coastguard Worker                                        </child>
334*2d543d20SAndroid Build Coastguard Worker                                        <child>
335*2d543d20SAndroid Build Coastguard Worker                                          <object class="GtkRadioButton" id="dbus_radiobutton">
336*2d543d20SAndroid Build Coastguard Worker                                            <property name="label" translatable="yes">DBUS System Daemon</property>
337*2d543d20SAndroid Build Coastguard Worker                                            <property name="visible">True</property>
338*2d543d20SAndroid Build Coastguard Worker                                            <property name="can_focus">True</property>
339*2d543d20SAndroid Build Coastguard Worker                                            <property name="receives_default">False</property>
340*2d543d20SAndroid Build Coastguard Worker                                            <property name="tooltip-text" translatable="yes">Standard Init Daemon are daemons started on boot via init scripts.  Usually requires a script in /etc/rc.d/init.d</property>
341*2d543d20SAndroid Build Coastguard Worker                                            <property name="use_underline">True</property>
342*2d543d20SAndroid Build Coastguard Worker                                            <property name="draw_indicator">True</property>
343*2d543d20SAndroid Build Coastguard Worker                                            <property name="group">init_radiobutton</property>
344*2d543d20SAndroid Build Coastguard Worker                                          </object>
345*2d543d20SAndroid Build Coastguard Worker                                          <packing>
346*2d543d20SAndroid Build Coastguard Worker                                            <property name="expand">False</property>
347*2d543d20SAndroid Build Coastguard Worker                                            <property name="fill">False</property>
348*2d543d20SAndroid Build Coastguard Worker                                            <property name="position">1</property>
349*2d543d20SAndroid Build Coastguard Worker                                          </packing>
350*2d543d20SAndroid Build Coastguard Worker                                        </child>
351*2d543d20SAndroid Build Coastguard Worker                                        <child>
352*2d543d20SAndroid Build Coastguard Worker                                          <object class="GtkRadioButton" id="inetd_radiobutton">
353*2d543d20SAndroid Build Coastguard Worker                                            <property name="label" translatable="yes">Internet Services Daemon (inetd)</property>
354*2d543d20SAndroid Build Coastguard Worker                                            <property name="visible">True</property>
355*2d543d20SAndroid Build Coastguard Worker                                            <property name="can_focus">True</property>
356*2d543d20SAndroid Build Coastguard Worker                                            <property name="receives_default">False</property>
357*2d543d20SAndroid Build Coastguard Worker                                            <property name="tooltip-text" translatable="yes">Internet Services Daemon are daemons started by xinetd</property>
358*2d543d20SAndroid Build Coastguard Worker                                            <property name="use_underline">True</property>
359*2d543d20SAndroid Build Coastguard Worker                                            <property name="draw_indicator">True</property>
360*2d543d20SAndroid Build Coastguard Worker                                            <property name="group">init_radiobutton</property>
361*2d543d20SAndroid Build Coastguard Worker                                          </object>
362*2d543d20SAndroid Build Coastguard Worker                                          <packing>
363*2d543d20SAndroid Build Coastguard Worker                                            <property name="expand">False</property>
364*2d543d20SAndroid Build Coastguard Worker                                            <property name="fill">False</property>
365*2d543d20SAndroid Build Coastguard Worker                                            <property name="position">2</property>
366*2d543d20SAndroid Build Coastguard Worker                                          </packing>
367*2d543d20SAndroid Build Coastguard Worker                                        </child>
368*2d543d20SAndroid Build Coastguard Worker                                        <child>
369*2d543d20SAndroid Build Coastguard Worker                                          <object class="GtkRadioButton" id="cgi_radiobutton">
370*2d543d20SAndroid Build Coastguard Worker                                            <property name="label" translatable="yes">Web Application/Script (CGI)</property>
371*2d543d20SAndroid Build Coastguard Worker                                            <property name="visible">True</property>
372*2d543d20SAndroid Build Coastguard Worker                                            <property name="can_focus">True</property>
373*2d543d20SAndroid Build Coastguard Worker                                            <property name="receives_default">False</property>
374*2d543d20SAndroid Build Coastguard Worker                                            <property name="tooltip-text" translatable="yes">Web Applications/Script (CGI) CGI scripts started by the web server (apache)</property>
375*2d543d20SAndroid Build Coastguard Worker                                            <property name="use_underline">True</property>
376*2d543d20SAndroid Build Coastguard Worker                                            <property name="draw_indicator">True</property>
377*2d543d20SAndroid Build Coastguard Worker                                            <property name="group">init_radiobutton</property>
378*2d543d20SAndroid Build Coastguard Worker                                          </object>
379*2d543d20SAndroid Build Coastguard Worker                                          <packing>
380*2d543d20SAndroid Build Coastguard Worker                                            <property name="expand">False</property>
381*2d543d20SAndroid Build Coastguard Worker                                            <property name="fill">False</property>
382*2d543d20SAndroid Build Coastguard Worker                                            <property name="position">3</property>
383*2d543d20SAndroid Build Coastguard Worker                                          </packing>
384*2d543d20SAndroid Build Coastguard Worker                                        </child>
385*2d543d20SAndroid Build Coastguard Worker                                        <child>
386*2d543d20SAndroid Build Coastguard Worker                                          <object class="GtkRadioButton" id="user_radiobutton">
387*2d543d20SAndroid Build Coastguard Worker                                            <property name="label" translatable="yes">User Application</property>
388*2d543d20SAndroid Build Coastguard Worker                                            <property name="visible">True</property>
389*2d543d20SAndroid Build Coastguard Worker                                            <property name="can_focus">True</property>
390*2d543d20SAndroid Build Coastguard Worker                                            <property name="receives_default">False</property>
391*2d543d20SAndroid Build Coastguard Worker                                            <property name="tooltip-text" translatable="yes">User Application are any application that you would like to confine that is started by a user</property>
392*2d543d20SAndroid Build Coastguard Worker                                            <property name="use_underline">True</property>
393*2d543d20SAndroid Build Coastguard Worker                                            <property name="draw_indicator">True</property>
394*2d543d20SAndroid Build Coastguard Worker                                            <property name="group">init_radiobutton</property>
395*2d543d20SAndroid Build Coastguard Worker                                          </object>
396*2d543d20SAndroid Build Coastguard Worker                                          <packing>
397*2d543d20SAndroid Build Coastguard Worker                                            <property name="expand">False</property>
398*2d543d20SAndroid Build Coastguard Worker                                            <property name="fill">False</property>
399*2d543d20SAndroid Build Coastguard Worker                                            <property name="position">4</property>
400*2d543d20SAndroid Build Coastguard Worker                                          </packing>
401*2d543d20SAndroid Build Coastguard Worker                                        </child>
402*2d543d20SAndroid Build Coastguard Worker                                        <child>
403*2d543d20SAndroid Build Coastguard Worker                                          <object class="GtkRadioButton" id="sandbox_radiobutton">
404*2d543d20SAndroid Build Coastguard Worker                                            <property name="label" translatable="yes">Sandbox</property>
405*2d543d20SAndroid Build Coastguard Worker                                            <property name="visible">True</property>
406*2d543d20SAndroid Build Coastguard Worker                                            <property name="can_focus">True</property>
407*2d543d20SAndroid Build Coastguard Worker                                            <property name="receives_default">False</property>
408*2d543d20SAndroid Build Coastguard Worker                                            <property name="tooltip-text" translatable="yes">User Application are any application that you would like to confine that is started by a user</property>
409*2d543d20SAndroid Build Coastguard Worker                                            <property name="use_underline">True</property>
410*2d543d20SAndroid Build Coastguard Worker                                            <property name="draw_indicator">True</property>
411*2d543d20SAndroid Build Coastguard Worker                                            <property name="group">init_radiobutton</property>
412*2d543d20SAndroid Build Coastguard Worker                                          </object>
413*2d543d20SAndroid Build Coastguard Worker                                          <packing>
414*2d543d20SAndroid Build Coastguard Worker                                            <property name="expand">False</property>
415*2d543d20SAndroid Build Coastguard Worker                                            <property name="fill">False</property>
416*2d543d20SAndroid Build Coastguard Worker                                            <property name="position">5</property>
417*2d543d20SAndroid Build Coastguard Worker                                          </packing>
418*2d543d20SAndroid Build Coastguard Worker                                        </child>
419*2d543d20SAndroid Build Coastguard Worker                                      </object>
420*2d543d20SAndroid Build Coastguard Worker                                      <packing>
421*2d543d20SAndroid Build Coastguard Worker                                        <property name="expand">False</property>
422*2d543d20SAndroid Build Coastguard Worker                                        <property name="fill">False</property>
423*2d543d20SAndroid Build Coastguard Worker                                        <property name="position">1</property>
424*2d543d20SAndroid Build Coastguard Worker                                      </packing>
425*2d543d20SAndroid Build Coastguard Worker                                    </child>
426*2d543d20SAndroid Build Coastguard Worker                                  </object>
427*2d543d20SAndroid Build Coastguard Worker                                  <packing>
428*2d543d20SAndroid Build Coastguard Worker                                    <property name="expand">True</property>
429*2d543d20SAndroid Build Coastguard Worker                                    <property name="fill">True</property>
430*2d543d20SAndroid Build Coastguard Worker                                    <property name="position">1</property>
431*2d543d20SAndroid Build Coastguard Worker                                  </packing>
432*2d543d20SAndroid Build Coastguard Worker                                </child>
433*2d543d20SAndroid Build Coastguard Worker                              </object>
434*2d543d20SAndroid Build Coastguard Worker                              <packing>
435*2d543d20SAndroid Build Coastguard Worker                                <property name="expand">False</property>
436*2d543d20SAndroid Build Coastguard Worker                                <property name="fill">True</property>
437*2d543d20SAndroid Build Coastguard Worker                                <property name="position">0</property>
438*2d543d20SAndroid Build Coastguard Worker                              </packing>
439*2d543d20SAndroid Build Coastguard Worker                            </child>
440*2d543d20SAndroid Build Coastguard Worker                            <child>
441*2d543d20SAndroid Build Coastguard Worker                              <object class="GtkVBox" id="vbox19">
442*2d543d20SAndroid Build Coastguard Worker                                <property name="visible">True</property>
443*2d543d20SAndroid Build Coastguard Worker                                <property name="can_focus">False</property>
444*2d543d20SAndroid Build Coastguard Worker                                <property name="spacing">6</property>
445*2d543d20SAndroid Build Coastguard Worker                                <child>
446*2d543d20SAndroid Build Coastguard Worker                                  <object class="GtkLabel" id="label42">
447*2d543d20SAndroid Build Coastguard Worker                                    <property name="visible">True</property>
448*2d543d20SAndroid Build Coastguard Worker                                    <property name="can_focus">False</property>
449*2d543d20SAndroid Build Coastguard Worker                                    <property name="xalign">0</property>
450*2d543d20SAndroid Build Coastguard Worker                                    <property name="label" translatable="yes">&lt;b&gt;Login Users&lt;/b&gt;</property>
451*2d543d20SAndroid Build Coastguard Worker                                    <property name="use_markup">True</property>
452*2d543d20SAndroid Build Coastguard Worker                                  </object>
453*2d543d20SAndroid Build Coastguard Worker                                  <packing>
454*2d543d20SAndroid Build Coastguard Worker                                    <property name="expand">False</property>
455*2d543d20SAndroid Build Coastguard Worker                                    <property name="fill">False</property>
456*2d543d20SAndroid Build Coastguard Worker                                    <property name="position">0</property>
457*2d543d20SAndroid Build Coastguard Worker                                  </packing>
458*2d543d20SAndroid Build Coastguard Worker                                </child>
459*2d543d20SAndroid Build Coastguard Worker                                <child>
460*2d543d20SAndroid Build Coastguard Worker                                  <object class="GtkHBox" id="hbox18">
461*2d543d20SAndroid Build Coastguard Worker                                    <property name="visible">True</property>
462*2d543d20SAndroid Build Coastguard Worker                                    <property name="can_focus">False</property>
463*2d543d20SAndroid Build Coastguard Worker                                    <child>
464*2d543d20SAndroid Build Coastguard Worker                                      <object class="GtkLabel" id="label53">
465*2d543d20SAndroid Build Coastguard Worker                                        <property name="visible">True</property>
466*2d543d20SAndroid Build Coastguard Worker                                        <property name="can_focus">False</property>
467*2d543d20SAndroid Build Coastguard Worker                                        <property name="label">    </property>
468*2d543d20SAndroid Build Coastguard Worker                                      </object>
469*2d543d20SAndroid Build Coastguard Worker                                      <packing>
470*2d543d20SAndroid Build Coastguard Worker                                        <property name="expand">False</property>
471*2d543d20SAndroid Build Coastguard Worker                                        <property name="fill">False</property>
472*2d543d20SAndroid Build Coastguard Worker                                        <property name="position">0</property>
473*2d543d20SAndroid Build Coastguard Worker                                      </packing>
474*2d543d20SAndroid Build Coastguard Worker                                    </child>
475*2d543d20SAndroid Build Coastguard Worker                                    <child>
476*2d543d20SAndroid Build Coastguard Worker                                      <object class="GtkVBox" id="vbox15">
477*2d543d20SAndroid Build Coastguard Worker                                        <property name="visible">True</property>
478*2d543d20SAndroid Build Coastguard Worker                                        <property name="can_focus">False</property>
479*2d543d20SAndroid Build Coastguard Worker                                        <property name="spacing">6</property>
480*2d543d20SAndroid Build Coastguard Worker                                        <child>
481*2d543d20SAndroid Build Coastguard Worker                                          <object class="GtkRadioButton" id="existing_user_radiobutton">
482*2d543d20SAndroid Build Coastguard Worker                                            <property name="label" translatable="yes">Existing User Roles</property>
483*2d543d20SAndroid Build Coastguard Worker                                            <property name="visible">True</property>
484*2d543d20SAndroid Build Coastguard Worker                                            <property name="can_focus">True</property>
485*2d543d20SAndroid Build Coastguard Worker                                            <property name="receives_default">False</property>
486*2d543d20SAndroid Build Coastguard Worker                                            <property name="tooltip-text" translatable="yes">Modify an existing login user record.</property>
487*2d543d20SAndroid Build Coastguard Worker                                            <property name="use_underline">True</property>
488*2d543d20SAndroid Build Coastguard Worker                                            <property name="draw_indicator">True</property>
489*2d543d20SAndroid Build Coastguard Worker                                            <property name="group">init_radiobutton</property>
490*2d543d20SAndroid Build Coastguard Worker                                          </object>
491*2d543d20SAndroid Build Coastguard Worker                                          <packing>
492*2d543d20SAndroid Build Coastguard Worker                                            <property name="expand">False</property>
493*2d543d20SAndroid Build Coastguard Worker                                            <property name="fill">False</property>
494*2d543d20SAndroid Build Coastguard Worker                                            <property name="position">0</property>
495*2d543d20SAndroid Build Coastguard Worker                                          </packing>
496*2d543d20SAndroid Build Coastguard Worker                                        </child>
497*2d543d20SAndroid Build Coastguard Worker                                        <child>
498*2d543d20SAndroid Build Coastguard Worker                                          <object class="GtkRadioButton" id="terminal_user_radiobutton">
499*2d543d20SAndroid Build Coastguard Worker                                            <property name="label" translatable="yes">Minimal Terminal User Role</property>
500*2d543d20SAndroid Build Coastguard Worker                                            <property name="visible">True</property>
501*2d543d20SAndroid Build Coastguard Worker                                            <property name="can_focus">True</property>
502*2d543d20SAndroid Build Coastguard Worker                                            <property name="receives_default">False</property>
503*2d543d20SAndroid Build Coastguard Worker                                            <property name="tooltip-text" translatable="yes">This user will login to a machine only via a terminal or remote login.  By default this user will have  no setuid, no networking, no su, no sudo.</property>
504*2d543d20SAndroid Build Coastguard Worker                                            <property name="use_underline">True</property>
505*2d543d20SAndroid Build Coastguard Worker                                            <property name="draw_indicator">True</property>
506*2d543d20SAndroid Build Coastguard Worker                                            <property name="group">init_radiobutton</property>
507*2d543d20SAndroid Build Coastguard Worker                                          </object>
508*2d543d20SAndroid Build Coastguard Worker                                          <packing>
509*2d543d20SAndroid Build Coastguard Worker                                            <property name="expand">False</property>
510*2d543d20SAndroid Build Coastguard Worker                                            <property name="fill">False</property>
511*2d543d20SAndroid Build Coastguard Worker                                            <property name="position">1</property>
512*2d543d20SAndroid Build Coastguard Worker                                          </packing>
513*2d543d20SAndroid Build Coastguard Worker                                        </child>
514*2d543d20SAndroid Build Coastguard Worker                                        <child>
515*2d543d20SAndroid Build Coastguard Worker                                          <object class="GtkRadioButton" id="xwindows_user_radiobutton">
516*2d543d20SAndroid Build Coastguard Worker                                            <property name="label" translatable="yes">Minimal X Windows User Role</property>
517*2d543d20SAndroid Build Coastguard Worker                                            <property name="visible">True</property>
518*2d543d20SAndroid Build Coastguard Worker                                            <property name="can_focus">True</property>
519*2d543d20SAndroid Build Coastguard Worker                                            <property name="receives_default">False</property>
520*2d543d20SAndroid Build Coastguard Worker                                            <property name="tooltip-text" translatable="yes">This user can login to a machine via X or terminal.  By default this user will have no setuid, no networking, no sudo, no su</property>
521*2d543d20SAndroid Build Coastguard Worker                                            <property name="use_underline">True</property>
522*2d543d20SAndroid Build Coastguard Worker                                            <property name="draw_indicator">True</property>
523*2d543d20SAndroid Build Coastguard Worker                                            <property name="group">init_radiobutton</property>
524*2d543d20SAndroid Build Coastguard Worker                                          </object>
525*2d543d20SAndroid Build Coastguard Worker                                          <packing>
526*2d543d20SAndroid Build Coastguard Worker                                            <property name="expand">False</property>
527*2d543d20SAndroid Build Coastguard Worker                                            <property name="fill">False</property>
528*2d543d20SAndroid Build Coastguard Worker                                            <property name="position">2</property>
529*2d543d20SAndroid Build Coastguard Worker                                          </packing>
530*2d543d20SAndroid Build Coastguard Worker                                        </child>
531*2d543d20SAndroid Build Coastguard Worker                                        <child>
532*2d543d20SAndroid Build Coastguard Worker                                          <object class="GtkRadioButton" id="login_user_radiobutton">
533*2d543d20SAndroid Build Coastguard Worker                                            <property name="label" translatable="yes">User Role</property>
534*2d543d20SAndroid Build Coastguard Worker                                            <property name="visible">True</property>
535*2d543d20SAndroid Build Coastguard Worker                                            <property name="can_focus">True</property>
536*2d543d20SAndroid Build Coastguard Worker                                            <property name="receives_default">False</property>
537*2d543d20SAndroid Build Coastguard Worker                                            <property name="tooltip-text" translatable="yes">User with full networking, no setuid applications without transition, no sudo, no su.</property>
538*2d543d20SAndroid Build Coastguard Worker                                            <property name="use_underline">True</property>
539*2d543d20SAndroid Build Coastguard Worker                                            <property name="draw_indicator">True</property>
540*2d543d20SAndroid Build Coastguard Worker                                            <property name="group">init_radiobutton</property>
541*2d543d20SAndroid Build Coastguard Worker                                          </object>
542*2d543d20SAndroid Build Coastguard Worker                                          <packing>
543*2d543d20SAndroid Build Coastguard Worker                                            <property name="expand">False</property>
544*2d543d20SAndroid Build Coastguard Worker                                            <property name="fill">False</property>
545*2d543d20SAndroid Build Coastguard Worker                                            <property name="position">3</property>
546*2d543d20SAndroid Build Coastguard Worker                                          </packing>
547*2d543d20SAndroid Build Coastguard Worker                                        </child>
548*2d543d20SAndroid Build Coastguard Worker                                        <child>
549*2d543d20SAndroid Build Coastguard Worker                                          <object class="GtkRadioButton" id="admin_user_radiobutton">
550*2d543d20SAndroid Build Coastguard Worker                                            <property name="label" translatable="yes">Admin User Role</property>
551*2d543d20SAndroid Build Coastguard Worker                                            <property name="visible">True</property>
552*2d543d20SAndroid Build Coastguard Worker                                            <property name="can_focus">True</property>
553*2d543d20SAndroid Build Coastguard Worker                                            <property name="receives_default">False</property>
554*2d543d20SAndroid Build Coastguard Worker                                            <property name="tooltip-text" translatable="yes">User with full networking, no setuid applications without transition, no su, can sudo to Root Administration Roles</property>
555*2d543d20SAndroid Build Coastguard Worker                                            <property name="use_underline">True</property>
556*2d543d20SAndroid Build Coastguard Worker                                            <property name="draw_indicator">True</property>
557*2d543d20SAndroid Build Coastguard Worker                                            <property name="group">init_radiobutton</property>
558*2d543d20SAndroid Build Coastguard Worker                                          </object>
559*2d543d20SAndroid Build Coastguard Worker                                          <packing>
560*2d543d20SAndroid Build Coastguard Worker                                            <property name="expand">False</property>
561*2d543d20SAndroid Build Coastguard Worker                                            <property name="fill">False</property>
562*2d543d20SAndroid Build Coastguard Worker                                            <property name="position">4</property>
563*2d543d20SAndroid Build Coastguard Worker                                          </packing>
564*2d543d20SAndroid Build Coastguard Worker                                        </child>
565*2d543d20SAndroid Build Coastguard Worker                                      </object>
566*2d543d20SAndroid Build Coastguard Worker                                      <packing>
567*2d543d20SAndroid Build Coastguard Worker                                        <property name="expand">True</property>
568*2d543d20SAndroid Build Coastguard Worker                                        <property name="fill">False</property>
569*2d543d20SAndroid Build Coastguard Worker                                        <property name="position">1</property>
570*2d543d20SAndroid Build Coastguard Worker                                      </packing>
571*2d543d20SAndroid Build Coastguard Worker                                    </child>
572*2d543d20SAndroid Build Coastguard Worker                                  </object>
573*2d543d20SAndroid Build Coastguard Worker                                  <packing>
574*2d543d20SAndroid Build Coastguard Worker                                    <property name="expand">True</property>
575*2d543d20SAndroid Build Coastguard Worker                                    <property name="fill">True</property>
576*2d543d20SAndroid Build Coastguard Worker                                    <property name="position">1</property>
577*2d543d20SAndroid Build Coastguard Worker                                  </packing>
578*2d543d20SAndroid Build Coastguard Worker                                </child>
579*2d543d20SAndroid Build Coastguard Worker                              </object>
580*2d543d20SAndroid Build Coastguard Worker                              <packing>
581*2d543d20SAndroid Build Coastguard Worker                                <property name="expand">False</property>
582*2d543d20SAndroid Build Coastguard Worker                                <property name="fill">True</property>
583*2d543d20SAndroid Build Coastguard Worker                                <property name="position">1</property>
584*2d543d20SAndroid Build Coastguard Worker                              </packing>
585*2d543d20SAndroid Build Coastguard Worker                            </child>
586*2d543d20SAndroid Build Coastguard Worker                            <child>
587*2d543d20SAndroid Build Coastguard Worker                              <object class="GtkVBox" id="vbox20">
588*2d543d20SAndroid Build Coastguard Worker                                <property name="visible">True</property>
589*2d543d20SAndroid Build Coastguard Worker                                <property name="can_focus">False</property>
590*2d543d20SAndroid Build Coastguard Worker                                <property name="spacing">6</property>
591*2d543d20SAndroid Build Coastguard Worker                                <child>
592*2d543d20SAndroid Build Coastguard Worker                                  <object class="GtkLabel" id="label50">
593*2d543d20SAndroid Build Coastguard Worker                                    <property name="visible">True</property>
594*2d543d20SAndroid Build Coastguard Worker                                    <property name="can_focus">False</property>
595*2d543d20SAndroid Build Coastguard Worker                                    <property name="xalign">0</property>
596*2d543d20SAndroid Build Coastguard Worker                                    <property name="label" translatable="yes">&lt;b&gt;Root Users&lt;/b&gt;</property>
597*2d543d20SAndroid Build Coastguard Worker                                    <property name="use_markup">True</property>
598*2d543d20SAndroid Build Coastguard Worker                                  </object>
599*2d543d20SAndroid Build Coastguard Worker                                  <packing>
600*2d543d20SAndroid Build Coastguard Worker                                    <property name="expand">False</property>
601*2d543d20SAndroid Build Coastguard Worker                                    <property name="fill">False</property>
602*2d543d20SAndroid Build Coastguard Worker                                    <property name="position">0</property>
603*2d543d20SAndroid Build Coastguard Worker                                  </packing>
604*2d543d20SAndroid Build Coastguard Worker                                </child>
605*2d543d20SAndroid Build Coastguard Worker                                <child>
606*2d543d20SAndroid Build Coastguard Worker                                  <object class="GtkHBox" id="hbox19">
607*2d543d20SAndroid Build Coastguard Worker                                    <property name="visible">True</property>
608*2d543d20SAndroid Build Coastguard Worker                                    <property name="can_focus">False</property>
609*2d543d20SAndroid Build Coastguard Worker                                    <child>
610*2d543d20SAndroid Build Coastguard Worker                                      <object class="GtkLabel" id="label54">
611*2d543d20SAndroid Build Coastguard Worker                                        <property name="visible">True</property>
612*2d543d20SAndroid Build Coastguard Worker                                        <property name="can_focus">False</property>
613*2d543d20SAndroid Build Coastguard Worker                                        <property name="label">    </property>
614*2d543d20SAndroid Build Coastguard Worker                                      </object>
615*2d543d20SAndroid Build Coastguard Worker                                      <packing>
616*2d543d20SAndroid Build Coastguard Worker                                        <property name="expand">False</property>
617*2d543d20SAndroid Build Coastguard Worker                                        <property name="fill">False</property>
618*2d543d20SAndroid Build Coastguard Worker                                        <property name="position">0</property>
619*2d543d20SAndroid Build Coastguard Worker                                      </packing>
620*2d543d20SAndroid Build Coastguard Worker                                    </child>
621*2d543d20SAndroid Build Coastguard Worker                                    <child>
622*2d543d20SAndroid Build Coastguard Worker                                      <object class="GtkVBox" id="vbox21">
623*2d543d20SAndroid Build Coastguard Worker                                        <property name="visible">True</property>
624*2d543d20SAndroid Build Coastguard Worker                                        <property name="can_focus">False</property>
625*2d543d20SAndroid Build Coastguard Worker                                        <child>
626*2d543d20SAndroid Build Coastguard Worker                                          <object class="GtkRadioButton" id="root_user_radiobutton">
627*2d543d20SAndroid Build Coastguard Worker                                            <property name="label" translatable="yes">Root Admin User Role</property>
628*2d543d20SAndroid Build Coastguard Worker                                            <property name="visible">True</property>
629*2d543d20SAndroid Build Coastguard Worker                                            <property name="can_focus">True</property>
630*2d543d20SAndroid Build Coastguard Worker                                            <property name="receives_default">False</property>
631*2d543d20SAndroid Build Coastguard Worker                                            <property name="tooltip-text" translatable="yes">Select Root Administrator User Role, if this user will be used to administer the machine while running as root.  This user will not be able to login to the system directly.</property>
632*2d543d20SAndroid Build Coastguard Worker                                            <property name="use_underline">True</property>
633*2d543d20SAndroid Build Coastguard Worker                                            <property name="draw_indicator">True</property>
634*2d543d20SAndroid Build Coastguard Worker                                            <property name="group">init_radiobutton</property>
635*2d543d20SAndroid Build Coastguard Worker                                          </object>
636*2d543d20SAndroid Build Coastguard Worker                                          <packing>
637*2d543d20SAndroid Build Coastguard Worker                                            <property name="expand">False</property>
638*2d543d20SAndroid Build Coastguard Worker                                            <property name="fill">False</property>
639*2d543d20SAndroid Build Coastguard Worker                                            <property name="position">0</property>
640*2d543d20SAndroid Build Coastguard Worker                                          </packing>
641*2d543d20SAndroid Build Coastguard Worker                                        </child>
642*2d543d20SAndroid Build Coastguard Worker                                      </object>
643*2d543d20SAndroid Build Coastguard Worker                                      <packing>
644*2d543d20SAndroid Build Coastguard Worker                                        <property name="expand">False</property>
645*2d543d20SAndroid Build Coastguard Worker                                        <property name="fill">False</property>
646*2d543d20SAndroid Build Coastguard Worker                                        <property name="position">1</property>
647*2d543d20SAndroid Build Coastguard Worker                                      </packing>
648*2d543d20SAndroid Build Coastguard Worker                                    </child>
649*2d543d20SAndroid Build Coastguard Worker                                  </object>
650*2d543d20SAndroid Build Coastguard Worker                                  <packing>
651*2d543d20SAndroid Build Coastguard Worker                                    <property name="expand">True</property>
652*2d543d20SAndroid Build Coastguard Worker                                    <property name="fill">True</property>
653*2d543d20SAndroid Build Coastguard Worker                                    <property name="position">1</property>
654*2d543d20SAndroid Build Coastguard Worker                                  </packing>
655*2d543d20SAndroid Build Coastguard Worker                                </child>
656*2d543d20SAndroid Build Coastguard Worker                              </object>
657*2d543d20SAndroid Build Coastguard Worker                              <packing>
658*2d543d20SAndroid Build Coastguard Worker                                <property name="expand">True</property>
659*2d543d20SAndroid Build Coastguard Worker                                <property name="fill">True</property>
660*2d543d20SAndroid Build Coastguard Worker                                <property name="position">2</property>
661*2d543d20SAndroid Build Coastguard Worker                              </packing>
662*2d543d20SAndroid Build Coastguard Worker                            </child>
663*2d543d20SAndroid Build Coastguard Worker                          </object>
664*2d543d20SAndroid Build Coastguard Worker                          <packing>
665*2d543d20SAndroid Build Coastguard Worker                            <property name="expand">True</property>
666*2d543d20SAndroid Build Coastguard Worker                            <property name="fill">True</property>
667*2d543d20SAndroid Build Coastguard Worker                            <property name="position">0</property>
668*2d543d20SAndroid Build Coastguard Worker                          </packing>
669*2d543d20SAndroid Build Coastguard Worker                        </child>
670*2d543d20SAndroid Build Coastguard Worker                      </object>
671*2d543d20SAndroid Build Coastguard Worker                      <packing>
672*2d543d20SAndroid Build Coastguard Worker                        <property name="expand">True</property>
673*2d543d20SAndroid Build Coastguard Worker                        <property name="fill">True</property>
674*2d543d20SAndroid Build Coastguard Worker                        <property name="position">0</property>
675*2d543d20SAndroid Build Coastguard Worker                      </packing>
676*2d543d20SAndroid Build Coastguard Worker                    </child>
677*2d543d20SAndroid Build Coastguard Worker                  </object>
678*2d543d20SAndroid Build Coastguard Worker                  <packing>
679*2d543d20SAndroid Build Coastguard Worker                    <property name="expand">True</property>
680*2d543d20SAndroid Build Coastguard Worker                    <property name="fill">True</property>
681*2d543d20SAndroid Build Coastguard Worker                    <property name="position">1</property>
682*2d543d20SAndroid Build Coastguard Worker                  </packing>
683*2d543d20SAndroid Build Coastguard Worker                </child>
684*2d543d20SAndroid Build Coastguard Worker              </object>
685*2d543d20SAndroid Build Coastguard Worker            </child>
686*2d543d20SAndroid Build Coastguard Worker            <child type="tab">
687*2d543d20SAndroid Build Coastguard Worker              <object class="GtkLabel" id="label104">
688*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
689*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">False</property>
690*2d543d20SAndroid Build Coastguard Worker                <property name="label" translatable="no">Main Tab</property>
691*2d543d20SAndroid Build Coastguard Worker              </object>
692*2d543d20SAndroid Build Coastguard Worker              <packing>
693*2d543d20SAndroid Build Coastguard Worker                <property name="tab_fill">False</property>
694*2d543d20SAndroid Build Coastguard Worker              </packing>
695*2d543d20SAndroid Build Coastguard Worker            </child>
696*2d543d20SAndroid Build Coastguard Worker            <child>
697*2d543d20SAndroid Build Coastguard Worker              <object class="GtkVBox" id="vbox60">
698*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
699*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">False</property>
700*2d543d20SAndroid Build Coastguard Worker                <child>
701*2d543d20SAndroid Build Coastguard Worker                  <object class="GtkLabel" id="select_name_label">
702*2d543d20SAndroid Build Coastguard Worker                    <property name="visible">True</property>
703*2d543d20SAndroid Build Coastguard Worker                    <property name="can_focus">False</property>
704*2d543d20SAndroid Build Coastguard Worker                    <property name="xalign">0</property>
705*2d543d20SAndroid Build Coastguard Worker                    <property name="label" translatable="yes">&lt;b&gt;Enter name of application or user role:&lt;/b&gt;</property>
706*2d543d20SAndroid Build Coastguard Worker                    <property name="use_markup">True</property>
707*2d543d20SAndroid Build Coastguard Worker                  </object>
708*2d543d20SAndroid Build Coastguard Worker                  <packing>
709*2d543d20SAndroid Build Coastguard Worker                    <property name="expand">False</property>
710*2d543d20SAndroid Build Coastguard Worker                    <property name="fill">False</property>
711*2d543d20SAndroid Build Coastguard Worker                    <property name="padding">5</property>
712*2d543d20SAndroid Build Coastguard Worker                    <property name="position">0</property>
713*2d543d20SAndroid Build Coastguard Worker                  </packing>
714*2d543d20SAndroid Build Coastguard Worker                </child>
715*2d543d20SAndroid Build Coastguard Worker                <child>
716*2d543d20SAndroid Build Coastguard Worker                  <object class="GtkTable" id="table5">
717*2d543d20SAndroid Build Coastguard Worker                    <property name="visible">True</property>
718*2d543d20SAndroid Build Coastguard Worker                    <property name="can_focus">False</property>
719*2d543d20SAndroid Build Coastguard Worker                    <property name="n_rows">3</property>
720*2d543d20SAndroid Build Coastguard Worker                    <property name="n_columns">3</property>
721*2d543d20SAndroid Build Coastguard Worker                    <property name="column_spacing">12</property>
722*2d543d20SAndroid Build Coastguard Worker                    <property name="row_spacing">6</property>
723*2d543d20SAndroid Build Coastguard Worker                    <child>
724*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkLabel" id="label1">
725*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
726*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">False</property>
727*2d543d20SAndroid Build Coastguard Worker                        <property name="xalign">0</property>
728*2d543d20SAndroid Build Coastguard Worker                        <property name="label" translatable="yes">Name</property>
729*2d543d20SAndroid Build Coastguard Worker                      </object>
730*2d543d20SAndroid Build Coastguard Worker                      <packing>
731*2d543d20SAndroid Build Coastguard Worker                        <property name="x_options">GTK_FILL</property>
732*2d543d20SAndroid Build Coastguard Worker                        <property name="y_options"/>
733*2d543d20SAndroid Build Coastguard Worker                      </packing>
734*2d543d20SAndroid Build Coastguard Worker                    </child>
735*2d543d20SAndroid Build Coastguard Worker                    <child>
736*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkEntry" id="exec_entry">
737*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
738*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">True</property>
739*2d543d20SAndroid Build Coastguard Worker                        <property name="tooltip-text" translatable="yes">Enter complete path for executable to be confined.</property>
740*2d543d20SAndroid Build Coastguard Worker                        <property name="invisible_char">&#x2022;</property>
741*2d543d20SAndroid Build Coastguard Worker                        <property name="primary_icon_activatable">False</property>
742*2d543d20SAndroid Build Coastguard Worker                        <property name="secondary_icon_activatable">False</property>
743*2d543d20SAndroid Build Coastguard Worker                        <property name="primary_icon_sensitive">True</property>
744*2d543d20SAndroid Build Coastguard Worker                        <property name="secondary_icon_sensitive">True</property>
745*2d543d20SAndroid Build Coastguard Worker                      </object>
746*2d543d20SAndroid Build Coastguard Worker                      <packing>
747*2d543d20SAndroid Build Coastguard Worker                        <property name="left_attach">1</property>
748*2d543d20SAndroid Build Coastguard Worker                        <property name="right_attach">2</property>
749*2d543d20SAndroid Build Coastguard Worker                        <property name="top_attach">1</property>
750*2d543d20SAndroid Build Coastguard Worker                        <property name="bottom_attach">2</property>
751*2d543d20SAndroid Build Coastguard Worker                        <property name="y_options"/>
752*2d543d20SAndroid Build Coastguard Worker                      </packing>
753*2d543d20SAndroid Build Coastguard Worker                    </child>
754*2d543d20SAndroid Build Coastguard Worker                    <child>
755*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkButton" id="exec_button">
756*2d543d20SAndroid Build Coastguard Worker                        <property name="label" translatable="yes">...</property>
757*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
758*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">True</property>
759*2d543d20SAndroid Build Coastguard Worker                        <property name="receives_default">False</property>
760*2d543d20SAndroid Build Coastguard Worker                        <property name="use_underline">True</property>
761*2d543d20SAndroid Build Coastguard Worker                        <signal handler="on_exec_select_clicked" name="clicked" swapped="no"/>
762*2d543d20SAndroid Build Coastguard Worker                      </object>
763*2d543d20SAndroid Build Coastguard Worker                      <packing>
764*2d543d20SAndroid Build Coastguard Worker                        <property name="left_attach">2</property>
765*2d543d20SAndroid Build Coastguard Worker                        <property name="right_attach">3</property>
766*2d543d20SAndroid Build Coastguard Worker                        <property name="top_attach">1</property>
767*2d543d20SAndroid Build Coastguard Worker                        <property name="bottom_attach">2</property>
768*2d543d20SAndroid Build Coastguard Worker                        <property name="x_options">GTK_FILL</property>
769*2d543d20SAndroid Build Coastguard Worker                        <property name="y_options"/>
770*2d543d20SAndroid Build Coastguard Worker                      </packing>
771*2d543d20SAndroid Build Coastguard Worker                    </child>
772*2d543d20SAndroid Build Coastguard Worker                    <child>
773*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkEntry" id="name_entry">
774*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
775*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">True</property>
776*2d543d20SAndroid Build Coastguard Worker                        <property name="tooltip-text" translatable="yes">Enter unique name for the confined application or user role.</property>
777*2d543d20SAndroid Build Coastguard Worker                        <property name="invisible_char">&#x2022;</property>
778*2d543d20SAndroid Build Coastguard Worker                        <property name="primary_icon_activatable">False</property>
779*2d543d20SAndroid Build Coastguard Worker                        <property name="secondary_icon_activatable">False</property>
780*2d543d20SAndroid Build Coastguard Worker                        <property name="primary_icon_sensitive">True</property>
781*2d543d20SAndroid Build Coastguard Worker                        <property name="secondary_icon_sensitive">True</property>
782*2d543d20SAndroid Build Coastguard Worker                      </object>
783*2d543d20SAndroid Build Coastguard Worker                      <packing>
784*2d543d20SAndroid Build Coastguard Worker                        <property name="left_attach">1</property>
785*2d543d20SAndroid Build Coastguard Worker                        <property name="right_attach">3</property>
786*2d543d20SAndroid Build Coastguard Worker                        <property name="y_options"/>
787*2d543d20SAndroid Build Coastguard Worker                      </packing>
788*2d543d20SAndroid Build Coastguard Worker                    </child>
789*2d543d20SAndroid Build Coastguard Worker                    <child>
790*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkLabel" id="label2">
791*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
792*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">False</property>
793*2d543d20SAndroid Build Coastguard Worker                        <property name="xalign">0</property>
794*2d543d20SAndroid Build Coastguard Worker                        <property name="label" translatable="yes">Executable</property>
795*2d543d20SAndroid Build Coastguard Worker                      </object>
796*2d543d20SAndroid Build Coastguard Worker                      <packing>
797*2d543d20SAndroid Build Coastguard Worker                        <property name="top_attach">1</property>
798*2d543d20SAndroid Build Coastguard Worker                        <property name="bottom_attach">2</property>
799*2d543d20SAndroid Build Coastguard Worker                        <property name="x_options">GTK_FILL</property>
800*2d543d20SAndroid Build Coastguard Worker                        <property name="y_options"/>
801*2d543d20SAndroid Build Coastguard Worker                      </packing>
802*2d543d20SAndroid Build Coastguard Worker                    </child>
803*2d543d20SAndroid Build Coastguard Worker                    <child>
804*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkLabel" id="label40">
805*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
806*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">False</property>
807*2d543d20SAndroid Build Coastguard Worker                        <property name="xalign">0</property>
808*2d543d20SAndroid Build Coastguard Worker                        <property name="label" translatable="yes">Init script</property>
809*2d543d20SAndroid Build Coastguard Worker                      </object>
810*2d543d20SAndroid Build Coastguard Worker                      <packing>
811*2d543d20SAndroid Build Coastguard Worker                        <property name="top_attach">2</property>
812*2d543d20SAndroid Build Coastguard Worker                        <property name="bottom_attach">3</property>
813*2d543d20SAndroid Build Coastguard Worker                        <property name="x_options">GTK_FILL</property>
814*2d543d20SAndroid Build Coastguard Worker                        <property name="y_options"/>
815*2d543d20SAndroid Build Coastguard Worker                      </packing>
816*2d543d20SAndroid Build Coastguard Worker                    </child>
817*2d543d20SAndroid Build Coastguard Worker                    <child>
818*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkEntry" id="init_script_entry">
819*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
820*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">True</property>
821*2d543d20SAndroid Build Coastguard Worker                        <property name="tooltip-text" translatable="yes">Enter complete path to init script used to start the confined application.</property>
822*2d543d20SAndroid Build Coastguard Worker                        <property name="invisible_char">&#x2022;</property>
823*2d543d20SAndroid Build Coastguard Worker                        <property name="primary_icon_activatable">False</property>
824*2d543d20SAndroid Build Coastguard Worker                        <property name="secondary_icon_activatable">False</property>
825*2d543d20SAndroid Build Coastguard Worker                        <property name="primary_icon_sensitive">True</property>
826*2d543d20SAndroid Build Coastguard Worker                        <property name="secondary_icon_sensitive">True</property>
827*2d543d20SAndroid Build Coastguard Worker                      </object>
828*2d543d20SAndroid Build Coastguard Worker                      <packing>
829*2d543d20SAndroid Build Coastguard Worker                        <property name="left_attach">1</property>
830*2d543d20SAndroid Build Coastguard Worker                        <property name="right_attach">2</property>
831*2d543d20SAndroid Build Coastguard Worker                        <property name="top_attach">2</property>
832*2d543d20SAndroid Build Coastguard Worker                        <property name="bottom_attach">3</property>
833*2d543d20SAndroid Build Coastguard Worker                        <property name="y_options"/>
834*2d543d20SAndroid Build Coastguard Worker                      </packing>
835*2d543d20SAndroid Build Coastguard Worker                    </child>
836*2d543d20SAndroid Build Coastguard Worker                    <child>
837*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkButton" id="init_script_button">
838*2d543d20SAndroid Build Coastguard Worker                        <property name="label" translatable="yes">...</property>
839*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
840*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">True</property>
841*2d543d20SAndroid Build Coastguard Worker                        <property name="receives_default">False</property>
842*2d543d20SAndroid Build Coastguard Worker                        <property name="use_underline">True</property>
843*2d543d20SAndroid Build Coastguard Worker                        <signal handler="on_init_script_select_clicked" name="clicked" swapped="no"/>
844*2d543d20SAndroid Build Coastguard Worker                      </object>
845*2d543d20SAndroid Build Coastguard Worker                      <packing>
846*2d543d20SAndroid Build Coastguard Worker                        <property name="left_attach">2</property>
847*2d543d20SAndroid Build Coastguard Worker                        <property name="right_attach">3</property>
848*2d543d20SAndroid Build Coastguard Worker                        <property name="top_attach">2</property>
849*2d543d20SAndroid Build Coastguard Worker                        <property name="bottom_attach">3</property>
850*2d543d20SAndroid Build Coastguard Worker                        <property name="x_options">GTK_FILL</property>
851*2d543d20SAndroid Build Coastguard Worker                        <property name="y_options"/>
852*2d543d20SAndroid Build Coastguard Worker                      </packing>
853*2d543d20SAndroid Build Coastguard Worker                    </child>
854*2d543d20SAndroid Build Coastguard Worker                  </object>
855*2d543d20SAndroid Build Coastguard Worker                  <packing>
856*2d543d20SAndroid Build Coastguard Worker                    <property name="expand">True</property>
857*2d543d20SAndroid Build Coastguard Worker                    <property name="fill">True</property>
858*2d543d20SAndroid Build Coastguard Worker                    <property name="position">1</property>
859*2d543d20SAndroid Build Coastguard Worker                  </packing>
860*2d543d20SAndroid Build Coastguard Worker                </child>
861*2d543d20SAndroid Build Coastguard Worker              </object>
862*2d543d20SAndroid Build Coastguard Worker            </child>
863*2d543d20SAndroid Build Coastguard Worker            <child type="tab">
864*2d543d20SAndroid Build Coastguard Worker              <object class="GtkLabel" id="select_name_label1">
865*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
866*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">False</property>
867*2d543d20SAndroid Build Coastguard Worker                <property name="label" translatable="no">Name Tab</property>
868*2d543d20SAndroid Build Coastguard Worker              </object>
869*2d543d20SAndroid Build Coastguard Worker              <packing>
870*2d543d20SAndroid Build Coastguard Worker                <property name="position">1</property>
871*2d543d20SAndroid Build Coastguard Worker                <property name="tab_fill">False</property>
872*2d543d20SAndroid Build Coastguard Worker              </packing>
873*2d543d20SAndroid Build Coastguard Worker            </child>
874*2d543d20SAndroid Build Coastguard Worker            <child>
875*2d543d20SAndroid Build Coastguard Worker              <object class="GtkVBox" id="vbox61">
876*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
877*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">False</property>
878*2d543d20SAndroid Build Coastguard Worker                <child>
879*2d543d20SAndroid Build Coastguard Worker                  <object class="GtkLabel" id="select_existing_role_label">
880*2d543d20SAndroid Build Coastguard Worker                    <property name="visible">True</property>
881*2d543d20SAndroid Build Coastguard Worker                    <property name="can_focus">False</property>
882*2d543d20SAndroid Build Coastguard Worker                    <property name="xalign">0</property>
883*2d543d20SAndroid Build Coastguard Worker                    <property name="label" translatable="yes">&lt;b&gt;Select existing role to modify:&lt;/b&gt;</property>
884*2d543d20SAndroid Build Coastguard Worker                    <property name="use_markup">True</property>
885*2d543d20SAndroid Build Coastguard Worker                  </object>
886*2d543d20SAndroid Build Coastguard Worker                  <packing>
887*2d543d20SAndroid Build Coastguard Worker                    <property name="expand">False</property>
888*2d543d20SAndroid Build Coastguard Worker                    <property name="fill">False</property>
889*2d543d20SAndroid Build Coastguard Worker                    <property name="padding">5</property>
890*2d543d20SAndroid Build Coastguard Worker                    <property name="position">0</property>
891*2d543d20SAndroid Build Coastguard Worker                  </packing>
892*2d543d20SAndroid Build Coastguard Worker                </child>
893*2d543d20SAndroid Build Coastguard Worker                <child>
894*2d543d20SAndroid Build Coastguard Worker                  <object class="GtkScrolledWindow" id="scrolledwindow5">
895*2d543d20SAndroid Build Coastguard Worker                    <property name="visible">True</property>
896*2d543d20SAndroid Build Coastguard Worker                    <property name="can_focus">True</property>
897*2d543d20SAndroid Build Coastguard Worker                    <property name="hscrollbar_policy">automatic</property>
898*2d543d20SAndroid Build Coastguard Worker                    <property name="vscrollbar_policy">automatic</property>
899*2d543d20SAndroid Build Coastguard Worker                    <property name="shadow_type">in</property>
900*2d543d20SAndroid Build Coastguard Worker                    <child>
901*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkTreeView" id="existing_user_treeview">
902*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
903*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">True</property>
904*2d543d20SAndroid Build Coastguard Worker                        <property name="tooltip-text" translatable="yes">Select the user roles that will transition to the %s domain.</property>
905*2d543d20SAndroid Build Coastguard Worker                        <property name="headers_visible">False</property>
906*2d543d20SAndroid Build Coastguard Worker                      </object>
907*2d543d20SAndroid Build Coastguard Worker                    </child>
908*2d543d20SAndroid Build Coastguard Worker                  </object>
909*2d543d20SAndroid Build Coastguard Worker                  <packing>
910*2d543d20SAndroid Build Coastguard Worker                    <property name="expand">True</property>
911*2d543d20SAndroid Build Coastguard Worker                    <property name="fill">True</property>
912*2d543d20SAndroid Build Coastguard Worker                    <property name="position">1</property>
913*2d543d20SAndroid Build Coastguard Worker                  </packing>
914*2d543d20SAndroid Build Coastguard Worker                </child>
915*2d543d20SAndroid Build Coastguard Worker              </object>
916*2d543d20SAndroid Build Coastguard Worker            </child>
917*2d543d20SAndroid Build Coastguard Worker            <child type="tab">
918*2d543d20SAndroid Build Coastguard Worker              <object class="GtkLabel" id="label106">
919*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
920*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">False</property>
921*2d543d20SAndroid Build Coastguard Worker                <property name="label" translatable="yes">role tab</property>
922*2d543d20SAndroid Build Coastguard Worker              </object>
923*2d543d20SAndroid Build Coastguard Worker              <packing>
924*2d543d20SAndroid Build Coastguard Worker                <property name="position">2</property>
925*2d543d20SAndroid Build Coastguard Worker                <property name="tab_fill">False</property>
926*2d543d20SAndroid Build Coastguard Worker              </packing>
927*2d543d20SAndroid Build Coastguard Worker            </child>
928*2d543d20SAndroid Build Coastguard Worker            <child>
929*2d543d20SAndroid Build Coastguard Worker              <object class="GtkVBox" id="vbox62">
930*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
931*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">False</property>
932*2d543d20SAndroid Build Coastguard Worker                <child>
933*2d543d20SAndroid Build Coastguard Worker                  <object class="GtkLabel" id="select_label">
934*2d543d20SAndroid Build Coastguard Worker                    <property name="visible">True</property>
935*2d543d20SAndroid Build Coastguard Worker                    <property name="can_focus">False</property>
936*2d543d20SAndroid Build Coastguard Worker                    <property name="xalign">0</property>
937*2d543d20SAndroid Build Coastguard Worker                    <property name="label" translatable="yes">&lt;b&gt;Select roles that %s will transition to:&lt;/b&gt;</property>
938*2d543d20SAndroid Build Coastguard Worker                    <property name="use_markup">True</property>
939*2d543d20SAndroid Build Coastguard Worker                  </object>
940*2d543d20SAndroid Build Coastguard Worker                  <packing>
941*2d543d20SAndroid Build Coastguard Worker                    <property name="expand">False</property>
942*2d543d20SAndroid Build Coastguard Worker                    <property name="fill">False</property>
943*2d543d20SAndroid Build Coastguard Worker                    <property name="padding">5</property>
944*2d543d20SAndroid Build Coastguard Worker                    <property name="position">0</property>
945*2d543d20SAndroid Build Coastguard Worker                  </packing>
946*2d543d20SAndroid Build Coastguard Worker                </child>
947*2d543d20SAndroid Build Coastguard Worker                <child>
948*2d543d20SAndroid Build Coastguard Worker                  <object class="GtkScrolledWindow" id="scrolledwindow12">
949*2d543d20SAndroid Build Coastguard Worker                    <property name="visible">True</property>
950*2d543d20SAndroid Build Coastguard Worker                    <property name="can_focus">True</property>
951*2d543d20SAndroid Build Coastguard Worker                    <child>
952*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkTreeView" id="transition_treeview">
953*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
954*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">True</property>
955*2d543d20SAndroid Build Coastguard Worker                        <property name="tooltip-text" translatable="yes">Select applications domains that %s will transition to.</property>
956*2d543d20SAndroid Build Coastguard Worker                        <property name="headers_visible">False</property>
957*2d543d20SAndroid Build Coastguard Worker                      </object>
958*2d543d20SAndroid Build Coastguard Worker                    </child>
959*2d543d20SAndroid Build Coastguard Worker                  </object>
960*2d543d20SAndroid Build Coastguard Worker                  <packing>
961*2d543d20SAndroid Build Coastguard Worker                    <property name="expand">True</property>
962*2d543d20SAndroid Build Coastguard Worker                    <property name="fill">True</property>
963*2d543d20SAndroid Build Coastguard Worker                    <property name="position">1</property>
964*2d543d20SAndroid Build Coastguard Worker                  </packing>
965*2d543d20SAndroid Build Coastguard Worker                </child>
966*2d543d20SAndroid Build Coastguard Worker              </object>
967*2d543d20SAndroid Build Coastguard Worker            </child>
968*2d543d20SAndroid Build Coastguard Worker            <child type="tab">
969*2d543d20SAndroid Build Coastguard Worker              <object class="GtkLabel" id="label107">
970*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
971*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">False</property>
972*2d543d20SAndroid Build Coastguard Worker                <property name="label" translatable="yes">transition
973*2d543d20SAndroid Build Coastguard Workerrole tab</property>
974*2d543d20SAndroid Build Coastguard Worker              </object>
975*2d543d20SAndroid Build Coastguard Worker              <packing>
976*2d543d20SAndroid Build Coastguard Worker                <property name="position">3</property>
977*2d543d20SAndroid Build Coastguard Worker                <property name="tab_fill">False</property>
978*2d543d20SAndroid Build Coastguard Worker              </packing>
979*2d543d20SAndroid Build Coastguard Worker            </child>
980*2d543d20SAndroid Build Coastguard Worker            <child>
981*2d543d20SAndroid Build Coastguard Worker              <object class="GtkVBox" id="vbox63">
982*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
983*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">False</property>
984*2d543d20SAndroid Build Coastguard Worker                <child>
985*2d543d20SAndroid Build Coastguard Worker                  <object class="GtkLabel" id="select_user_roles_label">
986*2d543d20SAndroid Build Coastguard Worker                    <property name="visible">True</property>
987*2d543d20SAndroid Build Coastguard Worker                    <property name="can_focus">False</property>
988*2d543d20SAndroid Build Coastguard Worker                    <property name="xalign">0</property>
989*2d543d20SAndroid Build Coastguard Worker                    <property name="label" translatable="yes">&lt;b&gt;Select the user_roles that will transition to %s:&lt;/b&gt;</property>
990*2d543d20SAndroid Build Coastguard Worker                    <property name="use_markup">True</property>
991*2d543d20SAndroid Build Coastguard Worker                  </object>
992*2d543d20SAndroid Build Coastguard Worker                  <packing>
993*2d543d20SAndroid Build Coastguard Worker                    <property name="expand">False</property>
994*2d543d20SAndroid Build Coastguard Worker                    <property name="fill">False</property>
995*2d543d20SAndroid Build Coastguard Worker                    <property name="padding">5</property>
996*2d543d20SAndroid Build Coastguard Worker                    <property name="position">0</property>
997*2d543d20SAndroid Build Coastguard Worker                  </packing>
998*2d543d20SAndroid Build Coastguard Worker                </child>
999*2d543d20SAndroid Build Coastguard Worker                <child>
1000*2d543d20SAndroid Build Coastguard Worker                  <object class="GtkScrolledWindow" id="scrolledwindow13">
1001*2d543d20SAndroid Build Coastguard Worker                    <property name="visible">True</property>
1002*2d543d20SAndroid Build Coastguard Worker                    <property name="can_focus">True</property>
1003*2d543d20SAndroid Build Coastguard Worker                    <child>
1004*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkTreeView" id="user_transition_treeview">
1005*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
1006*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">True</property>
1007*2d543d20SAndroid Build Coastguard Worker                        <property name="tooltip-text" translatable="yes">Select the user roles that will transition to this applications domains.</property>
1008*2d543d20SAndroid Build Coastguard Worker                        <property name="headers_visible">False</property>
1009*2d543d20SAndroid Build Coastguard Worker                      </object>
1010*2d543d20SAndroid Build Coastguard Worker                    </child>
1011*2d543d20SAndroid Build Coastguard Worker                  </object>
1012*2d543d20SAndroid Build Coastguard Worker                  <packing>
1013*2d543d20SAndroid Build Coastguard Worker                    <property name="expand">True</property>
1014*2d543d20SAndroid Build Coastguard Worker                    <property name="fill">True</property>
1015*2d543d20SAndroid Build Coastguard Worker                    <property name="position">1</property>
1016*2d543d20SAndroid Build Coastguard Worker                  </packing>
1017*2d543d20SAndroid Build Coastguard Worker                </child>
1018*2d543d20SAndroid Build Coastguard Worker              </object>
1019*2d543d20SAndroid Build Coastguard Worker            </child>
1020*2d543d20SAndroid Build Coastguard Worker            <child type="tab">
1021*2d543d20SAndroid Build Coastguard Worker              <object class="GtkLabel" id="label108">
1022*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
1023*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">False</property>
1024*2d543d20SAndroid Build Coastguard Worker                <property name="label" translatable="no">User Tab</property>
1025*2d543d20SAndroid Build Coastguard Worker              </object>
1026*2d543d20SAndroid Build Coastguard Worker              <packing>
1027*2d543d20SAndroid Build Coastguard Worker                <property name="position">4</property>
1028*2d543d20SAndroid Build Coastguard Worker                <property name="tab_fill">False</property>
1029*2d543d20SAndroid Build Coastguard Worker              </packing>
1030*2d543d20SAndroid Build Coastguard Worker            </child>
1031*2d543d20SAndroid Build Coastguard Worker            <child>
1032*2d543d20SAndroid Build Coastguard Worker              <object class="GtkVBox" id="vbox64">
1033*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
1034*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">False</property>
1035*2d543d20SAndroid Build Coastguard Worker                <child>
1036*2d543d20SAndroid Build Coastguard Worker                  <object class="GtkLabel" id="select_domain_admin_label">
1037*2d543d20SAndroid Build Coastguard Worker                    <property name="visible">True</property>
1038*2d543d20SAndroid Build Coastguard Worker                    <property name="can_focus">False</property>
1039*2d543d20SAndroid Build Coastguard Worker                    <property name="xalign">0</property>
1040*2d543d20SAndroid Build Coastguard Worker                    <property name="label" translatable="yes">&lt;b&gt;Select domains that %s will administer:&lt;/b&gt;</property>
1041*2d543d20SAndroid Build Coastguard Worker                    <property name="use_markup">True</property>
1042*2d543d20SAndroid Build Coastguard Worker                  </object>
1043*2d543d20SAndroid Build Coastguard Worker                  <packing>
1044*2d543d20SAndroid Build Coastguard Worker                    <property name="expand">False</property>
1045*2d543d20SAndroid Build Coastguard Worker                    <property name="fill">False</property>
1046*2d543d20SAndroid Build Coastguard Worker                    <property name="padding">5</property>
1047*2d543d20SAndroid Build Coastguard Worker                    <property name="position">0</property>
1048*2d543d20SAndroid Build Coastguard Worker                  </packing>
1049*2d543d20SAndroid Build Coastguard Worker                </child>
1050*2d543d20SAndroid Build Coastguard Worker                <child>
1051*2d543d20SAndroid Build Coastguard Worker                  <object class="GtkScrolledWindow" id="scrolledwindow14">
1052*2d543d20SAndroid Build Coastguard Worker                    <property name="visible">True</property>
1053*2d543d20SAndroid Build Coastguard Worker                    <property name="can_focus">True</property>
1054*2d543d20SAndroid Build Coastguard Worker                    <child>
1055*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkTreeView" id="admin_treeview">
1056*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
1057*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">True</property>
1058*2d543d20SAndroid Build Coastguard Worker                        <property name="tooltip-text" translatable="yes">Select the domains that you would like this user administer.</property>
1059*2d543d20SAndroid Build Coastguard Worker                        <property name="headers_visible">False</property>
1060*2d543d20SAndroid Build Coastguard Worker                      </object>
1061*2d543d20SAndroid Build Coastguard Worker                    </child>
1062*2d543d20SAndroid Build Coastguard Worker                  </object>
1063*2d543d20SAndroid Build Coastguard Worker                  <packing>
1064*2d543d20SAndroid Build Coastguard Worker                    <property name="expand">True</property>
1065*2d543d20SAndroid Build Coastguard Worker                    <property name="fill">True</property>
1066*2d543d20SAndroid Build Coastguard Worker                    <property name="position">1</property>
1067*2d543d20SAndroid Build Coastguard Worker                  </packing>
1068*2d543d20SAndroid Build Coastguard Worker                </child>
1069*2d543d20SAndroid Build Coastguard Worker              </object>
1070*2d543d20SAndroid Build Coastguard Worker            </child>
1071*2d543d20SAndroid Build Coastguard Worker            <child type="tab">
1072*2d543d20SAndroid Build Coastguard Worker              <object class="GtkLabel" id="label109">
1073*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
1074*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">False</property>
1075*2d543d20SAndroid Build Coastguard Worker                <property name="label" translatable="no">Admin Tab</property>
1076*2d543d20SAndroid Build Coastguard Worker              </object>
1077*2d543d20SAndroid Build Coastguard Worker              <packing>
1078*2d543d20SAndroid Build Coastguard Worker                <property name="position">5</property>
1079*2d543d20SAndroid Build Coastguard Worker                <property name="tab_fill">False</property>
1080*2d543d20SAndroid Build Coastguard Worker              </packing>
1081*2d543d20SAndroid Build Coastguard Worker            </child>
1082*2d543d20SAndroid Build Coastguard Worker            <child>
1083*2d543d20SAndroid Build Coastguard Worker              <object class="GtkVBox" id="vbox65">
1084*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
1085*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">False</property>
1086*2d543d20SAndroid Build Coastguard Worker                <child>
1087*2d543d20SAndroid Build Coastguard Worker                  <object class="GtkLabel" id="select_role_label">
1088*2d543d20SAndroid Build Coastguard Worker                    <property name="visible">True</property>
1089*2d543d20SAndroid Build Coastguard Worker                    <property name="can_focus">False</property>
1090*2d543d20SAndroid Build Coastguard Worker                    <property name="xalign">0</property>
1091*2d543d20SAndroid Build Coastguard Worker                    <property name="label" translatable="yes">&lt;b&gt;Select additional roles for %s:&lt;/b&gt;</property>
1092*2d543d20SAndroid Build Coastguard Worker                    <property name="use_markup">True</property>
1093*2d543d20SAndroid Build Coastguard Worker                  </object>
1094*2d543d20SAndroid Build Coastguard Worker                  <packing>
1095*2d543d20SAndroid Build Coastguard Worker                    <property name="expand">False</property>
1096*2d543d20SAndroid Build Coastguard Worker                    <property name="fill">False</property>
1097*2d543d20SAndroid Build Coastguard Worker                    <property name="padding">5</property>
1098*2d543d20SAndroid Build Coastguard Worker                    <property name="position">0</property>
1099*2d543d20SAndroid Build Coastguard Worker                  </packing>
1100*2d543d20SAndroid Build Coastguard Worker                </child>
1101*2d543d20SAndroid Build Coastguard Worker                <child>
1102*2d543d20SAndroid Build Coastguard Worker                  <object class="GtkScrolledWindow" id="scrolledwindow15">
1103*2d543d20SAndroid Build Coastguard Worker                    <property name="visible">True</property>
1104*2d543d20SAndroid Build Coastguard Worker                    <property name="can_focus">True</property>
1105*2d543d20SAndroid Build Coastguard Worker                    <child>
1106*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkTreeView" id="role_treeview">
1107*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
1108*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">True</property>
1109*2d543d20SAndroid Build Coastguard Worker                        <property name="tooltip-text" translatable="yes">Select the domains that you would like this user administer.</property>
1110*2d543d20SAndroid Build Coastguard Worker                        <property name="headers_visible">False</property>
1111*2d543d20SAndroid Build Coastguard Worker                      </object>
1112*2d543d20SAndroid Build Coastguard Worker                    </child>
1113*2d543d20SAndroid Build Coastguard Worker                  </object>
1114*2d543d20SAndroid Build Coastguard Worker                  <packing>
1115*2d543d20SAndroid Build Coastguard Worker                    <property name="expand">True</property>
1116*2d543d20SAndroid Build Coastguard Worker                    <property name="fill">True</property>
1117*2d543d20SAndroid Build Coastguard Worker                    <property name="position">1</property>
1118*2d543d20SAndroid Build Coastguard Worker                  </packing>
1119*2d543d20SAndroid Build Coastguard Worker                </child>
1120*2d543d20SAndroid Build Coastguard Worker              </object>
1121*2d543d20SAndroid Build Coastguard Worker            </child>
1122*2d543d20SAndroid Build Coastguard Worker            <child type="tab">
1123*2d543d20SAndroid Build Coastguard Worker              <object class="GtkLabel" id="in_net_page">
1124*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
1125*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">False</property>
1126*2d543d20SAndroid Build Coastguard Worker                <property name="label" translatable="no">Roles Tab</property>
1127*2d543d20SAndroid Build Coastguard Worker              </object>
1128*2d543d20SAndroid Build Coastguard Worker              <packing>
1129*2d543d20SAndroid Build Coastguard Worker                <property name="position">6</property>
1130*2d543d20SAndroid Build Coastguard Worker                <property name="tab_fill">False</property>
1131*2d543d20SAndroid Build Coastguard Worker              </packing>
1132*2d543d20SAndroid Build Coastguard Worker            </child>
1133*2d543d20SAndroid Build Coastguard Worker            <child>
1134*2d543d20SAndroid Build Coastguard Worker              <object class="GtkVBox" id="in_net_page1">
1135*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
1136*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">False</property>
1137*2d543d20SAndroid Build Coastguard Worker                <child>
1138*2d543d20SAndroid Build Coastguard Worker                  <object class="GtkLabel" id="select_in_label">
1139*2d543d20SAndroid Build Coastguard Worker                    <property name="visible">True</property>
1140*2d543d20SAndroid Build Coastguard Worker                    <property name="can_focus">False</property>
1141*2d543d20SAndroid Build Coastguard Worker                    <property name="xalign">0</property>
1142*2d543d20SAndroid Build Coastguard Worker                    <property name="label" translatable="yes">&lt;b&gt;Enter network ports that %s binds on:&lt;/b&gt;</property>
1143*2d543d20SAndroid Build Coastguard Worker                    <property name="use_markup">True</property>
1144*2d543d20SAndroid Build Coastguard Worker                  </object>
1145*2d543d20SAndroid Build Coastguard Worker                  <packing>
1146*2d543d20SAndroid Build Coastguard Worker                    <property name="expand">False</property>
1147*2d543d20SAndroid Build Coastguard Worker                    <property name="fill">False</property>
1148*2d543d20SAndroid Build Coastguard Worker                    <property name="padding">5</property>
1149*2d543d20SAndroid Build Coastguard Worker                    <property name="position">0</property>
1150*2d543d20SAndroid Build Coastguard Worker                  </packing>
1151*2d543d20SAndroid Build Coastguard Worker                </child>
1152*2d543d20SAndroid Build Coastguard Worker                <child>
1153*2d543d20SAndroid Build Coastguard Worker                  <object class="GtkVBox" id="vbox22">
1154*2d543d20SAndroid Build Coastguard Worker                    <property name="visible">True</property>
1155*2d543d20SAndroid Build Coastguard Worker                    <property name="can_focus">False</property>
1156*2d543d20SAndroid Build Coastguard Worker                    <property name="spacing">6</property>
1157*2d543d20SAndroid Build Coastguard Worker                    <child>
1158*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkLabel" id="label55">
1159*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
1160*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">False</property>
1161*2d543d20SAndroid Build Coastguard Worker                        <property name="xalign">0</property>
1162*2d543d20SAndroid Build Coastguard Worker                        <property name="label" translatable="yes">&lt;b&gt;TCP Ports&lt;/b&gt;</property>
1163*2d543d20SAndroid Build Coastguard Worker                        <property name="use_markup">True</property>
1164*2d543d20SAndroid Build Coastguard Worker                      </object>
1165*2d543d20SAndroid Build Coastguard Worker                      <packing>
1166*2d543d20SAndroid Build Coastguard Worker                        <property name="expand">False</property>
1167*2d543d20SAndroid Build Coastguard Worker                        <property name="fill">False</property>
1168*2d543d20SAndroid Build Coastguard Worker                        <property name="position">0</property>
1169*2d543d20SAndroid Build Coastguard Worker                      </packing>
1170*2d543d20SAndroid Build Coastguard Worker                    </child>
1171*2d543d20SAndroid Build Coastguard Worker                    <child>
1172*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkHBox" id="hbox20">
1173*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
1174*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">False</property>
1175*2d543d20SAndroid Build Coastguard Worker                        <child>
1176*2d543d20SAndroid Build Coastguard Worker                          <object class="GtkLabel" id="label56">
1177*2d543d20SAndroid Build Coastguard Worker                            <property name="visible">True</property>
1178*2d543d20SAndroid Build Coastguard Worker                            <property name="can_focus">False</property>
1179*2d543d20SAndroid Build Coastguard Worker                            <property name="label">    </property>
1180*2d543d20SAndroid Build Coastguard Worker                          </object>
1181*2d543d20SAndroid Build Coastguard Worker                          <packing>
1182*2d543d20SAndroid Build Coastguard Worker                            <property name="expand">False</property>
1183*2d543d20SAndroid Build Coastguard Worker                            <property name="fill">False</property>
1184*2d543d20SAndroid Build Coastguard Worker                            <property name="position">0</property>
1185*2d543d20SAndroid Build Coastguard Worker                          </packing>
1186*2d543d20SAndroid Build Coastguard Worker                        </child>
1187*2d543d20SAndroid Build Coastguard Worker                        <child>
1188*2d543d20SAndroid Build Coastguard Worker                          <object class="GtkVBox" id="vbox23">
1189*2d543d20SAndroid Build Coastguard Worker                            <property name="visible">True</property>
1190*2d543d20SAndroid Build Coastguard Worker                            <property name="can_focus">False</property>
1191*2d543d20SAndroid Build Coastguard Worker                            <property name="spacing">6</property>
1192*2d543d20SAndroid Build Coastguard Worker                            <child>
1193*2d543d20SAndroid Build Coastguard Worker                              <object class="GtkHBox" id="hbox21">
1194*2d543d20SAndroid Build Coastguard Worker                                <property name="visible">True</property>
1195*2d543d20SAndroid Build Coastguard Worker                                <property name="can_focus">False</property>
1196*2d543d20SAndroid Build Coastguard Worker                                <property name="spacing">12</property>
1197*2d543d20SAndroid Build Coastguard Worker                                <child>
1198*2d543d20SAndroid Build Coastguard Worker                                  <object class="GtkCheckButton" id="in_tcp_all_checkbutton">
1199*2d543d20SAndroid Build Coastguard Worker                                    <property name="label" translatable="yes">All</property>
1200*2d543d20SAndroid Build Coastguard Worker                                    <property name="visible">True</property>
1201*2d543d20SAndroid Build Coastguard Worker                                    <property name="can_focus">True</property>
1202*2d543d20SAndroid Build Coastguard Worker                                    <property name="receives_default">False</property>
1203*2d543d20SAndroid Build Coastguard Worker                                    <property name="tooltip-text" translatable="yes">Allows %s to bind to any udp port</property>
1204*2d543d20SAndroid Build Coastguard Worker                                    <property name="use_underline">True</property>
1205*2d543d20SAndroid Build Coastguard Worker                                    <property name="draw_indicator">True</property>
1206*2d543d20SAndroid Build Coastguard Worker                                  </object>
1207*2d543d20SAndroid Build Coastguard Worker                                  <packing>
1208*2d543d20SAndroid Build Coastguard Worker                                    <property name="expand">False</property>
1209*2d543d20SAndroid Build Coastguard Worker                                    <property name="fill">False</property>
1210*2d543d20SAndroid Build Coastguard Worker                                    <property name="padding">10</property>
1211*2d543d20SAndroid Build Coastguard Worker                                    <property name="position">0</property>
1212*2d543d20SAndroid Build Coastguard Worker                                  </packing>
1213*2d543d20SAndroid Build Coastguard Worker                                </child>
1214*2d543d20SAndroid Build Coastguard Worker                                <child>
1215*2d543d20SAndroid Build Coastguard Worker                                  <object class="GtkCheckButton" id="in_tcp_reserved_checkbutton">
1216*2d543d20SAndroid Build Coastguard Worker                                    <property name="label" translatable="yes">600-1024</property>
1217*2d543d20SAndroid Build Coastguard Worker                                    <property name="visible">True</property>
1218*2d543d20SAndroid Build Coastguard Worker                                    <property name="can_focus">True</property>
1219*2d543d20SAndroid Build Coastguard Worker                                    <property name="receives_default">False</property>
1220*2d543d20SAndroid Build Coastguard Worker                                    <property name="tooltip-text" translatable="yes">Allow %s to call bindresvport with 0. Binding to port 600-1024</property>
1221*2d543d20SAndroid Build Coastguard Worker                                    <property name="use_underline">True</property>
1222*2d543d20SAndroid Build Coastguard Worker                                    <property name="draw_indicator">True</property>
1223*2d543d20SAndroid Build Coastguard Worker                                  </object>
1224*2d543d20SAndroid Build Coastguard Worker                                  <packing>
1225*2d543d20SAndroid Build Coastguard Worker                                    <property name="expand">False</property>
1226*2d543d20SAndroid Build Coastguard Worker                                    <property name="fill">False</property>
1227*2d543d20SAndroid Build Coastguard Worker                                    <property name="padding">10</property>
1228*2d543d20SAndroid Build Coastguard Worker                                    <property name="position">1</property>
1229*2d543d20SAndroid Build Coastguard Worker                                  </packing>
1230*2d543d20SAndroid Build Coastguard Worker                                </child>
1231*2d543d20SAndroid Build Coastguard Worker                                <child>
1232*2d543d20SAndroid Build Coastguard Worker                                  <object class="GtkCheckButton" id="in_tcp_unreserved_checkbutton">
1233*2d543d20SAndroid Build Coastguard Worker                                    <property name="label" translatable="yes">Unreserved Ports (&gt;1024)</property>
1234*2d543d20SAndroid Build Coastguard Worker                                    <property name="visible">True</property>
1235*2d543d20SAndroid Build Coastguard Worker                                    <property name="can_focus">True</property>
1236*2d543d20SAndroid Build Coastguard Worker                                    <property name="receives_default">False</property>
1237*2d543d20SAndroid Build Coastguard Worker                                    <property name="tooltip-text" translatable="yes">Enter a comma separated list of udp ports or ranges of ports that %s binds to. Example: 612, 650-660</property>
1238*2d543d20SAndroid Build Coastguard Worker                                    <property name="use_underline">True</property>
1239*2d543d20SAndroid Build Coastguard Worker                                    <property name="draw_indicator">True</property>
1240*2d543d20SAndroid Build Coastguard Worker                                  </object>
1241*2d543d20SAndroid Build Coastguard Worker                                  <packing>
1242*2d543d20SAndroid Build Coastguard Worker                                    <property name="expand">False</property>
1243*2d543d20SAndroid Build Coastguard Worker                                    <property name="fill">False</property>
1244*2d543d20SAndroid Build Coastguard Worker                                    <property name="padding">10</property>
1245*2d543d20SAndroid Build Coastguard Worker                                    <property name="position">2</property>
1246*2d543d20SAndroid Build Coastguard Worker                                  </packing>
1247*2d543d20SAndroid Build Coastguard Worker                                </child>
1248*2d543d20SAndroid Build Coastguard Worker                              </object>
1249*2d543d20SAndroid Build Coastguard Worker                              <packing>
1250*2d543d20SAndroid Build Coastguard Worker                                <property name="expand">True</property>
1251*2d543d20SAndroid Build Coastguard Worker                                <property name="fill">True</property>
1252*2d543d20SAndroid Build Coastguard Worker                                <property name="position">0</property>
1253*2d543d20SAndroid Build Coastguard Worker                              </packing>
1254*2d543d20SAndroid Build Coastguard Worker                            </child>
1255*2d543d20SAndroid Build Coastguard Worker                            <child>
1256*2d543d20SAndroid Build Coastguard Worker                              <object class="GtkHBox" id="hbox22">
1257*2d543d20SAndroid Build Coastguard Worker                                <property name="visible">True</property>
1258*2d543d20SAndroid Build Coastguard Worker                                <property name="can_focus">False</property>
1259*2d543d20SAndroid Build Coastguard Worker                                <property name="spacing">12</property>
1260*2d543d20SAndroid Build Coastguard Worker                                <child>
1261*2d543d20SAndroid Build Coastguard Worker                                  <object class="GtkLabel" id="label57">
1262*2d543d20SAndroid Build Coastguard Worker                                    <property name="visible">True</property>
1263*2d543d20SAndroid Build Coastguard Worker                                    <property name="can_focus">False</property>
1264*2d543d20SAndroid Build Coastguard Worker                                    <property name="xalign">0</property>
1265*2d543d20SAndroid Build Coastguard Worker                                    <property name="label" translatable="yes">Select Ports</property>
1266*2d543d20SAndroid Build Coastguard Worker                                  </object>
1267*2d543d20SAndroid Build Coastguard Worker                                  <packing>
1268*2d543d20SAndroid Build Coastguard Worker                                    <property name="expand">False</property>
1269*2d543d20SAndroid Build Coastguard Worker                                    <property name="fill">False</property>
1270*2d543d20SAndroid Build Coastguard Worker                                    <property name="padding">5</property>
1271*2d543d20SAndroid Build Coastguard Worker                                    <property name="position">0</property>
1272*2d543d20SAndroid Build Coastguard Worker                                  </packing>
1273*2d543d20SAndroid Build Coastguard Worker                                </child>
1274*2d543d20SAndroid Build Coastguard Worker                                <child>
1275*2d543d20SAndroid Build Coastguard Worker                                  <object class="GtkEntry" id="in_tcp_entry">
1276*2d543d20SAndroid Build Coastguard Worker                                    <property name="visible">True</property>
1277*2d543d20SAndroid Build Coastguard Worker                                    <property name="can_focus">True</property>
1278*2d543d20SAndroid Build Coastguard Worker                                    <property name="tooltip-text" translatable="yes">Allows %s to bind to any udp ports &gt; 1024</property>
1279*2d543d20SAndroid Build Coastguard Worker                                    <property name="invisible_char">&#x2022;</property>
1280*2d543d20SAndroid Build Coastguard Worker                                    <property name="primary_icon_activatable">False</property>
1281*2d543d20SAndroid Build Coastguard Worker                                    <property name="secondary_icon_activatable">False</property>
1282*2d543d20SAndroid Build Coastguard Worker                                    <property name="primary_icon_sensitive">True</property>
1283*2d543d20SAndroid Build Coastguard Worker                                    <property name="secondary_icon_sensitive">True</property>
1284*2d543d20SAndroid Build Coastguard Worker                                  </object>
1285*2d543d20SAndroid Build Coastguard Worker                                  <packing>
1286*2d543d20SAndroid Build Coastguard Worker                                    <property name="expand">True</property>
1287*2d543d20SAndroid Build Coastguard Worker                                    <property name="fill">True</property>
1288*2d543d20SAndroid Build Coastguard Worker                                    <property name="position">1</property>
1289*2d543d20SAndroid Build Coastguard Worker                                  </packing>
1290*2d543d20SAndroid Build Coastguard Worker                                </child>
1291*2d543d20SAndroid Build Coastguard Worker                              </object>
1292*2d543d20SAndroid Build Coastguard Worker                              <packing>
1293*2d543d20SAndroid Build Coastguard Worker                                <property name="expand">True</property>
1294*2d543d20SAndroid Build Coastguard Worker                                <property name="fill">True</property>
1295*2d543d20SAndroid Build Coastguard Worker                                <property name="position">1</property>
1296*2d543d20SAndroid Build Coastguard Worker                              </packing>
1297*2d543d20SAndroid Build Coastguard Worker                            </child>
1298*2d543d20SAndroid Build Coastguard Worker                          </object>
1299*2d543d20SAndroid Build Coastguard Worker                          <packing>
1300*2d543d20SAndroid Build Coastguard Worker                            <property name="expand">True</property>
1301*2d543d20SAndroid Build Coastguard Worker                            <property name="fill">True</property>
1302*2d543d20SAndroid Build Coastguard Worker                            <property name="position">1</property>
1303*2d543d20SAndroid Build Coastguard Worker                          </packing>
1304*2d543d20SAndroid Build Coastguard Worker                        </child>
1305*2d543d20SAndroid Build Coastguard Worker                      </object>
1306*2d543d20SAndroid Build Coastguard Worker                      <packing>
1307*2d543d20SAndroid Build Coastguard Worker                        <property name="expand">True</property>
1308*2d543d20SAndroid Build Coastguard Worker                        <property name="fill">True</property>
1309*2d543d20SAndroid Build Coastguard Worker                        <property name="position">1</property>
1310*2d543d20SAndroid Build Coastguard Worker                      </packing>
1311*2d543d20SAndroid Build Coastguard Worker                    </child>
1312*2d543d20SAndroid Build Coastguard Worker                  </object>
1313*2d543d20SAndroid Build Coastguard Worker                  <packing>
1314*2d543d20SAndroid Build Coastguard Worker                    <property name="expand">True</property>
1315*2d543d20SAndroid Build Coastguard Worker                    <property name="fill">True</property>
1316*2d543d20SAndroid Build Coastguard Worker                    <property name="position">1</property>
1317*2d543d20SAndroid Build Coastguard Worker                  </packing>
1318*2d543d20SAndroid Build Coastguard Worker                </child>
1319*2d543d20SAndroid Build Coastguard Worker                <child>
1320*2d543d20SAndroid Build Coastguard Worker                  <object class="GtkVBox" id="vbox24">
1321*2d543d20SAndroid Build Coastguard Worker                    <property name="visible">True</property>
1322*2d543d20SAndroid Build Coastguard Worker                    <property name="can_focus">False</property>
1323*2d543d20SAndroid Build Coastguard Worker                    <property name="spacing">6</property>
1324*2d543d20SAndroid Build Coastguard Worker                    <child>
1325*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkLabel" id="label58">
1326*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
1327*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">False</property>
1328*2d543d20SAndroid Build Coastguard Worker                        <property name="xalign">0</property>
1329*2d543d20SAndroid Build Coastguard Worker                        <property name="label" translatable="yes">&lt;b&gt;UDP Ports&lt;/b&gt;</property>
1330*2d543d20SAndroid Build Coastguard Worker                        <property name="use_markup">True</property>
1331*2d543d20SAndroid Build Coastguard Worker                      </object>
1332*2d543d20SAndroid Build Coastguard Worker                      <packing>
1333*2d543d20SAndroid Build Coastguard Worker                        <property name="expand">False</property>
1334*2d543d20SAndroid Build Coastguard Worker                        <property name="fill">False</property>
1335*2d543d20SAndroid Build Coastguard Worker                        <property name="position">0</property>
1336*2d543d20SAndroid Build Coastguard Worker                      </packing>
1337*2d543d20SAndroid Build Coastguard Worker                    </child>
1338*2d543d20SAndroid Build Coastguard Worker                    <child>
1339*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkHBox" id="hbox23">
1340*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
1341*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">False</property>
1342*2d543d20SAndroid Build Coastguard Worker                        <child>
1343*2d543d20SAndroid Build Coastguard Worker                          <object class="GtkLabel" id="label59">
1344*2d543d20SAndroid Build Coastguard Worker                            <property name="visible">True</property>
1345*2d543d20SAndroid Build Coastguard Worker                            <property name="can_focus">False</property>
1346*2d543d20SAndroid Build Coastguard Worker                            <property name="label">    </property>
1347*2d543d20SAndroid Build Coastguard Worker                          </object>
1348*2d543d20SAndroid Build Coastguard Worker                          <packing>
1349*2d543d20SAndroid Build Coastguard Worker                            <property name="expand">False</property>
1350*2d543d20SAndroid Build Coastguard Worker                            <property name="fill">False</property>
1351*2d543d20SAndroid Build Coastguard Worker                            <property name="position">0</property>
1352*2d543d20SAndroid Build Coastguard Worker                          </packing>
1353*2d543d20SAndroid Build Coastguard Worker                        </child>
1354*2d543d20SAndroid Build Coastguard Worker                        <child>
1355*2d543d20SAndroid Build Coastguard Worker                          <object class="GtkVBox" id="vbox25">
1356*2d543d20SAndroid Build Coastguard Worker                            <property name="visible">True</property>
1357*2d543d20SAndroid Build Coastguard Worker                            <property name="can_focus">False</property>
1358*2d543d20SAndroid Build Coastguard Worker                            <property name="spacing">6</property>
1359*2d543d20SAndroid Build Coastguard Worker                            <child>
1360*2d543d20SAndroid Build Coastguard Worker                              <object class="GtkHBox" id="hbox24">
1361*2d543d20SAndroid Build Coastguard Worker                                <property name="visible">True</property>
1362*2d543d20SAndroid Build Coastguard Worker                                <property name="can_focus">False</property>
1363*2d543d20SAndroid Build Coastguard Worker                                <property name="spacing">12</property>
1364*2d543d20SAndroid Build Coastguard Worker                                <child>
1365*2d543d20SAndroid Build Coastguard Worker                                  <object class="GtkCheckButton" id="in_udp_all_checkbutton">
1366*2d543d20SAndroid Build Coastguard Worker                                    <property name="label" translatable="yes">All</property>
1367*2d543d20SAndroid Build Coastguard Worker                                    <property name="visible">True</property>
1368*2d543d20SAndroid Build Coastguard Worker                                    <property name="can_focus">True</property>
1369*2d543d20SAndroid Build Coastguard Worker                                    <property name="receives_default">False</property>
1370*2d543d20SAndroid Build Coastguard Worker                                    <property name="tooltip-text" translatable="yes">Allows %s to bind to any udp port</property>
1371*2d543d20SAndroid Build Coastguard Worker                                    <property name="use_underline">True</property>
1372*2d543d20SAndroid Build Coastguard Worker                                    <property name="draw_indicator">True</property>
1373*2d543d20SAndroid Build Coastguard Worker                                  </object>
1374*2d543d20SAndroid Build Coastguard Worker                                  <packing>
1375*2d543d20SAndroid Build Coastguard Worker                                    <property name="expand">False</property>
1376*2d543d20SAndroid Build Coastguard Worker                                    <property name="fill">False</property>
1377*2d543d20SAndroid Build Coastguard Worker                                    <property name="padding">10</property>
1378*2d543d20SAndroid Build Coastguard Worker                                    <property name="position">0</property>
1379*2d543d20SAndroid Build Coastguard Worker                                  </packing>
1380*2d543d20SAndroid Build Coastguard Worker                                </child>
1381*2d543d20SAndroid Build Coastguard Worker                                <child>
1382*2d543d20SAndroid Build Coastguard Worker                                  <object class="GtkCheckButton" id="in_udp_reserved_checkbutton">
1383*2d543d20SAndroid Build Coastguard Worker                                    <property name="label" translatable="yes">600-1024</property>
1384*2d543d20SAndroid Build Coastguard Worker                                    <property name="visible">True</property>
1385*2d543d20SAndroid Build Coastguard Worker                                    <property name="can_focus">True</property>
1386*2d543d20SAndroid Build Coastguard Worker                                    <property name="receives_default">False</property>
1387*2d543d20SAndroid Build Coastguard Worker                                    <property name="tooltip-text" translatable="yes">Allow %s to call bindresvport with 0. Binding to port 600-1024</property>
1388*2d543d20SAndroid Build Coastguard Worker                                    <property name="use_underline">True</property>
1389*2d543d20SAndroid Build Coastguard Worker                                    <property name="draw_indicator">True</property>
1390*2d543d20SAndroid Build Coastguard Worker                                  </object>
1391*2d543d20SAndroid Build Coastguard Worker                                  <packing>
1392*2d543d20SAndroid Build Coastguard Worker                                    <property name="expand">False</property>
1393*2d543d20SAndroid Build Coastguard Worker                                    <property name="fill">False</property>
1394*2d543d20SAndroid Build Coastguard Worker                                    <property name="padding">10</property>
1395*2d543d20SAndroid Build Coastguard Worker                                    <property name="position">1</property>
1396*2d543d20SAndroid Build Coastguard Worker                                  </packing>
1397*2d543d20SAndroid Build Coastguard Worker                                </child>
1398*2d543d20SAndroid Build Coastguard Worker                                <child>
1399*2d543d20SAndroid Build Coastguard Worker                                  <object class="GtkCheckButton" id="in_udp_unreserved_checkbutton">
1400*2d543d20SAndroid Build Coastguard Worker                                    <property name="label" translatable="yes">Unreserved Ports (&gt;1024)</property>
1401*2d543d20SAndroid Build Coastguard Worker                                    <property name="visible">True</property>
1402*2d543d20SAndroid Build Coastguard Worker                                    <property name="can_focus">True</property>
1403*2d543d20SAndroid Build Coastguard Worker                                    <property name="receives_default">False</property>
1404*2d543d20SAndroid Build Coastguard Worker                                    <property name="tooltip-text" translatable="yes">Enter a comma separated list of udp ports or ranges of ports that %s binds to. Example: 612, 650-660</property>
1405*2d543d20SAndroid Build Coastguard Worker                                    <property name="use_underline">True</property>
1406*2d543d20SAndroid Build Coastguard Worker                                    <property name="draw_indicator">True</property>
1407*2d543d20SAndroid Build Coastguard Worker                                  </object>
1408*2d543d20SAndroid Build Coastguard Worker                                  <packing>
1409*2d543d20SAndroid Build Coastguard Worker                                    <property name="expand">False</property>
1410*2d543d20SAndroid Build Coastguard Worker                                    <property name="fill">False</property>
1411*2d543d20SAndroid Build Coastguard Worker                                    <property name="padding">10</property>
1412*2d543d20SAndroid Build Coastguard Worker                                    <property name="position">2</property>
1413*2d543d20SAndroid Build Coastguard Worker                                  </packing>
1414*2d543d20SAndroid Build Coastguard Worker                                </child>
1415*2d543d20SAndroid Build Coastguard Worker                              </object>
1416*2d543d20SAndroid Build Coastguard Worker                              <packing>
1417*2d543d20SAndroid Build Coastguard Worker                                <property name="expand">True</property>
1418*2d543d20SAndroid Build Coastguard Worker                                <property name="fill">True</property>
1419*2d543d20SAndroid Build Coastguard Worker                                <property name="position">0</property>
1420*2d543d20SAndroid Build Coastguard Worker                              </packing>
1421*2d543d20SAndroid Build Coastguard Worker                            </child>
1422*2d543d20SAndroid Build Coastguard Worker                            <child>
1423*2d543d20SAndroid Build Coastguard Worker                              <object class="GtkHBox" id="hbox25">
1424*2d543d20SAndroid Build Coastguard Worker                                <property name="visible">True</property>
1425*2d543d20SAndroid Build Coastguard Worker                                <property name="can_focus">False</property>
1426*2d543d20SAndroid Build Coastguard Worker                                <property name="spacing">12</property>
1427*2d543d20SAndroid Build Coastguard Worker                                <child>
1428*2d543d20SAndroid Build Coastguard Worker                                  <object class="GtkLabel" id="label60">
1429*2d543d20SAndroid Build Coastguard Worker                                    <property name="visible">True</property>
1430*2d543d20SAndroid Build Coastguard Worker                                    <property name="can_focus">False</property>
1431*2d543d20SAndroid Build Coastguard Worker                                    <property name="xalign">0</property>
1432*2d543d20SAndroid Build Coastguard Worker                                    <property name="label" translatable="yes">Select Ports</property>
1433*2d543d20SAndroid Build Coastguard Worker                                  </object>
1434*2d543d20SAndroid Build Coastguard Worker                                  <packing>
1435*2d543d20SAndroid Build Coastguard Worker                                    <property name="expand">False</property>
1436*2d543d20SAndroid Build Coastguard Worker                                    <property name="fill">False</property>
1437*2d543d20SAndroid Build Coastguard Worker                                    <property name="padding">5</property>
1438*2d543d20SAndroid Build Coastguard Worker                                    <property name="position">0</property>
1439*2d543d20SAndroid Build Coastguard Worker                                  </packing>
1440*2d543d20SAndroid Build Coastguard Worker                                </child>
1441*2d543d20SAndroid Build Coastguard Worker                                <child>
1442*2d543d20SAndroid Build Coastguard Worker                                  <object class="GtkEntry" id="in_udp_entry">
1443*2d543d20SAndroid Build Coastguard Worker                                    <property name="visible">True</property>
1444*2d543d20SAndroid Build Coastguard Worker                                    <property name="can_focus">True</property>
1445*2d543d20SAndroid Build Coastguard Worker                                    <property name="tooltip-text" translatable="yes">Allows %s to bind to any udp ports &gt; 1024</property>
1446*2d543d20SAndroid Build Coastguard Worker                                    <property name="invisible_char">&#x2022;</property>
1447*2d543d20SAndroid Build Coastguard Worker                                    <property name="primary_icon_activatable">False</property>
1448*2d543d20SAndroid Build Coastguard Worker                                    <property name="secondary_icon_activatable">False</property>
1449*2d543d20SAndroid Build Coastguard Worker                                    <property name="primary_icon_sensitive">True</property>
1450*2d543d20SAndroid Build Coastguard Worker                                    <property name="secondary_icon_sensitive">True</property>
1451*2d543d20SAndroid Build Coastguard Worker                                  </object>
1452*2d543d20SAndroid Build Coastguard Worker                                  <packing>
1453*2d543d20SAndroid Build Coastguard Worker                                    <property name="expand">True</property>
1454*2d543d20SAndroid Build Coastguard Worker                                    <property name="fill">True</property>
1455*2d543d20SAndroid Build Coastguard Worker                                    <property name="position">1</property>
1456*2d543d20SAndroid Build Coastguard Worker                                  </packing>
1457*2d543d20SAndroid Build Coastguard Worker                                </child>
1458*2d543d20SAndroid Build Coastguard Worker                              </object>
1459*2d543d20SAndroid Build Coastguard Worker                              <packing>
1460*2d543d20SAndroid Build Coastguard Worker                                <property name="expand">True</property>
1461*2d543d20SAndroid Build Coastguard Worker                                <property name="fill">True</property>
1462*2d543d20SAndroid Build Coastguard Worker                                <property name="position">1</property>
1463*2d543d20SAndroid Build Coastguard Worker                              </packing>
1464*2d543d20SAndroid Build Coastguard Worker                            </child>
1465*2d543d20SAndroid Build Coastguard Worker                          </object>
1466*2d543d20SAndroid Build Coastguard Worker                          <packing>
1467*2d543d20SAndroid Build Coastguard Worker                            <property name="expand">True</property>
1468*2d543d20SAndroid Build Coastguard Worker                            <property name="fill">True</property>
1469*2d543d20SAndroid Build Coastguard Worker                            <property name="position">1</property>
1470*2d543d20SAndroid Build Coastguard Worker                          </packing>
1471*2d543d20SAndroid Build Coastguard Worker                        </child>
1472*2d543d20SAndroid Build Coastguard Worker                      </object>
1473*2d543d20SAndroid Build Coastguard Worker                      <packing>
1474*2d543d20SAndroid Build Coastguard Worker                        <property name="expand">True</property>
1475*2d543d20SAndroid Build Coastguard Worker                        <property name="fill">True</property>
1476*2d543d20SAndroid Build Coastguard Worker                        <property name="position">1</property>
1477*2d543d20SAndroid Build Coastguard Worker                      </packing>
1478*2d543d20SAndroid Build Coastguard Worker                    </child>
1479*2d543d20SAndroid Build Coastguard Worker                  </object>
1480*2d543d20SAndroid Build Coastguard Worker                  <packing>
1481*2d543d20SAndroid Build Coastguard Worker                    <property name="expand">True</property>
1482*2d543d20SAndroid Build Coastguard Worker                    <property name="fill">True</property>
1483*2d543d20SAndroid Build Coastguard Worker                    <property name="position">2</property>
1484*2d543d20SAndroid Build Coastguard Worker                  </packing>
1485*2d543d20SAndroid Build Coastguard Worker                </child>
1486*2d543d20SAndroid Build Coastguard Worker              </object>
1487*2d543d20SAndroid Build Coastguard Worker            </child>
1488*2d543d20SAndroid Build Coastguard Worker            <child type="tab">
1489*2d543d20SAndroid Build Coastguard Worker              <object class="GtkLabel" id="label113">
1490*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
1491*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">False</property>
1492*2d543d20SAndroid Build Coastguard Worker                <property name="label" translatable="yes">Network
1493*2d543d20SAndroid Build Coastguard WorkerBind tab</property>
1494*2d543d20SAndroid Build Coastguard Worker              </object>
1495*2d543d20SAndroid Build Coastguard Worker              <packing>
1496*2d543d20SAndroid Build Coastguard Worker                <property name="position">7</property>
1497*2d543d20SAndroid Build Coastguard Worker                <property name="tab_fill">False</property>
1498*2d543d20SAndroid Build Coastguard Worker              </packing>
1499*2d543d20SAndroid Build Coastguard Worker            </child>
1500*2d543d20SAndroid Build Coastguard Worker            <child>
1501*2d543d20SAndroid Build Coastguard Worker              <object class="GtkVBox" id="vbox75">
1502*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
1503*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">False</property>
1504*2d543d20SAndroid Build Coastguard Worker                <child>
1505*2d543d20SAndroid Build Coastguard Worker                  <object class="GtkLabel" id="select_out_label">
1506*2d543d20SAndroid Build Coastguard Worker                    <property name="visible">True</property>
1507*2d543d20SAndroid Build Coastguard Worker                    <property name="can_focus">False</property>
1508*2d543d20SAndroid Build Coastguard Worker                    <property name="xalign">0</property>
1509*2d543d20SAndroid Build Coastguard Worker                    <property name="label" translatable="yes">&lt;b&gt;Select network ports that %s connects to:&lt;/b&gt;</property>
1510*2d543d20SAndroid Build Coastguard Worker                    <property name="use_markup">True</property>
1511*2d543d20SAndroid Build Coastguard Worker                  </object>
1512*2d543d20SAndroid Build Coastguard Worker                  <packing>
1513*2d543d20SAndroid Build Coastguard Worker                    <property name="expand">False</property>
1514*2d543d20SAndroid Build Coastguard Worker                    <property name="fill">False</property>
1515*2d543d20SAndroid Build Coastguard Worker                    <property name="padding">5</property>
1516*2d543d20SAndroid Build Coastguard Worker                    <property name="position">0</property>
1517*2d543d20SAndroid Build Coastguard Worker                  </packing>
1518*2d543d20SAndroid Build Coastguard Worker                </child>
1519*2d543d20SAndroid Build Coastguard Worker                <child>
1520*2d543d20SAndroid Build Coastguard Worker                  <object class="GtkVBox" id="vbox26">
1521*2d543d20SAndroid Build Coastguard Worker                    <property name="visible">True</property>
1522*2d543d20SAndroid Build Coastguard Worker                    <property name="can_focus">False</property>
1523*2d543d20SAndroid Build Coastguard Worker                    <property name="spacing">6</property>
1524*2d543d20SAndroid Build Coastguard Worker                    <child>
1525*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkLabel" id="label37">
1526*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
1527*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">False</property>
1528*2d543d20SAndroid Build Coastguard Worker                        <property name="xalign">0</property>
1529*2d543d20SAndroid Build Coastguard Worker                        <property name="label" translatable="yes">&lt;b&gt;TCP Ports&lt;/b&gt;</property>
1530*2d543d20SAndroid Build Coastguard Worker                        <property name="use_markup">True</property>
1531*2d543d20SAndroid Build Coastguard Worker                      </object>
1532*2d543d20SAndroid Build Coastguard Worker                      <packing>
1533*2d543d20SAndroid Build Coastguard Worker                        <property name="expand">False</property>
1534*2d543d20SAndroid Build Coastguard Worker                        <property name="fill">False</property>
1535*2d543d20SAndroid Build Coastguard Worker                        <property name="position">0</property>
1536*2d543d20SAndroid Build Coastguard Worker                      </packing>
1537*2d543d20SAndroid Build Coastguard Worker                    </child>
1538*2d543d20SAndroid Build Coastguard Worker                    <child>
1539*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkHBox" id="hbox26">
1540*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
1541*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">False</property>
1542*2d543d20SAndroid Build Coastguard Worker                        <child>
1543*2d543d20SAndroid Build Coastguard Worker                          <object class="GtkLabel" id="label61">
1544*2d543d20SAndroid Build Coastguard Worker                            <property name="visible">True</property>
1545*2d543d20SAndroid Build Coastguard Worker                            <property name="can_focus">False</property>
1546*2d543d20SAndroid Build Coastguard Worker                            <property name="label">    </property>
1547*2d543d20SAndroid Build Coastguard Worker                          </object>
1548*2d543d20SAndroid Build Coastguard Worker                          <packing>
1549*2d543d20SAndroid Build Coastguard Worker                            <property name="expand">False</property>
1550*2d543d20SAndroid Build Coastguard Worker                            <property name="fill">False</property>
1551*2d543d20SAndroid Build Coastguard Worker                            <property name="position">0</property>
1552*2d543d20SAndroid Build Coastguard Worker                          </packing>
1553*2d543d20SAndroid Build Coastguard Worker                        </child>
1554*2d543d20SAndroid Build Coastguard Worker                        <child>
1555*2d543d20SAndroid Build Coastguard Worker                          <object class="GtkHBox" id="hbox15">
1556*2d543d20SAndroid Build Coastguard Worker                            <property name="visible">True</property>
1557*2d543d20SAndroid Build Coastguard Worker                            <property name="can_focus">False</property>
1558*2d543d20SAndroid Build Coastguard Worker                            <property name="spacing">12</property>
1559*2d543d20SAndroid Build Coastguard Worker                            <child>
1560*2d543d20SAndroid Build Coastguard Worker                              <object class="GtkCheckButton" id="out_tcp_all_checkbutton">
1561*2d543d20SAndroid Build Coastguard Worker                                <property name="label" translatable="yes">All</property>
1562*2d543d20SAndroid Build Coastguard Worker                                <property name="visible">True</property>
1563*2d543d20SAndroid Build Coastguard Worker                                <property name="can_focus">True</property>
1564*2d543d20SAndroid Build Coastguard Worker                                <property name="receives_default">False</property>
1565*2d543d20SAndroid Build Coastguard Worker                                <property name="tooltip-text" translatable="yes">Allows %s to connect to any tcp port</property>
1566*2d543d20SAndroid Build Coastguard Worker                                <property name="use_underline">True</property>
1567*2d543d20SAndroid Build Coastguard Worker                                <property name="draw_indicator">True</property>
1568*2d543d20SAndroid Build Coastguard Worker                              </object>
1569*2d543d20SAndroid Build Coastguard Worker                              <packing>
1570*2d543d20SAndroid Build Coastguard Worker                                <property name="expand">False</property>
1571*2d543d20SAndroid Build Coastguard Worker                                <property name="fill">False</property>
1572*2d543d20SAndroid Build Coastguard Worker                                <property name="padding">10</property>
1573*2d543d20SAndroid Build Coastguard Worker                                <property name="position">0</property>
1574*2d543d20SAndroid Build Coastguard Worker                              </packing>
1575*2d543d20SAndroid Build Coastguard Worker                            </child>
1576*2d543d20SAndroid Build Coastguard Worker                            <child>
1577*2d543d20SAndroid Build Coastguard Worker                              <object class="GtkLabel" id="label38">
1578*2d543d20SAndroid Build Coastguard Worker                                <property name="visible">True</property>
1579*2d543d20SAndroid Build Coastguard Worker                                <property name="can_focus">False</property>
1580*2d543d20SAndroid Build Coastguard Worker                                <property name="xalign">0</property>
1581*2d543d20SAndroid Build Coastguard Worker                                <property name="label" translatable="yes">Select Ports</property>
1582*2d543d20SAndroid Build Coastguard Worker                              </object>
1583*2d543d20SAndroid Build Coastguard Worker                              <packing>
1584*2d543d20SAndroid Build Coastguard Worker                                <property name="expand">False</property>
1585*2d543d20SAndroid Build Coastguard Worker                                <property name="fill">False</property>
1586*2d543d20SAndroid Build Coastguard Worker                                <property name="padding">5</property>
1587*2d543d20SAndroid Build Coastguard Worker                                <property name="position">1</property>
1588*2d543d20SAndroid Build Coastguard Worker                              </packing>
1589*2d543d20SAndroid Build Coastguard Worker                            </child>
1590*2d543d20SAndroid Build Coastguard Worker                            <child>
1591*2d543d20SAndroid Build Coastguard Worker                              <object class="GtkEntry" id="out_tcp_entry">
1592*2d543d20SAndroid Build Coastguard Worker                                <property name="visible">True</property>
1593*2d543d20SAndroid Build Coastguard Worker                                <property name="can_focus">True</property>
1594*2d543d20SAndroid Build Coastguard Worker                                <property name="tooltip-text" translatable="yes">Enter a comma separated list of tcp ports or ranges of ports that %s connects to. Example: 612, 650-660</property>
1595*2d543d20SAndroid Build Coastguard Worker                                <property name="invisible_char">&#x2022;</property>
1596*2d543d20SAndroid Build Coastguard Worker                                <property name="primary_icon_activatable">False</property>
1597*2d543d20SAndroid Build Coastguard Worker                                <property name="secondary_icon_activatable">False</property>
1598*2d543d20SAndroid Build Coastguard Worker                                <property name="primary_icon_sensitive">True</property>
1599*2d543d20SAndroid Build Coastguard Worker                                <property name="secondary_icon_sensitive">True</property>
1600*2d543d20SAndroid Build Coastguard Worker                              </object>
1601*2d543d20SAndroid Build Coastguard Worker                              <packing>
1602*2d543d20SAndroid Build Coastguard Worker                                <property name="expand">True</property>
1603*2d543d20SAndroid Build Coastguard Worker                                <property name="fill">True</property>
1604*2d543d20SAndroid Build Coastguard Worker                                <property name="position">2</property>
1605*2d543d20SAndroid Build Coastguard Worker                              </packing>
1606*2d543d20SAndroid Build Coastguard Worker                            </child>
1607*2d543d20SAndroid Build Coastguard Worker                          </object>
1608*2d543d20SAndroid Build Coastguard Worker                          <packing>
1609*2d543d20SAndroid Build Coastguard Worker                            <property name="expand">True</property>
1610*2d543d20SAndroid Build Coastguard Worker                            <property name="fill">True</property>
1611*2d543d20SAndroid Build Coastguard Worker                            <property name="position">1</property>
1612*2d543d20SAndroid Build Coastguard Worker                          </packing>
1613*2d543d20SAndroid Build Coastguard Worker                        </child>
1614*2d543d20SAndroid Build Coastguard Worker                      </object>
1615*2d543d20SAndroid Build Coastguard Worker                      <packing>
1616*2d543d20SAndroid Build Coastguard Worker                        <property name="expand">True</property>
1617*2d543d20SAndroid Build Coastguard Worker                        <property name="fill">True</property>
1618*2d543d20SAndroid Build Coastguard Worker                        <property name="position">1</property>
1619*2d543d20SAndroid Build Coastguard Worker                      </packing>
1620*2d543d20SAndroid Build Coastguard Worker                    </child>
1621*2d543d20SAndroid Build Coastguard Worker                  </object>
1622*2d543d20SAndroid Build Coastguard Worker                  <packing>
1623*2d543d20SAndroid Build Coastguard Worker                    <property name="expand">True</property>
1624*2d543d20SAndroid Build Coastguard Worker                    <property name="fill">True</property>
1625*2d543d20SAndroid Build Coastguard Worker                    <property name="position">1</property>
1626*2d543d20SAndroid Build Coastguard Worker                  </packing>
1627*2d543d20SAndroid Build Coastguard Worker                </child>
1628*2d543d20SAndroid Build Coastguard Worker                <child>
1629*2d543d20SAndroid Build Coastguard Worker                  <object class="GtkVBox" id="vbox27">
1630*2d543d20SAndroid Build Coastguard Worker                    <property name="visible">True</property>
1631*2d543d20SAndroid Build Coastguard Worker                    <property name="can_focus">False</property>
1632*2d543d20SAndroid Build Coastguard Worker                    <property name="spacing">6</property>
1633*2d543d20SAndroid Build Coastguard Worker                    <child>
1634*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkLabel" id="label23">
1635*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
1636*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">False</property>
1637*2d543d20SAndroid Build Coastguard Worker                        <property name="xalign">0</property>
1638*2d543d20SAndroid Build Coastguard Worker                        <property name="label" translatable="yes">&lt;b&gt;UDP Ports&lt;/b&gt;</property>
1639*2d543d20SAndroid Build Coastguard Worker                        <property name="use_markup">True</property>
1640*2d543d20SAndroid Build Coastguard Worker                      </object>
1641*2d543d20SAndroid Build Coastguard Worker                      <packing>
1642*2d543d20SAndroid Build Coastguard Worker                        <property name="expand">False</property>
1643*2d543d20SAndroid Build Coastguard Worker                        <property name="fill">False</property>
1644*2d543d20SAndroid Build Coastguard Worker                        <property name="position">0</property>
1645*2d543d20SAndroid Build Coastguard Worker                      </packing>
1646*2d543d20SAndroid Build Coastguard Worker                    </child>
1647*2d543d20SAndroid Build Coastguard Worker                    <child>
1648*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkHBox" id="hbox27">
1649*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
1650*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">False</property>
1651*2d543d20SAndroid Build Coastguard Worker                        <child>
1652*2d543d20SAndroid Build Coastguard Worker                          <object class="GtkLabel" id="label62">
1653*2d543d20SAndroid Build Coastguard Worker                            <property name="visible">True</property>
1654*2d543d20SAndroid Build Coastguard Worker                            <property name="can_focus">False</property>
1655*2d543d20SAndroid Build Coastguard Worker                            <property name="label">    </property>
1656*2d543d20SAndroid Build Coastguard Worker                          </object>
1657*2d543d20SAndroid Build Coastguard Worker                          <packing>
1658*2d543d20SAndroid Build Coastguard Worker                            <property name="expand">False</property>
1659*2d543d20SAndroid Build Coastguard Worker                            <property name="fill">False</property>
1660*2d543d20SAndroid Build Coastguard Worker                            <property name="position">0</property>
1661*2d543d20SAndroid Build Coastguard Worker                          </packing>
1662*2d543d20SAndroid Build Coastguard Worker                        </child>
1663*2d543d20SAndroid Build Coastguard Worker                        <child>
1664*2d543d20SAndroid Build Coastguard Worker                          <object class="GtkHBox" id="hbox12">
1665*2d543d20SAndroid Build Coastguard Worker                            <property name="visible">True</property>
1666*2d543d20SAndroid Build Coastguard Worker                            <property name="can_focus">False</property>
1667*2d543d20SAndroid Build Coastguard Worker                            <property name="spacing">12</property>
1668*2d543d20SAndroid Build Coastguard Worker                            <child>
1669*2d543d20SAndroid Build Coastguard Worker                              <object class="GtkCheckButton" id="out_udp_all_checkbutton">
1670*2d543d20SAndroid Build Coastguard Worker                                <property name="label" translatable="yes">All</property>
1671*2d543d20SAndroid Build Coastguard Worker                                <property name="visible">True</property>
1672*2d543d20SAndroid Build Coastguard Worker                                <property name="can_focus">True</property>
1673*2d543d20SAndroid Build Coastguard Worker                                <property name="receives_default">False</property>
1674*2d543d20SAndroid Build Coastguard Worker                                <property name="tooltip-text" translatable="yes">Allows %s to connect to any udp port</property>
1675*2d543d20SAndroid Build Coastguard Worker                                <property name="use_underline">True</property>
1676*2d543d20SAndroid Build Coastguard Worker                                <property name="draw_indicator">True</property>
1677*2d543d20SAndroid Build Coastguard Worker                              </object>
1678*2d543d20SAndroid Build Coastguard Worker                              <packing>
1679*2d543d20SAndroid Build Coastguard Worker                                <property name="expand">False</property>
1680*2d543d20SAndroid Build Coastguard Worker                                <property name="fill">False</property>
1681*2d543d20SAndroid Build Coastguard Worker                                <property name="padding">10</property>
1682*2d543d20SAndroid Build Coastguard Worker                                <property name="position">0</property>
1683*2d543d20SAndroid Build Coastguard Worker                              </packing>
1684*2d543d20SAndroid Build Coastguard Worker                            </child>
1685*2d543d20SAndroid Build Coastguard Worker                            <child>
1686*2d543d20SAndroid Build Coastguard Worker                              <object class="GtkLabel" id="label22">
1687*2d543d20SAndroid Build Coastguard Worker                                <property name="visible">True</property>
1688*2d543d20SAndroid Build Coastguard Worker                                <property name="can_focus">False</property>
1689*2d543d20SAndroid Build Coastguard Worker                                <property name="xalign">0</property>
1690*2d543d20SAndroid Build Coastguard Worker                                <property name="label" translatable="yes">Select Ports</property>
1691*2d543d20SAndroid Build Coastguard Worker                              </object>
1692*2d543d20SAndroid Build Coastguard Worker                              <packing>
1693*2d543d20SAndroid Build Coastguard Worker                                <property name="expand">False</property>
1694*2d543d20SAndroid Build Coastguard Worker                                <property name="fill">False</property>
1695*2d543d20SAndroid Build Coastguard Worker                                <property name="padding">5</property>
1696*2d543d20SAndroid Build Coastguard Worker                                <property name="position">1</property>
1697*2d543d20SAndroid Build Coastguard Worker                              </packing>
1698*2d543d20SAndroid Build Coastguard Worker                            </child>
1699*2d543d20SAndroid Build Coastguard Worker                            <child>
1700*2d543d20SAndroid Build Coastguard Worker                              <object class="GtkEntry" id="out_udp_entry">
1701*2d543d20SAndroid Build Coastguard Worker                                <property name="visible">True</property>
1702*2d543d20SAndroid Build Coastguard Worker                                <property name="can_focus">True</property>
1703*2d543d20SAndroid Build Coastguard Worker                                <property name="tooltip-text" translatable="yes">Enter a comma separated list of udp ports or ranges of ports that %s connects to. Example: 612, 650-660</property>
1704*2d543d20SAndroid Build Coastguard Worker                                <property name="invisible_char">&#x2022;</property>
1705*2d543d20SAndroid Build Coastguard Worker                                <property name="primary_icon_activatable">False</property>
1706*2d543d20SAndroid Build Coastguard Worker                                <property name="secondary_icon_activatable">False</property>
1707*2d543d20SAndroid Build Coastguard Worker                                <property name="primary_icon_sensitive">True</property>
1708*2d543d20SAndroid Build Coastguard Worker                                <property name="secondary_icon_sensitive">True</property>
1709*2d543d20SAndroid Build Coastguard Worker                              </object>
1710*2d543d20SAndroid Build Coastguard Worker                              <packing>
1711*2d543d20SAndroid Build Coastguard Worker                                <property name="expand">True</property>
1712*2d543d20SAndroid Build Coastguard Worker                                <property name="fill">True</property>
1713*2d543d20SAndroid Build Coastguard Worker                                <property name="position">2</property>
1714*2d543d20SAndroid Build Coastguard Worker                              </packing>
1715*2d543d20SAndroid Build Coastguard Worker                            </child>
1716*2d543d20SAndroid Build Coastguard Worker                          </object>
1717*2d543d20SAndroid Build Coastguard Worker                          <packing>
1718*2d543d20SAndroid Build Coastguard Worker                            <property name="expand">True</property>
1719*2d543d20SAndroid Build Coastguard Worker                            <property name="fill">True</property>
1720*2d543d20SAndroid Build Coastguard Worker                            <property name="position">1</property>
1721*2d543d20SAndroid Build Coastguard Worker                          </packing>
1722*2d543d20SAndroid Build Coastguard Worker                        </child>
1723*2d543d20SAndroid Build Coastguard Worker                      </object>
1724*2d543d20SAndroid Build Coastguard Worker                      <packing>
1725*2d543d20SAndroid Build Coastguard Worker                        <property name="expand">True</property>
1726*2d543d20SAndroid Build Coastguard Worker                        <property name="fill">True</property>
1727*2d543d20SAndroid Build Coastguard Worker                        <property name="position">1</property>
1728*2d543d20SAndroid Build Coastguard Worker                      </packing>
1729*2d543d20SAndroid Build Coastguard Worker                    </child>
1730*2d543d20SAndroid Build Coastguard Worker                  </object>
1731*2d543d20SAndroid Build Coastguard Worker                  <packing>
1732*2d543d20SAndroid Build Coastguard Worker                    <property name="expand">True</property>
1733*2d543d20SAndroid Build Coastguard Worker                    <property name="fill">True</property>
1734*2d543d20SAndroid Build Coastguard Worker                    <property name="position">2</property>
1735*2d543d20SAndroid Build Coastguard Worker                  </packing>
1736*2d543d20SAndroid Build Coastguard Worker                </child>
1737*2d543d20SAndroid Build Coastguard Worker              </object>
1738*2d543d20SAndroid Build Coastguard Worker            </child>
1739*2d543d20SAndroid Build Coastguard Worker            <child type="tab">
1740*2d543d20SAndroid Build Coastguard Worker              <object class="GtkLabel" id="label114">
1741*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
1742*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">False</property>
1743*2d543d20SAndroid Build Coastguard Worker                <property name="label" translatable="no">Network
1744*2d543d20SAndroid Build Coastguard WorkerConnect Tab</property>
1745*2d543d20SAndroid Build Coastguard Worker              </object>
1746*2d543d20SAndroid Build Coastguard Worker              <packing>
1747*2d543d20SAndroid Build Coastguard Worker                <property name="position">8</property>
1748*2d543d20SAndroid Build Coastguard Worker                <property name="tab_fill">False</property>
1749*2d543d20SAndroid Build Coastguard Worker              </packing>
1750*2d543d20SAndroid Build Coastguard Worker            </child>
1751*2d543d20SAndroid Build Coastguard Worker            <child>
1752*2d543d20SAndroid Build Coastguard Worker              <object class="GtkVBox" id="vbox68">
1753*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
1754*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">False</property>
1755*2d543d20SAndroid Build Coastguard Worker                <child>
1756*2d543d20SAndroid Build Coastguard Worker                  <object class="GtkLabel" id="select_common_label">
1757*2d543d20SAndroid Build Coastguard Worker                    <property name="visible">True</property>
1758*2d543d20SAndroid Build Coastguard Worker                    <property name="can_focus">False</property>
1759*2d543d20SAndroid Build Coastguard Worker                    <property name="xalign">0</property>
1760*2d543d20SAndroid Build Coastguard Worker                    <property name="label" translatable="yes">&lt;b&gt;Select common application traits for %s:&lt;/b&gt;</property>
1761*2d543d20SAndroid Build Coastguard Worker                    <property name="use_markup">True</property>
1762*2d543d20SAndroid Build Coastguard Worker                  </object>
1763*2d543d20SAndroid Build Coastguard Worker                  <packing>
1764*2d543d20SAndroid Build Coastguard Worker                    <property name="expand">False</property>
1765*2d543d20SAndroid Build Coastguard Worker                    <property name="fill">False</property>
1766*2d543d20SAndroid Build Coastguard Worker                    <property name="padding">5</property>
1767*2d543d20SAndroid Build Coastguard Worker                    <property name="position">0</property>
1768*2d543d20SAndroid Build Coastguard Worker                  </packing>
1769*2d543d20SAndroid Build Coastguard Worker                </child>
1770*2d543d20SAndroid Build Coastguard Worker                <child>
1771*2d543d20SAndroid Build Coastguard Worker                  <object class="GtkVBox" id="vbox4">
1772*2d543d20SAndroid Build Coastguard Worker                    <property name="visible">True</property>
1773*2d543d20SAndroid Build Coastguard Worker                    <property name="can_focus">False</property>
1774*2d543d20SAndroid Build Coastguard Worker                    <property name="spacing">6</property>
1775*2d543d20SAndroid Build Coastguard Worker                    <child>
1776*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkCheckButton" id="syslog_checkbutton">
1777*2d543d20SAndroid Build Coastguard Worker                        <property name="label" translatable="yes">Writes syslog messages	</property>
1778*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
1779*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">True</property>
1780*2d543d20SAndroid Build Coastguard Worker                        <property name="receives_default">False</property>
1781*2d543d20SAndroid Build Coastguard Worker                        <property name="use_underline">True</property>
1782*2d543d20SAndroid Build Coastguard Worker                        <property name="draw_indicator">True</property>
1783*2d543d20SAndroid Build Coastguard Worker                      </object>
1784*2d543d20SAndroid Build Coastguard Worker                      <packing>
1785*2d543d20SAndroid Build Coastguard Worker                        <property name="expand">False</property>
1786*2d543d20SAndroid Build Coastguard Worker                        <property name="fill">False</property>
1787*2d543d20SAndroid Build Coastguard Worker                        <property name="position">0</property>
1788*2d543d20SAndroid Build Coastguard Worker                      </packing>
1789*2d543d20SAndroid Build Coastguard Worker                    </child>
1790*2d543d20SAndroid Build Coastguard Worker                    <child>
1791*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkCheckButton" id="tmp_checkbutton">
1792*2d543d20SAndroid Build Coastguard Worker                        <property name="label" translatable="yes">Create/Manipulate temporary files in /tmp</property>
1793*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
1794*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">True</property>
1795*2d543d20SAndroid Build Coastguard Worker                        <property name="receives_default">False</property>
1796*2d543d20SAndroid Build Coastguard Worker                        <property name="use_underline">True</property>
1797*2d543d20SAndroid Build Coastguard Worker                        <property name="draw_indicator">True</property>
1798*2d543d20SAndroid Build Coastguard Worker                      </object>
1799*2d543d20SAndroid Build Coastguard Worker                      <packing>
1800*2d543d20SAndroid Build Coastguard Worker                        <property name="expand">False</property>
1801*2d543d20SAndroid Build Coastguard Worker                        <property name="fill">False</property>
1802*2d543d20SAndroid Build Coastguard Worker                        <property name="position">1</property>
1803*2d543d20SAndroid Build Coastguard Worker                      </packing>
1804*2d543d20SAndroid Build Coastguard Worker                    </child>
1805*2d543d20SAndroid Build Coastguard Worker                    <child>
1806*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkCheckButton" id="pam_checkbutton">
1807*2d543d20SAndroid Build Coastguard Worker                        <property name="label" translatable="yes">Uses Pam for authentication</property>
1808*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
1809*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">True</property>
1810*2d543d20SAndroid Build Coastguard Worker                        <property name="receives_default">False</property>
1811*2d543d20SAndroid Build Coastguard Worker                        <property name="use_underline">True</property>
1812*2d543d20SAndroid Build Coastguard Worker                        <property name="draw_indicator">True</property>
1813*2d543d20SAndroid Build Coastguard Worker                      </object>
1814*2d543d20SAndroid Build Coastguard Worker                      <packing>
1815*2d543d20SAndroid Build Coastguard Worker                        <property name="expand">False</property>
1816*2d543d20SAndroid Build Coastguard Worker                        <property name="fill">False</property>
1817*2d543d20SAndroid Build Coastguard Worker                        <property name="position">2</property>
1818*2d543d20SAndroid Build Coastguard Worker                      </packing>
1819*2d543d20SAndroid Build Coastguard Worker                    </child>
1820*2d543d20SAndroid Build Coastguard Worker                    <child>
1821*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkCheckButton" id="uid_checkbutton">
1822*2d543d20SAndroid Build Coastguard Worker                        <property name="label" translatable="yes">Uses nsswitch or getpw* calls</property>
1823*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
1824*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">True</property>
1825*2d543d20SAndroid Build Coastguard Worker                        <property name="receives_default">False</property>
1826*2d543d20SAndroid Build Coastguard Worker                        <property name="use_underline">True</property>
1827*2d543d20SAndroid Build Coastguard Worker                        <property name="draw_indicator">True</property>
1828*2d543d20SAndroid Build Coastguard Worker                      </object>
1829*2d543d20SAndroid Build Coastguard Worker                      <packing>
1830*2d543d20SAndroid Build Coastguard Worker                        <property name="expand">False</property>
1831*2d543d20SAndroid Build Coastguard Worker                        <property name="fill">False</property>
1832*2d543d20SAndroid Build Coastguard Worker                        <property name="position">3</property>
1833*2d543d20SAndroid Build Coastguard Worker                      </packing>
1834*2d543d20SAndroid Build Coastguard Worker                    </child>
1835*2d543d20SAndroid Build Coastguard Worker                    <child>
1836*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkCheckButton" id="dbus_checkbutton">
1837*2d543d20SAndroid Build Coastguard Worker                        <property name="label" translatable="yes">Uses dbus</property>
1838*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
1839*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">True</property>
1840*2d543d20SAndroid Build Coastguard Worker                        <property name="receives_default">False</property>
1841*2d543d20SAndroid Build Coastguard Worker                        <property name="use_underline">True</property>
1842*2d543d20SAndroid Build Coastguard Worker                        <property name="draw_indicator">True</property>
1843*2d543d20SAndroid Build Coastguard Worker                      </object>
1844*2d543d20SAndroid Build Coastguard Worker                      <packing>
1845*2d543d20SAndroid Build Coastguard Worker                        <property name="expand">False</property>
1846*2d543d20SAndroid Build Coastguard Worker                        <property name="fill">False</property>
1847*2d543d20SAndroid Build Coastguard Worker                        <property name="position">4</property>
1848*2d543d20SAndroid Build Coastguard Worker                      </packing>
1849*2d543d20SAndroid Build Coastguard Worker                    </child>
1850*2d543d20SAndroid Build Coastguard Worker                    <child>
1851*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkCheckButton" id="audit_checkbutton">
1852*2d543d20SAndroid Build Coastguard Worker                        <property name="label" translatable="yes">Sends audit messages</property>
1853*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
1854*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">True</property>
1855*2d543d20SAndroid Build Coastguard Worker                        <property name="receives_default">False</property>
1856*2d543d20SAndroid Build Coastguard Worker                        <property name="use_underline">True</property>
1857*2d543d20SAndroid Build Coastguard Worker                        <property name="draw_indicator">True</property>
1858*2d543d20SAndroid Build Coastguard Worker                      </object>
1859*2d543d20SAndroid Build Coastguard Worker                      <packing>
1860*2d543d20SAndroid Build Coastguard Worker                        <property name="expand">False</property>
1861*2d543d20SAndroid Build Coastguard Worker                        <property name="fill">False</property>
1862*2d543d20SAndroid Build Coastguard Worker                        <property name="position">5</property>
1863*2d543d20SAndroid Build Coastguard Worker                      </packing>
1864*2d543d20SAndroid Build Coastguard Worker                    </child>
1865*2d543d20SAndroid Build Coastguard Worker                    <child>
1866*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkCheckButton" id="terminal_checkbutton">
1867*2d543d20SAndroid Build Coastguard Worker                        <property name="label" translatable="yes">Interacts with the terminal</property>
1868*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
1869*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">True</property>
1870*2d543d20SAndroid Build Coastguard Worker                        <property name="receives_default">False</property>
1871*2d543d20SAndroid Build Coastguard Worker                        <property name="use_underline">True</property>
1872*2d543d20SAndroid Build Coastguard Worker                        <property name="draw_indicator">True</property>
1873*2d543d20SAndroid Build Coastguard Worker                      </object>
1874*2d543d20SAndroid Build Coastguard Worker                      <packing>
1875*2d543d20SAndroid Build Coastguard Worker                        <property name="expand">False</property>
1876*2d543d20SAndroid Build Coastguard Worker                        <property name="fill">False</property>
1877*2d543d20SAndroid Build Coastguard Worker                        <property name="position">6</property>
1878*2d543d20SAndroid Build Coastguard Worker                      </packing>
1879*2d543d20SAndroid Build Coastguard Worker                    </child>
1880*2d543d20SAndroid Build Coastguard Worker                    <child>
1881*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkCheckButton" id="mail_checkbutton">
1882*2d543d20SAndroid Build Coastguard Worker                        <property name="label" translatable="yes">Sends email</property>
1883*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
1884*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">True</property>
1885*2d543d20SAndroid Build Coastguard Worker                        <property name="receives_default">False</property>
1886*2d543d20SAndroid Build Coastguard Worker                        <property name="use_underline">True</property>
1887*2d543d20SAndroid Build Coastguard Worker                        <property name="draw_indicator">True</property>
1888*2d543d20SAndroid Build Coastguard Worker                      </object>
1889*2d543d20SAndroid Build Coastguard Worker                      <packing>
1890*2d543d20SAndroid Build Coastguard Worker                        <property name="expand">False</property>
1891*2d543d20SAndroid Build Coastguard Worker                        <property name="fill">False</property>
1892*2d543d20SAndroid Build Coastguard Worker                        <property name="position">7</property>
1893*2d543d20SAndroid Build Coastguard Worker                      </packing>
1894*2d543d20SAndroid Build Coastguard Worker                    </child>
1895*2d543d20SAndroid Build Coastguard Worker                  </object>
1896*2d543d20SAndroid Build Coastguard Worker                  <packing>
1897*2d543d20SAndroid Build Coastguard Worker                    <property name="expand">True</property>
1898*2d543d20SAndroid Build Coastguard Worker                    <property name="fill">True</property>
1899*2d543d20SAndroid Build Coastguard Worker                    <property name="position">1</property>
1900*2d543d20SAndroid Build Coastguard Worker                  </packing>
1901*2d543d20SAndroid Build Coastguard Worker                </child>
1902*2d543d20SAndroid Build Coastguard Worker              </object>
1903*2d543d20SAndroid Build Coastguard Worker            </child>
1904*2d543d20SAndroid Build Coastguard Worker            <child type="tab">
1905*2d543d20SAndroid Build Coastguard Worker              <object class="GtkLabel" id="label115">
1906*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
1907*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">False</property>
1908*2d543d20SAndroid Build Coastguard Worker                <property name="label" translatable="no">Common
1909*2d543d20SAndroid Build Coastguard WorkerTab</property>
1910*2d543d20SAndroid Build Coastguard Worker              </object>
1911*2d543d20SAndroid Build Coastguard Worker              <packing>
1912*2d543d20SAndroid Build Coastguard Worker                <property name="position">9</property>
1913*2d543d20SAndroid Build Coastguard Worker                <property name="tab_fill">False</property>
1914*2d543d20SAndroid Build Coastguard Worker              </packing>
1915*2d543d20SAndroid Build Coastguard Worker            </child>
1916*2d543d20SAndroid Build Coastguard Worker            <child>
1917*2d543d20SAndroid Build Coastguard Worker              <object class="GtkVBox" id="vbox69">
1918*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
1919*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">False</property>
1920*2d543d20SAndroid Build Coastguard Worker                <child>
1921*2d543d20SAndroid Build Coastguard Worker                  <object class="GtkLabel" id="select_manages_label">
1922*2d543d20SAndroid Build Coastguard Worker                    <property name="visible">True</property>
1923*2d543d20SAndroid Build Coastguard Worker                    <property name="can_focus">False</property>
1924*2d543d20SAndroid Build Coastguard Worker                    <property name="xalign">0</property>
1925*2d543d20SAndroid Build Coastguard Worker                    <property name="label" translatable="yes">&lt;b&gt;Add files/directories that %s manages&lt;/b&gt;</property>
1926*2d543d20SAndroid Build Coastguard Worker                    <property name="use_markup">True</property>
1927*2d543d20SAndroid Build Coastguard Worker                  </object>
1928*2d543d20SAndroid Build Coastguard Worker                  <packing>
1929*2d543d20SAndroid Build Coastguard Worker                    <property name="expand">False</property>
1930*2d543d20SAndroid Build Coastguard Worker                    <property name="fill">False</property>
1931*2d543d20SAndroid Build Coastguard Worker                    <property name="padding">5</property>
1932*2d543d20SAndroid Build Coastguard Worker                    <property name="position">0</property>
1933*2d543d20SAndroid Build Coastguard Worker                  </packing>
1934*2d543d20SAndroid Build Coastguard Worker                </child>
1935*2d543d20SAndroid Build Coastguard Worker                <child>
1936*2d543d20SAndroid Build Coastguard Worker                  <object class="GtkHBox" id="hbox1">
1937*2d543d20SAndroid Build Coastguard Worker                    <property name="visible">True</property>
1938*2d543d20SAndroid Build Coastguard Worker                    <property name="can_focus">False</property>
1939*2d543d20SAndroid Build Coastguard Worker                    <property name="spacing">12</property>
1940*2d543d20SAndroid Build Coastguard Worker                    <child>
1941*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkVBox" id="vbox3">
1942*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
1943*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">False</property>
1944*2d543d20SAndroid Build Coastguard Worker                        <property name="spacing">6</property>
1945*2d543d20SAndroid Build Coastguard Worker                        <child>
1946*2d543d20SAndroid Build Coastguard Worker                          <object class="GtkButton" id="button2">
1947*2d543d20SAndroid Build Coastguard Worker                            <property name="visible">True</property>
1948*2d543d20SAndroid Build Coastguard Worker                            <property name="can_focus">True</property>
1949*2d543d20SAndroid Build Coastguard Worker                            <property name="receives_default">False</property>
1950*2d543d20SAndroid Build Coastguard Worker                            <signal handler="on_add_clicked" name="clicked" swapped="no"/>
1951*2d543d20SAndroid Build Coastguard Worker                            <child>
1952*2d543d20SAndroid Build Coastguard Worker                              <object class="GtkAlignment" id="alignment6">
1953*2d543d20SAndroid Build Coastguard Worker                                <property name="visible">True</property>
1954*2d543d20SAndroid Build Coastguard Worker                                <property name="can_focus">False</property>
1955*2d543d20SAndroid Build Coastguard Worker                                <property name="xscale">0</property>
1956*2d543d20SAndroid Build Coastguard Worker                                <property name="yscale">0</property>
1957*2d543d20SAndroid Build Coastguard Worker                                <child>
1958*2d543d20SAndroid Build Coastguard Worker                                  <object class="GtkHBox" id="hbox4">
1959*2d543d20SAndroid Build Coastguard Worker                                    <property name="visible">True</property>
1960*2d543d20SAndroid Build Coastguard Worker                                    <property name="can_focus">False</property>
1961*2d543d20SAndroid Build Coastguard Worker                                    <property name="spacing">2</property>
1962*2d543d20SAndroid Build Coastguard Worker                                    <child>
1963*2d543d20SAndroid Build Coastguard Worker                                      <object class="GtkImage" id="image3">
1964*2d543d20SAndroid Build Coastguard Worker                                        <property name="visible">True</property>
1965*2d543d20SAndroid Build Coastguard Worker                                        <property name="can_focus">False</property>
1966*2d543d20SAndroid Build Coastguard Worker                                        <property name="stock">gtk-add</property>
1967*2d543d20SAndroid Build Coastguard Worker                                      </object>
1968*2d543d20SAndroid Build Coastguard Worker                                      <packing>
1969*2d543d20SAndroid Build Coastguard Worker                                        <property name="expand">False</property>
1970*2d543d20SAndroid Build Coastguard Worker                                        <property name="fill">False</property>
1971*2d543d20SAndroid Build Coastguard Worker                                        <property name="position">0</property>
1972*2d543d20SAndroid Build Coastguard Worker                                      </packing>
1973*2d543d20SAndroid Build Coastguard Worker                                    </child>
1974*2d543d20SAndroid Build Coastguard Worker                                    <child>
1975*2d543d20SAndroid Build Coastguard Worker                                      <object class="GtkLabel" id="label17">
1976*2d543d20SAndroid Build Coastguard Worker                                        <property name="visible">True</property>
1977*2d543d20SAndroid Build Coastguard Worker                                        <property name="can_focus">False</property>
1978*2d543d20SAndroid Build Coastguard Worker                                        <property name="label" translatable="yes">Add File</property>
1979*2d543d20SAndroid Build Coastguard Worker                                        <property name="use_underline">True</property>
1980*2d543d20SAndroid Build Coastguard Worker                                      </object>
1981*2d543d20SAndroid Build Coastguard Worker                                      <packing>
1982*2d543d20SAndroid Build Coastguard Worker                                        <property name="expand">False</property>
1983*2d543d20SAndroid Build Coastguard Worker                                        <property name="fill">False</property>
1984*2d543d20SAndroid Build Coastguard Worker                                        <property name="position">1</property>
1985*2d543d20SAndroid Build Coastguard Worker                                      </packing>
1986*2d543d20SAndroid Build Coastguard Worker                                    </child>
1987*2d543d20SAndroid Build Coastguard Worker                                  </object>
1988*2d543d20SAndroid Build Coastguard Worker                                </child>
1989*2d543d20SAndroid Build Coastguard Worker                              </object>
1990*2d543d20SAndroid Build Coastguard Worker                            </child>
1991*2d543d20SAndroid Build Coastguard Worker                          </object>
1992*2d543d20SAndroid Build Coastguard Worker                          <packing>
1993*2d543d20SAndroid Build Coastguard Worker                            <property name="expand">False</property>
1994*2d543d20SAndroid Build Coastguard Worker                            <property name="fill">False</property>
1995*2d543d20SAndroid Build Coastguard Worker                            <property name="position">0</property>
1996*2d543d20SAndroid Build Coastguard Worker                          </packing>
1997*2d543d20SAndroid Build Coastguard Worker                        </child>
1998*2d543d20SAndroid Build Coastguard Worker                        <child>
1999*2d543d20SAndroid Build Coastguard Worker                          <object class="GtkButton" id="button9">
2000*2d543d20SAndroid Build Coastguard Worker                            <property name="visible">True</property>
2001*2d543d20SAndroid Build Coastguard Worker                            <property name="can_focus">True</property>
2002*2d543d20SAndroid Build Coastguard Worker                            <property name="receives_default">False</property>
2003*2d543d20SAndroid Build Coastguard Worker                            <signal handler="on_add_dir_clicked" name="clicked" swapped="no"/>
2004*2d543d20SAndroid Build Coastguard Worker                            <child>
2005*2d543d20SAndroid Build Coastguard Worker                              <object class="GtkAlignment" id="alignment5">
2006*2d543d20SAndroid Build Coastguard Worker                                <property name="visible">True</property>
2007*2d543d20SAndroid Build Coastguard Worker                                <property name="can_focus">False</property>
2008*2d543d20SAndroid Build Coastguard Worker                                <property name="xscale">0</property>
2009*2d543d20SAndroid Build Coastguard Worker                                <property name="yscale">0</property>
2010*2d543d20SAndroid Build Coastguard Worker                                <child>
2011*2d543d20SAndroid Build Coastguard Worker                                  <object class="GtkHBox" id="hbox3">
2012*2d543d20SAndroid Build Coastguard Worker                                    <property name="visible">True</property>
2013*2d543d20SAndroid Build Coastguard Worker                                    <property name="can_focus">False</property>
2014*2d543d20SAndroid Build Coastguard Worker                                    <property name="spacing">2</property>
2015*2d543d20SAndroid Build Coastguard Worker                                    <child>
2016*2d543d20SAndroid Build Coastguard Worker                                      <object class="GtkImage" id="image2">
2017*2d543d20SAndroid Build Coastguard Worker                                        <property name="visible">True</property>
2018*2d543d20SAndroid Build Coastguard Worker                                        <property name="can_focus">False</property>
2019*2d543d20SAndroid Build Coastguard Worker                                        <property name="stock">gtk-add</property>
2020*2d543d20SAndroid Build Coastguard Worker                                      </object>
2021*2d543d20SAndroid Build Coastguard Worker                                      <packing>
2022*2d543d20SAndroid Build Coastguard Worker                                        <property name="expand">False</property>
2023*2d543d20SAndroid Build Coastguard Worker                                        <property name="fill">False</property>
2024*2d543d20SAndroid Build Coastguard Worker                                        <property name="position">0</property>
2025*2d543d20SAndroid Build Coastguard Worker                                      </packing>
2026*2d543d20SAndroid Build Coastguard Worker                                    </child>
2027*2d543d20SAndroid Build Coastguard Worker                                    <child>
2028*2d543d20SAndroid Build Coastguard Worker                                      <object class="GtkLabel" id="label16">
2029*2d543d20SAndroid Build Coastguard Worker                                        <property name="visible">True</property>
2030*2d543d20SAndroid Build Coastguard Worker                                        <property name="can_focus">False</property>
2031*2d543d20SAndroid Build Coastguard Worker                                        <property name="label" translatable="yes">Add Directory</property>
2032*2d543d20SAndroid Build Coastguard Worker                                        <property name="use_underline">True</property>
2033*2d543d20SAndroid Build Coastguard Worker                                      </object>
2034*2d543d20SAndroid Build Coastguard Worker                                      <packing>
2035*2d543d20SAndroid Build Coastguard Worker                                        <property name="expand">False</property>
2036*2d543d20SAndroid Build Coastguard Worker                                        <property name="fill">False</property>
2037*2d543d20SAndroid Build Coastguard Worker                                        <property name="position">1</property>
2038*2d543d20SAndroid Build Coastguard Worker                                      </packing>
2039*2d543d20SAndroid Build Coastguard Worker                                    </child>
2040*2d543d20SAndroid Build Coastguard Worker                                  </object>
2041*2d543d20SAndroid Build Coastguard Worker                                </child>
2042*2d543d20SAndroid Build Coastguard Worker                              </object>
2043*2d543d20SAndroid Build Coastguard Worker                            </child>
2044*2d543d20SAndroid Build Coastguard Worker                          </object>
2045*2d543d20SAndroid Build Coastguard Worker                          <packing>
2046*2d543d20SAndroid Build Coastguard Worker                            <property name="expand">False</property>
2047*2d543d20SAndroid Build Coastguard Worker                            <property name="fill">False</property>
2048*2d543d20SAndroid Build Coastguard Worker                            <property name="position">1</property>
2049*2d543d20SAndroid Build Coastguard Worker                          </packing>
2050*2d543d20SAndroid Build Coastguard Worker                        </child>
2051*2d543d20SAndroid Build Coastguard Worker                        <child>
2052*2d543d20SAndroid Build Coastguard Worker                          <object class="GtkButton" id="button4">
2053*2d543d20SAndroid Build Coastguard Worker                            <property name="label">gtk-delete</property>
2054*2d543d20SAndroid Build Coastguard Worker                            <property name="visible">True</property>
2055*2d543d20SAndroid Build Coastguard Worker                            <property name="can_focus">True</property>
2056*2d543d20SAndroid Build Coastguard Worker                            <property name="receives_default">False</property>
2057*2d543d20SAndroid Build Coastguard Worker                            <property name="use_stock">True</property>
2058*2d543d20SAndroid Build Coastguard Worker                            <signal handler="on_delete_clicked" name="clicked" swapped="no"/>
2059*2d543d20SAndroid Build Coastguard Worker                            <accelerator key="Delete" signal="clicked"/>
2060*2d543d20SAndroid Build Coastguard Worker                          </object>
2061*2d543d20SAndroid Build Coastguard Worker                          <packing>
2062*2d543d20SAndroid Build Coastguard Worker                            <property name="expand">False</property>
2063*2d543d20SAndroid Build Coastguard Worker                            <property name="fill">False</property>
2064*2d543d20SAndroid Build Coastguard Worker                            <property name="position">2</property>
2065*2d543d20SAndroid Build Coastguard Worker                          </packing>
2066*2d543d20SAndroid Build Coastguard Worker                        </child>
2067*2d543d20SAndroid Build Coastguard Worker                      </object>
2068*2d543d20SAndroid Build Coastguard Worker                      <packing>
2069*2d543d20SAndroid Build Coastguard Worker                        <property name="expand">False</property>
2070*2d543d20SAndroid Build Coastguard Worker                        <property name="fill">False</property>
2071*2d543d20SAndroid Build Coastguard Worker                        <property name="padding">4</property>
2072*2d543d20SAndroid Build Coastguard Worker                        <property name="position">0</property>
2073*2d543d20SAndroid Build Coastguard Worker                      </packing>
2074*2d543d20SAndroid Build Coastguard Worker                    </child>
2075*2d543d20SAndroid Build Coastguard Worker                    <child>
2076*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkScrolledWindow" id="scrolledwindow2">
2077*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
2078*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">True</property>
2079*2d543d20SAndroid Build Coastguard Worker                        <property name="hscrollbar_policy">automatic</property>
2080*2d543d20SAndroid Build Coastguard Worker                        <property name="vscrollbar_policy">automatic</property>
2081*2d543d20SAndroid Build Coastguard Worker                        <property name="shadow_type">in</property>
2082*2d543d20SAndroid Build Coastguard Worker                        <child>
2083*2d543d20SAndroid Build Coastguard Worker                          <object class="GtkTreeView" id="write_treeview">
2084*2d543d20SAndroid Build Coastguard Worker                            <property name="visible">True</property>
2085*2d543d20SAndroid Build Coastguard Worker                            <property name="can_focus">True</property>
2086*2d543d20SAndroid Build Coastguard Worker                            <property name="tooltip-text" translatable="yes">Files/Directories which the %s "manages". Pid Files, Log Files, /var/lib Files ...</property>
2087*2d543d20SAndroid Build Coastguard Worker                            <property name="headers_visible">False</property>
2088*2d543d20SAndroid Build Coastguard Worker                          </object>
2089*2d543d20SAndroid Build Coastguard Worker                        </child>
2090*2d543d20SAndroid Build Coastguard Worker                      </object>
2091*2d543d20SAndroid Build Coastguard Worker                      <packing>
2092*2d543d20SAndroid Build Coastguard Worker                        <property name="expand">True</property>
2093*2d543d20SAndroid Build Coastguard Worker                        <property name="fill">True</property>
2094*2d543d20SAndroid Build Coastguard Worker                        <property name="position">1</property>
2095*2d543d20SAndroid Build Coastguard Worker                      </packing>
2096*2d543d20SAndroid Build Coastguard Worker                    </child>
2097*2d543d20SAndroid Build Coastguard Worker                  </object>
2098*2d543d20SAndroid Build Coastguard Worker                  <packing>
2099*2d543d20SAndroid Build Coastguard Worker                    <property name="expand">True</property>
2100*2d543d20SAndroid Build Coastguard Worker                    <property name="fill">True</property>
2101*2d543d20SAndroid Build Coastguard Worker                    <property name="position">1</property>
2102*2d543d20SAndroid Build Coastguard Worker                  </packing>
2103*2d543d20SAndroid Build Coastguard Worker                </child>
2104*2d543d20SAndroid Build Coastguard Worker              </object>
2105*2d543d20SAndroid Build Coastguard Worker            </child>
2106*2d543d20SAndroid Build Coastguard Worker            <child type="tab">
2107*2d543d20SAndroid Build Coastguard Worker              <object class="GtkLabel" id="label116">
2108*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
2109*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">False</property>
2110*2d543d20SAndroid Build Coastguard Worker                <property name="label" translatable="no">Add Tab</property>
2111*2d543d20SAndroid Build Coastguard Worker              </object>
2112*2d543d20SAndroid Build Coastguard Worker              <packing>
2113*2d543d20SAndroid Build Coastguard Worker                <property name="position">10</property>
2114*2d543d20SAndroid Build Coastguard Worker                <property name="tab_fill">False</property>
2115*2d543d20SAndroid Build Coastguard Worker              </packing>
2116*2d543d20SAndroid Build Coastguard Worker            </child>
2117*2d543d20SAndroid Build Coastguard Worker            <child>
2118*2d543d20SAndroid Build Coastguard Worker              <object class="GtkVBox" id="vbox70">
2119*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
2120*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">False</property>
2121*2d543d20SAndroid Build Coastguard Worker                <child>
2122*2d543d20SAndroid Build Coastguard Worker                  <object class="GtkLabel" id="select_booleans_label">
2123*2d543d20SAndroid Build Coastguard Worker                    <property name="visible">True</property>
2124*2d543d20SAndroid Build Coastguard Worker                    <property name="can_focus">False</property>
2125*2d543d20SAndroid Build Coastguard Worker                    <property name="xalign">0</property>
2126*2d543d20SAndroid Build Coastguard Worker                    <property name="label" translatable="yes">&lt;b&gt;Add booleans from the %s policy:&lt;/b&gt;</property>
2127*2d543d20SAndroid Build Coastguard Worker                    <property name="use_markup">True</property>
2128*2d543d20SAndroid Build Coastguard Worker                  </object>
2129*2d543d20SAndroid Build Coastguard Worker                  <packing>
2130*2d543d20SAndroid Build Coastguard Worker                    <property name="expand">False</property>
2131*2d543d20SAndroid Build Coastguard Worker                    <property name="fill">False</property>
2132*2d543d20SAndroid Build Coastguard Worker                    <property name="padding">5</property>
2133*2d543d20SAndroid Build Coastguard Worker                    <property name="position">0</property>
2134*2d543d20SAndroid Build Coastguard Worker                  </packing>
2135*2d543d20SAndroid Build Coastguard Worker                </child>
2136*2d543d20SAndroid Build Coastguard Worker                <child>
2137*2d543d20SAndroid Build Coastguard Worker                  <object class="GtkHBox" id="hbox2">
2138*2d543d20SAndroid Build Coastguard Worker                    <property name="visible">True</property>
2139*2d543d20SAndroid Build Coastguard Worker                    <property name="can_focus">False</property>
2140*2d543d20SAndroid Build Coastguard Worker                    <property name="spacing">12</property>
2141*2d543d20SAndroid Build Coastguard Worker                    <child>
2142*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkVBox" id="vbox1">
2143*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
2144*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">False</property>
2145*2d543d20SAndroid Build Coastguard Worker                        <property name="spacing">6</property>
2146*2d543d20SAndroid Build Coastguard Worker                        <child>
2147*2d543d20SAndroid Build Coastguard Worker                          <object class="GtkButton" id="button1">
2148*2d543d20SAndroid Build Coastguard Worker                            <property name="visible">True</property>
2149*2d543d20SAndroid Build Coastguard Worker                            <property name="can_focus">True</property>
2150*2d543d20SAndroid Build Coastguard Worker                            <property name="receives_default">False</property>
2151*2d543d20SAndroid Build Coastguard Worker                            <signal handler="on_add_boolean_clicked" name="clicked" swapped="no"/>
2152*2d543d20SAndroid Build Coastguard Worker                            <child>
2153*2d543d20SAndroid Build Coastguard Worker                              <object class="GtkAlignment" id="alignment1">
2154*2d543d20SAndroid Build Coastguard Worker                                <property name="visible">True</property>
2155*2d543d20SAndroid Build Coastguard Worker                                <property name="can_focus">False</property>
2156*2d543d20SAndroid Build Coastguard Worker                                <property name="xscale">0</property>
2157*2d543d20SAndroid Build Coastguard Worker                                <property name="yscale">0</property>
2158*2d543d20SAndroid Build Coastguard Worker                                <child>
2159*2d543d20SAndroid Build Coastguard Worker                                  <object class="GtkHBox" id="hbox5">
2160*2d543d20SAndroid Build Coastguard Worker                                    <property name="visible">True</property>
2161*2d543d20SAndroid Build Coastguard Worker                                    <property name="can_focus">False</property>
2162*2d543d20SAndroid Build Coastguard Worker                                    <property name="spacing">2</property>
2163*2d543d20SAndroid Build Coastguard Worker                                    <child>
2164*2d543d20SAndroid Build Coastguard Worker                                      <object class="GtkImage" id="image1">
2165*2d543d20SAndroid Build Coastguard Worker                                        <property name="visible">True</property>
2166*2d543d20SAndroid Build Coastguard Worker                                        <property name="can_focus">False</property>
2167*2d543d20SAndroid Build Coastguard Worker                                        <property name="stock">gtk-add</property>
2168*2d543d20SAndroid Build Coastguard Worker                                      </object>
2169*2d543d20SAndroid Build Coastguard Worker                                      <packing>
2170*2d543d20SAndroid Build Coastguard Worker                                        <property name="expand">False</property>
2171*2d543d20SAndroid Build Coastguard Worker                                        <property name="fill">False</property>
2172*2d543d20SAndroid Build Coastguard Worker                                        <property name="position">0</property>
2173*2d543d20SAndroid Build Coastguard Worker                                      </packing>
2174*2d543d20SAndroid Build Coastguard Worker                                    </child>
2175*2d543d20SAndroid Build Coastguard Worker                                    <child>
2176*2d543d20SAndroid Build Coastguard Worker                                      <object class="GtkLabel" id="label3">
2177*2d543d20SAndroid Build Coastguard Worker                                        <property name="visible">True</property>
2178*2d543d20SAndroid Build Coastguard Worker                                        <property name="can_focus">False</property>
2179*2d543d20SAndroid Build Coastguard Worker                                        <property name="label" translatable="yes">Add Boolean</property>
2180*2d543d20SAndroid Build Coastguard Worker                                        <property name="use_underline">True</property>
2181*2d543d20SAndroid Build Coastguard Worker                                      </object>
2182*2d543d20SAndroid Build Coastguard Worker                                      <packing>
2183*2d543d20SAndroid Build Coastguard Worker                                        <property name="expand">False</property>
2184*2d543d20SAndroid Build Coastguard Worker                                        <property name="fill">False</property>
2185*2d543d20SAndroid Build Coastguard Worker                                        <property name="position">1</property>
2186*2d543d20SAndroid Build Coastguard Worker                                      </packing>
2187*2d543d20SAndroid Build Coastguard Worker                                    </child>
2188*2d543d20SAndroid Build Coastguard Worker                                  </object>
2189*2d543d20SAndroid Build Coastguard Worker                                </child>
2190*2d543d20SAndroid Build Coastguard Worker                              </object>
2191*2d543d20SAndroid Build Coastguard Worker                            </child>
2192*2d543d20SAndroid Build Coastguard Worker                          </object>
2193*2d543d20SAndroid Build Coastguard Worker                          <packing>
2194*2d543d20SAndroid Build Coastguard Worker                            <property name="expand">False</property>
2195*2d543d20SAndroid Build Coastguard Worker                            <property name="fill">False</property>
2196*2d543d20SAndroid Build Coastguard Worker                            <property name="position">0</property>
2197*2d543d20SAndroid Build Coastguard Worker                          </packing>
2198*2d543d20SAndroid Build Coastguard Worker                        </child>
2199*2d543d20SAndroid Build Coastguard Worker                        <child>
2200*2d543d20SAndroid Build Coastguard Worker                          <object class="GtkButton" id="button3">
2201*2d543d20SAndroid Build Coastguard Worker                            <property name="label">gtk-delete</property>
2202*2d543d20SAndroid Build Coastguard Worker                            <property name="visible">True</property>
2203*2d543d20SAndroid Build Coastguard Worker                            <property name="can_focus">True</property>
2204*2d543d20SAndroid Build Coastguard Worker                            <property name="receives_default">False</property>
2205*2d543d20SAndroid Build Coastguard Worker                            <property name="use_stock">True</property>
2206*2d543d20SAndroid Build Coastguard Worker                            <signal handler="on_delete_boolean_clicked" name="clicked" swapped="no"/>
2207*2d543d20SAndroid Build Coastguard Worker                            <accelerator key="Delete" signal="clicked"/>
2208*2d543d20SAndroid Build Coastguard Worker                          </object>
2209*2d543d20SAndroid Build Coastguard Worker                          <packing>
2210*2d543d20SAndroid Build Coastguard Worker                            <property name="expand">False</property>
2211*2d543d20SAndroid Build Coastguard Worker                            <property name="fill">False</property>
2212*2d543d20SAndroid Build Coastguard Worker                            <property name="position">1</property>
2213*2d543d20SAndroid Build Coastguard Worker                          </packing>
2214*2d543d20SAndroid Build Coastguard Worker                        </child>
2215*2d543d20SAndroid Build Coastguard Worker                      </object>
2216*2d543d20SAndroid Build Coastguard Worker                      <packing>
2217*2d543d20SAndroid Build Coastguard Worker                        <property name="expand">False</property>
2218*2d543d20SAndroid Build Coastguard Worker                        <property name="fill">True</property>
2219*2d543d20SAndroid Build Coastguard Worker                        <property name="padding">4</property>
2220*2d543d20SAndroid Build Coastguard Worker                        <property name="position">0</property>
2221*2d543d20SAndroid Build Coastguard Worker                      </packing>
2222*2d543d20SAndroid Build Coastguard Worker                    </child>
2223*2d543d20SAndroid Build Coastguard Worker                    <child>
2224*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkScrolledWindow" id="scrolledwindow1">
2225*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
2226*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">True</property>
2227*2d543d20SAndroid Build Coastguard Worker                        <property name="hscrollbar_policy">automatic</property>
2228*2d543d20SAndroid Build Coastguard Worker                        <property name="vscrollbar_policy">automatic</property>
2229*2d543d20SAndroid Build Coastguard Worker                        <property name="shadow_type">in</property>
2230*2d543d20SAndroid Build Coastguard Worker                        <child>
2231*2d543d20SAndroid Build Coastguard Worker                          <object class="GtkTreeView" id="boolean_treeview">
2232*2d543d20SAndroid Build Coastguard Worker                            <property name="visible">True</property>
2233*2d543d20SAndroid Build Coastguard Worker                            <property name="can_focus">True</property>
2234*2d543d20SAndroid Build Coastguard Worker                            <property name="tooltip-text" translatable="yes">Add/Remove booleans used by the %s domain</property>
2235*2d543d20SAndroid Build Coastguard Worker                          </object>
2236*2d543d20SAndroid Build Coastguard Worker                        </child>
2237*2d543d20SAndroid Build Coastguard Worker                      </object>
2238*2d543d20SAndroid Build Coastguard Worker                      <packing>
2239*2d543d20SAndroid Build Coastguard Worker                        <property name="expand">True</property>
2240*2d543d20SAndroid Build Coastguard Worker                        <property name="fill">True</property>
2241*2d543d20SAndroid Build Coastguard Worker                        <property name="position">1</property>
2242*2d543d20SAndroid Build Coastguard Worker                      </packing>
2243*2d543d20SAndroid Build Coastguard Worker                    </child>
2244*2d543d20SAndroid Build Coastguard Worker                  </object>
2245*2d543d20SAndroid Build Coastguard Worker                  <packing>
2246*2d543d20SAndroid Build Coastguard Worker                    <property name="expand">True</property>
2247*2d543d20SAndroid Build Coastguard Worker                    <property name="fill">True</property>
2248*2d543d20SAndroid Build Coastguard Worker                    <property name="position">1</property>
2249*2d543d20SAndroid Build Coastguard Worker                  </packing>
2250*2d543d20SAndroid Build Coastguard Worker                </child>
2251*2d543d20SAndroid Build Coastguard Worker              </object>
2252*2d543d20SAndroid Build Coastguard Worker            </child>
2253*2d543d20SAndroid Build Coastguard Worker            <child type="tab">
2254*2d543d20SAndroid Build Coastguard Worker              <object class="GtkLabel" id="GtkLabel">
2255*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
2256*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">False</property>
2257*2d543d20SAndroid Build Coastguard Worker              </object>
2258*2d543d20SAndroid Build Coastguard Worker              <packing>
2259*2d543d20SAndroid Build Coastguard Worker                <property name="position">11</property>
2260*2d543d20SAndroid Build Coastguard Worker                <property name="tab_fill">False</property>
2261*2d543d20SAndroid Build Coastguard Worker              </packing>
2262*2d543d20SAndroid Build Coastguard Worker            </child>
2263*2d543d20SAndroid Build Coastguard Worker            <child>
2264*2d543d20SAndroid Build Coastguard Worker              <object class="GtkVBox" id="vbox71">
2265*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
2266*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">False</property>
2267*2d543d20SAndroid Build Coastguard Worker                <child>
2268*2d543d20SAndroid Build Coastguard Worker                  <object class="GtkLabel" id="select_dir_label">
2269*2d543d20SAndroid Build Coastguard Worker                    <property name="visible">True</property>
2270*2d543d20SAndroid Build Coastguard Worker                    <property name="can_focus">False</property>
2271*2d543d20SAndroid Build Coastguard Worker                    <property name="xalign">0</property>
2272*2d543d20SAndroid Build Coastguard Worker                    <property name="label" translatable="yes">&lt;b&gt;Which directory you will generate the %s policy?&lt;/b&gt;</property>
2273*2d543d20SAndroid Build Coastguard Worker                    <property name="use_markup">True</property>
2274*2d543d20SAndroid Build Coastguard Worker                  </object>
2275*2d543d20SAndroid Build Coastguard Worker                  <packing>
2276*2d543d20SAndroid Build Coastguard Worker                    <property name="expand">False</property>
2277*2d543d20SAndroid Build Coastguard Worker                    <property name="fill">False</property>
2278*2d543d20SAndroid Build Coastguard Worker                    <property name="position">0</property>
2279*2d543d20SAndroid Build Coastguard Worker                  </packing>
2280*2d543d20SAndroid Build Coastguard Worker                </child>
2281*2d543d20SAndroid Build Coastguard Worker                <child>
2282*2d543d20SAndroid Build Coastguard Worker                  <object class="GtkHBox" id="hbox6">
2283*2d543d20SAndroid Build Coastguard Worker                    <property name="visible">True</property>
2284*2d543d20SAndroid Build Coastguard Worker                    <property name="can_focus">False</property>
2285*2d543d20SAndroid Build Coastguard Worker                    <property name="spacing">12</property>
2286*2d543d20SAndroid Build Coastguard Worker                    <child>
2287*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkLabel" id="label18">
2288*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
2289*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">False</property>
2290*2d543d20SAndroid Build Coastguard Worker                        <property name="label" translatable="yes">Policy Directory</property>
2291*2d543d20SAndroid Build Coastguard Worker                      </object>
2292*2d543d20SAndroid Build Coastguard Worker                      <packing>
2293*2d543d20SAndroid Build Coastguard Worker                        <property name="expand">False</property>
2294*2d543d20SAndroid Build Coastguard Worker                        <property name="fill">False</property>
2295*2d543d20SAndroid Build Coastguard Worker                        <property name="padding">5</property>
2296*2d543d20SAndroid Build Coastguard Worker                        <property name="position">0</property>
2297*2d543d20SAndroid Build Coastguard Worker                      </packing>
2298*2d543d20SAndroid Build Coastguard Worker                    </child>
2299*2d543d20SAndroid Build Coastguard Worker                    <child>
2300*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkEntry" id="output_entry">
2301*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
2302*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">True</property>
2303*2d543d20SAndroid Build Coastguard Worker                        <property name="invisible_char">&#x2022;</property>
2304*2d543d20SAndroid Build Coastguard Worker                        <property name="primary_icon_activatable">False</property>
2305*2d543d20SAndroid Build Coastguard Worker                        <property name="secondary_icon_activatable">False</property>
2306*2d543d20SAndroid Build Coastguard Worker                        <property name="primary_icon_sensitive">True</property>
2307*2d543d20SAndroid Build Coastguard Worker                        <property name="secondary_icon_sensitive">True</property>
2308*2d543d20SAndroid Build Coastguard Worker                      </object>
2309*2d543d20SAndroid Build Coastguard Worker                      <packing>
2310*2d543d20SAndroid Build Coastguard Worker                        <property name="expand">True</property>
2311*2d543d20SAndroid Build Coastguard Worker                        <property name="fill">True</property>
2312*2d543d20SAndroid Build Coastguard Worker                        <property name="position">1</property>
2313*2d543d20SAndroid Build Coastguard Worker                      </packing>
2314*2d543d20SAndroid Build Coastguard Worker                    </child>
2315*2d543d20SAndroid Build Coastguard Worker                    <child>
2316*2d543d20SAndroid Build Coastguard Worker                      <object class="GtkButton" id="output_button">
2317*2d543d20SAndroid Build Coastguard Worker                        <property name="label" translatable="yes">...</property>
2318*2d543d20SAndroid Build Coastguard Worker                        <property name="visible">True</property>
2319*2d543d20SAndroid Build Coastguard Worker                        <property name="can_focus">True</property>
2320*2d543d20SAndroid Build Coastguard Worker                        <property name="receives_default">False</property>
2321*2d543d20SAndroid Build Coastguard Worker                        <property name="use_underline">True</property>
2322*2d543d20SAndroid Build Coastguard Worker                      </object>
2323*2d543d20SAndroid Build Coastguard Worker                      <packing>
2324*2d543d20SAndroid Build Coastguard Worker                        <property name="expand">False</property>
2325*2d543d20SAndroid Build Coastguard Worker                        <property name="fill">False</property>
2326*2d543d20SAndroid Build Coastguard Worker                        <property name="position">2</property>
2327*2d543d20SAndroid Build Coastguard Worker                      </packing>
2328*2d543d20SAndroid Build Coastguard Worker                    </child>
2329*2d543d20SAndroid Build Coastguard Worker                  </object>
2330*2d543d20SAndroid Build Coastguard Worker                  <packing>
2331*2d543d20SAndroid Build Coastguard Worker                    <property name="expand">False</property>
2332*2d543d20SAndroid Build Coastguard Worker                    <property name="fill">False</property>
2333*2d543d20SAndroid Build Coastguard Worker                    <property name="padding">12</property>
2334*2d543d20SAndroid Build Coastguard Worker                    <property name="position">1</property>
2335*2d543d20SAndroid Build Coastguard Worker                  </packing>
2336*2d543d20SAndroid Build Coastguard Worker                </child>
2337*2d543d20SAndroid Build Coastguard Worker              </object>
2338*2d543d20SAndroid Build Coastguard Worker            </child>
2339*2d543d20SAndroid Build Coastguard Worker            <child type="tab">
2340*2d543d20SAndroid Build Coastguard Worker              <object class="GtkLabel" id="GtkLabel1">
2341*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
2342*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">False</property>
2343*2d543d20SAndroid Build Coastguard Worker              </object>
2344*2d543d20SAndroid Build Coastguard Worker              <packing>
2345*2d543d20SAndroid Build Coastguard Worker                <property name="position">12</property>
2346*2d543d20SAndroid Build Coastguard Worker                <property name="tab_fill">False</property>
2347*2d543d20SAndroid Build Coastguard Worker              </packing>
2348*2d543d20SAndroid Build Coastguard Worker            </child>
2349*2d543d20SAndroid Build Coastguard Worker          </object>
2350*2d543d20SAndroid Build Coastguard Worker          <packing>
2351*2d543d20SAndroid Build Coastguard Worker            <property name="expand">True</property>
2352*2d543d20SAndroid Build Coastguard Worker            <property name="fill">True</property>
2353*2d543d20SAndroid Build Coastguard Worker            <property name="position">0</property>
2354*2d543d20SAndroid Build Coastguard Worker          </packing>
2355*2d543d20SAndroid Build Coastguard Worker        </child>
2356*2d543d20SAndroid Build Coastguard Worker        <child>
2357*2d543d20SAndroid Build Coastguard Worker          <object class="GtkHButtonBox" id="hbuttonbox2">
2358*2d543d20SAndroid Build Coastguard Worker            <property name="visible">True</property>
2359*2d543d20SAndroid Build Coastguard Worker            <property name="can_focus">False</property>
2360*2d543d20SAndroid Build Coastguard Worker            <property name="layout_style">end</property>
2361*2d543d20SAndroid Build Coastguard Worker            <child>
2362*2d543d20SAndroid Build Coastguard Worker              <object class="GtkButton" id="cancel_button">
2363*2d543d20SAndroid Build Coastguard Worker                <property name="label">gtk-cancel</property>
2364*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
2365*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">True</property>
2366*2d543d20SAndroid Build Coastguard Worker                <property name="can_default">True</property>
2367*2d543d20SAndroid Build Coastguard Worker                <property name="receives_default">False</property>
2368*2d543d20SAndroid Build Coastguard Worker                <property name="use_stock">True</property>
2369*2d543d20SAndroid Build Coastguard Worker              </object>
2370*2d543d20SAndroid Build Coastguard Worker              <packing>
2371*2d543d20SAndroid Build Coastguard Worker                <property name="expand">False</property>
2372*2d543d20SAndroid Build Coastguard Worker                <property name="fill">False</property>
2373*2d543d20SAndroid Build Coastguard Worker                <property name="position">0</property>
2374*2d543d20SAndroid Build Coastguard Worker              </packing>
2375*2d543d20SAndroid Build Coastguard Worker            </child>
2376*2d543d20SAndroid Build Coastguard Worker            <child>
2377*2d543d20SAndroid Build Coastguard Worker              <object class="GtkButton" id="back_button">
2378*2d543d20SAndroid Build Coastguard Worker                <property name="label">gtk-go-back</property>
2379*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
2380*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">True</property>
2381*2d543d20SAndroid Build Coastguard Worker                <property name="can_default">True</property>
2382*2d543d20SAndroid Build Coastguard Worker                <property name="receives_default">False</property>
2383*2d543d20SAndroid Build Coastguard Worker                <property name="use_stock">True</property>
2384*2d543d20SAndroid Build Coastguard Worker              </object>
2385*2d543d20SAndroid Build Coastguard Worker              <packing>
2386*2d543d20SAndroid Build Coastguard Worker                <property name="expand">False</property>
2387*2d543d20SAndroid Build Coastguard Worker                <property name="fill">False</property>
2388*2d543d20SAndroid Build Coastguard Worker                <property name="position">1</property>
2389*2d543d20SAndroid Build Coastguard Worker              </packing>
2390*2d543d20SAndroid Build Coastguard Worker            </child>
2391*2d543d20SAndroid Build Coastguard Worker            <child>
2392*2d543d20SAndroid Build Coastguard Worker              <object class="GtkButton" id="forward_button">
2393*2d543d20SAndroid Build Coastguard Worker                <property name="label">gtk-go-forward</property>
2394*2d543d20SAndroid Build Coastguard Worker                <property name="visible">True</property>
2395*2d543d20SAndroid Build Coastguard Worker                <property name="can_focus">True</property>
2396*2d543d20SAndroid Build Coastguard Worker                <property name="can_default">True</property>
2397*2d543d20SAndroid Build Coastguard Worker                <property name="receives_default">False</property>
2398*2d543d20SAndroid Build Coastguard Worker                <property name="use_stock">True</property>
2399*2d543d20SAndroid Build Coastguard Worker              </object>
2400*2d543d20SAndroid Build Coastguard Worker              <packing>
2401*2d543d20SAndroid Build Coastguard Worker                <property name="expand">False</property>
2402*2d543d20SAndroid Build Coastguard Worker                <property name="fill">False</property>
2403*2d543d20SAndroid Build Coastguard Worker                <property name="position">2</property>
2404*2d543d20SAndroid Build Coastguard Worker              </packing>
2405*2d543d20SAndroid Build Coastguard Worker            </child>
2406*2d543d20SAndroid Build Coastguard Worker          </object>
2407*2d543d20SAndroid Build Coastguard Worker          <packing>
2408*2d543d20SAndroid Build Coastguard Worker            <property name="expand">False</property>
2409*2d543d20SAndroid Build Coastguard Worker            <property name="fill">False</property>
2410*2d543d20SAndroid Build Coastguard Worker            <property name="padding">5</property>
2411*2d543d20SAndroid Build Coastguard Worker            <property name="position">1</property>
2412*2d543d20SAndroid Build Coastguard Worker          </packing>
2413*2d543d20SAndroid Build Coastguard Worker        </child>
2414*2d543d20SAndroid Build Coastguard Worker      </object>
2415*2d543d20SAndroid Build Coastguard Worker    </child>
2416*2d543d20SAndroid Build Coastguard Worker  </object>
2417*2d543d20SAndroid Build Coastguard Worker</interface>
2418