QueryResponses.cs, DumpIndex.cs, IQueryResult.cs, QueryExecutor.cs, QueryResult.cs...
[beagle.git] / ContactViewer / contactviewer.glade
blobf99dbe71ee3a5dd6a48a492c99bcdba67315c24a
1 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
4 <glade-interface>
6 <widget class="GtkWindow" id="MainWindow">
7 <property name="width_request">630</property>
8 <property name="height_request">380</property>
9 <property name="visible">True</property>
10 <property name="title" translatable="yes">Contact Viewer</property>
11 <property name="type">GTK_WINDOW_TOPLEVEL</property>
12 <property name="window_position">GTK_WIN_POS_NONE</property>
13 <property name="modal">False</property>
14 <property name="resizable">True</property>
15 <property name="destroy_with_parent">False</property>
16 <property name="decorated">True</property>
17 <property name="skip_taskbar_hint">False</property>
18 <property name="skip_pager_hint">False</property>
19 <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
20 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
21 <property name="focus_on_map">True</property>
22 <property name="urgency_hint">False</property>
24 <child>
25 <widget class="GtkVBox" id="vbox1">
26 <property name="visible">True</property>
27 <property name="homogeneous">False</property>
28 <property name="spacing">0</property>
30 <child>
31 <widget class="GtkEventBox" id="MenubarHolder">
32 <property name="visible">True</property>
33 <property name="visible_window">True</property>
34 <property name="above_child">False</property>
36 <child>
37 <placeholder/>
38 </child>
39 </widget>
40 <packing>
41 <property name="padding">0</property>
42 <property name="expand">False</property>
43 <property name="fill">True</property>
44 </packing>
45 </child>
47 <child>
48 <widget class="GtkHPaned" id="hpaned1">
49 <property name="border_width">5</property>
50 <property name="visible">True</property>
51 <property name="can_focus">True</property>
52 <property name="position">200</property>
54 <child>
55 <widget class="GtkVBox" id="vbox2">
56 <property name="visible">True</property>
57 <property name="homogeneous">False</property>
58 <property name="spacing">5</property>
60 <child>
61 <widget class="GtkScrolledWindow" id="scrolledwindow1">
62 <property name="visible">True</property>
63 <property name="can_focus">True</property>
64 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
65 <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
66 <property name="shadow_type">GTK_SHADOW_IN</property>
67 <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
69 <child>
70 <widget class="GtkTreeView" id="ContactList">
71 <property name="visible">True</property>
72 <property name="can_focus">True</property>
73 <property name="headers_visible">True</property>
74 <property name="rules_hint">False</property>
75 <property name="reorderable">False</property>
76 <property name="enable_search">True</property>
77 <property name="fixed_height_mode">False</property>
78 <property name="hover_selection">False</property>
79 <property name="hover_expand">False</property>
80 </widget>
81 </child>
82 </widget>
83 <packing>
84 <property name="padding">0</property>
85 <property name="expand">True</property>
86 <property name="fill">True</property>
87 </packing>
88 </child>
90 <child>
91 <widget class="GtkComboBox" id="ListIdentifier">
92 <property name="visible">True</property>
93 <property name="add_tearoffs">False</property>
94 <property name="focus_on_click">True</property>
95 </widget>
96 <packing>
97 <property name="padding">0</property>
98 <property name="expand">False</property>
99 <property name="fill">True</property>
100 </packing>
101 </child>
102 </widget>
103 <packing>
104 <property name="shrink">True</property>
105 <property name="resize">False</property>
106 </packing>
107 </child>
109 <child>
110 <widget class="GtkEventBox" id="ContactHolder">
111 <property name="border_width">5</property>
112 <property name="visible">True</property>
113 <property name="visible_window">True</property>
114 <property name="above_child">False</property>
116 <child>
117 <placeholder/>
118 </child>
119 </widget>
120 <packing>
121 <property name="shrink">True</property>
122 <property name="resize">True</property>
123 </packing>
124 </child>
125 </widget>
126 <packing>
127 <property name="padding">0</property>
128 <property name="expand">True</property>
129 <property name="fill">True</property>
130 </packing>
131 </child>
133 <child>
134 <widget class="GtkStatusbar" id="Statusbar">
135 <property name="visible">True</property>
136 <property name="has_resize_grip">True</property>
137 </widget>
138 <packing>
139 <property name="padding">0</property>
140 <property name="expand">False</property>
141 <property name="fill">False</property>
142 </packing>
143 </child>
144 </widget>
145 </child>
146 </widget>
148 <widget class="GtkWindow" id="DetailedWindow">
149 <property name="visible">True</property>
150 <property name="title" translatable="yes">Detailed view</property>
151 <property name="type">GTK_WINDOW_TOPLEVEL</property>
152 <property name="window_position">GTK_WIN_POS_NONE</property>
153 <property name="modal">False</property>
154 <property name="resizable">True</property>
155 <property name="destroy_with_parent">False</property>
156 <property name="decorated">True</property>
157 <property name="skip_taskbar_hint">False</property>
158 <property name="skip_pager_hint">False</property>
159 <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
160 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
161 <property name="focus_on_map">True</property>
162 <property name="urgency_hint">False</property>
164 <child>
165 <widget class="GtkVBox" id="vbox3">
166 <property name="border_width">10</property>
167 <property name="visible">True</property>
168 <property name="homogeneous">False</property>
169 <property name="spacing">10</property>
171 <child>
172 <widget class="GtkNotebook" id="notebook1">
173 <property name="visible">True</property>
174 <property name="can_focus">True</property>
175 <property name="show_tabs">True</property>
176 <property name="show_border">True</property>
177 <property name="tab_pos">GTK_POS_TOP</property>
178 <property name="scrollable">False</property>
179 <property name="enable_popup">False</property>
181 <child>
182 <widget class="GtkVBox" id="vbox4">
183 <property name="border_width">10</property>
184 <property name="visible">True</property>
185 <property name="homogeneous">False</property>
186 <property name="spacing">10</property>
188 <child>
189 <widget class="GtkFrame" id="frame1">
190 <property name="visible">True</property>
191 <property name="label_xalign">0</property>
192 <property name="label_yalign">0.5</property>
193 <property name="shadow_type">GTK_SHADOW_NONE</property>
195 <child>
196 <widget class="GtkAlignment" id="alignment1">
197 <property name="visible">True</property>
198 <property name="xalign">0.5</property>
199 <property name="yalign">0.5</property>
200 <property name="xscale">1</property>
201 <property name="yscale">1</property>
202 <property name="top_padding">5</property>
203 <property name="bottom_padding">0</property>
204 <property name="left_padding">12</property>
205 <property name="right_padding">0</property>
207 <child>
208 <widget class="GtkTable" id="table1">
209 <property name="visible">True</property>
210 <property name="n_rows">4</property>
211 <property name="n_columns">2</property>
212 <property name="homogeneous">False</property>
213 <property name="row_spacing">0</property>
214 <property name="column_spacing">0</property>
216 <child>
217 <widget class="GtkLabel" id="FirstNameLabel">
218 <property name="width_request">130</property>
219 <property name="visible">True</property>
220 <property name="label" translatable="yes">First:</property>
221 <property name="use_underline">False</property>
222 <property name="use_markup">False</property>
223 <property name="justify">GTK_JUSTIFY_LEFT</property>
224 <property name="wrap">False</property>
225 <property name="selectable">False</property>
226 <property name="xalign">0</property>
227 <property name="yalign">0.5</property>
228 <property name="xpad">0</property>
229 <property name="ypad">0</property>
230 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
231 <property name="width_chars">-1</property>
232 <property name="single_line_mode">False</property>
233 <property name="angle">0</property>
234 </widget>
235 <packing>
236 <property name="left_attach">0</property>
237 <property name="right_attach">1</property>
238 <property name="top_attach">0</property>
239 <property name="bottom_attach">1</property>
240 <property name="x_options">fill</property>
241 <property name="y_options"></property>
242 </packing>
243 </child>
245 <child>
246 <widget class="GtkLabel" id="LastNameLabel">
247 <property name="visible">True</property>
248 <property name="label" translatable="yes">Last:</property>
249 <property name="use_underline">False</property>
250 <property name="use_markup">False</property>
251 <property name="justify">GTK_JUSTIFY_LEFT</property>
252 <property name="wrap">False</property>
253 <property name="selectable">False</property>
254 <property name="xalign">0</property>
255 <property name="yalign">0.5</property>
256 <property name="xpad">0</property>
257 <property name="ypad">0</property>
258 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
259 <property name="width_chars">-1</property>
260 <property name="single_line_mode">False</property>
261 <property name="angle">0</property>
262 </widget>
263 <packing>
264 <property name="left_attach">0</property>
265 <property name="right_attach">1</property>
266 <property name="top_attach">1</property>
267 <property name="bottom_attach">2</property>
268 <property name="x_options">fill</property>
269 <property name="y_options"></property>
270 </packing>
271 </child>
273 <child>
274 <widget class="GtkLabel" id="DisplayNameLabel">
275 <property name="visible">True</property>
276 <property name="label" translatable="yes">Display:</property>
277 <property name="use_underline">False</property>
278 <property name="use_markup">False</property>
279 <property name="justify">GTK_JUSTIFY_LEFT</property>
280 <property name="wrap">False</property>
281 <property name="selectable">False</property>
282 <property name="xalign">0</property>
283 <property name="yalign">0.5</property>
284 <property name="xpad">0</property>
285 <property name="ypad">0</property>
286 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
287 <property name="width_chars">-1</property>
288 <property name="single_line_mode">False</property>
289 <property name="angle">0</property>
290 </widget>
291 <packing>
292 <property name="left_attach">0</property>
293 <property name="right_attach">1</property>
294 <property name="top_attach">2</property>
295 <property name="bottom_attach">3</property>
296 <property name="x_options">fill</property>
297 <property name="y_options"></property>
298 </packing>
299 </child>
301 <child>
302 <widget class="GtkLabel" id="NicknameLabel">
303 <property name="visible">True</property>
304 <property name="label" translatable="yes">Nickname:</property>
305 <property name="use_underline">False</property>
306 <property name="use_markup">False</property>
307 <property name="justify">GTK_JUSTIFY_LEFT</property>
308 <property name="wrap">False</property>
309 <property name="selectable">False</property>
310 <property name="xalign">0</property>
311 <property name="yalign">0.5</property>
312 <property name="xpad">0</property>
313 <property name="ypad">0</property>
314 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
315 <property name="width_chars">-1</property>
316 <property name="single_line_mode">False</property>
317 <property name="angle">0</property>
318 </widget>
319 <packing>
320 <property name="left_attach">0</property>
321 <property name="right_attach">1</property>
322 <property name="top_attach">3</property>
323 <property name="bottom_attach">4</property>
324 <property name="x_options">fill</property>
325 <property name="y_options"></property>
326 </packing>
327 </child>
329 <child>
330 <widget class="GtkEntry" id="FirstName">
331 <property name="visible">True</property>
332 <property name="can_focus">True</property>
333 <property name="editable">False</property>
334 <property name="visibility">True</property>
335 <property name="max_length">0</property>
336 <property name="text" translatable="yes"></property>
337 <property name="has_frame">True</property>
338 <property name="invisible_char"></property>
339 <property name="activates_default">False</property>
340 </widget>
341 <packing>
342 <property name="left_attach">1</property>
343 <property name="right_attach">2</property>
344 <property name="top_attach">0</property>
345 <property name="bottom_attach">1</property>
346 <property name="y_options"></property>
347 </packing>
348 </child>
350 <child>
351 <widget class="GtkEntry" id="LastName">
352 <property name="visible">True</property>
353 <property name="can_focus">True</property>
354 <property name="editable">False</property>
355 <property name="visibility">True</property>
356 <property name="max_length">0</property>
357 <property name="text" translatable="yes"></property>
358 <property name="has_frame">True</property>
359 <property name="invisible_char"></property>
360 <property name="activates_default">False</property>
361 </widget>
362 <packing>
363 <property name="left_attach">1</property>
364 <property name="right_attach">2</property>
365 <property name="top_attach">1</property>
366 <property name="bottom_attach">2</property>
367 <property name="y_options"></property>
368 </packing>
369 </child>
371 <child>
372 <widget class="GtkEntry" id="DisplayName">
373 <property name="visible">True</property>
374 <property name="can_focus">True</property>
375 <property name="editable">False</property>
376 <property name="visibility">True</property>
377 <property name="max_length">0</property>
378 <property name="text" translatable="yes"></property>
379 <property name="has_frame">True</property>
380 <property name="invisible_char"></property>
381 <property name="activates_default">False</property>
382 </widget>
383 <packing>
384 <property name="left_attach">1</property>
385 <property name="right_attach">2</property>
386 <property name="top_attach">2</property>
387 <property name="bottom_attach">3</property>
388 <property name="y_options"></property>
389 </packing>
390 </child>
392 <child>
393 <widget class="GtkEntry" id="NickName">
394 <property name="visible">True</property>
395 <property name="can_focus">True</property>
396 <property name="editable">False</property>
397 <property name="visibility">True</property>
398 <property name="max_length">0</property>
399 <property name="text" translatable="yes"></property>
400 <property name="has_frame">True</property>
401 <property name="invisible_char"></property>
402 <property name="activates_default">False</property>
403 </widget>
404 <packing>
405 <property name="left_attach">1</property>
406 <property name="right_attach">2</property>
407 <property name="top_attach">3</property>
408 <property name="bottom_attach">4</property>
409 <property name="y_options"></property>
410 </packing>
411 </child>
412 </widget>
413 </child>
414 </widget>
415 </child>
417 <child>
418 <widget class="GtkLabel" id="NameTopicLabel">
419 <property name="visible">True</property>
420 <property name="label" translatable="yes">&lt;b&gt;Name&lt;/b&gt;</property>
421 <property name="use_underline">False</property>
422 <property name="use_markup">True</property>
423 <property name="justify">GTK_JUSTIFY_LEFT</property>
424 <property name="wrap">False</property>
425 <property name="selectable">False</property>
426 <property name="xalign">0.5</property>
427 <property name="yalign">0.5</property>
428 <property name="xpad">0</property>
429 <property name="ypad">0</property>
430 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
431 <property name="width_chars">-1</property>
432 <property name="single_line_mode">False</property>
433 <property name="angle">0</property>
434 </widget>
435 <packing>
436 <property name="type">label_item</property>
437 </packing>
438 </child>
439 </widget>
440 <packing>
441 <property name="padding">0</property>
442 <property name="expand">False</property>
443 <property name="fill">True</property>
444 </packing>
445 </child>
447 <child>
448 <widget class="GtkFrame" id="frame2">
449 <property name="visible">True</property>
450 <property name="label_xalign">0</property>
451 <property name="label_yalign">0.5</property>
452 <property name="shadow_type">GTK_SHADOW_NONE</property>
454 <child>
455 <widget class="GtkAlignment" id="alignment2">
456 <property name="visible">True</property>
457 <property name="xalign">0.5</property>
458 <property name="yalign">0.5</property>
459 <property name="xscale">1</property>
460 <property name="yscale">1</property>
461 <property name="top_padding">5</property>
462 <property name="bottom_padding">0</property>
463 <property name="left_padding">12</property>
464 <property name="right_padding">0</property>
466 <child>
467 <widget class="GtkTable" id="table2">
468 <property name="visible">True</property>
469 <property name="n_rows">4</property>
470 <property name="n_columns">2</property>
471 <property name="homogeneous">False</property>
472 <property name="row_spacing">0</property>
473 <property name="column_spacing">0</property>
475 <child>
476 <widget class="GtkLabel" id="PrimaryEmailLabel">
477 <property name="width_request">130</property>
478 <property name="visible">True</property>
479 <property name="label" translatable="yes">E-Mail:</property>
480 <property name="use_underline">False</property>
481 <property name="use_markup">False</property>
482 <property name="justify">GTK_JUSTIFY_LEFT</property>
483 <property name="wrap">False</property>
484 <property name="selectable">False</property>
485 <property name="xalign">0</property>
486 <property name="yalign">0.5</property>
487 <property name="xpad">0</property>
488 <property name="ypad">0</property>
489 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
490 <property name="width_chars">-1</property>
491 <property name="single_line_mode">False</property>
492 <property name="angle">0</property>
493 </widget>
494 <packing>
495 <property name="left_attach">0</property>
496 <property name="right_attach">1</property>
497 <property name="top_attach">0</property>
498 <property name="bottom_attach">1</property>
499 <property name="x_options">fill</property>
500 <property name="y_options"></property>
501 </packing>
502 </child>
504 <child>
505 <widget class="GtkLabel" id="SecondaryEmailLabel">
506 <property name="visible">True</property>
507 <property name="label" translatable="yes">Additional E-Mail:</property>
508 <property name="use_underline">False</property>
509 <property name="use_markup">False</property>
510 <property name="justify">GTK_JUSTIFY_LEFT</property>
511 <property name="wrap">False</property>
512 <property name="selectable">False</property>
513 <property name="xalign">0</property>
514 <property name="yalign">0.5</property>
515 <property name="xpad">0</property>
516 <property name="ypad">0</property>
517 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
518 <property name="width_chars">-1</property>
519 <property name="single_line_mode">False</property>
520 <property name="angle">0</property>
521 </widget>
522 <packing>
523 <property name="left_attach">0</property>
524 <property name="right_attach">1</property>
525 <property name="top_attach">1</property>
526 <property name="bottom_attach">2</property>
527 <property name="x_options">fill</property>
528 <property name="y_options"></property>
529 </packing>
530 </child>
532 <child>
533 <widget class="GtkLabel" id="PreferredFormatLabel">
534 <property name="visible">True</property>
535 <property name="label" translatable="yes">Preferred format:</property>
536 <property name="use_underline">False</property>
537 <property name="use_markup">False</property>
538 <property name="justify">GTK_JUSTIFY_LEFT</property>
539 <property name="wrap">False</property>
540 <property name="selectable">False</property>
541 <property name="xalign">0</property>
542 <property name="yalign">0.5</property>
543 <property name="xpad">0</property>
544 <property name="ypad">0</property>
545 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
546 <property name="width_chars">-1</property>
547 <property name="single_line_mode">False</property>
548 <property name="angle">0</property>
549 </widget>
550 <packing>
551 <property name="left_attach">0</property>
552 <property name="right_attach">1</property>
553 <property name="top_attach">2</property>
554 <property name="bottom_attach">3</property>
555 <property name="x_options">fill</property>
556 <property name="y_options"></property>
557 </packing>
558 </child>
560 <child>
561 <widget class="GtkLabel" id="ScreenNameLabel">
562 <property name="visible">True</property>
563 <property name="label" translatable="yes">Screen name:</property>
564 <property name="use_underline">False</property>
565 <property name="use_markup">False</property>
566 <property name="justify">GTK_JUSTIFY_LEFT</property>
567 <property name="wrap">False</property>
568 <property name="selectable">False</property>
569 <property name="xalign">0</property>
570 <property name="yalign">0.5</property>
571 <property name="xpad">0</property>
572 <property name="ypad">0</property>
573 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
574 <property name="width_chars">-1</property>
575 <property name="single_line_mode">False</property>
576 <property name="angle">0</property>
577 </widget>
578 <packing>
579 <property name="left_attach">0</property>
580 <property name="right_attach">1</property>
581 <property name="top_attach">3</property>
582 <property name="bottom_attach">4</property>
583 <property name="x_options">fill</property>
584 <property name="y_options"></property>
585 </packing>
586 </child>
588 <child>
589 <widget class="GtkEntry" id="PrimaryEmail">
590 <property name="visible">True</property>
591 <property name="can_focus">True</property>
592 <property name="editable">False</property>
593 <property name="visibility">True</property>
594 <property name="max_length">0</property>
595 <property name="text" translatable="yes"></property>
596 <property name="has_frame">True</property>
597 <property name="invisible_char"></property>
598 <property name="activates_default">False</property>
599 </widget>
600 <packing>
601 <property name="left_attach">1</property>
602 <property name="right_attach">2</property>
603 <property name="top_attach">0</property>
604 <property name="bottom_attach">1</property>
605 <property name="y_options"></property>
606 </packing>
607 </child>
609 <child>
610 <widget class="GtkEntry" id="SecondEmail">
611 <property name="visible">True</property>
612 <property name="can_focus">True</property>
613 <property name="editable">False</property>
614 <property name="visibility">True</property>
615 <property name="max_length">0</property>
616 <property name="text" translatable="yes"></property>
617 <property name="has_frame">True</property>
618 <property name="invisible_char"></property>
619 <property name="activates_default">False</property>
620 </widget>
621 <packing>
622 <property name="left_attach">1</property>
623 <property name="right_attach">2</property>
624 <property name="top_attach">1</property>
625 <property name="bottom_attach">2</property>
626 <property name="y_options"></property>
627 </packing>
628 </child>
630 <child>
631 <widget class="GtkEntry" id="_AimScreenName">
632 <property name="visible">True</property>
633 <property name="can_focus">True</property>
634 <property name="editable">False</property>
635 <property name="visibility">True</property>
636 <property name="max_length">0</property>
637 <property name="text" translatable="yes"></property>
638 <property name="has_frame">True</property>
639 <property name="invisible_char"></property>
640 <property name="activates_default">False</property>
641 </widget>
642 <packing>
643 <property name="left_attach">1</property>
644 <property name="right_attach">2</property>
645 <property name="top_attach">3</property>
646 <property name="bottom_attach">4</property>
647 <property name="y_options"></property>
648 </packing>
649 </child>
651 <child>
652 <widget class="GtkComboBox" id="PreferredType">
653 <property name="visible">True</property>
654 <property name="items" translatable="yes">Unknown
655 Plain text
656 HTML</property>
657 <property name="add_tearoffs">False</property>
658 <property name="focus_on_click">True</property>
659 </widget>
660 <packing>
661 <property name="left_attach">1</property>
662 <property name="right_attach">2</property>
663 <property name="top_attach">2</property>
664 <property name="bottom_attach">3</property>
665 <property name="x_options">fill</property>
666 <property name="y_options">fill</property>
667 </packing>
668 </child>
669 </widget>
670 </child>
671 </widget>
672 </child>
674 <child>
675 <widget class="GtkLabel" id="InternetTopicLabel">
676 <property name="visible">True</property>
677 <property name="label" translatable="yes">&lt;b&gt;Internet&lt;/b&gt;</property>
678 <property name="use_underline">False</property>
679 <property name="use_markup">True</property>
680 <property name="justify">GTK_JUSTIFY_LEFT</property>
681 <property name="wrap">False</property>
682 <property name="selectable">False</property>
683 <property name="xalign">0.5</property>
684 <property name="yalign">0.5</property>
685 <property name="xpad">0</property>
686 <property name="ypad">0</property>
687 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
688 <property name="width_chars">-1</property>
689 <property name="single_line_mode">False</property>
690 <property name="angle">0</property>
691 </widget>
692 <packing>
693 <property name="type">label_item</property>
694 </packing>
695 </child>
696 </widget>
697 <packing>
698 <property name="padding">0</property>
699 <property name="expand">False</property>
700 <property name="fill">True</property>
701 </packing>
702 </child>
704 <child>
705 <widget class="GtkFrame" id="frame3">
706 <property name="visible">True</property>
707 <property name="label_xalign">0</property>
708 <property name="label_yalign">0.5</property>
709 <property name="shadow_type">GTK_SHADOW_NONE</property>
711 <child>
712 <widget class="GtkAlignment" id="alignment3">
713 <property name="visible">True</property>
714 <property name="xalign">0.5</property>
715 <property name="yalign">0.5</property>
716 <property name="xscale">1</property>
717 <property name="yscale">1</property>
718 <property name="top_padding">5</property>
719 <property name="bottom_padding">0</property>
720 <property name="left_padding">12</property>
721 <property name="right_padding">0</property>
723 <child>
724 <widget class="GtkTable" id="table3">
725 <property name="visible">True</property>
726 <property name="n_rows">5</property>
727 <property name="n_columns">2</property>
728 <property name="homogeneous">False</property>
729 <property name="row_spacing">0</property>
730 <property name="column_spacing">0</property>
732 <child>
733 <widget class="GtkLabel" id="WorkPhoneLabel">
734 <property name="width_request">130</property>
735 <property name="visible">True</property>
736 <property name="label" translatable="yes">Work:</property>
737 <property name="use_underline">False</property>
738 <property name="use_markup">False</property>
739 <property name="justify">GTK_JUSTIFY_LEFT</property>
740 <property name="wrap">False</property>
741 <property name="selectable">False</property>
742 <property name="xalign">0</property>
743 <property name="yalign">0.5</property>
744 <property name="xpad">0</property>
745 <property name="ypad">0</property>
746 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
747 <property name="width_chars">-1</property>
748 <property name="single_line_mode">False</property>
749 <property name="angle">0</property>
750 </widget>
751 <packing>
752 <property name="left_attach">0</property>
753 <property name="right_attach">1</property>
754 <property name="top_attach">0</property>
755 <property name="bottom_attach">1</property>
756 <property name="x_options">fill</property>
757 <property name="y_options"></property>
758 </packing>
759 </child>
761 <child>
762 <widget class="GtkLabel" id="HomePhoneLabel">
763 <property name="visible">True</property>
764 <property name="label" translatable="yes">Home:</property>
765 <property name="use_underline">False</property>
766 <property name="use_markup">False</property>
767 <property name="justify">GTK_JUSTIFY_LEFT</property>
768 <property name="wrap">False</property>
769 <property name="selectable">False</property>
770 <property name="xalign">0</property>
771 <property name="yalign">0.5</property>
772 <property name="xpad">0</property>
773 <property name="ypad">0</property>
774 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
775 <property name="width_chars">-1</property>
776 <property name="single_line_mode">False</property>
777 <property name="angle">0</property>
778 </widget>
779 <packing>
780 <property name="left_attach">0</property>
781 <property name="right_attach">1</property>
782 <property name="top_attach">1</property>
783 <property name="bottom_attach">2</property>
784 <property name="x_options">fill</property>
785 <property name="y_options"></property>
786 </packing>
787 </child>
789 <child>
790 <widget class="GtkLabel" id="FaxPhoneLabel">
791 <property name="visible">True</property>
792 <property name="label" translatable="yes">Fax:</property>
793 <property name="use_underline">False</property>
794 <property name="use_markup">False</property>
795 <property name="justify">GTK_JUSTIFY_LEFT</property>
796 <property name="wrap">False</property>
797 <property name="selectable">False</property>
798 <property name="xalign">0</property>
799 <property name="yalign">0.5</property>
800 <property name="xpad">0</property>
801 <property name="ypad">0</property>
802 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
803 <property name="width_chars">-1</property>
804 <property name="single_line_mode">False</property>
805 <property name="angle">0</property>
806 </widget>
807 <packing>
808 <property name="left_attach">0</property>
809 <property name="right_attach">1</property>
810 <property name="top_attach">2</property>
811 <property name="bottom_attach">3</property>
812 <property name="x_options">fill</property>
813 <property name="y_options"></property>
814 </packing>
815 </child>
817 <child>
818 <widget class="GtkLabel" id="PagerPhoneLabel">
819 <property name="visible">True</property>
820 <property name="label" translatable="yes">Pager:</property>
821 <property name="use_underline">False</property>
822 <property name="use_markup">False</property>
823 <property name="justify">GTK_JUSTIFY_LEFT</property>
824 <property name="wrap">False</property>
825 <property name="selectable">False</property>
826 <property name="xalign">0</property>
827 <property name="yalign">0.5</property>
828 <property name="xpad">0</property>
829 <property name="ypad">0</property>
830 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
831 <property name="width_chars">-1</property>
832 <property name="single_line_mode">False</property>
833 <property name="angle">0</property>
834 </widget>
835 <packing>
836 <property name="left_attach">0</property>
837 <property name="right_attach">1</property>
838 <property name="top_attach">3</property>
839 <property name="bottom_attach">4</property>
840 <property name="x_options">fill</property>
841 <property name="y_options"></property>
842 </packing>
843 </child>
845 <child>
846 <widget class="GtkLabel" id="MobilePhoneLabel">
847 <property name="visible">True</property>
848 <property name="label" translatable="yes">Mobile:</property>
849 <property name="use_underline">False</property>
850 <property name="use_markup">False</property>
851 <property name="justify">GTK_JUSTIFY_LEFT</property>
852 <property name="wrap">False</property>
853 <property name="selectable">False</property>
854 <property name="xalign">0</property>
855 <property name="yalign">0.5</property>
856 <property name="xpad">0</property>
857 <property name="ypad">0</property>
858 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
859 <property name="width_chars">-1</property>
860 <property name="single_line_mode">False</property>
861 <property name="angle">0</property>
862 </widget>
863 <packing>
864 <property name="left_attach">0</property>
865 <property name="right_attach">1</property>
866 <property name="top_attach">4</property>
867 <property name="bottom_attach">5</property>
868 <property name="x_options">fill</property>
869 <property name="y_options"></property>
870 </packing>
871 </child>
873 <child>
874 <widget class="GtkEntry" id="WorkPhone">
875 <property name="visible">True</property>
876 <property name="can_focus">True</property>
877 <property name="editable">False</property>
878 <property name="visibility">True</property>
879 <property name="max_length">0</property>
880 <property name="text" translatable="yes"></property>
881 <property name="has_frame">True</property>
882 <property name="invisible_char"></property>
883 <property name="activates_default">False</property>
884 </widget>
885 <packing>
886 <property name="left_attach">1</property>
887 <property name="right_attach">2</property>
888 <property name="top_attach">0</property>
889 <property name="bottom_attach">1</property>
890 <property name="y_options"></property>
891 </packing>
892 </child>
894 <child>
895 <widget class="GtkEntry" id="HomePhone">
896 <property name="visible">True</property>
897 <property name="can_focus">True</property>
898 <property name="editable">False</property>
899 <property name="visibility">True</property>
900 <property name="max_length">0</property>
901 <property name="text" translatable="yes"></property>
902 <property name="has_frame">True</property>
903 <property name="invisible_char"></property>
904 <property name="activates_default">False</property>
905 </widget>
906 <packing>
907 <property name="left_attach">1</property>
908 <property name="right_attach">2</property>
909 <property name="top_attach">1</property>
910 <property name="bottom_attach">2</property>
911 <property name="y_options"></property>
912 </packing>
913 </child>
915 <child>
916 <widget class="GtkEntry" id="FaxNumber">
917 <property name="visible">True</property>
918 <property name="can_focus">True</property>
919 <property name="editable">False</property>
920 <property name="visibility">True</property>
921 <property name="max_length">0</property>
922 <property name="text" translatable="yes"></property>
923 <property name="has_frame">True</property>
924 <property name="invisible_char"></property>
925 <property name="activates_default">False</property>
926 </widget>
927 <packing>
928 <property name="left_attach">1</property>
929 <property name="right_attach">2</property>
930 <property name="top_attach">2</property>
931 <property name="bottom_attach">3</property>
932 <property name="y_options"></property>
933 </packing>
934 </child>
936 <child>
937 <widget class="GtkEntry" id="PagerNumber">
938 <property name="visible">True</property>
939 <property name="can_focus">True</property>
940 <property name="editable">False</property>
941 <property name="visibility">True</property>
942 <property name="max_length">0</property>
943 <property name="text" translatable="yes"></property>
944 <property name="has_frame">True</property>
945 <property name="invisible_char"></property>
946 <property name="activates_default">False</property>
947 </widget>
948 <packing>
949 <property name="left_attach">1</property>
950 <property name="right_attach">2</property>
951 <property name="top_attach">3</property>
952 <property name="bottom_attach">4</property>
953 <property name="y_options"></property>
954 </packing>
955 </child>
957 <child>
958 <widget class="GtkEntry" id="CellularNumber">
959 <property name="visible">True</property>
960 <property name="can_focus">True</property>
961 <property name="editable">False</property>
962 <property name="visibility">True</property>
963 <property name="max_length">0</property>
964 <property name="text" translatable="yes"></property>
965 <property name="has_frame">True</property>
966 <property name="invisible_char"></property>
967 <property name="activates_default">False</property>
968 </widget>
969 <packing>
970 <property name="left_attach">1</property>
971 <property name="right_attach">2</property>
972 <property name="top_attach">4</property>
973 <property name="bottom_attach">5</property>
974 <property name="y_options"></property>
975 </packing>
976 </child>
977 </widget>
978 </child>
979 </widget>
980 </child>
982 <child>
983 <widget class="GtkLabel" id="PhonesTopicLabel">
984 <property name="visible">True</property>
985 <property name="label" translatable="yes">&lt;b&gt;Phones&lt;/b&gt;</property>
986 <property name="use_underline">False</property>
987 <property name="use_markup">True</property>
988 <property name="justify">GTK_JUSTIFY_LEFT</property>
989 <property name="wrap">False</property>
990 <property name="selectable">False</property>
991 <property name="xalign">0.5</property>
992 <property name="yalign">0.5</property>
993 <property name="xpad">0</property>
994 <property name="ypad">0</property>
995 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
996 <property name="width_chars">-1</property>
997 <property name="single_line_mode">False</property>
998 <property name="angle">0</property>
999 </widget>
1000 <packing>
1001 <property name="type">label_item</property>
1002 </packing>
1003 </child>
1004 </widget>
1005 <packing>
1006 <property name="padding">0</property>
1007 <property name="expand">False</property>
1008 <property name="fill">True</property>
1009 </packing>
1010 </child>
1011 </widget>
1012 <packing>
1013 <property name="tab_expand">False</property>
1014 <property name="tab_fill">True</property>
1015 </packing>
1016 </child>
1018 <child>
1019 <widget class="GtkLabel" id="label5">
1020 <property name="visible">True</property>
1021 <property name="label" translatable="yes">Contact</property>
1022 <property name="use_underline">False</property>
1023 <property name="use_markup">False</property>
1024 <property name="justify">GTK_JUSTIFY_LEFT</property>
1025 <property name="wrap">False</property>
1026 <property name="selectable">False</property>
1027 <property name="xalign">0.5</property>
1028 <property name="yalign">0.5</property>
1029 <property name="xpad">0</property>
1030 <property name="ypad">0</property>
1031 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1032 <property name="width_chars">-1</property>
1033 <property name="single_line_mode">False</property>
1034 <property name="angle">0</property>
1035 </widget>
1036 <packing>
1037 <property name="type">tab</property>
1038 </packing>
1039 </child>
1041 <child>
1042 <widget class="GtkVBox" id="vbox5">
1043 <property name="border_width">10</property>
1044 <property name="visible">True</property>
1045 <property name="homogeneous">False</property>
1046 <property name="spacing">10</property>
1048 <child>
1049 <widget class="GtkFrame" id="frame4">
1050 <property name="visible">True</property>
1051 <property name="label_xalign">0</property>
1052 <property name="label_yalign">0.5</property>
1053 <property name="shadow_type">GTK_SHADOW_NONE</property>
1055 <child>
1056 <widget class="GtkAlignment" id="alignment4">
1057 <property name="visible">True</property>
1058 <property name="xalign">0.5</property>
1059 <property name="yalign">0.5</property>
1060 <property name="xscale">1</property>
1061 <property name="yscale">1</property>
1062 <property name="top_padding">5</property>
1063 <property name="bottom_padding">0</property>
1064 <property name="left_padding">12</property>
1065 <property name="right_padding">0</property>
1067 <child>
1068 <widget class="GtkTable" id="table4">
1069 <property name="visible">True</property>
1070 <property name="n_rows">6</property>
1071 <property name="n_columns">4</property>
1072 <property name="homogeneous">False</property>
1073 <property name="row_spacing">0</property>
1074 <property name="column_spacing">0</property>
1076 <child>
1077 <widget class="GtkLabel" id="HomeAddressLabel">
1078 <property name="width_request">130</property>
1079 <property name="visible">True</property>
1080 <property name="label" translatable="yes">Address:</property>
1081 <property name="use_underline">False</property>
1082 <property name="use_markup">False</property>
1083 <property name="justify">GTK_JUSTIFY_LEFT</property>
1084 <property name="wrap">False</property>
1085 <property name="selectable">False</property>
1086 <property name="xalign">0</property>
1087 <property name="yalign">0.5</property>
1088 <property name="xpad">0</property>
1089 <property name="ypad">0</property>
1090 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1091 <property name="width_chars">-1</property>
1092 <property name="single_line_mode">False</property>
1093 <property name="angle">0</property>
1094 </widget>
1095 <packing>
1096 <property name="left_attach">0</property>
1097 <property name="right_attach">1</property>
1098 <property name="top_attach">0</property>
1099 <property name="bottom_attach">1</property>
1100 <property name="x_options">fill</property>
1101 <property name="y_options"></property>
1102 </packing>
1103 </child>
1105 <child>
1106 <widget class="GtkLabel" id="HomeCityLabel">
1107 <property name="visible">True</property>
1108 <property name="label" translatable="yes">City:</property>
1109 <property name="use_underline">False</property>
1110 <property name="use_markup">False</property>
1111 <property name="justify">GTK_JUSTIFY_LEFT</property>
1112 <property name="wrap">False</property>
1113 <property name="selectable">False</property>
1114 <property name="xalign">0</property>
1115 <property name="yalign">0.5</property>
1116 <property name="xpad">0</property>
1117 <property name="ypad">0</property>
1118 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1119 <property name="width_chars">-1</property>
1120 <property name="single_line_mode">False</property>
1121 <property name="angle">0</property>
1122 </widget>
1123 <packing>
1124 <property name="left_attach">0</property>
1125 <property name="right_attach">1</property>
1126 <property name="top_attach">2</property>
1127 <property name="bottom_attach">3</property>
1128 <property name="x_options">fill</property>
1129 <property name="y_options"></property>
1130 </packing>
1131 </child>
1133 <child>
1134 <widget class="GtkLabel" id="StateHomeLabel">
1135 <property name="visible">True</property>
1136 <property name="label" translatable="yes">State/Province:</property>
1137 <property name="use_underline">False</property>
1138 <property name="use_markup">False</property>
1139 <property name="justify">GTK_JUSTIFY_LEFT</property>
1140 <property name="wrap">False</property>
1141 <property name="selectable">False</property>
1142 <property name="xalign">0</property>
1143 <property name="yalign">0.5</property>
1144 <property name="xpad">0</property>
1145 <property name="ypad">0</property>
1146 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1147 <property name="width_chars">-1</property>
1148 <property name="single_line_mode">False</property>
1149 <property name="angle">0</property>
1150 </widget>
1151 <packing>
1152 <property name="left_attach">0</property>
1153 <property name="right_attach">1</property>
1154 <property name="top_attach">3</property>
1155 <property name="bottom_attach">4</property>
1156 <property name="x_options">fill</property>
1157 <property name="y_options"></property>
1158 </packing>
1159 </child>
1161 <child>
1162 <widget class="GtkLabel" id="CountryHomeLabel">
1163 <property name="visible">True</property>
1164 <property name="label" translatable="yes">Country:</property>
1165 <property name="use_underline">False</property>
1166 <property name="use_markup">False</property>
1167 <property name="justify">GTK_JUSTIFY_LEFT</property>
1168 <property name="wrap">False</property>
1169 <property name="selectable">False</property>
1170 <property name="xalign">0</property>
1171 <property name="yalign">0.5</property>
1172 <property name="xpad">0</property>
1173 <property name="ypad">0</property>
1174 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1175 <property name="width_chars">-1</property>
1176 <property name="single_line_mode">False</property>
1177 <property name="angle">0</property>
1178 </widget>
1179 <packing>
1180 <property name="left_attach">0</property>
1181 <property name="right_attach">1</property>
1182 <property name="top_attach">4</property>
1183 <property name="bottom_attach">5</property>
1184 <property name="x_options">fill</property>
1185 <property name="y_options"></property>
1186 </packing>
1187 </child>
1189 <child>
1190 <widget class="GtkLabel" id="WebPageHomeLabel">
1191 <property name="visible">True</property>
1192 <property name="label" translatable="yes">Web Page:</property>
1193 <property name="use_underline">False</property>
1194 <property name="use_markup">False</property>
1195 <property name="justify">GTK_JUSTIFY_LEFT</property>
1196 <property name="wrap">False</property>
1197 <property name="selectable">False</property>
1198 <property name="xalign">0</property>
1199 <property name="yalign">0.5</property>
1200 <property name="xpad">0</property>
1201 <property name="ypad">0</property>
1202 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1203 <property name="width_chars">-1</property>
1204 <property name="single_line_mode">False</property>
1205 <property name="angle">0</property>
1206 </widget>
1207 <packing>
1208 <property name="left_attach">0</property>
1209 <property name="right_attach">1</property>
1210 <property name="top_attach">5</property>
1211 <property name="bottom_attach">6</property>
1212 <property name="x_options">fill</property>
1213 <property name="y_options"></property>
1214 </packing>
1215 </child>
1217 <child>
1218 <widget class="GtkEntry" id="HomeAddress">
1219 <property name="visible">True</property>
1220 <property name="can_focus">True</property>
1221 <property name="editable">False</property>
1222 <property name="visibility">True</property>
1223 <property name="max_length">0</property>
1224 <property name="text" translatable="yes"></property>
1225 <property name="has_frame">True</property>
1226 <property name="invisible_char"></property>
1227 <property name="activates_default">False</property>
1228 </widget>
1229 <packing>
1230 <property name="left_attach">1</property>
1231 <property name="right_attach">4</property>
1232 <property name="top_attach">0</property>
1233 <property name="bottom_attach">1</property>
1234 <property name="y_options"></property>
1235 </packing>
1236 </child>
1238 <child>
1239 <widget class="GtkEntry" id="HomeAddress2">
1240 <property name="visible">True</property>
1241 <property name="can_focus">True</property>
1242 <property name="editable">False</property>
1243 <property name="visibility">True</property>
1244 <property name="max_length">0</property>
1245 <property name="text" translatable="yes"></property>
1246 <property name="has_frame">True</property>
1247 <property name="invisible_char"></property>
1248 <property name="activates_default">False</property>
1249 </widget>
1250 <packing>
1251 <property name="left_attach">1</property>
1252 <property name="right_attach">4</property>
1253 <property name="top_attach">1</property>
1254 <property name="bottom_attach">2</property>
1255 <property name="y_options"></property>
1256 </packing>
1257 </child>
1259 <child>
1260 <widget class="GtkEntry" id="HomeCity">
1261 <property name="visible">True</property>
1262 <property name="can_focus">True</property>
1263 <property name="editable">False</property>
1264 <property name="visibility">True</property>
1265 <property name="max_length">0</property>
1266 <property name="text" translatable="yes"></property>
1267 <property name="has_frame">True</property>
1268 <property name="invisible_char"></property>
1269 <property name="activates_default">False</property>
1270 </widget>
1271 <packing>
1272 <property name="left_attach">1</property>
1273 <property name="right_attach">4</property>
1274 <property name="top_attach">2</property>
1275 <property name="bottom_attach">3</property>
1276 <property name="y_options"></property>
1277 </packing>
1278 </child>
1280 <child>
1281 <widget class="GtkEntry" id="HomeCountry">
1282 <property name="visible">True</property>
1283 <property name="can_focus">True</property>
1284 <property name="editable">False</property>
1285 <property name="visibility">True</property>
1286 <property name="max_length">0</property>
1287 <property name="text" translatable="yes"></property>
1288 <property name="has_frame">True</property>
1289 <property name="invisible_char"></property>
1290 <property name="activates_default">False</property>
1291 </widget>
1292 <packing>
1293 <property name="left_attach">1</property>
1294 <property name="right_attach">4</property>
1295 <property name="top_attach">4</property>
1296 <property name="bottom_attach">5</property>
1297 <property name="y_options"></property>
1298 </packing>
1299 </child>
1301 <child>
1302 <widget class="GtkEntry" id="WebPage2">
1303 <property name="visible">True</property>
1304 <property name="can_focus">True</property>
1305 <property name="editable">False</property>
1306 <property name="visibility">True</property>
1307 <property name="max_length">0</property>
1308 <property name="text" translatable="yes"></property>
1309 <property name="has_frame">True</property>
1310 <property name="invisible_char"></property>
1311 <property name="activates_default">False</property>
1312 </widget>
1313 <packing>
1314 <property name="left_attach">1</property>
1315 <property name="right_attach">4</property>
1316 <property name="top_attach">5</property>
1317 <property name="bottom_attach">6</property>
1318 <property name="y_options"></property>
1319 </packing>
1320 </child>
1322 <child>
1323 <widget class="GtkLabel" id="HomePostalLabel">
1324 <property name="visible">True</property>
1325 <property name="label" translatable="yes">ZIP/Postal Code</property>
1326 <property name="use_underline">False</property>
1327 <property name="use_markup">False</property>
1328 <property name="justify">GTK_JUSTIFY_LEFT</property>
1329 <property name="wrap">False</property>
1330 <property name="selectable">False</property>
1331 <property name="xalign">1</property>
1332 <property name="yalign">0.5</property>
1333 <property name="xpad">0</property>
1334 <property name="ypad">0</property>
1335 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1336 <property name="width_chars">-1</property>
1337 <property name="single_line_mode">False</property>
1338 <property name="angle">0</property>
1339 </widget>
1340 <packing>
1341 <property name="left_attach">2</property>
1342 <property name="right_attach">3</property>
1343 <property name="top_attach">3</property>
1344 <property name="bottom_attach">4</property>
1345 <property name="y_options"></property>
1346 </packing>
1347 </child>
1349 <child>
1350 <widget class="GtkEntry" id="HomeZipCode">
1351 <property name="width_request">70</property>
1352 <property name="visible">True</property>
1353 <property name="can_focus">True</property>
1354 <property name="editable">False</property>
1355 <property name="visibility">True</property>
1356 <property name="max_length">0</property>
1357 <property name="text" translatable="yes"></property>
1358 <property name="has_frame">True</property>
1359 <property name="invisible_char"></property>
1360 <property name="activates_default">False</property>
1361 </widget>
1362 <packing>
1363 <property name="left_attach">3</property>
1364 <property name="right_attach">4</property>
1365 <property name="top_attach">3</property>
1366 <property name="bottom_attach">4</property>
1367 <property name="x_options">fill</property>
1368 <property name="y_options"></property>
1369 </packing>
1370 </child>
1372 <child>
1373 <widget class="GtkEntry" id="HomeState">
1374 <property name="width_request">70</property>
1375 <property name="visible">True</property>
1376 <property name="can_focus">True</property>
1377 <property name="editable">False</property>
1378 <property name="visibility">True</property>
1379 <property name="max_length">0</property>
1380 <property name="text" translatable="yes"></property>
1381 <property name="has_frame">True</property>
1382 <property name="invisible_char"></property>
1383 <property name="activates_default">False</property>
1384 </widget>
1385 <packing>
1386 <property name="left_attach">1</property>
1387 <property name="right_attach">2</property>
1388 <property name="top_attach">3</property>
1389 <property name="bottom_attach">4</property>
1390 <property name="x_options">fill</property>
1391 <property name="y_options"></property>
1392 </packing>
1393 </child>
1394 </widget>
1395 </child>
1396 </widget>
1397 </child>
1399 <child>
1400 <widget class="GtkLabel" id="HomeTopicLabel">
1401 <property name="visible">True</property>
1402 <property name="label" translatable="yes">&lt;b&gt;Home&lt;/b&gt;</property>
1403 <property name="use_underline">False</property>
1404 <property name="use_markup">True</property>
1405 <property name="justify">GTK_JUSTIFY_LEFT</property>
1406 <property name="wrap">False</property>
1407 <property name="selectable">False</property>
1408 <property name="xalign">0.5</property>
1409 <property name="yalign">0.5</property>
1410 <property name="xpad">0</property>
1411 <property name="ypad">0</property>
1412 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1413 <property name="width_chars">-1</property>
1414 <property name="single_line_mode">False</property>
1415 <property name="angle">0</property>
1416 </widget>
1417 <packing>
1418 <property name="type">label_item</property>
1419 </packing>
1420 </child>
1421 </widget>
1422 <packing>
1423 <property name="padding">0</property>
1424 <property name="expand">False</property>
1425 <property name="fill">True</property>
1426 </packing>
1427 </child>
1429 <child>
1430 <widget class="GtkFrame" id="frame5">
1431 <property name="visible">True</property>
1432 <property name="label_xalign">0</property>
1433 <property name="label_yalign">0.5</property>
1434 <property name="shadow_type">GTK_SHADOW_NONE</property>
1436 <child>
1437 <widget class="GtkAlignment" id="alignment5">
1438 <property name="visible">True</property>
1439 <property name="xalign">0.5</property>
1440 <property name="yalign">0.5</property>
1441 <property name="xscale">1</property>
1442 <property name="yscale">1</property>
1443 <property name="top_padding">5</property>
1444 <property name="bottom_padding">0</property>
1445 <property name="left_padding">12</property>
1446 <property name="right_padding">0</property>
1448 <child>
1449 <widget class="GtkTable" id="table5">
1450 <property name="visible">True</property>
1451 <property name="n_rows">9</property>
1452 <property name="n_columns">4</property>
1453 <property name="homogeneous">False</property>
1454 <property name="row_spacing">0</property>
1455 <property name="column_spacing">0</property>
1457 <child>
1458 <widget class="GtkEntry" id="WorkState">
1459 <property name="width_request">70</property>
1460 <property name="visible">True</property>
1461 <property name="can_focus">True</property>
1462 <property name="editable">False</property>
1463 <property name="visibility">True</property>
1464 <property name="max_length">0</property>
1465 <property name="text" translatable="yes"></property>
1466 <property name="has_frame">True</property>
1467 <property name="invisible_char"></property>
1468 <property name="activates_default">False</property>
1469 </widget>
1470 <packing>
1471 <property name="left_attach">1</property>
1472 <property name="right_attach">2</property>
1473 <property name="top_attach">6</property>
1474 <property name="bottom_attach">7</property>
1475 <property name="x_options">fill</property>
1476 <property name="y_options"></property>
1477 </packing>
1478 </child>
1480 <child>
1481 <widget class="GtkEntry" id="WorkZipCode">
1482 <property name="width_request">70</property>
1483 <property name="visible">True</property>
1484 <property name="can_focus">True</property>
1485 <property name="editable">False</property>
1486 <property name="visibility">True</property>
1487 <property name="max_length">0</property>
1488 <property name="text" translatable="yes"></property>
1489 <property name="has_frame">True</property>
1490 <property name="invisible_char"></property>
1491 <property name="activates_default">False</property>
1492 </widget>
1493 <packing>
1494 <property name="left_attach">3</property>
1495 <property name="right_attach">4</property>
1496 <property name="top_attach">6</property>
1497 <property name="bottom_attach">7</property>
1498 <property name="x_options">fill</property>
1499 <property name="y_options"></property>
1500 </packing>
1501 </child>
1503 <child>
1504 <widget class="GtkLabel" id="WorkTitleLabel">
1505 <property name="width_request">130</property>
1506 <property name="visible">True</property>
1507 <property name="label" translatable="yes">Title:</property>
1508 <property name="use_underline">False</property>
1509 <property name="use_markup">False</property>
1510 <property name="justify">GTK_JUSTIFY_LEFT</property>
1511 <property name="wrap">False</property>
1512 <property name="selectable">False</property>
1513 <property name="xalign">0</property>
1514 <property name="yalign">0.5</property>
1515 <property name="xpad">0</property>
1516 <property name="ypad">0</property>
1517 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1518 <property name="width_chars">-1</property>
1519 <property name="single_line_mode">False</property>
1520 <property name="angle">0</property>
1521 </widget>
1522 <packing>
1523 <property name="left_attach">0</property>
1524 <property name="right_attach">1</property>
1525 <property name="top_attach">0</property>
1526 <property name="bottom_attach">1</property>
1527 <property name="x_options">fill</property>
1528 <property name="y_options"></property>
1529 </packing>
1530 </child>
1532 <child>
1533 <widget class="GtkLabel" id="WorkDepartmentLabel">
1534 <property name="visible">True</property>
1535 <property name="label" translatable="yes">Department:</property>
1536 <property name="use_underline">False</property>
1537 <property name="use_markup">False</property>
1538 <property name="justify">GTK_JUSTIFY_LEFT</property>
1539 <property name="wrap">False</property>
1540 <property name="selectable">False</property>
1541 <property name="xalign">0</property>
1542 <property name="yalign">0.5</property>
1543 <property name="xpad">0</property>
1544 <property name="ypad">0</property>
1545 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1546 <property name="width_chars">-1</property>
1547 <property name="single_line_mode">False</property>
1548 <property name="angle">0</property>
1549 </widget>
1550 <packing>
1551 <property name="left_attach">0</property>
1552 <property name="right_attach">1</property>
1553 <property name="top_attach">1</property>
1554 <property name="bottom_attach">2</property>
1555 <property name="x_options">fill</property>
1556 <property name="y_options"></property>
1557 </packing>
1558 </child>
1560 <child>
1561 <widget class="GtkLabel" id="WorkOrganizationLabel">
1562 <property name="visible">True</property>
1563 <property name="label" translatable="yes">Organization:</property>
1564 <property name="use_underline">False</property>
1565 <property name="use_markup">False</property>
1566 <property name="justify">GTK_JUSTIFY_LEFT</property>
1567 <property name="wrap">False</property>
1568 <property name="selectable">False</property>
1569 <property name="xalign">0</property>
1570 <property name="yalign">0.5</property>
1571 <property name="xpad">0</property>
1572 <property name="ypad">0</property>
1573 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1574 <property name="width_chars">-1</property>
1575 <property name="single_line_mode">False</property>
1576 <property name="angle">0</property>
1577 </widget>
1578 <packing>
1579 <property name="left_attach">0</property>
1580 <property name="right_attach">1</property>
1581 <property name="top_attach">2</property>
1582 <property name="bottom_attach">3</property>
1583 <property name="x_options">fill</property>
1584 <property name="y_options"></property>
1585 </packing>
1586 </child>
1588 <child>
1589 <widget class="GtkLabel" id="WorkAddressLabel">
1590 <property name="visible">True</property>
1591 <property name="label" translatable="yes">Address:</property>
1592 <property name="use_underline">False</property>
1593 <property name="use_markup">False</property>
1594 <property name="justify">GTK_JUSTIFY_LEFT</property>
1595 <property name="wrap">False</property>
1596 <property name="selectable">False</property>
1597 <property name="xalign">0</property>
1598 <property name="yalign">0.5</property>
1599 <property name="xpad">0</property>
1600 <property name="ypad">0</property>
1601 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1602 <property name="width_chars">-1</property>
1603 <property name="single_line_mode">False</property>
1604 <property name="angle">0</property>
1605 </widget>
1606 <packing>
1607 <property name="left_attach">0</property>
1608 <property name="right_attach">1</property>
1609 <property name="top_attach">3</property>
1610 <property name="bottom_attach">4</property>
1611 <property name="x_options">fill</property>
1612 <property name="y_options"></property>
1613 </packing>
1614 </child>
1616 <child>
1617 <widget class="GtkLabel" id="WorkCityLabel">
1618 <property name="visible">True</property>
1619 <property name="label" translatable="yes">City:</property>
1620 <property name="use_underline">False</property>
1621 <property name="use_markup">False</property>
1622 <property name="justify">GTK_JUSTIFY_LEFT</property>
1623 <property name="wrap">False</property>
1624 <property name="selectable">False</property>
1625 <property name="xalign">0</property>
1626 <property name="yalign">0.5</property>
1627 <property name="xpad">0</property>
1628 <property name="ypad">0</property>
1629 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1630 <property name="width_chars">-1</property>
1631 <property name="single_line_mode">False</property>
1632 <property name="angle">0</property>
1633 </widget>
1634 <packing>
1635 <property name="left_attach">0</property>
1636 <property name="right_attach">1</property>
1637 <property name="top_attach">5</property>
1638 <property name="bottom_attach">6</property>
1639 <property name="x_options">fill</property>
1640 <property name="y_options"></property>
1641 </packing>
1642 </child>
1644 <child>
1645 <widget class="GtkLabel" id="WorkStateLabel">
1646 <property name="visible">True</property>
1647 <property name="label" translatable="yes">State/Province</property>
1648 <property name="use_underline">False</property>
1649 <property name="use_markup">False</property>
1650 <property name="justify">GTK_JUSTIFY_LEFT</property>
1651 <property name="wrap">False</property>
1652 <property name="selectable">False</property>
1653 <property name="xalign">0</property>
1654 <property name="yalign">0.5</property>
1655 <property name="xpad">0</property>
1656 <property name="ypad">0</property>
1657 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1658 <property name="width_chars">-1</property>
1659 <property name="single_line_mode">False</property>
1660 <property name="angle">0</property>
1661 </widget>
1662 <packing>
1663 <property name="left_attach">0</property>
1664 <property name="right_attach">1</property>
1665 <property name="top_attach">6</property>
1666 <property name="bottom_attach">7</property>
1667 <property name="x_options">fill</property>
1668 <property name="y_options"></property>
1669 </packing>
1670 </child>
1672 <child>
1673 <widget class="GtkLabel" id="WorkCountryLabel">
1674 <property name="visible">True</property>
1675 <property name="label" translatable="yes">Country:</property>
1676 <property name="use_underline">False</property>
1677 <property name="use_markup">False</property>
1678 <property name="justify">GTK_JUSTIFY_LEFT</property>
1679 <property name="wrap">False</property>
1680 <property name="selectable">False</property>
1681 <property name="xalign">0</property>
1682 <property name="yalign">0.5</property>
1683 <property name="xpad">0</property>
1684 <property name="ypad">0</property>
1685 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1686 <property name="width_chars">-1</property>
1687 <property name="single_line_mode">False</property>
1688 <property name="angle">0</property>
1689 </widget>
1690 <packing>
1691 <property name="left_attach">0</property>
1692 <property name="right_attach">1</property>
1693 <property name="top_attach">7</property>
1694 <property name="bottom_attach">8</property>
1695 <property name="x_options">fill</property>
1696 <property name="y_options"></property>
1697 </packing>
1698 </child>
1700 <child>
1701 <widget class="GtkLabel" id="WorkWebPage">
1702 <property name="visible">True</property>
1703 <property name="label" translatable="yes">Web Page:</property>
1704 <property name="use_underline">False</property>
1705 <property name="use_markup">False</property>
1706 <property name="justify">GTK_JUSTIFY_LEFT</property>
1707 <property name="wrap">False</property>
1708 <property name="selectable">False</property>
1709 <property name="xalign">0</property>
1710 <property name="yalign">0.5</property>
1711 <property name="xpad">0</property>
1712 <property name="ypad">0</property>
1713 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1714 <property name="width_chars">-1</property>
1715 <property name="single_line_mode">False</property>
1716 <property name="angle">0</property>
1717 </widget>
1718 <packing>
1719 <property name="left_attach">0</property>
1720 <property name="right_attach">1</property>
1721 <property name="top_attach">8</property>
1722 <property name="bottom_attach">9</property>
1723 <property name="x_options">fill</property>
1724 <property name="y_options"></property>
1725 </packing>
1726 </child>
1728 <child>
1729 <widget class="GtkLabel" id="label42">
1730 <property name="visible">True</property>
1731 <property name="label" translatable="yes">ZIP/Postal Code:</property>
1732 <property name="use_underline">False</property>
1733 <property name="use_markup">False</property>
1734 <property name="justify">GTK_JUSTIFY_LEFT</property>
1735 <property name="wrap">False</property>
1736 <property name="selectable">False</property>
1737 <property name="xalign">1</property>
1738 <property name="yalign">0.5</property>
1739 <property name="xpad">0</property>
1740 <property name="ypad">0</property>
1741 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1742 <property name="width_chars">-1</property>
1743 <property name="single_line_mode">False</property>
1744 <property name="angle">0</property>
1745 </widget>
1746 <packing>
1747 <property name="left_attach">2</property>
1748 <property name="right_attach">3</property>
1749 <property name="top_attach">6</property>
1750 <property name="bottom_attach">7</property>
1751 <property name="x_options">fill</property>
1752 <property name="y_options"></property>
1753 </packing>
1754 </child>
1756 <child>
1757 <widget class="GtkEntry" id="JobTitle">
1758 <property name="visible">True</property>
1759 <property name="can_focus">True</property>
1760 <property name="editable">False</property>
1761 <property name="visibility">True</property>
1762 <property name="max_length">0</property>
1763 <property name="text" translatable="yes"></property>
1764 <property name="has_frame">True</property>
1765 <property name="invisible_char"></property>
1766 <property name="activates_default">False</property>
1767 </widget>
1768 <packing>
1769 <property name="left_attach">1</property>
1770 <property name="right_attach">4</property>
1771 <property name="top_attach">0</property>
1772 <property name="bottom_attach">1</property>
1773 <property name="y_options"></property>
1774 </packing>
1775 </child>
1777 <child>
1778 <widget class="GtkEntry" id="Department">
1779 <property name="visible">True</property>
1780 <property name="can_focus">True</property>
1781 <property name="editable">False</property>
1782 <property name="visibility">True</property>
1783 <property name="max_length">0</property>
1784 <property name="text" translatable="yes"></property>
1785 <property name="has_frame">True</property>
1786 <property name="invisible_char"></property>
1787 <property name="activates_default">False</property>
1788 </widget>
1789 <packing>
1790 <property name="left_attach">1</property>
1791 <property name="right_attach">4</property>
1792 <property name="top_attach">1</property>
1793 <property name="bottom_attach">2</property>
1794 <property name="y_options"></property>
1795 </packing>
1796 </child>
1798 <child>
1799 <widget class="GtkEntry" id="Company">
1800 <property name="visible">True</property>
1801 <property name="can_focus">True</property>
1802 <property name="editable">False</property>
1803 <property name="visibility">True</property>
1804 <property name="max_length">0</property>
1805 <property name="text" translatable="yes"></property>
1806 <property name="has_frame">True</property>
1807 <property name="invisible_char"></property>
1808 <property name="activates_default">False</property>
1809 </widget>
1810 <packing>
1811 <property name="left_attach">1</property>
1812 <property name="right_attach">4</property>
1813 <property name="top_attach">2</property>
1814 <property name="bottom_attach">3</property>
1815 <property name="y_options"></property>
1816 </packing>
1817 </child>
1819 <child>
1820 <widget class="GtkEntry" id="WorkAddress">
1821 <property name="visible">True</property>
1822 <property name="can_focus">True</property>
1823 <property name="editable">False</property>
1824 <property name="visibility">True</property>
1825 <property name="max_length">0</property>
1826 <property name="text" translatable="yes"></property>
1827 <property name="has_frame">True</property>
1828 <property name="invisible_char"></property>
1829 <property name="activates_default">False</property>
1830 </widget>
1831 <packing>
1832 <property name="left_attach">1</property>
1833 <property name="right_attach">4</property>
1834 <property name="top_attach">3</property>
1835 <property name="bottom_attach">4</property>
1836 <property name="y_options"></property>
1837 </packing>
1838 </child>
1840 <child>
1841 <widget class="GtkEntry" id="WorkAddress2">
1842 <property name="visible">True</property>
1843 <property name="can_focus">True</property>
1844 <property name="editable">False</property>
1845 <property name="visibility">True</property>
1846 <property name="max_length">0</property>
1847 <property name="text" translatable="yes"></property>
1848 <property name="has_frame">True</property>
1849 <property name="invisible_char"></property>
1850 <property name="activates_default">False</property>
1851 </widget>
1852 <packing>
1853 <property name="left_attach">1</property>
1854 <property name="right_attach">4</property>
1855 <property name="top_attach">4</property>
1856 <property name="bottom_attach">5</property>
1857 <property name="y_options"></property>
1858 </packing>
1859 </child>
1861 <child>
1862 <widget class="GtkEntry" id="WorkCity">
1863 <property name="visible">True</property>
1864 <property name="can_focus">True</property>
1865 <property name="editable">False</property>
1866 <property name="visibility">True</property>
1867 <property name="max_length">0</property>
1868 <property name="text" translatable="yes"></property>
1869 <property name="has_frame">True</property>
1870 <property name="invisible_char"></property>
1871 <property name="activates_default">False</property>
1872 </widget>
1873 <packing>
1874 <property name="left_attach">1</property>
1875 <property name="right_attach">4</property>
1876 <property name="top_attach">5</property>
1877 <property name="bottom_attach">6</property>
1878 <property name="y_options"></property>
1879 </packing>
1880 </child>
1882 <child>
1883 <widget class="GtkEntry" id="WorkCountry">
1884 <property name="visible">True</property>
1885 <property name="can_focus">True</property>
1886 <property name="editable">False</property>
1887 <property name="visibility">True</property>
1888 <property name="max_length">0</property>
1889 <property name="text" translatable="yes"></property>
1890 <property name="has_frame">True</property>
1891 <property name="invisible_char"></property>
1892 <property name="activates_default">False</property>
1893 </widget>
1894 <packing>
1895 <property name="left_attach">1</property>
1896 <property name="right_attach">4</property>
1897 <property name="top_attach">7</property>
1898 <property name="bottom_attach">8</property>
1899 <property name="y_options"></property>
1900 </packing>
1901 </child>
1903 <child>
1904 <widget class="GtkEntry" id="WebPage1">
1905 <property name="visible">True</property>
1906 <property name="can_focus">True</property>
1907 <property name="editable">False</property>
1908 <property name="visibility">True</property>
1909 <property name="max_length">0</property>
1910 <property name="text" translatable="yes"></property>
1911 <property name="has_frame">True</property>
1912 <property name="invisible_char"></property>
1913 <property name="activates_default">False</property>
1914 </widget>
1915 <packing>
1916 <property name="left_attach">1</property>
1917 <property name="right_attach">4</property>
1918 <property name="top_attach">8</property>
1919 <property name="bottom_attach">9</property>
1920 <property name="y_options"></property>
1921 </packing>
1922 </child>
1923 </widget>
1924 </child>
1925 </widget>
1926 </child>
1928 <child>
1929 <widget class="GtkLabel" id="WorkTopicLabel">
1930 <property name="visible">True</property>
1931 <property name="label" translatable="yes">&lt;b&gt;Work&lt;/b&gt;</property>
1932 <property name="use_underline">False</property>
1933 <property name="use_markup">True</property>
1934 <property name="justify">GTK_JUSTIFY_LEFT</property>
1935 <property name="wrap">False</property>
1936 <property name="selectable">False</property>
1937 <property name="xalign">0.5</property>
1938 <property name="yalign">0.5</property>
1939 <property name="xpad">0</property>
1940 <property name="ypad">0</property>
1941 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1942 <property name="width_chars">-1</property>
1943 <property name="single_line_mode">False</property>
1944 <property name="angle">0</property>
1945 </widget>
1946 <packing>
1947 <property name="type">label_item</property>
1948 </packing>
1949 </child>
1950 </widget>
1951 <packing>
1952 <property name="padding">0</property>
1953 <property name="expand">True</property>
1954 <property name="fill">True</property>
1955 </packing>
1956 </child>
1957 </widget>
1958 <packing>
1959 <property name="tab_expand">False</property>
1960 <property name="tab_fill">True</property>
1961 </packing>
1962 </child>
1964 <child>
1965 <widget class="GtkLabel" id="label6">
1966 <property name="visible">True</property>
1967 <property name="label" translatable="yes">Address</property>
1968 <property name="use_underline">False</property>
1969 <property name="use_markup">False</property>
1970 <property name="justify">GTK_JUSTIFY_LEFT</property>
1971 <property name="wrap">False</property>
1972 <property name="selectable">False</property>
1973 <property name="xalign">0.5</property>
1974 <property name="yalign">0.5</property>
1975 <property name="xpad">0</property>
1976 <property name="ypad">0</property>
1977 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1978 <property name="width_chars">-1</property>
1979 <property name="single_line_mode">False</property>
1980 <property name="angle">0</property>
1981 </widget>
1982 <packing>
1983 <property name="type">tab</property>
1984 </packing>
1985 </child>
1987 <child>
1988 <widget class="GtkVBox" id="vbox6">
1989 <property name="border_width">10</property>
1990 <property name="visible">True</property>
1991 <property name="homogeneous">False</property>
1992 <property name="spacing">10</property>
1994 <child>
1995 <widget class="GtkFrame" id="frame6">
1996 <property name="visible">True</property>
1997 <property name="label_xalign">0</property>
1998 <property name="label_yalign">0.5</property>
1999 <property name="shadow_type">GTK_SHADOW_NONE</property>
2001 <child>
2002 <widget class="GtkAlignment" id="alignment6">
2003 <property name="visible">True</property>
2004 <property name="xalign">0.5</property>
2005 <property name="yalign">0.5</property>
2006 <property name="xscale">1</property>
2007 <property name="yscale">1</property>
2008 <property name="top_padding">5</property>
2009 <property name="bottom_padding">0</property>
2010 <property name="left_padding">12</property>
2011 <property name="right_padding">0</property>
2013 <child>
2014 <widget class="GtkTable" id="table6">
2015 <property name="visible">True</property>
2016 <property name="n_rows">4</property>
2017 <property name="n_columns">2</property>
2018 <property name="homogeneous">False</property>
2019 <property name="row_spacing">0</property>
2020 <property name="column_spacing">0</property>
2022 <child>
2023 <widget class="GtkLabel" id="Custom1Label">
2024 <property name="width_request">130</property>
2025 <property name="visible">True</property>
2026 <property name="label" translatable="yes">Custom 1:</property>
2027 <property name="use_underline">False</property>
2028 <property name="use_markup">False</property>
2029 <property name="justify">GTK_JUSTIFY_LEFT</property>
2030 <property name="wrap">False</property>
2031 <property name="selectable">False</property>
2032 <property name="xalign">0</property>
2033 <property name="yalign">0.5</property>
2034 <property name="xpad">0</property>
2035 <property name="ypad">0</property>
2036 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2037 <property name="width_chars">-1</property>
2038 <property name="single_line_mode">False</property>
2039 <property name="angle">0</property>
2040 </widget>
2041 <packing>
2042 <property name="left_attach">0</property>
2043 <property name="right_attach">1</property>
2044 <property name="top_attach">0</property>
2045 <property name="bottom_attach">1</property>
2046 <property name="x_options">fill</property>
2047 <property name="y_options"></property>
2048 </packing>
2049 </child>
2051 <child>
2052 <widget class="GtkLabel" id="Custom2Label">
2053 <property name="visible">True</property>
2054 <property name="label" translatable="yes">Custom 2:</property>
2055 <property name="use_underline">False</property>
2056 <property name="use_markup">False</property>
2057 <property name="justify">GTK_JUSTIFY_LEFT</property>
2058 <property name="wrap">False</property>
2059 <property name="selectable">False</property>
2060 <property name="xalign">0</property>
2061 <property name="yalign">0.5</property>
2062 <property name="xpad">0</property>
2063 <property name="ypad">0</property>
2064 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2065 <property name="width_chars">-1</property>
2066 <property name="single_line_mode">False</property>
2067 <property name="angle">0</property>
2068 </widget>
2069 <packing>
2070 <property name="left_attach">0</property>
2071 <property name="right_attach">1</property>
2072 <property name="top_attach">1</property>
2073 <property name="bottom_attach">2</property>
2074 <property name="x_options">fill</property>
2075 <property name="y_options"></property>
2076 </packing>
2077 </child>
2079 <child>
2080 <widget class="GtkLabel" id="Custom3Label">
2081 <property name="visible">True</property>
2082 <property name="label" translatable="yes">Custom 3:</property>
2083 <property name="use_underline">False</property>
2084 <property name="use_markup">False</property>
2085 <property name="justify">GTK_JUSTIFY_LEFT</property>
2086 <property name="wrap">False</property>
2087 <property name="selectable">False</property>
2088 <property name="xalign">0</property>
2089 <property name="yalign">0.5</property>
2090 <property name="xpad">0</property>
2091 <property name="ypad">0</property>
2092 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2093 <property name="width_chars">-1</property>
2094 <property name="single_line_mode">False</property>
2095 <property name="angle">0</property>
2096 </widget>
2097 <packing>
2098 <property name="left_attach">0</property>
2099 <property name="right_attach">1</property>
2100 <property name="top_attach">2</property>
2101 <property name="bottom_attach">3</property>
2102 <property name="x_options">fill</property>
2103 <property name="y_options"></property>
2104 </packing>
2105 </child>
2107 <child>
2108 <widget class="GtkLabel" id="Custom4Label">
2109 <property name="visible">True</property>
2110 <property name="label" translatable="yes">Custom 4:</property>
2111 <property name="use_underline">False</property>
2112 <property name="use_markup">False</property>
2113 <property name="justify">GTK_JUSTIFY_LEFT</property>
2114 <property name="wrap">False</property>
2115 <property name="selectable">False</property>
2116 <property name="xalign">0</property>
2117 <property name="yalign">0.5</property>
2118 <property name="xpad">0</property>
2119 <property name="ypad">0</property>
2120 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2121 <property name="width_chars">-1</property>
2122 <property name="single_line_mode">False</property>
2123 <property name="angle">0</property>
2124 </widget>
2125 <packing>
2126 <property name="left_attach">0</property>
2127 <property name="right_attach">1</property>
2128 <property name="top_attach">3</property>
2129 <property name="bottom_attach">4</property>
2130 <property name="x_options">fill</property>
2131 <property name="y_options"></property>
2132 </packing>
2133 </child>
2135 <child>
2136 <widget class="GtkEntry" id="Custom1">
2137 <property name="visible">True</property>
2138 <property name="can_focus">True</property>
2139 <property name="editable">False</property>
2140 <property name="visibility">True</property>
2141 <property name="max_length">0</property>
2142 <property name="text" translatable="yes"></property>
2143 <property name="has_frame">True</property>
2144 <property name="invisible_char"></property>
2145 <property name="activates_default">False</property>
2146 </widget>
2147 <packing>
2148 <property name="left_attach">1</property>
2149 <property name="right_attach">2</property>
2150 <property name="top_attach">0</property>
2151 <property name="bottom_attach">1</property>
2152 <property name="y_options"></property>
2153 </packing>
2154 </child>
2156 <child>
2157 <widget class="GtkEntry" id="Custom2">
2158 <property name="visible">True</property>
2159 <property name="can_focus">True</property>
2160 <property name="editable">False</property>
2161 <property name="visibility">True</property>
2162 <property name="max_length">0</property>
2163 <property name="text" translatable="yes"></property>
2164 <property name="has_frame">True</property>
2165 <property name="invisible_char"></property>
2166 <property name="activates_default">False</property>
2167 </widget>
2168 <packing>
2169 <property name="left_attach">1</property>
2170 <property name="right_attach">2</property>
2171 <property name="top_attach">1</property>
2172 <property name="bottom_attach">2</property>
2173 <property name="y_options"></property>
2174 </packing>
2175 </child>
2177 <child>
2178 <widget class="GtkEntry" id="Custom3">
2179 <property name="visible">True</property>
2180 <property name="can_focus">True</property>
2181 <property name="editable">False</property>
2182 <property name="visibility">True</property>
2183 <property name="max_length">0</property>
2184 <property name="text" translatable="yes"></property>
2185 <property name="has_frame">True</property>
2186 <property name="invisible_char"></property>
2187 <property name="activates_default">False</property>
2188 </widget>
2189 <packing>
2190 <property name="left_attach">1</property>
2191 <property name="right_attach">2</property>
2192 <property name="top_attach">2</property>
2193 <property name="bottom_attach">3</property>
2194 <property name="y_options"></property>
2195 </packing>
2196 </child>
2198 <child>
2199 <widget class="GtkEntry" id="Custom4">
2200 <property name="visible">True</property>
2201 <property name="can_focus">True</property>
2202 <property name="editable">False</property>
2203 <property name="visibility">True</property>
2204 <property name="max_length">0</property>
2205 <property name="text" translatable="yes"></property>
2206 <property name="has_frame">True</property>
2207 <property name="invisible_char"></property>
2208 <property name="activates_default">False</property>
2209 </widget>
2210 <packing>
2211 <property name="left_attach">1</property>
2212 <property name="right_attach">2</property>
2213 <property name="top_attach">3</property>
2214 <property name="bottom_attach">4</property>
2215 <property name="y_options"></property>
2216 </packing>
2217 </child>
2218 </widget>
2219 </child>
2220 </widget>
2221 </child>
2223 <child>
2224 <widget class="GtkLabel" id="CustomTopicLabel">
2225 <property name="visible">True</property>
2226 <property name="label" translatable="yes">&lt;b&gt;Custom fields&lt;/b&gt;</property>
2227 <property name="use_underline">False</property>
2228 <property name="use_markup">True</property>
2229 <property name="justify">GTK_JUSTIFY_LEFT</property>
2230 <property name="wrap">False</property>
2231 <property name="selectable">False</property>
2232 <property name="xalign">0.5</property>
2233 <property name="yalign">0.5</property>
2234 <property name="xpad">0</property>
2235 <property name="ypad">0</property>
2236 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2237 <property name="width_chars">-1</property>
2238 <property name="single_line_mode">False</property>
2239 <property name="angle">0</property>
2240 </widget>
2241 <packing>
2242 <property name="type">label_item</property>
2243 </packing>
2244 </child>
2245 </widget>
2246 <packing>
2247 <property name="padding">0</property>
2248 <property name="expand">False</property>
2249 <property name="fill">True</property>
2250 </packing>
2251 </child>
2253 <child>
2254 <widget class="GtkFrame" id="frame7">
2255 <property name="visible">True</property>
2256 <property name="label_xalign">0</property>
2257 <property name="label_yalign">0.5</property>
2258 <property name="shadow_type">GTK_SHADOW_NONE</property>
2260 <child>
2261 <widget class="GtkAlignment" id="alignment7">
2262 <property name="visible">True</property>
2263 <property name="xalign">0.5</property>
2264 <property name="yalign">0.5</property>
2265 <property name="xscale">1</property>
2266 <property name="yscale">1</property>
2267 <property name="top_padding">5</property>
2268 <property name="bottom_padding">0</property>
2269 <property name="left_padding">12</property>
2270 <property name="right_padding">0</property>
2272 <child>
2273 <widget class="GtkScrolledWindow" id="scrolledwindow2">
2274 <property name="visible">True</property>
2275 <property name="can_focus">True</property>
2276 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2277 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2278 <property name="shadow_type">GTK_SHADOW_IN</property>
2279 <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
2281 <child>
2282 <widget class="GtkTextView" id="Notes">
2283 <property name="visible">True</property>
2284 <property name="can_focus">True</property>
2285 <property name="editable">False</property>
2286 <property name="overwrite">False</property>
2287 <property name="accepts_tab">True</property>
2288 <property name="justification">GTK_JUSTIFY_LEFT</property>
2289 <property name="wrap_mode">GTK_WRAP_NONE</property>
2290 <property name="cursor_visible">True</property>
2291 <property name="pixels_above_lines">0</property>
2292 <property name="pixels_below_lines">0</property>
2293 <property name="pixels_inside_wrap">0</property>
2294 <property name="left_margin">0</property>
2295 <property name="right_margin">0</property>
2296 <property name="indent">0</property>
2297 <property name="text" translatable="yes"></property>
2298 </widget>
2299 </child>
2300 </widget>
2301 </child>
2302 </widget>
2303 </child>
2305 <child>
2306 <widget class="GtkLabel" id="NoteTopicLabel">
2307 <property name="visible">True</property>
2308 <property name="label" translatable="yes">&lt;b&gt;Notes&lt;/b&gt;</property>
2309 <property name="use_underline">False</property>
2310 <property name="use_markup">True</property>
2311 <property name="justify">GTK_JUSTIFY_LEFT</property>
2312 <property name="wrap">False</property>
2313 <property name="selectable">False</property>
2314 <property name="xalign">0.5</property>
2315 <property name="yalign">0.5</property>
2316 <property name="xpad">0</property>
2317 <property name="ypad">0</property>
2318 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2319 <property name="width_chars">-1</property>
2320 <property name="single_line_mode">False</property>
2321 <property name="angle">0</property>
2322 </widget>
2323 <packing>
2324 <property name="type">label_item</property>
2325 </packing>
2326 </child>
2327 </widget>
2328 <packing>
2329 <property name="padding">0</property>
2330 <property name="expand">True</property>
2331 <property name="fill">True</property>
2332 </packing>
2333 </child>
2334 </widget>
2335 <packing>
2336 <property name="tab_expand">False</property>
2337 <property name="tab_fill">True</property>
2338 </packing>
2339 </child>
2341 <child>
2342 <widget class="GtkLabel" id="label7">
2343 <property name="visible">True</property>
2344 <property name="label" translatable="yes">Other</property>
2345 <property name="use_underline">False</property>
2346 <property name="use_markup">False</property>
2347 <property name="justify">GTK_JUSTIFY_LEFT</property>
2348 <property name="wrap">False</property>
2349 <property name="selectable">False</property>
2350 <property name="xalign">0.5</property>
2351 <property name="yalign">0.5</property>
2352 <property name="xpad">0</property>
2353 <property name="ypad">0</property>
2354 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2355 <property name="width_chars">-1</property>
2356 <property name="single_line_mode">False</property>
2357 <property name="angle">0</property>
2358 </widget>
2359 <packing>
2360 <property name="type">tab</property>
2361 </packing>
2362 </child>
2363 </widget>
2364 <packing>
2365 <property name="padding">0</property>
2366 <property name="expand">True</property>
2367 <property name="fill">True</property>
2368 </packing>
2369 </child>
2371 <child>
2372 <widget class="GtkHButtonBox" id="hbuttonbox2">
2373 <property name="visible">True</property>
2374 <property name="layout_style">GTK_BUTTONBOX_END</property>
2375 <property name="spacing">0</property>
2377 <child>
2378 <widget class="GtkButton" id="Close">
2379 <property name="visible">True</property>
2380 <property name="can_default">True</property>
2381 <property name="can_focus">True</property>
2382 <property name="label">gtk-close</property>
2383 <property name="use_stock">True</property>
2384 <property name="relief">GTK_RELIEF_NORMAL</property>
2385 <property name="focus_on_click">True</property>
2386 </widget>
2387 </child>
2388 </widget>
2389 <packing>
2390 <property name="padding">0</property>
2391 <property name="expand">False</property>
2392 <property name="fill">True</property>
2393 </packing>
2394 </child>
2395 </widget>
2396 </child>
2397 </widget>
2399 </glade-interface>