~matttbe/ubuntu/quantal/lxpanel/lp1013171

« back to all changes in this revision

Viewing changes to data/ui/netstatus.glade

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2011-07-24 15:41:01 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110724154101-pdss358hu486lp7h
Tags: 0.5.7-0ubuntu1
* New upstream release.
* debian/patches:
 - 80_translations.patch: Remove, merged upstream.
 - batt_status.patch: Remove, merged upstream.
 - configure_X11.patch: Remove, merged upstream.
 - missing_glades.patch: Remove, not needed now.
 - redefine-alarm-variable.patch: Remove, merged upstream.
 - indicator-support.patch: Fix Makefile.am.
 - fix_requisition.patch: New patch, fix crash when clicking on the panel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<interface>
3
 
  <requires lib="gtk+" version="2.16"/>
4
 
  <!-- interface-naming-policy toplevel-contextual -->
5
 
  <object class="GtkDialog" id="network_status_dialog">
6
 
    <property name="border_width">5</property>
7
 
    <property name="resizable">False</property>
8
 
    <property name="window_position">center</property>
9
 
    <property name="default_width">300</property>
10
 
    <property name="type_hint">dialog</property>
11
 
    <property name="has_separator">False</property>
12
 
    <child internal-child="vbox">
13
 
      <object class="GtkVBox" id="dialog-vbox2">
14
 
        <property name="visible">True</property>
15
 
        <property name="spacing">2</property>
16
 
        <child>
17
 
          <object class="GtkNotebook" id="notebook1">
18
 
            <property name="visible">True</property>
19
 
            <property name="can_focus">True</property>
20
 
            <property name="border_width">5</property>
21
 
            <child>
22
 
              <object class="GtkVBox" id="vbox1">
23
 
                <property name="visible">True</property>
24
 
                <property name="border_width">12</property>
25
 
                <property name="spacing">18</property>
26
 
                <child>
27
 
                  <object class="GtkVBox" id="connection_frame">
28
 
                    <property name="visible">True</property>
29
 
                    <property name="spacing">6</property>
30
 
                    <child>
31
 
                      <object class="GtkLabel" id="label3">
32
 
                        <property name="visible">True</property>
33
 
                        <property name="xalign">0</property>
34
 
                        <property name="label" translatable="yes">&lt;b&gt;Connection&lt;/b&gt;</property>
35
 
                        <property name="use_markup">True</property>
36
 
                      </object>
37
 
                      <packing>
38
 
                        <property name="expand">False</property>
39
 
                        <property name="fill">False</property>
40
 
                        <property name="position">0</property>
41
 
                      </packing>
42
 
                    </child>
43
 
                    <child>
44
 
                      <object class="GtkHBox" id="hbox6">
45
 
                        <property name="visible">True</property>
46
 
                        <child>
47
 
                          <object class="GtkLabel" id="label43">
48
 
                            <property name="visible">True</property>
49
 
                            <property name="label">    </property>
50
 
                          </object>
51
 
                          <packing>
52
 
                            <property name="expand">False</property>
53
 
                            <property name="fill">False</property>
54
 
                            <property name="position">0</property>
55
 
                          </packing>
56
 
                        </child>
57
 
                        <child>
58
 
                          <object class="GtkHBox" id="connection_hbox">
59
 
                            <property name="visible">True</property>
60
 
                            <property name="spacing">12</property>
61
 
                            <child>
62
 
                              <object class="GtkTable" id="connection_table">
63
 
                                <property name="visible">True</property>
64
 
                                <property name="n_rows">2</property>
65
 
                                <property name="n_columns">2</property>
66
 
                                <property name="column_spacing">12</property>
67
 
                                <property name="row_spacing">6</property>
68
 
                                <child>
69
 
                                  <object class="GtkLabel" id="label5">
70
 
                                    <property name="visible">True</property>
71
 
                                    <property name="xalign">0</property>
72
 
                                    <property name="label" translatable="yes">Status:</property>
73
 
                                  </object>
74
 
                                  <packing>
75
 
                                    <property name="top_attach">1</property>
76
 
                                    <property name="bottom_attach">2</property>
77
 
                                    <property name="x_options">GTK_FILL</property>
78
 
                                    <property name="y_options"></property>
79
 
                                  </packing>
80
 
                                </child>
81
 
                                <child>
82
 
                                  <object class="GtkLabel" id="status_label">
83
 
                                    <property name="visible">True</property>
84
 
                                    <property name="can_focus">True</property>
85
 
                                    <property name="xalign">0</property>
86
 
                                    <property name="selectable">True</property>
87
 
                                  </object>
88
 
                                  <packing>
89
 
                                    <property name="left_attach">1</property>
90
 
                                    <property name="right_attach">2</property>
91
 
                                    <property name="top_attach">1</property>
92
 
                                    <property name="bottom_attach">2</property>
93
 
                                    <property name="x_options">GTK_FILL</property>
94
 
                                    <property name="y_options"></property>
95
 
                                  </packing>
96
 
                                </child>
97
 
                                <child>
98
 
                                  <object class="GtkLabel" id="label16">
99
 
                                    <property name="visible">True</property>
100
 
                                    <property name="xalign">0</property>
101
 
                                    <property name="label" translatable="yes">_Name:</property>
102
 
                                    <property name="use_underline">True</property>
103
 
                                  </object>
104
 
                                  <packing>
105
 
                                    <property name="x_options">GTK_FILL</property>
106
 
                                    <property name="y_options"></property>
107
 
                                  </packing>
108
 
                                </child>
109
 
                                <child>
110
 
                                  <object class="GtkComboBoxEntry" id="name_combo">
111
 
                                    <property name="visible">True</property>
112
 
                                  </object>
113
 
                                  <packing>
114
 
                                    <property name="left_attach">1</property>
115
 
                                    <property name="right_attach">2</property>
116
 
                                    <property name="x_options"></property>
117
 
                                    <property name="y_options"></property>
118
 
                                  </packing>
119
 
                                </child>
120
 
                              </object>
121
 
                              <packing>
122
 
                                <property name="position">0</property>
123
 
                              </packing>
124
 
                            </child>
125
 
                            <child>
126
 
                              <placeholder/>
127
 
                            </child>
128
 
                          </object>
129
 
                          <packing>
130
 
                            <property name="position">1</property>
131
 
                          </packing>
132
 
                        </child>
133
 
                      </object>
134
 
                      <packing>
135
 
                        <property name="position">1</property>
136
 
                      </packing>
137
 
                    </child>
138
 
                  </object>
139
 
                  <packing>
140
 
                    <property name="expand">False</property>
141
 
                    <property name="position">0</property>
142
 
                  </packing>
143
 
                </child>
144
 
                <child>
145
 
                  <object class="GtkVBox" id="activity_frame">
146
 
                    <property name="visible">True</property>
147
 
                    <property name="spacing">6</property>
148
 
                    <child>
149
 
                      <object class="GtkLabel" id="label4">
150
 
                        <property name="visible">True</property>
151
 
                        <property name="xalign">0</property>
152
 
                        <property name="label" translatable="yes">&lt;b&gt;Activity&lt;/b&gt;</property>
153
 
                        <property name="use_markup">True</property>
154
 
                      </object>
155
 
                      <packing>
156
 
                        <property name="expand">False</property>
157
 
                        <property name="fill">False</property>
158
 
                        <property name="position">0</property>
159
 
                      </packing>
160
 
                    </child>
161
 
                    <child>
162
 
                      <object class="GtkHBox" id="hbox8">
163
 
                        <property name="visible">True</property>
164
 
                        <child>
165
 
                          <object class="GtkLabel" id="label44">
166
 
                            <property name="visible">True</property>
167
 
                            <property name="label">    </property>
168
 
                          </object>
169
 
                          <packing>
170
 
                            <property name="expand">False</property>
171
 
                            <property name="fill">False</property>
172
 
                            <property name="position">0</property>
173
 
                          </packing>
174
 
                        </child>
175
 
                        <child>
176
 
                          <object class="GtkTable" id="table2">
177
 
                            <property name="visible">True</property>
178
 
                            <property name="n_rows">2</property>
179
 
                            <property name="n_columns">2</property>
180
 
                            <property name="column_spacing">12</property>
181
 
                            <property name="row_spacing">6</property>
182
 
                            <child>
183
 
                              <object class="GtkLabel" id="received_label">
184
 
                                <property name="visible">True</property>
185
 
                                <property name="can_focus">True</property>
186
 
                                <property name="xalign">0</property>
187
 
                                <property name="selectable">True</property>
188
 
                              </object>
189
 
                              <packing>
190
 
                                <property name="left_attach">1</property>
191
 
                                <property name="right_attach">2</property>
192
 
                                <property name="x_options">GTK_FILL</property>
193
 
                                <property name="y_options"></property>
194
 
                              </packing>
195
 
                            </child>
196
 
                            <child>
197
 
                              <object class="GtkLabel" id="sent_label">
198
 
                                <property name="visible">True</property>
199
 
                                <property name="can_focus">True</property>
200
 
                                <property name="xalign">0</property>
201
 
                                <property name="selectable">True</property>
202
 
                              </object>
203
 
                              <packing>
204
 
                                <property name="left_attach">1</property>
205
 
                                <property name="right_attach">2</property>
206
 
                                <property name="top_attach">1</property>
207
 
                                <property name="bottom_attach">2</property>
208
 
                                <property name="x_options">GTK_FILL</property>
209
 
                                <property name="y_options"></property>
210
 
                              </packing>
211
 
                            </child>
212
 
                            <child>
213
 
                              <object class="GtkLabel" id="label11">
214
 
                                <property name="visible">True</property>
215
 
                                <property name="xalign">0</property>
216
 
                                <property name="label" translatable="yes">Received:</property>
217
 
                              </object>
218
 
                              <packing>
219
 
                                <property name="x_options">GTK_FILL</property>
220
 
                                <property name="y_options"></property>
221
 
                              </packing>
222
 
                            </child>
223
 
                            <child>
224
 
                              <object class="GtkLabel" id="label12">
225
 
                                <property name="visible">True</property>
226
 
                                <property name="xalign">0</property>
227
 
                                <property name="label" translatable="yes">Sent:</property>
228
 
                              </object>
229
 
                              <packing>
230
 
                                <property name="top_attach">1</property>
231
 
                                <property name="bottom_attach">2</property>
232
 
                                <property name="x_options">GTK_FILL</property>
233
 
                                <property name="y_options"></property>
234
 
                              </packing>
235
 
                            </child>
236
 
                          </object>
237
 
                          <packing>
238
 
                            <property name="position">1</property>
239
 
                          </packing>
240
 
                        </child>
241
 
                      </object>
242
 
                      <packing>
243
 
                        <property name="position">1</property>
244
 
                      </packing>
245
 
                    </child>
246
 
                  </object>
247
 
                  <packing>
248
 
                    <property name="expand">False</property>
249
 
                    <property name="position">1</property>
250
 
                  </packing>
251
 
                </child>
252
 
                <child>
253
 
                  <object class="GtkVBox" id="signal_strength_frame">
254
 
                    <property name="visible">True</property>
255
 
                    <property name="spacing">6</property>
256
 
                    <child>
257
 
                      <object class="GtkLabel" id="label48">
258
 
                        <property name="visible">True</property>
259
 
                        <property name="xalign">0</property>
260
 
                        <property name="label" translatable="yes">&lt;b&gt;Signal Strength&lt;/b&gt;</property>
261
 
                        <property name="use_markup">True</property>
262
 
                      </object>
263
 
                      <packing>
264
 
                        <property name="expand">False</property>
265
 
                        <property name="fill">False</property>
266
 
                        <property name="position">0</property>
267
 
                      </packing>
268
 
                    </child>
269
 
                    <child>
270
 
                      <object class="GtkHBox" id="hbox14">
271
 
                        <property name="visible">True</property>
272
 
                        <child>
273
 
                          <object class="GtkLabel" id="label49">
274
 
                            <property name="visible">True</property>
275
 
                            <property name="label">    </property>
276
 
                          </object>
277
 
                          <packing>
278
 
                            <property name="expand">False</property>
279
 
                            <property name="fill">False</property>
280
 
                            <property name="position">0</property>
281
 
                          </packing>
282
 
                        </child>
283
 
                        <child>
284
 
                          <object class="GtkHBox" id="hbox15">
285
 
                            <property name="visible">True</property>
286
 
                            <property name="spacing">6</property>
287
 
                            <child>
288
 
                              <object class="GtkProgressBar" id="signal_strength_bar">
289
 
                                <property name="visible">True</property>
290
 
                                <property name="pulse_step">0.10000000149</property>
291
 
                              </object>
292
 
                              <packing>
293
 
                                <property name="position">0</property>
294
 
                              </packing>
295
 
                            </child>
296
 
                            <child>
297
 
                              <object class="GtkLabel" id="signal_strength_label">
298
 
                                <property name="visible">True</property>
299
 
                                <property name="label" translatable="yes">0%</property>
300
 
                              </object>
301
 
                              <packing>
302
 
                                <property name="expand">False</property>
303
 
                                <property name="position">1</property>
304
 
                              </packing>
305
 
                            </child>
306
 
                          </object>
307
 
                          <packing>
308
 
                            <property name="position">1</property>
309
 
                          </packing>
310
 
                        </child>
311
 
                      </object>
312
 
                      <packing>
313
 
                        <property name="expand">False</property>
314
 
                        <property name="position">1</property>
315
 
                      </packing>
316
 
                    </child>
317
 
                  </object>
318
 
                  <packing>
319
 
                    <property name="expand">False</property>
320
 
                    <property name="position">2</property>
321
 
                  </packing>
322
 
                </child>
323
 
              </object>
324
 
            </child>
325
 
            <child type="tab">
326
 
              <object class="GtkLabel" id="label1">
327
 
                <property name="visible">True</property>
328
 
                <property name="label" translatable="yes">General</property>
329
 
              </object>
330
 
              <packing>
331
 
                <property name="tab_fill">False</property>
332
 
              </packing>
333
 
            </child>
334
 
            <child>
335
 
              <object class="GtkVBox" id="vbox2">
336
 
                <property name="visible">True</property>
337
 
                <property name="border_width">12</property>
338
 
                <property name="spacing">18</property>
339
 
                <child>
340
 
                  <object class="GtkVBox" id="inet4_frame">
341
 
                    <property name="visible">True</property>
342
 
                    <property name="spacing">6</property>
343
 
                    <child>
344
 
                      <object class="GtkLabel" id="label25">
345
 
                        <property name="visible">True</property>
346
 
                        <property name="xalign">0</property>
347
 
                        <property name="label" translatable="yes">&lt;b&gt;Internet Protocol (IPv4)&lt;/b&gt;</property>
348
 
                        <property name="use_markup">True</property>
349
 
                      </object>
350
 
                      <packing>
351
 
                        <property name="expand">False</property>
352
 
                        <property name="fill">False</property>
353
 
                        <property name="position">0</property>
354
 
                      </packing>
355
 
                    </child>
356
 
                    <child>
357
 
                      <object class="GtkHBox" id="hbox11">
358
 
                        <property name="visible">True</property>
359
 
                        <child>
360
 
                          <object class="GtkLabel" id="label45">
361
 
                            <property name="visible">True</property>
362
 
                            <property name="label">    </property>
363
 
                          </object>
364
 
                          <packing>
365
 
                            <property name="expand">False</property>
366
 
                            <property name="fill">False</property>
367
 
                            <property name="position">0</property>
368
 
                          </packing>
369
 
                        </child>
370
 
                        <child>
371
 
                          <object class="GtkTable" id="inet4_table">
372
 
                            <property name="visible">True</property>
373
 
                            <property name="n_rows">4</property>
374
 
                            <property name="n_columns">2</property>
375
 
                            <property name="column_spacing">12</property>
376
 
                            <property name="row_spacing">6</property>
377
 
                            <child>
378
 
                              <object class="GtkLabel" id="inet4_addr_title">
379
 
                                <property name="visible">True</property>
380
 
                                <property name="xalign">0</property>
381
 
                                <property name="label" translatable="yes">Address:</property>
382
 
                              </object>
383
 
                              <packing>
384
 
                                <property name="x_options">GTK_FILL</property>
385
 
                                <property name="y_options"></property>
386
 
                              </packing>
387
 
                            </child>
388
 
                            <child>
389
 
                              <object class="GtkLabel" id="inet4_dest_title">
390
 
                                <property name="visible">True</property>
391
 
                                <property name="xalign">0</property>
392
 
                                <property name="label" translatable="yes">Destination:</property>
393
 
                              </object>
394
 
                              <packing>
395
 
                                <property name="top_attach">1</property>
396
 
                                <property name="bottom_attach">2</property>
397
 
                                <property name="x_options">GTK_FILL</property>
398
 
                                <property name="y_options"></property>
399
 
                              </packing>
400
 
                            </child>
401
 
                            <child>
402
 
                              <object class="GtkLabel" id="inet4_bcast_title">
403
 
                                <property name="visible">True</property>
404
 
                                <property name="xalign">0</property>
405
 
                                <property name="label" translatable="yes">Broadcast:</property>
406
 
                              </object>
407
 
                              <packing>
408
 
                                <property name="top_attach">2</property>
409
 
                                <property name="bottom_attach">3</property>
410
 
                                <property name="x_options">GTK_FILL</property>
411
 
                                <property name="y_options"></property>
412
 
                              </packing>
413
 
                            </child>
414
 
                            <child>
415
 
                              <object class="GtkLabel" id="inet4_mask_title">
416
 
                                <property name="visible">True</property>
417
 
                                <property name="xalign">0</property>
418
 
                                <property name="label" translatable="yes">Subnet Mask:</property>
419
 
                              </object>
420
 
                              <packing>
421
 
                                <property name="top_attach">3</property>
422
 
                                <property name="bottom_attach">4</property>
423
 
                                <property name="x_options">GTK_FILL</property>
424
 
                                <property name="y_options"></property>
425
 
                              </packing>
426
 
                            </child>
427
 
                            <child>
428
 
                              <object class="GtkLabel" id="inet4_addr_label">
429
 
                                <property name="visible">True</property>
430
 
                                <property name="can_focus">True</property>
431
 
                                <property name="xalign">0</property>
432
 
                                <property name="selectable">True</property>
433
 
                              </object>
434
 
                              <packing>
435
 
                                <property name="left_attach">1</property>
436
 
                                <property name="right_attach">2</property>
437
 
                                <property name="x_options">GTK_FILL</property>
438
 
                                <property name="y_options"></property>
439
 
                              </packing>
440
 
                            </child>
441
 
                            <child>
442
 
                              <object class="GtkLabel" id="inet4_dest_label">
443
 
                                <property name="visible">True</property>
444
 
                                <property name="can_focus">True</property>
445
 
                                <property name="xalign">0</property>
446
 
                                <property name="selectable">True</property>
447
 
                              </object>
448
 
                              <packing>
449
 
                                <property name="left_attach">1</property>
450
 
                                <property name="right_attach">2</property>
451
 
                                <property name="top_attach">1</property>
452
 
                                <property name="bottom_attach">2</property>
453
 
                                <property name="x_options">GTK_FILL</property>
454
 
                                <property name="y_options"></property>
455
 
                              </packing>
456
 
                            </child>
457
 
                            <child>
458
 
                              <object class="GtkLabel" id="inet4_bcast_label">
459
 
                                <property name="visible">True</property>
460
 
                                <property name="can_focus">True</property>
461
 
                                <property name="xalign">0</property>
462
 
                                <property name="selectable">True</property>
463
 
                              </object>
464
 
                              <packing>
465
 
                                <property name="left_attach">1</property>
466
 
                                <property name="right_attach">2</property>
467
 
                                <property name="top_attach">2</property>
468
 
                                <property name="bottom_attach">3</property>
469
 
                                <property name="x_options">GTK_FILL</property>
470
 
                                <property name="y_options"></property>
471
 
                              </packing>
472
 
                            </child>
473
 
                            <child>
474
 
                              <object class="GtkLabel" id="inet4_mask_label">
475
 
                                <property name="visible">True</property>
476
 
                                <property name="can_focus">True</property>
477
 
                                <property name="xalign">0</property>
478
 
                                <property name="selectable">True</property>
479
 
                              </object>
480
 
                              <packing>
481
 
                                <property name="left_attach">1</property>
482
 
                                <property name="right_attach">2</property>
483
 
                                <property name="top_attach">3</property>
484
 
                                <property name="bottom_attach">4</property>
485
 
                                <property name="x_options">GTK_FILL</property>
486
 
                                <property name="y_options"></property>
487
 
                              </packing>
488
 
                            </child>
489
 
                          </object>
490
 
                          <packing>
491
 
                            <property name="position">1</property>
492
 
                          </packing>
493
 
                        </child>
494
 
                      </object>
495
 
                      <packing>
496
 
                        <property name="position">1</property>
497
 
                      </packing>
498
 
                    </child>
499
 
                  </object>
500
 
                  <packing>
501
 
                    <property name="expand">False</property>
502
 
                    <property name="position">0</property>
503
 
                  </packing>
504
 
                </child>
505
 
                <child>
506
 
                  <object class="GtkVBox" id="inet6_frame">
507
 
                    <property name="spacing">6</property>
508
 
                    <child>
509
 
                      <object class="GtkLabel" id="label26">
510
 
                        <property name="visible">True</property>
511
 
                        <property name="xalign">0</property>
512
 
                        <property name="label" translatable="yes">&lt;b&gt;Internet Protocol (IPv6)&lt;/b&gt;</property>
513
 
                        <property name="use_markup">True</property>
514
 
                      </object>
515
 
                      <packing>
516
 
                        <property name="expand">False</property>
517
 
                        <property name="fill">False</property>
518
 
                        <property name="position">0</property>
519
 
                      </packing>
520
 
                    </child>
521
 
                    <child>
522
 
                      <object class="GtkHBox" id="hbox12">
523
 
                        <property name="visible">True</property>
524
 
                        <child>
525
 
                          <object class="GtkLabel" id="label46">
526
 
                            <property name="visible">True</property>
527
 
                            <property name="label">    </property>
528
 
                          </object>
529
 
                          <packing>
530
 
                            <property name="expand">False</property>
531
 
                            <property name="fill">False</property>
532
 
                            <property name="position">0</property>
533
 
                          </packing>
534
 
                        </child>
535
 
                        <child>
536
 
                          <object class="GtkTable" id="table5">
537
 
                            <property name="visible">True</property>
538
 
                            <property name="n_rows">2</property>
539
 
                            <property name="n_columns">2</property>
540
 
                            <property name="column_spacing">12</property>
541
 
                            <property name="row_spacing">6</property>
542
 
                            <child>
543
 
                              <object class="GtkLabel" id="label39">
544
 
                                <property name="visible">True</property>
545
 
                                <property name="xalign">0</property>
546
 
                                <property name="label" translatable="yes">Address:</property>
547
 
                              </object>
548
 
                              <packing>
549
 
                                <property name="x_options">GTK_FILL</property>
550
 
                                <property name="y_options"></property>
551
 
                              </packing>
552
 
                            </child>
553
 
                            <child>
554
 
                              <object class="GtkLabel" id="label40">
555
 
                                <property name="visible">True</property>
556
 
                                <property name="xalign">0</property>
557
 
                                <property name="label" translatable="yes">Scope:</property>
558
 
                              </object>
559
 
                              <packing>
560
 
                                <property name="top_attach">1</property>
561
 
                                <property name="bottom_attach">2</property>
562
 
                                <property name="x_options">GTK_FILL</property>
563
 
                                <property name="y_options"></property>
564
 
                              </packing>
565
 
                            </child>
566
 
                            <child>
567
 
                              <object class="GtkLabel" id="inet6_addr_label">
568
 
                                <property name="visible">True</property>
569
 
                                <property name="can_focus">True</property>
570
 
                                <property name="xalign">0</property>
571
 
                                <property name="selectable">True</property>
572
 
                              </object>
573
 
                              <packing>
574
 
                                <property name="left_attach">1</property>
575
 
                                <property name="right_attach">2</property>
576
 
                                <property name="x_options">GTK_FILL</property>
577
 
                                <property name="y_options"></property>
578
 
                              </packing>
579
 
                            </child>
580
 
                            <child>
581
 
                              <object class="GtkLabel" id="inet6_scope_label">
582
 
                                <property name="visible">True</property>
583
 
                                <property name="can_focus">True</property>
584
 
                                <property name="xalign">0</property>
585
 
                                <property name="selectable">True</property>
586
 
                              </object>
587
 
                              <packing>
588
 
                                <property name="left_attach">1</property>
589
 
                                <property name="right_attach">2</property>
590
 
                                <property name="top_attach">1</property>
591
 
                                <property name="bottom_attach">2</property>
592
 
                                <property name="x_options">GTK_FILL</property>
593
 
                                <property name="y_options"></property>
594
 
                              </packing>
595
 
                            </child>
596
 
                          </object>
597
 
                          <packing>
598
 
                            <property name="position">1</property>
599
 
                          </packing>
600
 
                        </child>
601
 
                      </object>
602
 
                      <packing>
603
 
                        <property name="position">1</property>
604
 
                      </packing>
605
 
                    </child>
606
 
                  </object>
607
 
                  <packing>
608
 
                    <property name="expand">False</property>
609
 
                    <property name="position">1</property>
610
 
                  </packing>
611
 
                </child>
612
 
                <child>
613
 
                  <object class="GtkVBox" id="dev_frame">
614
 
                    <property name="visible">True</property>
615
 
                    <property name="spacing">6</property>
616
 
                    <child>
617
 
                      <object class="GtkLabel" id="dev_label">
618
 
                        <property name="visible">True</property>
619
 
                        <property name="xalign">0</property>
620
 
                        <property name="label" translatable="yes">&lt;b&gt;Network Device&lt;/b&gt;</property>
621
 
                        <property name="use_markup">True</property>
622
 
                      </object>
623
 
                      <packing>
624
 
                        <property name="expand">False</property>
625
 
                        <property name="fill">False</property>
626
 
                        <property name="position">0</property>
627
 
                      </packing>
628
 
                    </child>
629
 
                    <child>
630
 
                      <object class="GtkHBox" id="hbox13">
631
 
                        <property name="visible">True</property>
632
 
                        <child>
633
 
                          <object class="GtkLabel" id="label47">
634
 
                            <property name="visible">True</property>
635
 
                            <property name="label">    </property>
636
 
                          </object>
637
 
                          <packing>
638
 
                            <property name="expand">False</property>
639
 
                            <property name="fill">False</property>
640
 
                            <property name="position">0</property>
641
 
                          </packing>
642
 
                        </child>
643
 
                        <child>
644
 
                          <object class="GtkTable" id="table6">
645
 
                            <property name="visible">True</property>
646
 
                            <property name="n_rows">2</property>
647
 
                            <property name="n_columns">2</property>
648
 
                            <property name="column_spacing">12</property>
649
 
                            <property name="row_spacing">6</property>
650
 
                            <child>
651
 
                              <object class="GtkLabel" id="dev_addr_title">
652
 
                                <property name="visible">True</property>
653
 
                                <property name="xalign">0</property>
654
 
                                <property name="label" translatable="yes">Address:</property>
655
 
                              </object>
656
 
                              <packing>
657
 
                                <property name="top_attach">1</property>
658
 
                                <property name="bottom_attach">2</property>
659
 
                                <property name="x_options">GTK_FILL</property>
660
 
                                <property name="y_options"></property>
661
 
                              </packing>
662
 
                            </child>
663
 
                            <child>
664
 
                              <object class="GtkLabel" id="dev_addr_label">
665
 
                                <property name="visible">True</property>
666
 
                                <property name="can_focus">True</property>
667
 
                                <property name="xalign">0</property>
668
 
                                <property name="selectable">True</property>
669
 
                              </object>
670
 
                              <packing>
671
 
                                <property name="left_attach">1</property>
672
 
                                <property name="right_attach">2</property>
673
 
                                <property name="top_attach">1</property>
674
 
                                <property name="bottom_attach">2</property>
675
 
                                <property name="x_options">GTK_FILL</property>
676
 
                                <property name="y_options"></property>
677
 
                              </packing>
678
 
                            </child>
679
 
                            <child>
680
 
                              <object class="GtkLabel" id="dev_type_label">
681
 
                                <property name="visible">True</property>
682
 
                                <property name="can_focus">True</property>
683
 
                                <property name="xalign">0</property>
684
 
                                <property name="selectable">True</property>
685
 
                              </object>
686
 
                              <packing>
687
 
                                <property name="left_attach">1</property>
688
 
                                <property name="right_attach">2</property>
689
 
                                <property name="x_options">GTK_FILL</property>
690
 
                                <property name="y_options"></property>
691
 
                              </packing>
692
 
                            </child>
693
 
                            <child>
694
 
                              <object class="GtkLabel" id="dev_type_title">
695
 
                                <property name="visible">True</property>
696
 
                                <property name="xalign">0</property>
697
 
                                <property name="label" translatable="yes">Type:</property>
698
 
                              </object>
699
 
                              <packing>
700
 
                                <property name="x_options">GTK_FILL</property>
701
 
                                <property name="y_options"></property>
702
 
                              </packing>
703
 
                            </child>
704
 
                          </object>
705
 
                          <packing>
706
 
                            <property name="position">1</property>
707
 
                          </packing>
708
 
                        </child>
709
 
                      </object>
710
 
                      <packing>
711
 
                        <property name="position">1</property>
712
 
                      </packing>
713
 
                    </child>
714
 
                  </object>
715
 
                  <packing>
716
 
                    <property name="expand">False</property>
717
 
                    <property name="position">2</property>
718
 
                  </packing>
719
 
                </child>
720
 
              </object>
721
 
              <packing>
722
 
                <property name="position">1</property>
723
 
              </packing>
724
 
            </child>
725
 
            <child type="tab">
726
 
              <object class="GtkLabel" id="label2">
727
 
                <property name="visible">True</property>
728
 
                <property name="label" translatable="yes">Support</property>
729
 
              </object>
730
 
              <packing>
731
 
                <property name="position">1</property>
732
 
                <property name="tab_fill">False</property>
733
 
              </packing>
734
 
            </child>
735
 
          </object>
736
 
          <packing>
737
 
            <property name="position">1</property>
738
 
          </packing>
739
 
        </child>
740
 
        <child internal-child="action_area">
741
 
          <object class="GtkHButtonBox" id="dialog-action_area2">
742
 
            <property name="visible">True</property>
743
 
            <property name="layout_style">end</property>
744
 
            <child>
745
 
              <object class="GtkButton" id="helpbutton1">
746
 
                <property name="label">gtk-help</property>
747
 
                <property name="can_focus">True</property>
748
 
                <property name="can_default">True</property>
749
 
                <property name="has_default">True</property>
750
 
                <property name="receives_default">False</property>
751
 
                <property name="use_stock">True</property>
752
 
              </object>
753
 
              <packing>
754
 
                <property name="expand">False</property>
755
 
                <property name="fill">False</property>
756
 
                <property name="position">0</property>
757
 
              </packing>
758
 
            </child>
759
 
            <child>
760
 
              <object class="GtkButton" id="configure_button">
761
 
                <property name="visible">True</property>
762
 
                <property name="can_focus">True</property>
763
 
                <property name="can_default">True</property>
764
 
                <property name="receives_default">False</property>
765
 
                <child>
766
 
                  <object class="GtkAlignment" id="alignment2">
767
 
                    <property name="visible">True</property>
768
 
                    <property name="xscale">0</property>
769
 
                    <property name="yscale">0</property>
770
 
                    <child>
771
 
                      <object class="GtkHBox" id="hbox5">
772
 
                        <property name="visible">True</property>
773
 
                        <property name="spacing">2</property>
774
 
                        <child>
775
 
                          <object class="GtkImage" id="image2">
776
 
                            <property name="visible">True</property>
777
 
                            <property name="stock">gtk-preferences</property>
778
 
                          </object>
779
 
                          <packing>
780
 
                            <property name="expand">False</property>
781
 
                            <property name="fill">False</property>
782
 
                            <property name="position">0</property>
783
 
                          </packing>
784
 
                        </child>
785
 
                        <child>
786
 
                          <object class="GtkLabel" id="label42">
787
 
                            <property name="visible">True</property>
788
 
                            <property name="label" translatable="yes">Con_figure</property>
789
 
                            <property name="use_underline">True</property>
790
 
                          </object>
791
 
                          <packing>
792
 
                            <property name="expand">False</property>
793
 
                            <property name="fill">False</property>
794
 
                            <property name="position">1</property>
795
 
                          </packing>
796
 
                        </child>
797
 
                      </object>
798
 
                    </child>
799
 
                  </object>
800
 
                </child>
801
 
              </object>
802
 
              <packing>
803
 
                <property name="expand">False</property>
804
 
                <property name="fill">False</property>
805
 
                <property name="position">1</property>
806
 
              </packing>
807
 
            </child>
808
 
            <child>
809
 
              <object class="GtkButton" id="close_button">
810
 
                <property name="label">gtk-close</property>
811
 
                <property name="visible">True</property>
812
 
                <property name="can_focus">True</property>
813
 
                <property name="can_default">True</property>
814
 
                <property name="has_default">True</property>
815
 
                <property name="receives_default">False</property>
816
 
                <property name="use_stock">True</property>
817
 
              </object>
818
 
              <packing>
819
 
                <property name="expand">False</property>
820
 
                <property name="fill">False</property>
821
 
                <property name="position">2</property>
822
 
              </packing>
823
 
            </child>
824
 
          </object>
825
 
          <packing>
826
 
            <property name="expand">False</property>
827
 
            <property name="pack_type">end</property>
828
 
            <property name="position">0</property>
829
 
          </packing>
830
 
        </child>
831
 
      </object>
832
 
    </child>
833
 
    <action-widgets>
834
 
      <action-widget response="-11">helpbutton1</action-widget>
835
 
      <action-widget response="0">configure_button</action-widget>
836
 
      <action-widget response="-7">close_button</action-widget>
837
 
    </action-widgets>
838
 
  </object>
839
 
</interface>