plugins/db.mysql.editors/linux/res/editor_mysql_table.glade (2,227 lines of code) (raw):

<?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.18.3 --> <interface> <requires lib="gtk+" version="3.8"/> <object class="GtkListStore" id="liststore1"> <columns> <!-- column-name text --> <column type="gchararray"/> </columns> </object> <object class="GtkListStore" id="liststore10"> <columns> <!-- column-name text --> <column type="gchararray"/> </columns> </object> <object class="GtkListStore" id="liststore11"> <columns> <!-- column-name text --> <column type="gchararray"/> </columns> </object> <object class="GtkListStore" id="liststore12"> <columns> <!-- column-name text --> <column type="gchararray"/> </columns> </object> <object class="GtkListStore" id="liststore13"> <columns> <!-- column-name text --> <column type="gchararray"/> </columns> </object> <object class="GtkListStore" id="liststore14"> <columns> <!-- column-name text --> <column type="gchararray"/> </columns> </object> <object class="GtkListStore" id="liststore15"> <columns> <!-- column-name text --> <column type="gchararray"/> </columns> </object> <object class="GtkListStore" id="liststore16"> <columns> <!-- column-name text --> <column type="gchararray"/> </columns> </object> <object class="GtkListStore" id="liststore2"> <columns> <!-- column-name text --> <column type="gchararray"/> </columns> </object> <object class="GtkListStore" id="liststore3"> <columns> <!-- column-name text --> <column type="gchararray"/> </columns> </object> <object class="GtkListStore" id="liststore4"> <columns> <!-- column-name text --> <column type="gchararray"/> </columns> </object> <object class="GtkListStore" id="liststore5"> <columns> <!-- column-name text --> <column type="gchararray"/> </columns> </object> <object class="GtkListStore" id="liststore6"> <columns> <!-- column-name text --> <column type="gchararray"/> </columns> </object> <object class="GtkListStore" id="liststore7"> <columns> <!-- column-name text --> <column type="gchararray"/> </columns> </object> <object class="GtkListStore" id="liststore8"> <columns> <!-- column-name text --> <column type="gchararray"/> </columns> </object> <object class="GtkListStore" id="liststore9"> <columns> <!-- column-name text --> <column type="gchararray"/> </columns> </object> <object class="GtkNotebook" id="mysql_editor_notebook"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="show_border">False</property> <child> <object class="GtkBox" id="table_page_box"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="border_width">8</property> <child> <object class="GtkAlignment" id="table_editor_image_alignment"> <property name="visible">True</property> <property name="can_focus">False</property> <child> <object class="GtkImage" id="table_editor_image"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="yalign">0</property> <property name="xpad">10</property> <property name="stock">gtk-missing-image</property> </object> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkGrid" id="table1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="row_spacing">8</property> <property name="column_spacing">8</property> <child> <object class="GtkLabel" id="label17"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Charset/Collation:</property> <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkComboBox" id="engine_combo"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="model">liststore4</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkScrolledWindow" id="scrolledwindow4"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="shadow_type">in</property> <child> <object class="GtkTextView" id="table_comments"> <property name="visible">True</property> <property name="can_focus">True</property> </object> </child> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">3</property> <property name="width">2</property> </packing> </child> <child> <object class="GtkLabel" id="label10"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="ypad">2</property> <property name="label" translatable="yes">Comment:</property> <property name="xalign">1</property> <property name="yalign">0</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">3</property> </packing> </child> <child> <object class="GtkLabel" id="label21"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">&lt;small&gt;The charset/collation specifies which language specific characters can be stored in the table and their sort order. Common choices are Latin1 or UTF8&lt;/small&gt;</property> <property name="use_markup">True</property> <property name="wrap">True</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkEntry" id="table_name"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="valign">center</property> <property name="invisible_char">•</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkLabel" id="label22"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">&lt;small&gt;The database engine that is used for the table. This option affects performance, data consistency and more&lt;/small&gt;</property> <property name="use_markup">True</property> <property name="wrap">True</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkLabel" id="label20"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">&lt;small&gt;The name of the table. It is recommended to use alpha-numeric characters. Spaces should be avoided and be replaced by _&lt;/small&gt;</property> <property name="use_markup">True</property> <property name="wrap">True</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkLabel" id="label8"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Name:</property> <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkLabel" id="label18"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Engine:</property> <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkBox" id="box2"> <property name="visible">True</property> <property name="can_focus">False</property> <child> <object class="GtkComboBox" id="charset_combo"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> <property name="model">liststore15</property> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkComboBox" id="collation_combo"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> <property name="model">liststore3</property> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">1</property> </packing> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">2</property> </packing> </child> </object> </child> <child type="tab"> <object class="GtkLabel" id="note_table_label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Table</property> </object> <packing> <property name="tab_fill">False</property> </packing> </child> <child> <object class="GtkBox" id="box1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <child> <object class="GtkScrolledWindow" id="table_columns_holder"> <property name="width_request">600</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <child> <placeholder/> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkGrid" id="grid1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_left">5</property> <property name="margin_right">5</property> <property name="margin_top">5</property> <property name="margin_bottom">5</property> <property name="row_spacing">8</property> <property name="column_spacing">4</property> <child> <object class="GtkLabel" id="label9"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="label" translatable="yes">Column Details</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> <property name="width">2</property> </packing> </child> <child> <object class="GtkBox" id="box4"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">start</property> <child> <object class="GtkComboBox" id="column_charset_combo"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="model">liststore16</property> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkComboBox" id="column_collation_combo"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="model">liststore1</property> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkLabel" id="label23"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Comment:</property> <property name="xalign">0</property> <property name="yalign">0</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkScrolledWindow" id="scrolledwindow2"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="shadow_type">in</property> <child> <object class="GtkTextView" id="column_comment"> <property name="visible">True</property> <property name="can_focus">True</property> </object> </child> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">2</property> <property name="width">2</property> </packing> </child> <child> <object class="GtkLabel" id="label24"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="valign">start</property> <property name="label" translatable="yes">Charset/Collation:</property> <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkBox" id="gc_storage_type_box"> <property name="can_focus">False</property> <property name="valign">start</property> <property name="orientation">vertical</property> <child> <object class="GtkLabel" id="gc_storage_lbl"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Generated Column Storage Type</property> <property name="xalign">0</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkBox" id="box3"> <property name="visible">True</property> <property name="can_focus">False</property> <child> <object class="GtkRadioButton" id="gc_virtual_radio"> <property name="label" translatable="yes">VIRTUAL</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> <property name="group">gc_stored_radio</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkRadioButton" id="gc_stored_radio"> <property name="label" translatable="yes">STORED</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="xalign">0</property> <property name="yalign">0.54000002145767212</property> <property name="active">True</property> <property name="draw_indicator">True</property> <property name="group">gc_virtual_radio</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">0</property> <property name="height">2</property> </packing> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="position">1</property> </packing> </child> <child type="tab"> <object class="GtkLabel" id="note_columns_label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Columns</property> </object> <packing> <property name="position">1</property> <property name="tab_fill">False</property> </packing> </child> <child> <object class="GtkBox" id="hbox5"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">4</property> <child> <object class="GtkScrolledWindow" id="scrolledwindow9"> <property name="visible">True</property> <property name="can_focus">True</property> <child> <object class="GtkTreeView" id="indexes"> <property name="visible">True</property> <property name="can_focus">True</property> <child internal-child="selection"> <object class="GtkTreeSelection" id="treeview-selection1"/> </child> </object> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkBox" id="vbox3"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <child> <object class="GtkBox" id="hbox6"> <property name="visible">True</property> <property name="can_focus">False</property> <child> <object class="GtkLabel" id="label26"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Index Columns</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkSeparator" id="hseparator3"> <property name="visible">True</property> <property name="can_focus">False</property> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="padding">2</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkScrolledWindow" id="scrolledwindow10"> <property name="visible">True</property> <property name="can_focus">True</property> <child> <object class="GtkTreeView" id="index_columns"> <property name="visible">True</property> <property name="can_focus">True</property> <child internal-child="selection"> <object class="GtkTreeSelection" id="treeview-selection2"/> </child> </object> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkBox" id="vbox4"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <child> <object class="GtkBox" id="hbox7"> <property name="visible">True</property> <property name="can_focus">False</property> <child> <object class="GtkLabel" id="label27"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Index Options</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkSeparator" id="hseparator4"> <property name="visible">True</property> <property name="can_focus">False</property> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="padding">2</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkGrid" id="grid2"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="row_spacing">6</property> <property name="column_spacing">2</property> <child> <object class="GtkEntry" id="index_parser"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkComboBox" id="index_storage_combo"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="model">liststore2</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkLabel" id="label29"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Storage Type:</property> <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkLabel" id="label30"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Key Block Size:</property> <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkLabel" id="label31"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Parser:</property> <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkEntry" id="index_key_block_size"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkCheckButton" id="index_visibility"> <property name="label" translatable="yes">Visible</property> <property name="name">Index visibility</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">3</property> <property name="width">2</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkBox" id="hbox8"> <property name="visible">True</property> <property name="can_focus">False</property> <child> <object class="GtkLabel" id="label28"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Index Comment</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="padding">5</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkSeparator" id="hseparator5"> <property name="visible">True</property> <property name="can_focus">False</property> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="padding">4</property> <property name="position">2</property> </packing> </child> <child> <object class="GtkScrolledWindow" id="scrolledwindow1"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="shadow_type">in</property> <child> <object class="GtkTextView" id="index_comment"> <property name="visible">True</property> <property name="can_focus">True</property> </object> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">3</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">2</property> </packing> </child> </object> <packing> <property name="position">2</property> </packing> </child> <child type="tab"> <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Indexes</property> </object> <packing> <property name="position">2</property> <property name="tab_fill">False</property> </packing> </child> <child> <object class="GtkBox" id="fk_page_top_box"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <child> <object class="GtkBox" id="fk_page_content_box"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">4</property> <child> <object class="GtkScrolledWindow" id="scrolledwindow11"> <property name="visible">True</property> <property name="can_focus">True</property> <child> <object class="GtkTreeView" id="fks"> <property name="visible">True</property> <property name="can_focus">True</property> <child internal-child="selection"> <object class="GtkTreeSelection" id="treeview-selection3"/> </child> </object> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkBox" id="vbox2"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <child> <object class="GtkBox" id="hbox10"> <property name="visible">True</property> <property name="can_focus">False</property> <child> <object class="GtkLabel" id="label3"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Foreign Key Columns</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkSeparator" id="hseparator6"> <property name="visible">True</property> <property name="can_focus">False</property> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="padding">2</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkScrolledWindow" id="scrolledwindow12"> <property name="visible">True</property> <property name="can_focus">True</property> <child> <object class="GtkTreeView" id="fk_columns"> <property name="visible">True</property> <property name="can_focus">True</property> <child internal-child="selection"> <object class="GtkTreeSelection" id="treeview-selection4"/> </child> </object> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkBox" id="vbox8"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <child> <object class="GtkBox" id="hbox11"> <property name="visible">True</property> <property name="can_focus">False</property> <child> <object class="GtkLabel" id="label4"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Foreign Key Options</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkSeparator" id="hseparator7"> <property name="visible">True</property> <property name="can_focus">False</property> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="padding">2</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkGrid" id="index_options_table1_1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="row_spacing">6</property> <property name="column_spacing">2</property> <child> <object class="GtkLabel" id="fk_index_name"> <property name="can_focus">False</property> <property name="no_show_all">True</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkLabel" id="label67"> <property name="can_focus">False</property> <property name="no_show_all">True</property> <property name="xpad">5</property> <property name="label" translatable="yes">Index:</property> <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkComboBox" id="fk_update"> <property name="width_request">125</property> <property name="visible">True</property> <property name="can_focus">False</property> <property name="model">liststore12</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkLabel" id="label7"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">On Update:</property> <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkComboBox" id="fk_delete"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="model">liststore13</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkLabel" id="label6"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xpad">5</property> <property name="label" translatable="yes">On Delete:</property> <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkBox" id="hbox12"> <property name="visible">True</property> <property name="can_focus">False</property> <child> <object class="GtkLabel" id="label11"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Foreign Key Comment</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="padding">5</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkSeparator" id="hseparator8"> <property name="visible">True</property> <property name="can_focus">False</property> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="padding">4</property> <property name="position">2</property> </packing> </child> <child> <object class="GtkScrolledWindow" id="scrolledwindow6"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="shadow_type">in</property> <child> <object class="GtkTextView" id="fk_comment"> <property name="visible">True</property> <property name="can_focus">True</property> </object> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">3</property> </packing> </child> <child> <object class="GtkCheckButton" id="fk_model_only"> <property name="label" translatable="yes">Skip in SQL generation</property> <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="xalign">0.5</property> <property name="draw_indicator">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">4</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">2</property> </packing> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="fk_page_not_supported_label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">label</property> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="padding">16</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="position">3</property> </packing> </child> <child type="tab"> <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Foreign Keys</property> </object> <packing> <property name="position">3</property> <property name="tab_fill">False</property> </packing> </child> <child> <object class="GtkBox" id="trigger_code_holder"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> </object> <packing> <property name="position">4</property> </packing> </child> <child type="tab"> <object class="GtkLabel" id="label5"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Triggers</property> </object> <packing> <property name="position">4</property> <property name="tab_fill">False</property> </packing> </child> <child> <object class="GtkBox" id="vbox5"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <child> <object class="GtkBox" id="hbox13"> <property name="visible">True</property> <property name="can_focus">False</property> <child> <object class="GtkCheckButton" id="enable_part_checkbutton"> <property name="label" translatable="yes">Enable Partitioning</property> <property name="use_action_appearance">False</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="xalign">0.5</property> <property name="draw_indicator">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkSeparator" id="hseparator9"> <property name="visible">True</property> <property name="can_focus">False</property> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkGrid" id="grid3"> <property name="visible">True</property> <property name="can_focus">False</property> <child> <object class="GtkLabel" id="label13"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Partition by: </property> <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkLabel" id="label14"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes"> Subpartition by: </property> <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkLabel" id="label15"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes"> Parameters: </property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkLabel" id="label16"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes"> Parameters: </property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkComboBox" id="subpart_by_combo"> <property name="width_request">96</property> <property name="visible">True</property> <property name="can_focus">False</property> <property name="model">liststore8</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkComboBox" id="part_by_combo"> <property name="width_request">96</property> <property name="visible">True</property> <property name="can_focus">False</property> <property name="model">liststore7</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkCheckButton" id="subpart_manual_checkbtn"> <property name="label" translatable="yes">Manual</property> <property name="use_action_appearance">False</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="xalign">0.5</property> <property name="draw_indicator">True</property> </object> <packing> <property name="left_attach">6</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkCheckButton" id="part_manual_checkbtn"> <property name="label" translatable="yes">Manual</property> <property name="use_action_appearance">False</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="xalign">0.5</property> <property name="draw_indicator">True</property> </object> <packing> <property name="left_attach">6</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkLabel" id="label32"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes"> Subpartition Count: </property> <property name="xalign">1</property> </object> <packing> <property name="left_attach">4</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkLabel" id="label19"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes"> Partition Count: </property> <property name="xalign">1</property> </object> <packing> <property name="left_attach">4</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkEntry" id="subpart_params_entry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> </object> <packing> <property name="left_attach">3</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkEntry" id="part_params_entry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> </object> <packing> <property name="left_attach">3</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkEntry" id="part_count_entry"> <property name="width_request">96</property> <property name="visible">True</property> <property name="can_focus">True</property> </object> <packing> <property name="left_attach">5</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkEntry" id="subpart_count_entry"> <property name="width_request">96</property> <property name="visible">True</property> <property name="can_focus">True</property> </object> <packing> <property name="left_attach">5</property> <property name="top_attach">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkScrolledWindow" id="scrolledwindow13"> <property name="visible">True</property> <property name="can_focus">True</property> <child> <object class="GtkTreeView" id="part_tv"> <property name="visible">True</property> <property name="can_focus">True</property> <child internal-child="selection"> <object class="GtkTreeSelection" id="treeview-selection5"/> </child> </object> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="padding">8</property> <property name="position">2</property> </packing> </child> </object> <packing> <property name="position">5</property> </packing> </child> <child type="tab"> <object class="GtkLabel" id="label12"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Partitioning</property> </object> <packing> <property name="position">5</property> <property name="tab_fill">False</property> </packing> </child> <child> <object class="GtkScrolledWindow" id="scrolledwindow3"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="shadow_type">in</property> <child> <object class="GtkViewport" id="viewport1"> <property name="visible">True</property> <property name="can_focus">False</property> <child> <object class="GtkGrid" id="grid4"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="row_spacing">4</property> <child> <object class="GtkLabel" id="label64"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xpad">4</property> <property name="label" translatable="yes">&lt;small&gt;The union table which should be used for inserts&lt;/small&gt;</property> <property name="use_markup">True</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">17</property> </packing> </child> <child> <object class="GtkLabel" id="label63"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xpad">4</property> <property name="label" translatable="yes">&lt;small&gt;List of MyISAM tables that should be used by MERGE table.&lt;/small&gt;</property> <property name="use_markup">True</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">16</property> </packing> </child> <child> <object class="GtkSeparator" id="hseparator11"> <property name="visible">True</property> <property name="can_focus">False</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">15</property> </packing> </child> <child> <object class="GtkLabel" id="label61"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xpad">4</property> <property name="label" translatable="yes">&lt;small&gt;Directory where to put the tables index file. This works only for MyISAM tables only and not on some operating systems (Windows).&lt;/small&gt;</property> <property name="use_markup">True</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">14</property> </packing> </child> <child> <object class="GtkLabel" id="label59"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xpad">4</property> <property name="label" translatable="yes">&lt;small&gt;Directory where to put the tables data file. This works only for MyISAM tables only and not on some operating systems (Windows).&lt;/small&gt;</property> <property name="use_markup">True</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">13</property> </packing> </child> <child> <object class="GtkSeparator" id="hseparator19"> <property name="visible">True</property> <property name="can_focus">False</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">12</property> </packing> </child> <child> <object class="GtkLabel" id="label47"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xpad">4</property> <property name="label" translatable="yes">&lt;small&gt;Activate this option if you want MySQL to maintain a live checksum for all rows. This makes the table a little slower to update, but also makes it easier to find corrupted tables.&lt;/small&gt;</property> <property name="use_markup">True</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">11</property> </packing> </child> <child> <object class="GtkLabel" id="label56"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xpad">4</property> <property name="label" translatable="yes">&lt;small&gt;The maximum number of rows you plan to store in the table&lt;/small&gt;</property> <property name="use_markup">True</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">10</property> </packing> </child> <child> <object class="GtkLabel" id="label48"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xpad">4</property> <property name="label" translatable="yes">&lt;small&gt;The minimum number of rows you plan to store in the table&lt;/small&gt;</property> <property name="use_markup">True</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">9</property> </packing> </child> <child> <object class="GtkLabel" id="label49"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xpad">4</property> <property name="label" translatable="yes">&lt;small&gt;An approximation of the average row length for your table. You need to set this only for large tables with variable-size records.&lt;/small&gt;</property> <property name="use_markup">True</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">8</property> </packing> </child> <child> <object class="GtkLabel" id="label65"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xpad">4</property> <property name="label" translatable="yes">&lt;small&gt;Defines InnoDB page size compression&lt;/small&gt;</property> <property name="use_markup">True</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">7</property> </packing> </child> <child> <object class="GtkLabel" id="label50"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xpad">4</property> <property name="label" translatable="yes">&lt;small&gt;Defines how the rows in MyISAM tables should be stored. The option value can FIXED or DYNAMIC for static or variable-length row format. The utility myisampack can be used to set the type to COMPRESSED.&lt;/small&gt;</property> <property name="use_markup">True</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">6</property> </packing> </child> <child> <object class="GtkSeparator" id="hseparator17"> <property name="visible">True</property> <property name="can_focus">False</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">5</property> </packing> </child> <child> <object class="GtkLabel" id="label44"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xpad">4</property> <property name="label" translatable="yes">&lt;small&gt;Use this option to delay the key updates until the table is closed. This works for MyISAM only.&lt;/small&gt;</property> <property name="use_markup">True</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">4</property> </packing> </child> <child> <object class="GtkLabel" id="label43"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xpad">4</property> <property name="label" translatable="yes">&lt;small&gt;The initial AUTO_INCREMENT value for the table.&lt;/small&gt;</property> <property name="use_markup">True</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">3</property> </packing> </child> <child> <object class="GtkLabel" id="label42"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xpad">4</property> <property name="label" translatable="yes">&lt;small&gt;Password to encrypt the table definition file. This option does not do anything in the standard MySQL version.&lt;/small&gt;</property> <property name="use_markup">True</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkLabel" id="label41"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xpad">4</property> <property name="label" translatable="yes">&lt;small&gt;Use this option to generate smaller indices. This usually makes updates slower and reads faster. Setting it to DEFAULT tells the storage engine to only pack long CHAR/VARCHAR columns.&lt;/small&gt;</property> <property name="use_markup">True</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkLabel" id="label62"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Merge Method: </property> <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">17</property> </packing> </child> <child> <object class="GtkLabel" id="label34"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Union Tables: </property> <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">16</property> </packing> </child> <child> <object class="GtkLabel" id="label37"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="ypad">4</property> <property name="label" translatable="yes">Merge Table Options</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">15</property> </packing> </child> <child> <object class="GtkLabel" id="label66"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Index Directoty: </property> <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">14</property> </packing> </child> <child> <object class="GtkLabel" id="label60"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Data Directory: </property> <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">13</property> </packing> </child> <child> <object class="GtkLabel" id="label36"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="ypad">4</property> <property name="label" translatable="yes">Storage Options</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">12</property> </packing> </child> <child> <object class="GtkLabel" id="label46"> <property name="visible">True</property> <property name="can_focus">False</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">11</property> </packing> </child> <child> <object class="GtkLabel" id="label54"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Max. Rows: </property> <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">10</property> </packing> </child> <child> <object class="GtkLabel" id="label51"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Min. Rows: </property> <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">9</property> </packing> </child> <child> <object class="GtkLabel" id="label52"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Avg. Row Length: </property> <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">8</property> </packing> </child> <child> <object class="GtkLabel" id="label25"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Key Block Size:</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">7</property> </packing> </child> <child> <object class="GtkLabel" id="label53"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Row Format: </property> <property name="xalign">1</property> <property name="yalign">0.15999999642372131</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">6</property> </packing> </child> <child> <object class="GtkLabel" id="label35"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="ypad">4</property> <property name="label" translatable="yes">Row Options</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">5</property> </packing> </child> <child> <object class="GtkLabel" id="label45"> <property name="visible">True</property> <property name="can_focus">False</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">4</property> </packing> </child> <child> <object class="GtkLabel" id="label40"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Auto Increment: </property> <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">3</property> </packing> </child> <child> <object class="GtkLabel" id="label39"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Table Password: </property> <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkLabel" id="label38"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Pack Keys: </property> <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkComboBox" id="merge_method_combo"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="model">liststore9</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">17</property> </packing> </child> <child> <object class="GtkEntry" id="union_tables_entry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">16</property> </packing> </child> <child> <object class="GtkSeparator" id="hseparator10"> <property name="visible">True</property> <property name="can_focus">False</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">15</property> </packing> </child> <child> <object class="GtkEntry" id="index_directory_entry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">14</property> </packing> </child> <child> <object class="GtkEntry" id="data_directory_entry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">13</property> </packing> </child> <child> <object class="GtkSeparator" id="hseparator18"> <property name="visible">True</property> <property name="can_focus">False</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">12</property> </packing> </child> <child> <object class="GtkCheckButton" id="use_checksum_toggle"> <property name="label" translatable="yes">Use checksum</property> <property name="use_action_appearance">False</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="xalign">0.5</property> <property name="draw_indicator">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">11</property> </packing> </child> <child> <object class="GtkEntry" id="max_rows_entry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">10</property> </packing> </child> <child> <object class="GtkEntry" id="min_rows_entry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">9</property> </packing> </child> <child> <object class="GtkEntry" id="avg_row_length_entry"> <property name="width_request">128</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">8</property> </packing> </child> <child> <object class="GtkComboBox" id="key_block_size_combo"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="model">liststore14</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">7</property> </packing> </child> <child> <object class="GtkBox" id="vbox7"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <child> <object class="GtkComboBox" id="row_format_combo"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="model">liststore11</property> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="label55"> <property name="visible">True</property> <property name="can_focus">False</property> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">6</property> </packing> </child> <child> <object class="GtkCheckButton" id="delay_key_updates_toggle"> <property name="label" translatable="yes">Delay Key Updates</property> <property name="use_action_appearance">False</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="xalign">0.5</property> <property name="draw_indicator">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">4</property> </packing> </child> <child> <object class="GtkEntry" id="auto_increment_entry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">3</property> </packing> </child> <child> <object class="GtkEntry" id="table_password_entry"> <property name="width_request">128</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkComboBox" id="pack_keys_combo"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="model">liststore10</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkSeparator" id="hseparator16"> <property name="visible">True</property> <property name="can_focus">False</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">5</property> </packing> </child> <child> <object class="GtkLabel" id="label58"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="ypad">4</property> <property name="label" translatable="yes">General Options</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkSeparator" id="hseparator14"> <property name="visible">True</property> <property name="can_focus">False</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkSeparator" id="hseparator15"> <property name="visible">True</property> <property name="can_focus">False</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">0</property> </packing> </child> </object> </child> </object> </child> </object> <packing> <property name="position">6</property> </packing> </child> <child type="tab"> <object class="GtkLabel" id="label33"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Options</property> </object> <packing> <property name="position">6</property> <property name="tab_fill">False</property> </packing> </child> </object> <object class="GtkMenu" id="menu1"> <property name="visible">True</property> <property name="can_focus">False</property> </object> </interface>