2011-11-01 19:12:38 +05:30
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2009-04-10 00:03:49 +05:30
|
|
|
<interface>
|
2011-11-01 19:12:38 +05:30
|
|
|
<requires lib="gtk+" version="2.16"/>
|
2009-05-18 21:06:03 +05:30
|
|
|
<!-- interface-naming-policy project-wide -->
|
2009-05-15 01:45:59 +05:30
|
|
|
<object class="GtkWindow" id="ownereditor">
|
|
|
|
<property name="window_position">center</property>
|
2009-04-10 00:03:49 +05:30
|
|
|
<property name="default_width">500</property>
|
2009-05-15 01:45:59 +05:30
|
|
|
<signal name="delete_event" handler="on_delete_event"/>
|
2009-04-10 00:03:49 +05:30
|
|
|
<child>
|
|
|
|
<object class="GtkEventBox" id="eventbox">
|
|
|
|
<property name="visible">True</property>
|
2009-05-15 01:45:59 +05:30
|
|
|
<signal name="button_press_event" handler="on_eventbox_button_press_event"/>
|
2009-04-10 00:03:49 +05:30
|
|
|
<child>
|
|
|
|
<object class="GtkVBox" id="vbox2">
|
|
|
|
<property name="visible">True</property>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="border_width">6</property>
|
2009-04-10 00:03:49 +05:30
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="title">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="padding">6</property>
|
|
|
|
<property name="position">2</property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTable" id="table1">
|
|
|
|
<property name="visible">True</property>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="border_width">6</property>
|
2010-10-30 04:41:08 +05:30
|
|
|
<property name="n_rows">9</property>
|
2009-04-10 00:03:49 +05:30
|
|
|
<property name="n_columns">2</property>
|
|
|
|
<property name="column_spacing">6</property>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="row_spacing">6</property>
|
2009-04-10 00:03:49 +05:30
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2011-11-01 19:12:38 +05:30
|
|
|
<property name="label" translatable="yes">_Name:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">name</property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</object>
|
|
|
|
<packing>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2011-11-01 19:12:38 +05:30
|
|
|
<property name="label" translatable="yes">_Street:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">address</property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2011-11-01 19:12:38 +05:30
|
|
|
<property name="label" translatable="yes">_City:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">city</property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</object>
|
|
|
|
<packing>
|
2010-10-30 04:41:08 +05:30
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="bottom_attach">4</property>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label4">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2011-11-01 19:12:38 +05:30
|
|
|
<property name="label" translatable="yes">_State/County:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">state</property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</object>
|
|
|
|
<packing>
|
2010-10-30 04:41:08 +05:30
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="bottom_attach">5</property>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label5">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2011-11-01 19:12:38 +05:30
|
|
|
<property name="label" translatable="yes">_Country:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">country</property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</object>
|
|
|
|
<packing>
|
2010-10-30 04:41:08 +05:30
|
|
|
<property name="top_attach">5</property>
|
|
|
|
<property name="bottom_attach">6</property>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label6">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2011-11-01 19:12:38 +05:30
|
|
|
<property name="label" translatable="yes">_ZIP/Postal Code:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">zip</property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</object>
|
|
|
|
<packing>
|
2010-10-30 04:41:08 +05:30
|
|
|
<property name="top_attach">6</property>
|
|
|
|
<property name="bottom_attach">7</property>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label7">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2011-11-01 19:12:38 +05:30
|
|
|
<property name="label" translatable="yes">_Phone:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">phone</property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</object>
|
|
|
|
<packing>
|
2010-10-30 04:41:08 +05:30
|
|
|
<property name="top_attach">7</property>
|
|
|
|
<property name="bottom_attach">8</property>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label8">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2011-11-01 19:12:38 +05:30
|
|
|
<property name="label" translatable="yes">_Email:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">email</property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</object>
|
|
|
|
<packing>
|
2010-10-30 04:41:08 +05:30
|
|
|
<property name="top_attach">8</property>
|
|
|
|
<property name="bottom_attach">9</property>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-10-30 04:41:08 +05:30
|
|
|
<object class="GtkEntry" id="name">
|
2009-04-10 00:03:49 +05:30
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2011-11-01 19:12:38 +05:30
|
|
|
<property name="invisible_char">•</property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="y_options"></property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-10-30 04:41:08 +05:30
|
|
|
<object class="GtkEntry" id="address">
|
2009-04-10 00:03:49 +05:30
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2011-11-01 19:12:38 +05:30
|
|
|
<property name="invisible_char">•</property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</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>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="y_options"></property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-10-30 04:41:08 +05:30
|
|
|
<object class="GtkEntry" id="city">
|
2009-04-10 00:03:49 +05:30
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2011-11-01 19:12:38 +05:30
|
|
|
<property name="invisible_char">•</property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2010-10-30 04:41:08 +05:30
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="bottom_attach">4</property>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="y_options"></property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-10-30 04:41:08 +05:30
|
|
|
<object class="GtkEntry" id="state">
|
2009-04-10 00:03:49 +05:30
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2011-11-01 19:12:38 +05:30
|
|
|
<property name="invisible_char">•</property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2010-10-30 04:41:08 +05:30
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="bottom_attach">5</property>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="y_options"></property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-10-30 04:41:08 +05:30
|
|
|
<object class="GtkEntry" id="country">
|
2009-04-10 00:03:49 +05:30
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2011-11-01 19:12:38 +05:30
|
|
|
<property name="invisible_char">•</property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2010-10-30 04:41:08 +05:30
|
|
|
<property name="top_attach">5</property>
|
|
|
|
<property name="bottom_attach">6</property>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="y_options"></property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-10-30 04:41:08 +05:30
|
|
|
<object class="GtkEntry" id="zip">
|
2009-04-10 00:03:49 +05:30
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2011-11-01 19:12:38 +05:30
|
|
|
<property name="invisible_char">•</property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2010-10-30 04:41:08 +05:30
|
|
|
<property name="top_attach">6</property>
|
|
|
|
<property name="bottom_attach">7</property>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="y_options"></property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-10-30 04:41:08 +05:30
|
|
|
<object class="GtkEntry" id="phone">
|
2009-04-10 00:03:49 +05:30
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2011-11-01 19:12:38 +05:30
|
|
|
<property name="invisible_char">•</property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2010-10-30 04:41:08 +05:30
|
|
|
<property name="top_attach">7</property>
|
|
|
|
<property name="bottom_attach">8</property>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="y_options"></property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-10-30 04:41:08 +05:30
|
|
|
<object class="GtkEntry" id="email">
|
2009-04-10 00:03:49 +05:30
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2011-11-01 19:12:38 +05:30
|
|
|
<property name="invisible_char">•</property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2010-10-30 04:41:08 +05:30
|
|
|
<property name="top_attach">8</property>
|
|
|
|
<property name="bottom_attach">9</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label9">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2011-11-01 19:12:38 +05:30
|
|
|
<property name="label" translatable="yes">_Locality:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">locality</property>
|
2010-10-30 04:41:08 +05:30
|
|
|
</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="GtkEntry" id="locality">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2011-11-01 19:12:38 +05:30
|
|
|
<property name="invisible_char">●</property>
|
2010-10-30 04:41:08 +05:30
|
|
|
</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>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="position">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkHSeparator" id="hseparator1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="padding">3</property>
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkHButtonBox" id="action_area">
|
|
|
|
<property name="visible">True</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>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="help_button">
|
|
|
|
<property name="label">gtk-help</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_help_button_clicked"/>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">2</property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">0</property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2009-05-18 21:06:03 +05:30
|
|
|
<object class="GtkMenu" id="popup_menu">
|
|
|
|
<child>
|
|
|
|
<object class="GtkImageMenuItem" id="copy_from_db_to_preferences">
|
|
|
|
<property name="label">Copy from DB to Preferences</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="accel_group">accelgroup1</property>
|
|
|
|
<signal name="activate" handler="on_menu_activate"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImageMenuItem" id="copy_from_preferences_to_db">
|
|
|
|
<property name="label">Copy from Preferences to DB</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="accel_group">accelgroup1</property>
|
|
|
|
<signal name="activate" handler="on_menu_activate"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<object class="GtkAccelGroup" id="accelgroup1"/>
|
2009-04-10 00:03:49 +05:30
|
|
|
</interface>
|