2010-01-22 19:57:59 +01:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<interface>
|
|
|
|
<requires lib="gtk+" version="2.16"/>
|
|
|
|
<!-- interface-naming-policy toplevel-contextual -->
|
|
|
|
<object class="GtkWindow" id="vcard_information_window">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="border_width">12</property>
|
|
|
|
<property name="title" translatable="yes">Contact Information</property>
|
|
|
|
<signal name="destroy" handler="on_vcard_information_window_destroy"/>
|
2010-01-22 19:57:59 +01:00
|
|
|
<signal name="key_press_event" handler="on_vcard_information_window_key_press_event"/>
|
2007-07-10 19:53:42 +02:00
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkVBox" id="vbox1">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="orientation">vertical</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="spacing">12</property>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="nickname_label">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="position">0</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkNotebook" id="information_notebook">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkVBox" id="vbox2">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="border_width">12</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="orientation">vertical</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkHBox" id="hbox3">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="spacing">12</property>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkTable" id="table7">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
2009-02-10 22:45:44 +01:00
|
|
|
<property name="n_rows">6</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="n_columns">2</property>
|
|
|
|
<property name="column_spacing">12</property>
|
|
|
|
<property name="row_spacing">6</property>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label51">
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="visible">True</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="xalign">1</property>
|
2009-01-09 08:18:26 +01:00
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="label" translatable="yes"><b>Jabber ID:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-01-09 08:18:26 +01:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="x_options">GTK_FILL</property>
|
2009-01-09 08:18:26 +01:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label53">
|
2009-01-09 08:18:26 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="label" translatable="yes"><b>Resource:</b></property>
|
2009-01-09 08:18:26 +01:00
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-01-09 08:18:26 +01:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2009-01-09 08:18:26 +01:00
|
|
|
<property name="x_options">GTK_FILL</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="y_options"></property>
|
2009-01-09 08:18:26 +01:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label54">
|
2009-01-09 08:18:26 +01:00
|
|
|
<property name="visible">True</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="label" translatable="yes"><b>Status:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="y_options"></property>
|
2009-01-09 08:18:26 +01:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label55">
|
2009-01-09 08:18:26 +01:00
|
|
|
<property name="visible">True</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="xalign">1</property>
|
2009-01-09 08:18:26 +01:00
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="label" translatable="yes"><b>Client:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-02-11 19:02:25 +01:00
|
|
|
<packing>
|
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="bottom_attach">4</property>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label56">
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="label" translatable="yes"><b>System:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="bottom_attach">5</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="x_options">GTK_FILL</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="jid_label">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkEventBox" id="resource_prio_label_eventbox">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="visible_window">False</property>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="resource_prio_label">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="client_name_version_label">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="ellipsize">end</property>
|
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="bottom_attach">4</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="os_label">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="wrap">True</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="ellipsize">end</property>
|
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="bottom_attach">5</property>
|
2009-02-10 22:45:44 +01:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkEventBox" id="status_label_eventbox">
|
2009-02-10 22:45:44 +01:00
|
|
|
<property name="visible">True</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="status_label">
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="ellipsize">end</property>
|
|
|
|
</object>
|
2009-02-11 19:02:25 +01:00
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="y_options">GTK_FILL</property>
|
2009-02-10 22:45:44 +01:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label1">
|
2009-02-10 22:45:44 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="label" translatable="yes"><b>Contact time:</b></property>
|
2009-02-10 22:45:44 +01:00
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-02-10 22:45:44 +01:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="top_attach">5</property>
|
|
|
|
<property name="bottom_attach">6</property>
|
2009-02-10 22:45:44 +01:00
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="time_label">
|
2009-02-10 22:45:44 +01:00
|
|
|
<property name="visible">True</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="xalign">0</property>
|
2009-02-10 22:45:44 +01:00
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="wrap">True</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="ellipsize">end</property>
|
|
|
|
</object>
|
2009-02-10 22:45:44 +01:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">5</property>
|
|
|
|
<property name="bottom_attach">6</property>
|
2009-02-10 22:45:44 +01:00
|
|
|
<property name="y_options"></property>
|
2007-07-10 19:53:42 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
2007-07-10 19:53:42 +02:00
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkVBox" id="vbox3">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="orientation">vertical</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="user_avatar_label">
|
2008-01-11 18:23:26 +01:00
|
|
|
<property name="no_show_all">True</property>
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="xalign">0</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="label" translatable="yes">User avatar:</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="position">0</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkEventBox" id="PHOTO_eventbox">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="visible_window">False</property>
|
|
|
|
<signal name="button_press_event" handler="on_PHOTO_eventbox_button_press_event"/>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkImage" id="PHOTO_image">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="no_show_all">True</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="stock">gtk-missing-image</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2008-01-11 18:23:26 +01:00
|
|
|
<property name="position">1</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="custom_avatar_label">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="no_show_all">True</property>
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="xalign">0</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="label" translatable="yes">Configured avatar:</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2008-01-11 18:23:26 +01:00
|
|
|
<property name="position">2</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkImage" id="custom_avatar_image">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
|
|
|
<property name="no_show_all">True</property>
|
|
|
|
<property name="stock">gtk-missing-image</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2008-01-11 18:23:26 +01:00
|
|
|
<property name="position">3</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
2008-01-11 18:23:26 +01:00
|
|
|
<property name="expand">False</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-01-09 08:18:26 +01:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="position">0</property>
|
2009-01-09 08:18:26 +01:00
|
|
|
</packing>
|
2007-07-10 19:53:42 +02:00
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkExpander" id="expander5">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkTable" id="table8">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="border_width">6</property>
|
|
|
|
<property name="n_columns">4</property>
|
|
|
|
<property name="column_spacing">12</property>
|
|
|
|
<property name="row_spacing">6</property>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkEventBox" id="subscription_label_eventbox">
|
2009-02-10 22:45:44 +01:00
|
|
|
<property name="visible">True</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="visible_window">False</property>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="subscription_label">
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-02-11 19:02:25 +01:00
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-02-10 22:45:44 +01:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkEventBox" id="ask_label_eventbox">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="visible_window">False</property>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="ask_label">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="subscription_title_label">
|
2009-01-09 08:18:26 +01:00
|
|
|
<property name="visible">True</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="label" translatable="yes" comments="Family Name"><b>Subscription:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-01-09 08:18:26 +01:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="ask_title_label">
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="label" translatable="yes" comments="Given Name"><b>Ask:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-02-11 19:02:25 +01:00
|
|
|
<packing>
|
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<child type="label">
|
|
|
|
<object class="GtkLabel" id="label47">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="label" translatable="yes">More</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
2009-01-09 08:18:26 +01:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel" id="label3">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="label" translatable="yes">Contact</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
|
|
|
<property name="tab_fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkTable" id="personal_info_table">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="border_width">12</property>
|
|
|
|
<property name="n_rows">6</property>
|
|
|
|
<property name="n_columns">4</property>
|
|
|
|
<property name="column_spacing">12</property>
|
|
|
|
<property name="row_spacing">6</property>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkExpander" id="expander1">
|
2009-02-10 22:45:44 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkTable" id="table3">
|
2009-02-10 22:45:44 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="border_width">6</property>
|
|
|
|
<property name="n_rows">3</property>
|
|
|
|
<property name="n_columns">4</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="column_spacing">12</property>
|
|
|
|
<property name="row_spacing">6</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="N_FAMILY_label">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="can_focus">True</property>
|
2008-04-04 17:10:50 +02:00
|
|
|
<property name="xalign">0</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="N_GIVEN_label">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="can_focus">True</property>
|
2009-01-09 08:18:26 +01:00
|
|
|
<property name="xalign">0</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-01-09 08:18:26 +01:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="N_MIDDLE_label">
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-02-11 19:02:25 +01:00
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2009-02-10 22:45:44 +01:00
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="N_PREFIX_label">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="can_focus">True</property>
|
2009-02-10 22:45:44 +01:00
|
|
|
<property name="xalign">0</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="N_SUFFIX_label">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2008-04-04 17:10:50 +02:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
2009-01-09 08:18:26 +01:00
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label18">
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="label" translatable="yes" comments="Family Name"><b>Family:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-02-11 19:02:25 +01:00
|
|
|
<packing>
|
2008-04-04 17:10:50 +02:00
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2007-07-10 19:53:42 +02:00
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label16">
|
2008-04-04 17:10:50 +02:00
|
|
|
<property name="visible">True</property>
|
2009-02-10 22:45:44 +01:00
|
|
|
<property name="xalign">1</property>
|
2008-04-04 17:10:50 +02:00
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="label" translatable="yes" comments="Middle Name"><b>Middle:</b></property>
|
2009-01-09 08:18:26 +01:00
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2008-04-04 17:10:50 +02:00
|
|
|
<packing>
|
2009-02-10 22:45:44 +01:00
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2009-01-09 08:18:26 +01:00
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label15">
|
2009-01-09 08:18:26 +01:00
|
|
|
<property name="visible">True</property>
|
2009-02-10 22:45:44 +01:00
|
|
|
<property name="xalign">1</property>
|
2009-01-09 08:18:26 +01:00
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="label" translatable="yes" comments="Prefix in Name"><b>Prefix:</b></property>
|
2009-01-09 08:18:26 +01:00
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-01-09 08:18:26 +01:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
2009-01-09 08:18:26 +01:00
|
|
|
<property name="x_options">GTK_FILL</property>
|
2008-04-04 17:10:50 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label17">
|
2009-02-10 22:45:44 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="label" translatable="yes" comments="Given Name"><b>Given:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-02-10 22:45:44 +01:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label14">
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="label" translatable="yes" comments="Suffix in Name"><b>Suffix:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-02-11 19:02:25 +01:00
|
|
|
<packing>
|
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
2009-02-10 22:45:44 +01:00
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="x_options">GTK_FILL</property>
|
2009-02-10 22:45:44 +01:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
</object>
|
2009-02-11 19:02:25 +01:00
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<child type="label">
|
|
|
|
<object class="GtkLabel" id="label19">
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="label" translatable="yes"><b>Full Name</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-02-11 19:02:25 +01:00
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-02-11 19:02:25 +01:00
|
|
|
<packing>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkExpander" id="expander2">
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkTable" id="table_ADR_STREET">
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="border_width">6</property>
|
|
|
|
<property name="n_rows">3</property>
|
|
|
|
<property name="n_columns">4</property>
|
|
|
|
<property name="column_spacing">5</property>
|
|
|
|
<property name="row_spacing">5</property>
|
2009-02-10 22:45:44 +01:00
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="ADR_HOME_STREET_label">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="can_focus">True</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="ADR_HOME_EXTADR_label">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="can_focus">True</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="ADR_HOME_LOCALITY_label">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="can_focus">True</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="ADR_HOME_PCODE_label">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="can_focus">True</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="ADR_HOME_REGION_label">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="can_focus">True</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2009-01-09 08:18:26 +01:00
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="ADR_HOME_CTRY_label">
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="visible">True</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="can_focus">True</property>
|
2009-02-10 22:45:44 +01:00
|
|
|
<property name="xalign">0</property>
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2008-02-28 19:53:49 +01:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label31">
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="label" translatable="yes"><b>Street:</b></property>
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="x_options">GTK_FILL</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label28">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
2008-04-04 17:10:50 +02:00
|
|
|
<property name="xalign">1</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="label" translatable="yes"><b>City:</b></property>
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
2009-02-10 22:45:44 +01:00
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2009-01-09 08:18:26 +01:00
|
|
|
<property name="x_options">GTK_FILL</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label27">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
2009-02-10 22:45:44 +01:00
|
|
|
<property name="xalign">1</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="label" translatable="yes"><b>State:</b></property>
|
2009-01-09 08:18:26 +01:00
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
2009-02-10 22:45:44 +01:00
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="x_options">GTK_FILL</property>
|
2008-04-04 17:10:50 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label29">
|
2008-04-04 17:10:50 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="label" translatable="yes"><b>Extra Address:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2008-04-04 17:10:50 +02:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
2008-04-04 17:10:50 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2009-02-10 22:45:44 +01:00
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label26">
|
2009-02-10 22:45:44 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="label" translatable="yes"><b>Postal Code:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-02-10 22:45:44 +01:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
2009-02-10 22:45:44 +01:00
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="x_options">GTK_FILL</property>
|
2009-02-10 22:45:44 +01:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label25">
|
2009-02-10 22:45:44 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="label" translatable="yes"><b>Country:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-02-10 22:45:44 +01:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
2009-02-10 22:45:44 +01:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-02-10 22:45:44 +01:00
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<child type="label">
|
|
|
|
<object class="GtkLabel" id="label30">
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="label" translatable="yes"><b>Address</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-02-11 19:02:25 +01:00
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-02-11 19:02:25 +01:00
|
|
|
<packing>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label22">
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="label" translatable="yes"><b>Homepage:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-02-11 19:02:25 +01:00
|
|
|
<packing>
|
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="bottom_attach">4</property>
|
|
|
|
<property name="x_options"></property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label24">
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="label" translatable="yes"><b>Name:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-02-11 19:02:25 +01:00
|
|
|
<packing>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label20">
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="label" translatable="yes"><b>Nickname:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-02-11 19:02:25 +01:00
|
|
|
<packing>
|
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label23">
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="label" translatable="yes"><b>Phone No.:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-02-11 19:02:25 +01:00
|
|
|
<packing>
|
|
|
|
<property name="top_attach">5</property>
|
|
|
|
<property name="bottom_attach">6</property>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkEventBox" id="eventbox1">
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="visible">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="tooltip_text" translatable="yes">Format: YYYY-MM-DD</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label13">
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="label" translatable="yes"><b>Birthday:</b></property>
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2008-02-28 19:53:49 +01:00
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2008-02-28 19:53:49 +01:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
|
|
|
<property name="top_attach">5</property>
|
|
|
|
<property name="bottom_attach">6</property>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label57">
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="label" translatable="yes"><b>E-Mail:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-02-11 19:02:25 +01:00
|
|
|
<packing>
|
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="bottom_attach">5</property>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="NICKNAME_label">
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-02-11 19:02:25 +01:00
|
|
|
<packing>
|
|
|
|
<property name="left_attach">3</property>
|
2009-01-09 08:18:26 +01:00
|
|
|
<property name="right_attach">4</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="FN_label">
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-02-11 19:02:25 +01:00
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="EMAIL_HOME_USERID_label">
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-02-11 19:02:25 +01:00
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="bottom_attach">5</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="TEL_HOME_NUMBER_label">
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-02-11 19:02:25 +01:00
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">5</property>
|
|
|
|
<property name="bottom_attach">6</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="BDAY_label">
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-02-11 19:02:25 +01:00
|
|
|
<packing>
|
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">5</property>
|
|
|
|
<property name="bottom_attach">6</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel" id="label4">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="label" translatable="yes">Personal Info</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
<property name="tab_fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkTable" id="table5">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="border_width">12</property>
|
|
|
|
<property name="n_rows">5</property>
|
|
|
|
<property name="n_columns">4</property>
|
|
|
|
<property name="column_spacing">12</property>
|
|
|
|
<property name="row_spacing">6</property>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="ORG_ORGNAME_label">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="ellipsize">end</property>
|
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="ORG_ORGUNIT_label">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="ellipsize">end</property>
|
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="TITLE_label">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="can_focus">True</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="ellipsize">end</property>
|
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="ROLE_label">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="can_focus">True</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="ellipsize">end</property>
|
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2009-02-10 22:45:44 +01:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="EMAIL_WORK_USERID_label">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="bottom_attach">4</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkExpander" id="expander3">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkTable" id="table6">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="border_width">6</property>
|
|
|
|
<property name="n_rows">3</property>
|
|
|
|
<property name="n_columns">4</property>
|
|
|
|
<property name="column_spacing">5</property>
|
|
|
|
<property name="row_spacing">5</property>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="ADR_WORK_STREET_label">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="can_focus">True</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="ADR_WORK_EXTADR_label">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="can_focus">True</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="ADR_WORK_LOCALITY_label">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="ADR_WORK_PCODE_label">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
2008-04-04 17:10:50 +02:00
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="ADR_WORK_REGION_label">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="ADR_WORK_CTRY_label">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
2008-04-04 17:10:50 +02:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="yalign">0</property>
|
2008-04-04 17:10:50 +02:00
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
2008-04-04 17:10:50 +02:00
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label39">
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="visible">True</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="xalign">1</property>
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="label" translatable="yes"><b>Street:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2008-02-28 19:53:49 +01:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="x_options">GTK_FILL</property>
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label37">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="xalign">1</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="label" translatable="yes"><b>City:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
2008-04-04 17:10:50 +02:00
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="x_options">GTK_FILL</property>
|
2009-01-09 08:18:26 +01:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label36">
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="label" translatable="yes"><b>State:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-02-11 19:02:25 +01:00
|
|
|
<packing>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label38">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="label" translatable="yes"><b>Extra Address:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
|
|
|
<property name="single_line_mode">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label35">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="label" translatable="yes"><b>Postal Code:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
2008-04-04 17:10:50 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label34">
|
2008-04-04 17:10:50 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="label" translatable="yes"><b>Country:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2008-04-04 17:10:50 +02:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<child type="label">
|
|
|
|
<object class="GtkLabel" id="label40">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
2008-02-28 19:53:49 +01:00
|
|
|
<property name="label" translatable="yes"><b>Address</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="TEL_WORK_NUMBER_label">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="xpad">5</property>
|
|
|
|
<property name="ypad">5</property>
|
|
|
|
<property name="selectable">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="bottom_attach">5</property>
|
2009-01-09 08:18:26 +01:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label44">
|
2009-01-09 08:18:26 +01:00
|
|
|
<property name="visible">True</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="xalign">1</property>
|
2009-01-09 08:18:26 +01:00
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="label" translatable="yes"><b>Company:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-02-11 19:02:25 +01:00
|
|
|
<packing>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label42">
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="label" translatable="yes"><b>Position:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="x_options">GTK_FILL</property>
|
2009-01-09 08:18:26 +01:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label43">
|
2009-01-09 08:18:26 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="label" translatable="yes"><b>Department:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-01-09 08:18:26 +01:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label41">
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="label" translatable="yes"><b>Role:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-02-11 19:02:25 +01:00
|
|
|
<packing>
|
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="x_options">GTK_FILL</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label32">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="xalign">1</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="label" translatable="yes"><b>E-Mail:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="bottom_attach">4</property>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label33">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="xalign">1</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="yalign">0</property>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="label" translatable="yes"><b>Phone No.:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
2009-02-11 19:02:25 +01:00
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="bottom_attach">5</property>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel" id="label5">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="label" translatable="yes">Work</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
|
|
|
<property name="position">2</property>
|
|
|
|
<property name="tab_fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkScrolledWindow" id="scrolledwindow">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="border_width">6</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="hscrollbar_policy">automatic</property>
|
|
|
|
<property name="vscrollbar_policy">automatic</property>
|
|
|
|
<property name="shadow_type">in</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkTextView" id="DESC_textview">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="height_request">70</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="editable">False</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="wrap_mode">word</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="cursor_visible">False</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
|
|
|
<property name="position">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel" id="label6">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="label" translatable="yes" comments=""About" is the text of a tab of vcard window">About</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
|
|
|
<property name="position">3</property>
|
|
|
|
<property name="tab_fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkScrolledWindow" id="scrolledwindow_annotation">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="border_width">6</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="hscrollbar_policy">automatic</property>
|
|
|
|
<property name="vscrollbar_policy">automatic</property>
|
|
|
|
<property name="shadow_type">in</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkTextView" id="textview_annotation">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="height_request">70</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="wrap_mode">word</property>
|
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
|
|
|
<property name="position">4</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel" id="label58">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Comments</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
|
|
|
<property name="position">4</property>
|
|
|
|
<property name="tab_fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkHBox" id="hbox4">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkProgressBar" id="progressbar">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="pulse_step">0.10000000149</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="position">0</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkHButtonBox" id="hbuttonbox1">
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="layout_style">end</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkButton" id="close_button">
|
|
|
|
<property name="label">gtk-close</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="can_default">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="receives_default">False</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<signal name="clicked" handler="on_close_button_clicked"/>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
2007-07-10 19:53:42 +02:00
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
<packing>
|
2008-01-11 18:23:26 +01:00
|
|
|
<property name="expand">False</property>
|
2007-07-10 19:53:42 +02:00
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2007-07-10 19:53:42 +02:00
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
|
|
|
</interface>
|