<?xml version="1.0" encoding="UTF-8"?> <interface> <!-- interface-requires gtk+ 2.12 --> <!-- interface-naming-policy toplevel-contextual --> <object class="GtkAdjustment" id="adjustment1"> <property name="value">1</property> <property name="upper">255</property> <property name="step_increment">1</property> <property name="page_increment">10</property> </object> <object class="GtkAdjustment" id="adjustment2"> <property name="value">1</property> <property name="upper">255</property> <property name="step_increment">1</property> <property name="page_increment">10</property> </object> <object class="GtkDialog" id="ap_UnixDialog_FormatFootnotes"> <property name="visible">True</property> <property name="border_width">5</property> <property name="title" translatable="yes">Format Footnotes and Endnotes</property> <property name="resizable">False</property> <property name="modal">True</property> <property name="type_hint">normal</property> <child internal-child="vbox"> <object class="GtkVBox" id="vbxDialog"> <property name="visible">True</property> <property name="orientation">vertical</property> <property name="spacing">2</property> <child> <object class="GtkVBox" id="vbxContent"> <property name="visible">True</property> <property name="border_width">5</property> <property name="orientation">vertical</property> <property name="spacing">18</property> <child> <object class="GtkTable" id="tblFootnote"> <property name="visible">True</property> <property name="n_rows">2</property> <property name="n_columns">2</property> <property name="row_spacing">6</property> <child> <object class="GtkLabel" id="lbFootnote"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes"><b>%s</b></property> <property name="use_markup">True</property> </object> <packing> <property name="right_attach">2</property> <property name="x_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkLabel" id="lbSpacer_Footnote"> <property name="width_request">18</property> <property name="visible">True</property> <property name="xalign">0</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">GTK_FILL</property> </packing> </child> <child> <object class="GtkTable" id="tblFootnote_Inner"> <property name="visible">True</property> <property name="n_rows">3</property> <property name="n_columns">2</property> <property name="column_spacing">12</property> <property name="row_spacing">6</property> <child> <object class="GtkLabel" id="lbFootnoteStyle"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Footnote Style:</property> </object> <packing> <property name="x_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkLabel" id="lbFootnoteRestart"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Numbering:</property> </object> <packing> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkLabel" id="lbFootnoteValue"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Initial Footnote value:</property> </object> <packing> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkComboBox" id="omFootnoteStyle"> <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> </packing> </child> <child> <object class="GtkComboBox" id="omNumbering"> <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> </packing> </child> <child> <object class="GtkHBox" id="hbxFootnoteSpin"> <property name="visible">True</property> <property name="spacing">2</property> <child> <object class="GtkLabel" id="footSpinValueText"> <property name="visible">True</property> <property name="label" translatable="yes">1</property> <property name="justify">right</property> </object> <packing> <property name="position">0</property> </packing> </child> <child> <object class="GtkSpinButton" id="footnoteSpin"> <property name="width_request">1</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="adjustment">adjustment1</property> <property name="climb_rate">1</property> <property name="numeric">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="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">GTK_FILL</property> </packing> </child> </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">GTK_FILL</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkTable" id="tblEndnote"> <property name="visible">True</property> <property name="n_rows">2</property> <property name="n_columns">2</property> <property name="row_spacing">6</property> <child> <object class="GtkLabel" id="lbEndnote"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes"><b>%s</b></property> <property name="use_markup">True</property> </object> <packing> <property name="right_attach">2</property> <property name="x_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkLabel" id="lbSpacer_Endnote"> <property name="width_request">18</property> <property name="visible">True</property> <property name="xalign">0</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">GTK_FILL</property> </packing> </child> <child> <object class="GtkTable" id="tblEndnote_Inner"> <property name="visible">True</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="lbEndnoteStyle"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Endnote Style:</property> </object> <packing> <property name="x_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkLabel" id="lbEndnotePlacement"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Placement:</property> </object> <packing> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkLabel" id="lbEndnoteValue"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Initial Endnote value:</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="GtkCheckButton" id="cbSectionRestart"> <property name="label" translatable="yes">Restart on each Section</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> </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="GtkComboBox" id="omEndnoteStyle"> <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> </packing> </child> <child> <object class="GtkComboBox" id="omEndnotePlacement"> <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> </packing> </child> <child> <object class="GtkHBox" id="hbxEndnoteSpin"> <property name="visible">True</property> <property name="spacing">2</property> <child> <object class="GtkLabel" id="endSpinValueText"> <property name="visible">True</property> <property name="label" translatable="yes">1</property> <property name="justify">right</property> </object> <packing> <property name="padding">1</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkSpinButton" id="endnoteSpin"> <property name="width_request">1</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="adjustment">adjustment2</property> <property name="climb_rate">1</property> <property name="numeric">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="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">GTK_FILL</property> </packing> </child> </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">GTK_FILL</property> </packing> </child> </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="fill">False</property> <property name="position">1</property> </packing> </child> <child internal-child="action_area"> <object class="GtkHButtonBox" id="aaDialog"> <property name="visible">True</property> <property name="layout_style">end</property> <child> <object class="GtkButton" id="btCancel"> <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="btOK"> <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="has_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">btCancel</action-widget> <action-widget response="-5">btOK</action-widget> </action-widgets> </object> </interface>