2009-04-10 00:03:49 +05:30
|
|
|
<?xml version="1.0"?>
|
|
|
|
<interface>
|
2009-05-18 21:06:03 +05:30
|
|
|
<!-- interface-requires gtk+ 2.12 -->
|
|
|
|
<!-- 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>
|
2009-04-10 00:03:49 +05:30
|
|
|
<property name="n_rows">8</property>
|
|
|
|
<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>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="label" translatable="yes">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>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="label" translatable="yes">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>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="label" translatable="yes">City:</property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</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>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="label" translatable="yes">State/Province:</property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<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="label5">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="label" translatable="yes">Country:</property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<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="label6">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="label" translatable="yes">ZIP/Postal Code:</property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<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="label7">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="label" translatable="yes">Phone:</property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<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="label8">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="label" translatable="yes">Email:</property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<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="GtkEntry" id="entry1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="invisible_char">•</property>
|
|
|
|
</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>
|
|
|
|
<object class="GtkEntry" id="entry2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="invisible_char">•</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>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="y_options"></property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="entry3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="invisible_char">•</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>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="y_options"></property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="entry4">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="invisible_char">•</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<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>
|
|
|
|
<object class="GtkEntry" id="entry5">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="invisible_char">•</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>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="y_options"></property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="entry6">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="invisible_char">•</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>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="y_options"></property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="entry7">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="invisible_char">•</property>
|
|
|
|
</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>
|
2009-05-15 01:45:59 +05:30
|
|
|
<property name="y_options"></property>
|
2009-04-10 00:03:49 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="entry8">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="invisible_char">•</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<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>
|
|
|
|
</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>
|