207 lines
9.8 KiB
Plaintext
207 lines
9.8 KiB
Plaintext
|
<?xml version="1.0"?>
|
||
|
<interface>
|
||
|
<!-- interface-requires gtk+ 2.12 -->
|
||
|
<!-- interface-naming-policy toplevel-contextual -->
|
||
|
<object class="GtkDialog" id="namefmt_edit">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="modal">True</property>
|
||
|
<property name="default_width">400</property>
|
||
|
<property name="type_hint">dialog</property>
|
||
|
<property name="has_separator">False</property>
|
||
|
<child internal-child="vbox">
|
||
|
<object class="GtkVBox" id="dialog-vbox23">
|
||
|
<property name="visible">True</property>
|
||
|
<child>
|
||
|
<object class="GtkVBox" id="vbox127">
|
||
|
<property name="visible">True</property>
|
||
|
<child>
|
||
|
<object class="GtkTable" id="table76">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="border_width">12</property>
|
||
|
<property name="n_rows">4</property>
|
||
|
<property name="n_columns">2</property>
|
||
|
<property name="column_spacing">12</property>
|
||
|
<property name="row_spacing">6</property>
|
||
|
<child>
|
||
|
<object class="GtkLabel" id="name_label">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="xalign">0</property>
|
||
|
<property name="label" translatable="yes">Format _name:</property>
|
||
|
<property name="use_underline">True</property>
|
||
|
<property name="justify">center</property>
|
||
|
<property name="mnemonic_widget">name_entry</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="x_options">GTK_FILL</property>
|
||
|
<property name="y_options"></property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkLabel" id="format_label">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="xalign">0</property>
|
||
|
<property name="label" translatable="yes">Format _definition:</property>
|
||
|
<property name="use_underline">True</property>
|
||
|
<property name="justify">center</property>
|
||
|
<property name="mnemonic_widget">format_entry</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="GtkEntry" id="name_entry">
|
||
|
<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="y_options"></property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkEntry" id="format_entry">
|
||
|
<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>
|
||
|
<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="GtkLabel" id="label706">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="xalign">0</property>
|
||
|
<property name="xpad">12</property>
|
||
|
<property name="ypad">6</property>
|
||
|
<property name="label" translatable="yes">The following conventions are used:
|
||
|
<tt> <b>%f</b> - Given Name <b>%F</b> - GIVEN NAME
|
||
|
<b>%l</b> - Surname <b>%L</b> - SURNAME
|
||
|
<b>%t</b> - Title <b>%T</b> - TITLE
|
||
|
<b>%p</b> - Prefix <b>%P</b> - PREFIX
|
||
|
<b>%s</b> - Suffix <b>%S</b> - SUFFIX
|
||
|
<b>%c</b> - Call name <b>%C</b> - CALL NAME
|
||
|
<b>%y</b> - Patronymic <b>%Y</b> - PATRONYMIC</tt></property>
|
||
|
<property name="use_markup">True</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child type="label">
|
||
|
<object class="GtkLabel" id="label661">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="label" translatable="yes">Format definition details</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="right_attach">2</property>
|
||
|
<property name="top_attach">3</property>
|
||
|
<property name="bottom_attach">4</property>
|
||
|
<property name="x_options">GTK_FILL</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkLabel" id="example_label">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="xalign">0</property>
|
||
|
<property name="label" translatable="yes">Example:</property>
|
||
|
<property name="justify">center</property>
|
||
|
<property name="mnemonic_widget">example_label</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="example_label1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="xalign">0</property>
|
||
|
<property name="use_markup">True</property>
|
||
|
<property name="justify">center</property>
|
||
|
<property name="angle">360</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="x_options">GTK_FILL</property>
|
||
|
<property name="y_options"></property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child internal-child="action_area">
|
||
|
<object class="GtkHButtonBox" id="dialog-action_area23">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="layout_style">end</property>
|
||
|
<child>
|
||
|
<object class="GtkButton" id="cancelbutton2">
|
||
|
<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>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">False</property>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkButton" id="okbutton2">
|
||
|
<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>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">False</property>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="pack_type">end</property>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<action-widgets>
|
||
|
<action-widget response="-6">cancelbutton2</action-widget>
|
||
|
<action-widget response="-5">okbutton2</action-widget>
|
||
|
</action-widgets>
|
||
|
</object>
|
||
|
</interface>
|