Newer
Older
<?xml version="1.0"?>
<interface>
<requires lib="gtk+" version="2.16"/>
<!-- interface-naming-policy toplevel-contextual -->
<object class="GtkWindow" id="profile_window">

Yann Leboulanger
committed
<property name="title" translatable="yes">Personal Information</property>
<signal name="destroy" handler="on_profile_window_destroy"/>
<signal name="key_press_event" handler="on_profile_window_key_press_event"/>

Yann Leboulanger
committed
<child>
<object class="GtkVBox" id="vbox1">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="orientation">vertical</property>

Yann Leboulanger
committed
<child>
<object class="GtkNotebook" id="information_notebook">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="border_width">6</property>
<child>
<object class="GtkTable" id="table2">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="border_width">12</property>
<property name="n_rows">7</property>
<property name="n_columns">4</property>
<property name="column_spacing">12</property>
<property name="row_spacing">6</property>
<child>
<object class="GtkEntry" id="FN_entry">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="can_focus">True</property>

Yann Leboulanger
committed
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkEntry" id="EMAIL_HOME_USERID_entry">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="can_focus">True</property>

Yann Leboulanger
committed
<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>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkExpander" id="expander1">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="can_focus">True</property>
<child>
<object class="GtkTable" id="table3">

Yann Leboulanger
committed
<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">12</property>
<property name="row_spacing">6</property>

Yann Leboulanger
committed
<child>
<object class="GtkEntry" id="N_FAMILY_entry">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="can_focus">True</property>

Yann Leboulanger
committed
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkEntry" id="N_GIVEN_entry">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="can_focus">True</property>

Yann Leboulanger
committed
<packing>
<property name="left_attach">3</property>
<property name="right_attach">4</property>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkEntry" id="N_MIDDLE_entry">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="can_focus">True</property>

Yann Leboulanger
committed
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>

Yann Leboulanger
committed
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkEntry" id="N_PREFIX_entry">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="can_focus">True</property>

Yann Leboulanger
committed
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkEntry" id="N_SUFFIX_entry">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="can_focus">True</property>

Yann Leboulanger
committed
<packing>
<property name="left_attach">3</property>
<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>
<object class="GtkLabel" id="label18">

Yann Leboulanger
committed
<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>
<property name="ellipsize">middle</property>
</object>

Yann Leboulanger
committed
<packing>
<property name="x_options">GTK_FILL</property>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label16">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes" comments="Middle Name"><b>Middle:</b></property>
<property name="use_markup">True</property>

Yann Leboulanger
committed
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label15">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes" comments="Prefix in Name"><b>Prefix:</b></property>
<property name="use_markup">True</property>

Yann Leboulanger
committed
<packing>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">GTK_FILL</property>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label17">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes" comments="Given Name"><b>Given:</b></property>
<property name="use_markup">True</property>

Yann Leboulanger
committed
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="x_options">GTK_FILL</property>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label14">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="xalign">1</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>

Yann Leboulanger
committed
<packing>
<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>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
</object>

Yann Leboulanger
committed
</child>
<child type="label">
<object class="GtkLabel" id="label19">

Yann Leboulanger
committed
<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>

Yann Leboulanger
committed
</child>

Yann Leboulanger
committed
<packing>
<property name="right_attach">4</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkEntry" id="NICKNAME_entry">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="can_focus">True</property>

Yann Leboulanger
committed
<packing>
<property name="left_attach">3</property>
<property name="right_attach">4</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkExpander" id="expander2">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="can_focus">True</property>
<child>
<object class="GtkTable" id="table_ADR_STREET">

Yann Leboulanger
committed
<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">12</property>
<property name="row_spacing">6</property>
<child>
<object class="GtkEntry" id="ADR_HOME_STREET_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="y_options"></property>
</packing>

Yann Leboulanger
committed
</child>
<child>
<object class="GtkEntry" id="ADR_HOME_EXTADR_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<packing>
<property name="left_attach">3</property>
<property name="right_attach">4</property>
<property name="y_options"></property>
</packing>

Yann Leboulanger
committed
</child>
<child>
<object class="GtkEntry" id="ADR_HOME_LOCALITY_entry">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="can_focus">True</property>

Yann Leboulanger
committed
<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>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkEntry" id="ADR_HOME_PCODE_entry">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="can_focus">True</property>

Yann Leboulanger
committed
<packing>
<property name="left_attach">3</property>
<property name="right_attach">4</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkEntry" id="ADR_HOME_REGION_entry">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="can_focus">True</property>

Yann Leboulanger
committed
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>

Yann Leboulanger
committed
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkEntry" id="ADR_HOME_CTRY_entry">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="can_focus">True</property>

Yann Leboulanger
committed
<packing>
<property name="left_attach">3</property>
<property name="right_attach">4</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label31">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="xalign">1</property>

Yann Leboulanger
committed
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Street:</b></property>
<property name="use_markup">True</property>

Yann Leboulanger
committed
<packing>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label28">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>City:</b></property>
<property name="use_markup">True</property>

Yann Leboulanger
committed
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label27">

Yann Leboulanger
committed
<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>

Yann Leboulanger
committed
<packing>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">GTK_FILL</property>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label29">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Extra Address:</b></property>
<property name="use_markup">True</property>

Yann Leboulanger
committed
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="x_options">GTK_FILL</property>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label26">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Postal Code:</b></property>
<property name="use_markup">True</property>

Yann Leboulanger
committed
<packing>
<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>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label25">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Country:</b></property>
<property name="use_markup">True</property>

Yann Leboulanger
committed
<packing>
<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>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>

Yann Leboulanger
committed
</child>
<child type="label">
<object class="GtkLabel" id="label30">

Yann Leboulanger
committed
<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>

Yann Leboulanger
committed
</child>

Yann Leboulanger
committed
<packing>
<property name="right_attach">4</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkEntry" id="BDAY_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<signal name="focus_out_event" handler="on_BDAY_entry_focus_out_event"/>
<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>
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label22">
<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>
<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>
<object class="GtkEntry" id="URL_entry">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="can_focus">True</property>

Yann Leboulanger
committed
<packing>
<property name="left_attach">1</property>
<property name="right_attach">4</property>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkEntry" id="TEL_HOME_NUMBER_entry">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="can_focus">True</property>

Yann Leboulanger
committed
<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>
<object class="GtkLabel" id="label24">
<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>
<packing>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label20">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Nickname:</b></property>
<property name="use_markup">True</property>
<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>
<object class="GtkLabel" id="label23">
<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>
<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>
<object class="GtkEventBox" id="eventbox1">
<property name="visible">True</property>
<property name="tooltip_text" translatable="yes">Format: YYYY-MM-DD</property>
<child>
<object class="GtkLabel" id="label13">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Birthday:</b></property>
<property name="use_markup">True</property>
</child>
<packing>
<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>
<object class="GtkLabel" id="label57">
<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>
<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>
<object class="GtkLabel" id="label58">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Avatar:</b></property>
<property name="use_markup">True</property>
<packing>
<property name="top_attach">6</property>
<property name="bottom_attach">7</property>
<property name="x_options">GTK_FILL</property>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkHBox" id="hbox3">
<property name="visible">True</property>
<child>
<object class="GtkButton" id="PHOTO_button">
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<signal name="button_press_event" handler="on_PHOTO_button_press_event"/>
<child>
<object class="GtkEventBox" id="PHOTO_eventbox3">
<property name="visible">True</property>
<property name="visible_window">False</property>
<child>
<object class="GtkImage" id="PHOTO_image">
<property name="visible">True</property>
<property name="yalign">0</property>
<property name="stock">gtk-missing-image</property>
</child>
</child>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkButton" id="NOPHOTO_button">
<property name="label" translatable="yes">Click to set your avatar</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="no_show_all">True</property>
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<signal name="button_press_event" handler="on_PHOTO_button_press_event"/>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">6</property>
<property name="bottom_attach">7</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
</object>

Yann Leboulanger
committed
</child>
<child type="tab">
<object class="GtkLabel" id="label4">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<property name="label" translatable="yes">Personal Info</property>

Yann Leboulanger
committed
<packing>
<property name="tab_fill">False</property>
</packing>
</child>
<child>
<object class="GtkTable" id="table5">
<property name="visible">True</property>
<property name="border_width">6</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>
<object class="GtkEntry" id="ORG_ORGNAME_entry">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="can_focus">True</property>

Yann Leboulanger
committed
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkEntry" id="ORG_ORGUNIT_entry">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="can_focus">True</property>

Yann Leboulanger
committed
<packing>
<property name="left_attach">3</property>
<property name="right_attach">4</property>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkEntry" id="TITLE_entry">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="can_focus">True</property>

Yann Leboulanger
committed
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>

Yann Leboulanger
committed
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkEntry" id="ROLE_entry">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="can_focus">True</property>

Yann Leboulanger
committed
<packing>
<property name="left_attach">3</property>
<property name="right_attach">4</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkEntry" id="EMAIL_WORK_USERID_entry">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="can_focus">True</property>

Yann Leboulanger
committed
<packing>
<property name="left_attach">1</property>
<property name="right_attach">4</property>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkExpander" id="expander3">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="can_focus">True</property>
<child>
<object class="GtkTable" id="table6">

Yann Leboulanger
committed
<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">12</property>
<property name="row_spacing">6</property>

Yann Leboulanger
committed
<child>
<object class="GtkEntry" id="ADR_WORK_STREET_entry">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="can_focus">True</property>

Yann Leboulanger
committed
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkEntry" id="ADR_WORK_EXTADR_entry">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="can_focus">True</property>

Yann Leboulanger
committed
<packing>
<property name="left_attach">3</property>
<property name="right_attach">4</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkEntry" id="ADR_WORK_LOCALITY_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>

Yann Leboulanger
committed
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkEntry" id="ADR_WORK_PCODE_entry">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="can_focus">True</property>

Yann Leboulanger
committed
<packing>
<property name="left_attach">3</property>
<property name="right_attach">4</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkEntry" id="ADR_WORK_REGION_entry">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="can_focus">True</property>

Yann Leboulanger
committed
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>

Yann Leboulanger
committed
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkEntry" id="ADR_WORK_CTRY_entry">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="can_focus">True</property>

Yann Leboulanger
committed
<packing>
<property name="left_attach">3</property>
<property name="right_attach">4</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label39">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="xalign">1</property>

Yann Leboulanger
committed
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Street:</b></property>
<property name="use_markup">True</property>

Yann Leboulanger
committed
<packing>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label37">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>City:</b></property>
<property name="use_markup">True</property>

Yann Leboulanger
committed
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label36">

Yann Leboulanger
committed
<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>

Yann Leboulanger
committed
<packing>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">GTK_FILL</property>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label38">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Extra Address:</b></property>
<property name="use_markup">True</property>

Yann Leboulanger
committed
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="x_options">GTK_FILL</property>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label35">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Postal Code:</b></property>
<property name="use_markup">True</property>

Yann Leboulanger
committed
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>

Yann Leboulanger
committed
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label34">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Country:</b></property>
<property name="use_markup">True</property>

Yann Leboulanger
committed
<packing>
<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>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>

Yann Leboulanger
committed
</child>
<child type="label">
<object class="GtkLabel" id="label40">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="xalign">1</property>

Yann Leboulanger
committed
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Address</b></property>
<property name="use_markup">True</property>

Yann Leboulanger
committed
</child>

Yann Leboulanger
committed
<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>
<object class="GtkEntry" id="TEL_WORK_NUMBER_entry">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="can_focus">True</property>

Yann Leboulanger
committed
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label44">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Company:</b></property>
<property name="use_markup">True</property>
<packing>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label42">
<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>

Yann Leboulanger
committed
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label43">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Department:</b></property>
<property name="use_markup">True</property>

Yann Leboulanger
committed
<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>
<object class="GtkLabel" id="label41">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Role:</b></property>
<property name="use_markup">True</property>
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>

Yann Leboulanger
committed
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>

Yann Leboulanger
committed
<property name="y_options"></property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label32">

Yann Leboulanger
committed
<property name="visible">True</property>
<property name="xalign">1</property>