<?xml version="1.0"?> <interface> <requires lib="gtk+" version="2.16"/> <!-- interface-naming-policy toplevel-contextual --> <object class="GtkWindow" id="profile_window"> <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"/> <child> <object class="GtkVBox" id="vbox1"> <property name="visible">True</property> <property name="orientation">vertical</property> <child> <object class="GtkNotebook" id="information_notebook"> <property name="visible">True</property> <property name="border_width">6</property> <child> <object class="GtkTable" id="table2"> <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"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <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"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <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> <object class="GtkExpander" id="expander1"> <property name="visible">True</property> <property name="can_focus">True</property> <child> <object class="GtkTable" id="table3"> <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="N_FAMILY_entry"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <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="N_GIVEN_entry"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <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="N_MIDDLE_entry"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <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> <object class="GtkEntry" id="N_PREFIX_entry"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <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> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEntry" id="N_SUFFIX_entry"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <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"> <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> <packing> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="label16"> <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> </object> <packing> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="label15"> <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> </object> <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> <object class="GtkLabel" id="label17"> <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> </object> <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="label14"> <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> </object> <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> <property name="y_options"></property> </packing> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> </object> </child> <child type="label"> <object class="GtkLabel" id="label19"> <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> </object> </child> </object> <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> <object class="GtkEntry" id="NICKNAME_entry"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <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"> <property name="visible">True</property> <property name="can_focus">True</property> <child> <object class="GtkTable" id="table_ADR_STREET"> <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> </object> <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="ADR_HOME_EXTADR_entry"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <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_HOME_LOCALITY_entry"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <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> <object class="GtkEntry" id="ADR_HOME_PCODE_entry"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <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> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEntry" id="ADR_HOME_REGION_entry"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <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> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEntry" id="ADR_HOME_CTRY_entry"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <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="label31"> <property name="visible">True</property> <property name="xalign">1</property> <property name="yalign">0</property> <property name="label" translatable="yes"><b>Street:</b></property> <property name="use_markup">True</property> </object> <packing> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="label28"> <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> </object> <packing> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="label27"> <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> </object> <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> <object class="GtkLabel" id="label29"> <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> </object> <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="label26"> <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> </object> <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> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="label25"> <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> </object> <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> <property name="y_options"></property> </packing> </child> </object> </child> <child type="label"> <object class="GtkLabel" id="label30"> <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> </object> </child> </object> <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="BDAY_entry"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <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> </object> <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"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <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> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEntry" id="TEL_HOME_NUMBER_entry"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <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> </object> <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> </object> <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> </object> <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> </object> </child> </object> <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> </object> <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> </object> <packing> <property name="top_attach">6</property> <property name="bottom_attach">7</property> <property name="x_options">GTK_FILL</property> <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> </object> </child> </object> </child> </object> <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"/> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> <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> </child> <child type="tab"> <object class="GtkLabel" id="label4"> <property name="visible">True</property> <property name="xalign">0</property> <property name="yalign">0</property> <property name="label" translatable="yes">Personal Info</property> </object> <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"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <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="ORG_ORGUNIT_entry"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <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="TITLE_entry"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <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> <object class="GtkEntry" id="ROLE_entry"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <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> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEntry" id="EMAIL_WORK_USERID_entry"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <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> <property name="y_options"></property> </packing> </child> <child> <object class="GtkExpander" id="expander3"> <property name="visible">True</property> <property name="can_focus">True</property> <child> <object class="GtkTable" id="table6"> <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_WORK_STREET_entry"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <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="ADR_WORK_EXTADR_entry"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <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> </object> <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> <object class="GtkEntry" id="ADR_WORK_PCODE_entry"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <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> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEntry" id="ADR_WORK_REGION_entry"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <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> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEntry" id="ADR_WORK_CTRY_entry"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <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="label39"> <property name="visible">True</property> <property name="xalign">1</property> <property name="yalign">0</property> <property name="label" translatable="yes"><b>Street:</b></property> <property name="use_markup">True</property> </object> <packing> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="label37"> <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> </object> <packing> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="label36"> <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> </object> <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> <object class="GtkLabel" id="label38"> <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> </object> <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="label35"> <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> </object> <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> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="label34"> <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> </object> <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> <property name="y_options"></property> </packing> </child> </object> </child> <child type="label"> <object class="GtkLabel" id="label40"> <property name="visible">True</property> <property name="xalign">1</property> <property name="yalign">0</property> <property name="label" translatable="yes"><b>Address</b></property> <property name="use_markup">True</property> </object> </child> </object> <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"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <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> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="label44"> <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> </object> <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> </object> <packing> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="label43"> <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> </object> <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> </object> <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> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="label32"> <property name="visible">True</property> <property name="xalign">1</property> <property name="yalign">0</property> <property name="label" translatable="yes"><b>E-Mail:</b></property> <property name="use_markup">True</property> </object> <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> <object class="GtkLabel" id="label33"> <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> </object> <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> <placeholder/> </child> <child> <placeholder/> </child> </object> <packing> <property name="position">1</property> </packing> </child> <child type="tab"> <object class="GtkLabel" id="label5"> <property name="visible">True</property> <property name="xalign">0</property> <property name="yalign">0</property> <property name="label" translatable="yes">Work</property> </object> <packing> <property name="position">1</property> <property name="tab_fill">False</property> </packing> </child> <child> <object class="GtkScrolledWindow" id="scrolledwindow"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="border_width">6</property> <property name="hscrollbar_policy">automatic</property> <property name="vscrollbar_policy">automatic</property> <property name="shadow_type">in</property> <child> <object class="GtkTextView" id="DESC_textview"> <property name="height_request">70</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="wrap_mode">word</property> </object> </child> </object> <packing> <property name="position">2</property> </packing> </child> <child type="tab"> <object class="GtkLabel" id="label6"> <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> </object> <packing> <property name="position">2</property> <property name="tab_fill">False</property> </packing> </child> </object> <packing> <property name="position">0</property> </packing> </child> <child> <object class="GtkHBox" id="hbox2"> <property name="visible">True</property> <property name="border_width">6</property> <child> <object class="GtkProgressBar" id="progressbar"> <property name="visible">True</property> <property name="pulse_step">0.10000000149</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkHButtonBox" id="information_hbuttonbox"> <property name="visible">True</property> <property name="spacing">12</property> <property name="layout_style">end</property> <child> <object class="GtkButton" id="cancel_button"> <property name="label">gtk-cancel</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">False</property> <property name="use_stock">True</property> <signal name="clicked" handler="on_cancel_button_clicked"/> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkButton" id="ok_button"> <property name="label">gtk-ok</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">False</property> <property name="use_stock">True</property> <signal name="clicked" handler="on_ok_button_clicked"/> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkStatusbar" id="statusbar"> <property name="visible">True</property> <property name="has_resize_grip">False</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">2</property> </packing> </child> </object> </child> </object> </interface>