<?xml version="1.0" ?>
<!--*- mode: xml -*-->
<interface>
  <object class="GtkAdjustment" id="adjustment1">
    <property name="lower">1</property>
    <property name="page_increment">5</property>
    <property name="step_increment">1</property>
    <property name="upper">64</property>
    <property name="value">5</property>
  </object>
  <object class="GtkAdjustment" id="adjustment2">
    <property name="lower">1</property>
    <property name="page_increment">5</property>
    <property name="step_increment">1</property>
    <property name="upper">2000</property>
    <property name="value">2</property>
  </object>
  <object class="GtkAdjustment" id="adjustment3">
    <property name="lower">0.1</property>
    <property name="page_increment">1</property>
    <property name="step_increment">0.1</property>
    <property name="upper">500</property>
    <property name="value">0.7</property>
  </object>
  <object class="GtkDialog" id="ap_UnixDialog_InsertTable">
    <property name="border_width">5</property>
    <property name="modal">True</property>
    <property name="resizable">False</property>
    <property name="visible">True</property>
    <child internal-child="vbox">
      <object class="GtkVBox" id="vbDialog">
        <property name="spacing">2</property>
        <property name="visible">True</property>
        <child>
          <object class="GtkVBox" id="vbContent">
            <property name="border_width">5</property>
            <property name="spacing">18</property>
            <property name="visible">True</property>
            <child>
              <object class="GtkTable" id="tbTableSize">
                <property name="n_columns">2</property>
                <property name="n_rows">2</property>
                <property name="row_spacing">6</property>
                <property name="visible">True</property>
                <child>
                  <object class="GtkLabel" id="lbTableSize">
                    <property name="label" translatable="yes">&lt;b&gt;%s&lt;/b&gt;</property>
                    <property name="use_markup">True</property>
                    <property name="visible">True</property>
                    <property name="xalign">0</property>
                  </object>
                  <packing>
                    <property name="right_attach">2</property>
                    <property name="y_options"></property>
                  </packing>
                </child>
                <child>
                  <object class="GtkLabel" id="lbSpacerTableSize">
                    <property name="visible">True</property>
                    <property name="width_request">18</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="tbTableSizeContent">
                    <property name="column_spacing">12</property>
                    <property name="n_columns">2</property>
                    <property name="n_rows">2</property>
                    <property name="row_spacing">6</property>
                    <property name="visible">True</property>
                    <child>
                      <object class="GtkLabel" id="lbNumCols">
                        <property name="visible">True</property>
                        <property name="xalign">0</property>
                      </object>
                      <packing>
                        <property name="x_options">GTK_FILL</property>
                        <property name="y_options"></property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkSpinButton" id="sbNumCols">
                        <property name="adjustment">adjustment1</property>
                        <property name="can_focus">True</property>
                        <property name="climb_rate">1</property>
                        <property name="numeric">True</property>
                        <property name="visible">True</property>
                        <property name="width_request">64</property>
                      </object>
                      <packing>
                        <property name="left_attach">1</property>
                        <property name="right_attach">2</property>
                        <property name="x_options">GTK_FILL</property>
                        <property name="y_options"></property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkLabel" id="lbNumRows">
                        <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"></property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkSpinButton" id="sbNumRows">
                        <property name="adjustment">adjustment2</property>
                        <property name="can_focus">True</property>
                        <property name="climb_rate">1</property>
                        <property name="numeric">True</property>
                        <property name="visible">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="x_options">GTK_FILL</property>
                        <property name="y_options"></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>
              </packing>
            </child>
            <child>
              <object class="GtkTable" id="tbAutoFit">
                <property name="n_columns">2</property>
                <property name="n_rows">2</property>
                <property name="row_spacing">6</property>
                <property name="visible">True</property>
                <child>
                  <object class="GtkLabel" id="lbAutoFit">
                    <property name="label" translatable="yes">&lt;b&gt;%s&lt;/b&gt;</property>
                    <property name="use_markup">True</property>
                    <property name="visible">True</property>
                    <property name="xalign">0</property>
                  </object>
                  <packing>
                    <property name="right_attach">2</property>
                    <property name="x_options">GTK_FILL</property>
                    <property name="y_options"></property>
                  </packing>
                </child>
                <child>
                  <object class="GtkLabel" id="lbSpacerAutoFit">
                    <property name="visible">True</property>
                    <property name="width_request">18</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="tbAutoFitContent">
                    <property name="column_spacing">12</property>
                    <property name="n_columns">3</property>
                    <property name="n_rows">2</property>
                    <property name="row_spacing">6</property>
                    <property name="visible">True</property>
                    <child>
                      <object class="GtkLabel" id="lbInch">
                        <property name="visible">True</property>
                        <property name="xalign">0</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="GtkRadioButton" id="rbAutoColSize">
                        <property name="active">True</property>
                        <property name="can_focus">True</property>
                        <property name="use_underline">True</property>
                        <property name="visible">True</property>
                      </object>
                      <packing>
                        <property name="right_attach">3</property>
                        <property name="y_options"></property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkSpinButton" id="sbColSize">
                        <property name="adjustment">adjustment3</property>
                        <property name="can_focus">True</property>
                        <property name="climb_rate">1</property>
                        <property name="digits">1</property>
                        <property name="numeric">True</property>
                        <property name="visible">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="x_options">GTK_FILL</property>
                        <property name="y_options"></property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkRadioButton" id="rbFixedColSize">
                        <property name="can_focus">True</property>
                        <property name="group">rbAutoColSize</property>
                        <property name="use_underline">True</property>
                        <property name="visible">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>
                  </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="x_options">GTK_FILL</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="layout_style">GTK_BUTTONBOX_END</property>
            <property name="visible">True</property>
            <child>
              <object class="GtkButton" id="btCancel">
                <property name="can_default">True</property>
                <property name="can_focus">True</property>
                <property name="label">gtk-cancel</property>
                <property name="use_stock">True</property>
                <property name="visible">True</property>
              </object>
              <packing>
                <property name="expand">False</property>
                <property name="fill">False</property>
              </packing>
            </child>
            <child>
              <object class="GtkButton" id="btInsert">
                <property name="can_default">True</property>
                <property name="can_focus">True</property>
                <property name="has_default">True</property>
                <property name="image">image1</property>
                <property name="use_underline">True</property>
                <property name="visible">True</property>
                <child>
                  <object class="GtkImage" id="image1">
                    <property name="stock">gtk-ok</property>
                    <property name="visible">True</property>
                  </object>
                </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="pack_type">GTK_PACK_END</property>
          </packing>
        </child>
      </object>
    </child>
    <action-widgets>
      <action-widget response="-6">btCancel</action-widget>
      <action-widget response="1">btInsert</action-widget>
    </action-widgets>
  </object>
</interface>