<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
<glade-interface>
  <widget class="GtkWindow" id="main_window">
    <property name="title">MySQL Query Browser</property>
    <property name="default_width">800</property>
    <property name="default_height">600</property>
    <child>
      <widget class="GtkVPaned" id="vpaned1">
        <property name="visible">True</property>
        <child>
          <widget class="GtkVBox" id="work_area">
            <property name="visible">True</property>
            <property name="spacing">2</property>
            <child>
              <widget class="GtkMenuBar" id="menubar1">
                <property name="visible">True</property>
                <child>
                  <widget class="GtkMenuItem" id="menuitem1">
                    <property name="visible">True</property>
                    <property name="label">_File</property>
                    <property name="use_underline">True</property>
                    <child>
                      <widget class="GtkMenu" id="menuitem1_menu">
                        <child>
                          <widget class="GtkMenuItem" id="new_connection2">
                            <property name="visible">True</property>
                            <property name="label">_New Connection...</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_new_connection2_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkSeparatorMenuItem" id="separator22">
                            <property name="visible">True</property>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="new_query_tab1">
                            <property name="visible">True</property>
                            <property name="label">New _Query Tab</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_new_tab1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="new_script_tab1">
                            <property name="visible">True</property>
                            <property name="label">New S_cript Tab</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_new_script_tab1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="load_query1">
                            <property name="visible">True</property>
                            <property name="label">_Open Query...</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_load_query1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="load_script1">
                            <property name="visible">True</property>
                            <property name="label">Open Script...</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_load_script1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="open_recent1">
                            <property name="visible">True</property>
                            <property name="label">Open Recent</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_open_recent1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkSeparatorMenuItem" id="separator17">
                            <property name="visible">True</property>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="save1">
                            <property name="visible">True</property>
                            <property name="label">_Save</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_save1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="save_query1">
                            <property name="visible">True</property>
                            <property name="label">Save _As...</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_save_query1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="export_resultset1">
                            <property name="visible">True</property>
                            <property name="label">Export _Resultset</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_save_results1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="close_tab1">
                            <property name="visible">True</property>
                            <property name="label">Close Tab</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_close_tab1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkSeparatorMenuItem" id="separator21">
                            <property name="visible">True</property>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="select_schema1">
                            <property name="visible">True</property>
                            <property name="label">Select _Schema...</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_select_schema1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkSeparatorMenuItem" id="separator12">
                            <property name="visible">True</property>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="quit2">
                            <property name="visible">True</property>
                            <property name="label">_Quit</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_quit2_activate"/>
                          </widget>
                        </child>
                      </widget>
                    </child>
                  </widget>
                </child>
                <child>
                  <widget class="GtkMenuItem" id="edit_menuitem">
                    <property name="visible">True</property>
                    <property name="label">_Edit</property>
                    <property name="use_underline">True</property>
                    <child>
                      <widget class="GtkMenu" id="edit_menuitem_menu">
                        <child>
                          <widget class="GtkImageMenuItem" id="cut1">
                            <property name="visible">True</property>
                            <property name="label">gtk-cut</property>
                            <property name="use_underline">True</property>
                            <property name="use_stock">True</property>
                            <signal name="activate" handler="on_cut1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkImageMenuItem" id="copy1">
                            <property name="visible">True</property>
                            <property name="sensitive">False</property>
                            <property name="label">gtk-copy</property>
                            <property name="use_underline">True</property>
                            <property name="use_stock">True</property>
                            <signal name="activate" handler="on_copy1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="copy_as1">
                            <property name="label">Copy as</property>
                            <property name="use_underline">True</property>
                            <child>
                              <widget class="GtkMenu" id="copy_as1_menu">
                                <child>
                                  <widget class="GtkMenuItem" id="c_code1">
                                    <property name="visible">True</property>
                                    <property name="label">C code</property>
                                    <property name="use_underline">True</property>
                                    <signal name="activate" handler="on_c_code1_activate"/>
                                  </widget>
                                </child>
                                <child>
                                  <widget class="GtkMenuItem" id="java_code1">
                                    <property name="visible">True</property>
                                    <property name="label">Java code</property>
                                    <property name="use_underline">True</property>
                                    <signal name="activate" handler="on_java_code1_activate"/>
                                  </widget>
                                </child>
                                <child>
                                  <widget class="GtkMenuItem" id="php_code1">
                                    <property name="visible">True</property>
                                    <property name="label">PHP code</property>
                                    <property name="use_underline">True</property>
                                    <signal name="activate" handler="on_php_code1_activate"/>
                                  </widget>
                                </child>
                              </widget>
                            </child>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkImageMenuItem" id="copy_row_values1">
                            <property name="visible">True</property>
                            <property name="label">Copy _Row Values</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_copy_row_values1_activate"/>
                            <child internal-child="image">
                              <widget class="GtkImage" id="image1008">
                                <property name="visible">True</property>
                                <property name="stock">gtk-copy</property>
                                <property name="icon_size">1</property>
                              </widget>
                            </child>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkImageMenuItem" id="copy_column_names1">
                            <property name="visible">True</property>
                            <property name="label">Copy Column _Names</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_copy_column_names1_activate"/>
                            <child internal-child="image">
                              <widget class="GtkImage" id="image1009">
                                <property name="visible">True</property>
                                <property name="stock">gtk-copy</property>
                                <property name="icon_size">1</property>
                              </widget>
                            </child>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkImageMenuItem" id="paste1">
                            <property name="visible">True</property>
                            <property name="sensitive">False</property>
                            <property name="label">gtk-paste</property>
                            <property name="use_underline">True</property>
                            <property name="use_stock">True</property>
                            <signal name="activate" handler="on_paste1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkSeparatorMenuItem" id="separator13">
                            <property name="visible">True</property>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkImageMenuItem" id="find1">
                            <property name="visible">True</property>
                            <property name="label">_Find</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_find1_activate"/>
                            <child internal-child="image">
                              <widget class="GtkImage" id="image1010">
                                <property name="visible">True</property>
                                <property name="stock">gtk-find</property>
                                <property name="icon_size">1</property>
                              </widget>
                            </child>
                          </widget>
                        </child>
                      </widget>
                    </child>
                  </widget>
                </child>
                <child>
                  <widget class="GtkMenuItem" id="menuitem3">
                    <property name="visible">True</property>
                    <property name="label">_View</property>
                    <property name="use_underline">True</property>
                    <child>
                      <widget class="GtkMenu" id="menuitem3_menu">
                        <child>
                          <widget class="GtkRadioMenuItem" id="normal_view1">
                            <property name="visible">True</property>
                            <property name="label">_Normal View</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_normal_view1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkRadioMenuItem" id="expand_query_area1">
                            <property name="visible">True</property>
                            <property name="group">normal_view1</property>
                            <property name="label">_Expanded Query Area</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_expand_query_area1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkRadioMenuItem" id="resultset_only1">
                            <property name="visible">True</property>
                            <property name="active">True</property>
                            <property name="group">normal_view1</property>
                            <property name="label">_Resultset Only</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_resultset_only1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkSeparatorMenuItem" id="separator29">
                            <property name="visible">True</property>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkCheckMenuItem" id="sidebar1">
                            <property name="visible">True</property>
                            <property name="active">True</property>
                            <property name="label">_Sidebar</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_sidebar1_activate"/>
                          </widget>
                        </child>
                      </widget>
                    </child>
                  </widget>
                </child>
                <child>
                  <widget class="GtkMenuItem" id="query_menuitem">
                    <property name="visible">True</property>
                    <property name="label">_Query</property>
                    <property name="use_underline">True</property>
                    <child>
                      <widget class="GtkMenu" id="query_menuitem_menu">
                        <child>
                          <widget class="GtkMenuItem" id="add_to_bookmarks1">
                            <property name="visible">True</property>
                            <property name="label">_Bookmark...</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_add_to_bookmarks1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="manage_bookmarks1">
                            <property name="label">_Manage Bookmarks...</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_manage_bookmarks1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkSeparatorMenuItem" id="separator23">
                            <property name="visible">True</property>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="execute1">
                            <property name="visible">True</property>
                            <property name="label">_Execute</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_execute1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="stop1">
                            <property name="visible">True</property>
                            <property name="label">_Stop</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_stop1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkSeparatorMenuItem" id="separator24">
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkImageMenuItem" id="edit_results1">
                            <property name="label">_Edit Resultset</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_edit_results1_activate"/>
                            <child internal-child="image">
                              <widget class="GtkImage" id="image1011">
                                <property name="visible">True</property>
                                <property name="pixbuf">rs_edit.png</property>
                              </widget>
                            </child>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkImageMenuItem" id="save_editions1">
                            <property name="label">_Save Editions</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_save_editions1_activate"/>
                            <child internal-child="image">
                              <widget class="GtkImage" id="image1012">
                                <property name="visible">True</property>
                                <property name="pixbuf">rs_apply.png</property>
                              </widget>
                            </child>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkImageMenuItem" id="cancel_editions1">
                            <property name="label">_Cancel Editions</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_cancel_editions1_activate"/>
                            <child internal-child="image">
                              <widget class="GtkImage" id="image1013">
                                <property name="visible">True</property>
                                <property name="pixbuf">rs_discard.png</property>
                              </widget>
                            </child>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkSeparatorMenuItem" id="separator33">
                            <property name="visible">True</property>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="start_transaction">
                            <property name="visible">True</property>
                            <property name="label">_Start Transaction</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_start_transaction1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="commit_transaction">
                            <property name="visible">True</property>
                            <property name="label">_Commit Transaction</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_commit_transaction1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="rollback_transaction">
                            <property name="visible">True</property>
                            <property name="label">_Rollback Transaction</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_rollback_transaction1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkSeparatorMenuItem" id="separator28">
                            <property name="visible">True</property>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="explain_query1">
                            <property name="visible">True</property>
                            <property name="label">_Explain Query</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_explain_query1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="compare_results1">
                            <property name="visible">True</property>
                            <property name="label">_Compare Results</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_compare_results1_activate"/>
                          </widget>
                        </child>
                      </widget>
                    </child>
                  </widget>
                </child>
                <child>
                  <widget class="GtkMenuItem" id="script_menuitem">
                    <property name="visible">True</property>
                    <property name="label">_Script</property>
                    <property name="use_underline">True</property>
                    <child>
                      <widget class="GtkMenu" id="script_menuitem_menu">
                        <child>
                          <widget class="GtkMenuItem" id="run1">
                            <property name="visible">True</property>
                            <property name="label">_Execute</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_run1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="run_selection1">
                            <property name="visible">True</property>
                            <property name="label">Execute _Selection</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_run_selection1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkSeparatorMenuItem" id="separator31">
                            <property name="visible">True</property>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="step_over1">
                            <property name="visible">True</property>
                            <property name="label">Step _Over</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_step_over1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="step_into1">
                            <property name="visible">True</property>
                            <property name="label">Step _Into</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_step_into1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="pause1">
                            <property name="visible">True</property>
                            <property name="label">_Pause</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_pause1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="continue1">
                            <property name="visible">True</property>
                            <property name="label">_Continue</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_continue1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkSeparatorMenuItem" id="separator32">
                            <property name="visible">True</property>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="reset1">
                            <property name="visible">True</property>
                            <property name="label">S_top</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_reset1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkSeparatorMenuItem" id="separator26">
                            <property name="visible">True</property>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="toggle_breakpoint1">
                            <property name="visible">True</property>
                            <property name="label">Toggle _Breakpoint</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_toggle_breakpoint1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="clear_breakpoints1">
                            <property name="visible">True</property>
                            <property name="label">Clear Breakpoints</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_clear_breakpoints1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkSeparatorMenuItem" id="separator30">
                            <property name="visible">True</property>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="create_sp">
                            <property name="visible">True</property>
                            <property name="label">Create Stored _Procedure/Function...</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_create_sp_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="edit_all_sps">
                            <property name="visible">True</property>
                            <property name="label">Edit _All Stored Procedures/Functions</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_edit_all_sps_activate"/>
                          </widget>
                        </child>
                      </widget>
                    </child>
                  </widget>
                </child>
                <child>
                  <widget class="GtkMenuItem" id="tools1">
                    <property name="visible">True</property>
                    <property name="label">_Tools</property>
                    <property name="use_underline">True</property>
                    <child>
                      <widget class="GtkMenu" id="tools1_menu">
                        <child>
                          <widget class="GtkMenuItem" id="mysql_administrator1">
                            <property name="label">MySQL Administrator</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_mysql_administrator1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="mysql_text_console1">
                            <property name="visible">True</property>
                            <property name="label">MySQL Text Console</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_mysql_text_console1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkSeparatorMenuItem" id="separator27">
                            <property name="visible">True</property>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="manage_connections1">
                            <property name="visible">True</property>
                            <property name="label">Manage _Connections...</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_manage_connections1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="preferences1">
                            <property name="visible">True</property>
                            <property name="label">_Preferences...</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_preferences1_activate"/>
                          </widget>
                        </child>
                      </widget>
                    </child>
                  </widget>
                </child>
                <child>
                  <widget class="GtkMenuItem" id="menuitem4">
                    <property name="visible">True</property>
                    <property name="label">_Help</property>
                    <property name="use_underline">True</property>
                    <child>
                      <widget class="GtkMenu" id="menuitem4_menu">
                        <child>
                          <widget class="GtkMenuItem" id="quickstart">
                            <property name="visible">True</property>
                            <property name="label">_Quick Start Guide</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_quickstart_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="help1">
                            <property name="visible">True</property>
                            <property name="label">_Contents</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_about1_activate"/>
                          </widget>
                        </child>
                        <child>
                          <widget class="GtkMenuItem" id="about1">
                            <property name="visible">True</property>
                            <property name="label">_About</property>
                            <property name="use_underline">True</property>
                            <signal name="activate" handler="on_about1_activate"/>
                          </widget>
                        </child>
                      </widget>
                    </child>
                  </widget>
                </child>
              </widget>
              <packing>
                <property name="expand">False</property>
                <property name="fill">False</property>
              </packing>
            </child>
            <child>
              <widget class="GtkHBox" id="query_toolbar">
                <property name="height_request">355</property>
                <property name="visible">True</property>
                <child>
                  <widget class="GtkVBox" id="vbox2">
                    <property name="visible">True</property>
                    <child>
                      <widget class="GtkHBox" id="back_box">
                        <property name="visible">True</property>
                        <child>
                          <widget class="GtkButton" id="goback_btn">
                            <property name="visible">True</property>
                            <property name="relief">GTK_RELIEF_NONE</property>
                            <property name="tooltip">Go back one executed query</property>
                            <child>
                              <widget class="GtkVBox" id="vbox21">
                                <property name="visible">True</property>
                                <child>
                                  <widget class="GtkImage" id="image995">
                                    <property name="visible">True</property>
                                    <property name="pixbuf">query_back.png</property>
                                  </widget>
                                </child>
                                <child>
                                  <widget class="GtkLabel" id="label68">
                                    <property name="visible">True</property>
                                    <property name="label" translatable="yes">&lt;small&gt;Back&lt;/small&gt;</property>
                                    <property name="use_markup">True</property>
                                  </widget>
                                  <packing>
                                    <property name="expand">False</property>
                                    <property name="fill">False</property>
                                    <property name="position">1</property>
                                  </packing>
                                </child>
                              </widget>
                            </child>
                          </widget>
                          <packing>
                            <property name="expand">False</property>
                            <property name="fill">False</property>
                          </packing>
                        </child>
                        <child>
                          <widget class="GtkButton" id="back_btn">
                            <property name="height_request">56</property>
                            <property name="visible">True</property>
                            <property name="relief">GTK_RELIEF_NONE</property>
                            <child>
                              <widget class="GtkImage" id="image31">
                                <property name="visible">True</property>
                                <property name="pixbuf">label_extra.png</property>
                              </widget>
                            </child>
                          </widget>
                          <packing>
                            <property name="expand">False</property>
                            <property name="fill">False</property>
                            <property name="position">1</property>
                          </packing>
                        </child>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkHBox" id="next_box">
                        <property name="visible">True</property>
                        <child>
                          <widget class="GtkButton" id="gonext_btn">
                            <property name="visible">True</property>
                            <property name="relief">GTK_RELIEF_NONE</property>
                            <property name="tooltip">Go forward one executed query</property>
                            <child>
                              <widget class="GtkVBox" id="vbox11">
                                <property name="visible">True</property>
                                <child>
                                  <widget class="GtkImage" id="gonext_image">
                                    <property name="visible">True</property>
                                    <property name="pixbuf">query_next.png</property>
                                  </widget>
                                </child>
                                <child>
                                  <widget class="GtkLabel" id="label20">
                                    <property name="visible">True</property>
                                    <property name="label" translatable="yes">&lt;small&gt;Next&lt;/small&gt;</property>
                                    <property name="use_markup">True</property>
                                  </widget>
                                  <packing>
                                    <property name="expand">False</property>
                                    <property name="fill">False</property>
                                    <property name="position">1</property>
                                  </packing>
                                </child>
                              </widget>
                            </child>
                          </widget>
                          <packing>
                            <property name="expand">False</property>
                            <property name="fill">False</property>
                          </packing>
                        </child>
                        <child>
                          <widget class="GtkButton" id="next_btn">
                            <property name="height_request">56</property>
                            <property name="visible">True</property>
                            <property name="relief">GTK_RELIEF_NONE</property>
                            <child>
                              <widget class="GtkImage" id="image20">
                                <property name="visible">True</property>
                                <property name="pixbuf">label_extra.png</property>
                              </widget>
                            </child>
                          </widget>
                          <packing>
                            <property name="expand">False</property>
                            <property name="fill">False</property>
                            <property name="position">1</property>
                          </packing>
                        </child>
                      </widget>
                      <packing>
                        <property name="position">1</property>
                      </packing>
                    </child>
                    <child>
                      <widget class="GtkHBox" id="hbox29">
                        <property name="visible">True</property>
                        <child>
                          <widget class="GtkButton" id="doexecute_btn">
                            <property name="visible">True</property>
                            <property name="relief">GTK_RELIEF_NONE</property>
                            <property name="tooltip">Execute query</property>
                            <child>
                              <widget class="GtkVBox" id="vbox9">
                                <property name="visible">True</property>
                                <child>
                                  <widget class="GtkImage" id="execute_image">
                                    <property name="visible">True</property>
                                    <property name="pixbuf">query_execute.png</property>
                                  </widget>
                                </child>
                                <child>
                                  <widget class="GtkLabel" id="label14">
                                    <property name="visible">True</property>
                                    <property name="label" translatable="yes">&lt;small&gt;Execute&lt;/small&gt;</property>
                                    <property name="use_markup">True</property>
                                  </widget>
                                  <packing>
                                    <property name="expand">False</property>
                                    <property name="fill">False</property>
                                    <property name="position">1</property>
                                  </packing>
                                </child>
                              </widget>
                            </child>
                          </widget>
                          <packing>
                            <property name="expand">False</property>
                            <property name="fill">False</property>
                          </packing>
                        </child>
                        <child>
                          <widget class="GtkButton" id="execute_btn">
                            <property name="height_request">56</property>
                            <property name="visible">True</property>
                            <property name="relief">GTK_RELIEF_NONE</property>
                            <child>
                              <widget class="GtkImage" id="image81">
                                <property name="visible">True</property>
                                <property name="pixbuf">label_extra.png</property>
                              </widget>
                            </child>
                          </widget>
                          <packing>
                            <property name="expand">False</property>
                            <property name="fill">False</property>
                            <property name="position">1</property>
                          </packing>
                        </child>
                      </widget>
                      <packing>
                        <property name="position">2</property>
                      </packing>
                    </child>
                    <child>
                      <widget class="GtkButton" id="stop_btn">
                        <property name="visible">True</property>
                        <property name="relief">GTK_RELIEF_NONE</property>
                        <property name="tooltip">Stop query</property>
                        <child>
                          <widget class="GtkVBox" id="vbox10">
                            <property name="visible">True</property>
                            <child>
                              <widget class="GtkImage" id="stop_image">
                                <property name="visible">True</property>
                                <property name="pixbuf">query_stop.png</property>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkLabel" id="label15">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">&lt;small&gt;Stop&lt;/small&gt;</property>
                                <property name="use_markup">True</property>
                              </widget>
                              <packing>
                                <property name="expand">False</property>
                                <property name="fill">False</property>
                                <property name="position">1</property>
                              </packing>
                            </child>
                          </widget>
                        </child>
                      </widget>
                      <packing>
                        <property name="position">3</property>
                      </packing>
                    </child>
                    <child>
                      <widget class="GtkFrame" id="frame1">
                        <property name="visible">True</property>
                        <property name="label_xalign">0.000000</property>
                        <property name="shadow_type">GTK_SHADOW_IN</property>
                        <child>
                          <widget class="GtkImage" id="image">
                            <property name="visible">True</property>
                          </widget>
                        </child>
                      </widget>
                      <packing>
                        <property name="position">4</property>
                      </packing>
                    </child>
                  </widget>
                  <packing>
                    <property name="expand">False</property>
                  </packing>
                </child>
                <child>
                  <widget class="GtkViewport" id="query_area_vp">
                    <property name="visible">True</property>
                    <property name="shadow_type">GTK_SHADOW_NONE</property>
                    <child>
                      <widget class="GtkScrolledWindow" id="query_area_scroll">
                        <property name="height_request">58</property>
                        <property name="visible">True</property>
                        <property name="can_focus">True</property>
                        <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
                        <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
                        <property name="shadow_type">GTK_SHADOW_IN</property>
                        <child>
                          <widget class="GtkTextView" id="query_text">
                            <property name="visible">True</property>
                            <property name="can_focus">True</property>
                            <property name="wrap_mode">GTK_WRAP_WORD</property>
                          </widget>
                        </child>
                      </widget>
                    </child>
                  </widget>
                  <packing>
                    <property name="position">1</property>
                  </packing>
                </child>
              </widget>
              <packing>
                <property name="position">1</property>
              </packing>
            </child>
            <child>
              <widget class="GtkHBox" id="script_toolbar">
                <property name="height_request">60</property>
                <property name="visible">True</property>
                <child>
                  <widget class="GtkViewport" id="viewport2">
                    <property name="visible">True</property>
                    <property name="shadow_type">GTK_SHADOW_NONE</property>
                    <child>
                      <widget class="GtkAlignment" id="alignment25">
                        <property name="visible">True</property>
                        <property name="yscale">0.000000</property>
                        <child>
                          <widget class="GtkHBox" id="hbox56">
                            <property name="visible">True</property>
                            <child>
                              <widget class="GtkButton" id="undo_btn">
                                <property name="visible">True</property>
                                <property name="relief">GTK_RELIEF_NONE</property>
                                <property name="tooltip">Undo last edit</property>
                                <child>
                                  <widget class="GtkVBox" id="vbox12">
                                    <property name="visible">True</property>
                                    <child>
                                      <widget class="GtkImage" id="image975">
                                        <property name="visible">True</property>
                                        <property name="pixbuf">script_undo.png</property>
                                      </widget>
                                    </child>
                                    <child>
                                      <widget class="GtkLabel" id="label59">
                                        <property name="visible">True</property>
                                        <property name="label" translatable="yes">&lt;small&gt;Undo&lt;/small&gt;</property>
                                        <property name="use_markup">True</property>
                                      </widget>
                                      <packing>
                                        <property name="expand">False</property>
                                        <property name="fill">False</property>
                                        <property name="position">1</property>
                                      </packing>
                                    </child>
                                  </widget>
                                </child>
                              </widget>
                              <packing>
                                <property name="expand">False</property>
                                <property name="fill">False</property>
                              </packing>
                            </child>
                            <child>
                              <widget class="GtkButton" id="redo_btn">
                                <property name="visible">True</property>
                                <property name="relief">GTK_RELIEF_NONE</property>
                                <property name="tooltip">Redo previously undone edit</property>
                                <child>
                                  <widget class="GtkVBox" id="vbox13">
                                    <property name="visible">True</property>
                                    <child>
                                      <widget class="GtkImage" id="image977">
                                        <property name="visible">True</property>
                                        <property name="pixbuf">script_redo.png</property>
                                      </widget>
                                    </child>
                                    <child>
                                      <widget class="GtkLabel" id="label60">
                                        <property name="visible">True</property>
                                        <property name="label" translatable="yes">&lt;small&gt;Redo&lt;/small&gt;</property>
                                        <property name="use_markup">True</property>
                                      </widget>
                                      <packing>
                                        <property name="expand">False</property>
                                        <property name="fill">False</property>
                                        <property name="position">1</property>
                                      </packing>
                                    </child>
                                  </widget>
                                </child>
                              </widget>
                              <packing>
                                <property name="expand">False</property>
                                <property name="fill">False</property>
                                <property name="position">1</property>
                              </packing>
                            </child>
                            <child>
                              <widget class="GtkAlignment" id="alignment13">
                                <property name="visible">True</property>
                                <property name="yscale">0.500000</property>
                                <child>
                                  <widget class="GtkVSeparator" id="vseparator19">
                                    <property name="visible">True</property>
                                  </widget>
                                </child>
                              </widget>
                              <packing>
                                <property name="expand">False</property>
                                <property name="padding">8</property>
                                <property name="position">2</property>
                              </packing>
                            </child>
                            <child>
                              <widget class="GtkButton" id="open_btn">
                                <property name="visible">True</property>
                                <property name="relief">GTK_RELIEF_NONE</property>
                                <child>
                                  <widget class="GtkVBox" id="vbox19">
                                    <property name="visible">True</property>
                                    <child>
                                      <widget class="GtkImage" id="image986">
                                        <property name="visible">True</property>
                                        <property name="pixbuf">script_load.png</property>
                                      </widget>
                                    </child>
                                    <child>
                                      <widget class="GtkLabel" id="label66">
                                        <property name="visible">True</property>
                                        <property name="label" translatable="yes">&lt;small&gt;Open&lt;/small&gt;</property>
                                        <property name="use_markup">True</property>
                                      </widget>
                                      <packing>
                                        <property name="expand">False</property>
                                        <property name="fill">False</property>
                                        <property name="position">1</property>
                                      </packing>
                                    </child>
                                  </widget>
                                </child>
                              </widget>
                              <packing>
                                <property name="expand">False</property>
                                <property name="fill">False</property>
                                <property name="position">3</property>
                              </packing>
                            </child>
                            <child>
                              <widget class="GtkButton" id="save_btn">
                                <property name="visible">True</property>
                                <property name="relief">GTK_RELIEF_NONE</property>
                                <child>
                                  <widget class="GtkVBox" id="vbox20">
                                    <property name="visible">True</property>
                                    <child>
                                      <widget class="GtkImage" id="image987">
                                        <property name="visible">True</property>
                                        <property name="pixbuf">script_save.png</property>
                                      </widget>
                                    </child>
                                    <child>
                                      <widget class="GtkLabel" id="label67">
                                        <property name="visible">True</property>
                                        <property name="label" translatable="yes">&lt;small&gt;Save&lt;/small&gt;</property>
                                        <property name="use_markup">True</property>
                                      </widget>
                                      <packing>
                                        <property name="expand">False</property>
                                        <property name="fill">False</property>
                                        <property name="position">1</property>
                                      </packing>
                                    </child>
                                  </widget>
                                </child>
                              </widget>
                              <packing>
                                <property name="expand">False</property>
                                <property name="fill">False</property>
                                <property name="position">4</property>
                              </packing>
                            </child>
                            <child>
                              <widget class="GtkButton" id="continue_btn">
                                <property name="visible">True</property>
                                <property name="relief">GTK_RELIEF_NONE</property>
                                <child>
                                  <widget class="GtkVBox" id="vbox16">
                                    <property name="visible">True</property>
                                    <child>
                                      <widget class="GtkImage" id="image983">
                                        <property name="visible">True</property>
                                        <property name="pixbuf">script_continue.png</property>
                                      </widget>
                                    </child>
                                    <child>
                                      <widget class="GtkLabel" id="label63">
                                        <property name="visible">True</property>
                                        <property name="label" translatable="yes">&lt;small&gt;Continue&lt;/small&gt;</property>
                                        <property name="use_markup">True</property>
                                      </widget>
                                      <packing>
                                        <property name="expand">False</property>
                                        <property name="fill">False</property>
                                        <property name="position">1</property>
                                      </packing>
                                    </child>
                                  </widget>
                                </child>
                              </widget>
                              <packing>
                                <property name="expand">False</property>
                                <property name="fill">False</property>
                                <property name="pack_type">GTK_PACK_END</property>
                                <property name="position">7</property>
                              </packing>
                            </child>
                            <child>
                              <widget class="GtkButton" id="step_btn">
                                <property name="visible">True</property>
                                <property name="relief">GTK_RELIEF_NONE</property>
                                <child>
                                  <widget class="GtkVBox" id="vbox18">
                                    <property name="visible">True</property>
                                    <child>
                                      <widget class="GtkImage" id="image985">
                                        <property name="visible">True</property>
                                        <property name="pixbuf">script_step_over.png</property>
                                      </widget>
                                    </child>
                                    <child>
                                      <widget class="GtkLabel" id="label65">
                                        <property name="visible">True</property>
                                        <property name="label" translatable="yes">&lt;small&gt;Step&lt;/small&gt;</property>
                                        <property name="use_markup">True</property>
                                      </widget>
                                      <packing>
                                        <property name="expand">False</property>
                                        <property name="fill">False</property>
                                        <property name="position">1</property>
                                      </packing>
                                    </child>
                                  </widget>
                                </child>
                              </widget>
                              <packing>
                                <property name="expand">False</property>
                                <property name="fill">False</property>
                                <property name="pack_type">GTK_PACK_END</property>
                                <property name="position">6</property>
                              </packing>
                            </child>
                            <child>
                              <widget class="GtkAlignment" id="alignment14">
                                <property name="visible">True</property>
                                <property name="yscale">0.500000</property>
                                <child>
                                  <widget class="GtkVSeparator" id="vseparator20">
                                    <property name="visible">True</property>
                                  </widget>
                                </child>
                              </widget>
                              <packing>
                                <property name="expand">False</property>
                                <property name="padding">8</property>
                                <property name="pack_type">GTK_PACK_END</property>
                                <property name="position">5</property>
                              </packing>
                            </child>
                          </widget>
                        </child>
                      </widget>
                    </child>
                  </widget>
                </child>
                <child>
                  <widget class="GtkAlignment" id="alignment11">
                    <property name="visible">True</property>
                    <property name="yalign">0.000000</property>
                    <property name="xscale">0.000000</property>
                    <property name="yscale">0.000000</property>
                    <child>
                      <widget class="GtkHBox" id="hbox54">
                        <property name="visible">True</property>
                        <property name="spacing">6</property>
                        <child>
                          <widget class="GtkHBox" id="hbox55">
                            <property name="visible">True</property>
                            <child>
                              <widget class="GtkButton" id="sdoexecute_btn">
                                <property name="visible">True</property>
                                <property name="relief">GTK_RELIEF_NONE</property>
                                <child>
                                  <widget class="GtkVBox" id="vbox14">
                                    <property name="visible">True</property>
                                    <child>
                                      <widget class="GtkImage" id="image979">
                                        <property name="visible">True</property>
                                        <property name="pixbuf">script_execute.png</property>
                                      </widget>
                                    </child>
                                    <child>
                                      <widget class="GtkLabel" id="label61">
                                        <property name="visible">True</property>
                                        <property name="label" translatable="yes">&lt;small&gt;Execute&lt;/small&gt;</property>
                                        <property name="use_markup">True</property>
                                      </widget>
                                      <packing>
                                        <property name="expand">False</property>
                                        <property name="fill">False</property>
                                        <property name="position">1</property>
                                      </packing>
                                    </child>
                                  </widget>
                                </child>
                              </widget>
                              <packing>
                                <property name="expand">False</property>
                                <property name="fill">False</property>
                              </packing>
                            </child>
                            <child>
                              <widget class="GtkButton" id="sexecute_btn">
                                <property name="height_request">56</property>
                                <property name="visible">True</property>
                                <property name="relief">GTK_RELIEF_NONE</property>
                                <child>
                                  <widget class="GtkImage" id="image980">
                                    <property name="visible">True</property>
                                    <property name="pixbuf">label_extra.png</property>
                                  </widget>
                                </child>
                              </widget>
                              <packing>
                                <property name="expand">False</property>
                                <property name="fill">False</property>
                                <property name="position">1</property>
                              </packing>
                            </child>
                          </widget>
                          <packing>
                            <property name="expand">False</property>
                          </packing>
                        </child>
                        <child>
                          <widget class="GtkButton" id="sstop_btn">
                            <property name="visible">True</property>
                            <property name="relief">GTK_RELIEF_NONE</property>
                            <child>
                              <widget class="GtkVBox" id="vbox15">
                                <property name="visible">True</property>
                                <child>
                                  <widget class="GtkImage" id="image981">
                                    <property name="visible">True</property>
                                    <property name="pixbuf">script_stop.png</property>
                                  </widget>
                                </child>
                                <child>
                                  <widget class="GtkLabel" id="label62">
                                    <property name="visible">True</property>
                                    <property name="label" translatable="yes">&lt;small&gt;Stop&lt;/small&gt;</property>
                                    <property name="use_markup">True</property>
                                  </widget>
                                  <packing>
                                    <property name="expand">False</property>
                                    <property name="fill">False</property>
                                    <property name="position">1</property>
                                  </packing>
                                </child>
                              </widget>
                            </child>
                          </widget>
                          <packing>
                            <property name="expand">False</property>
                            <property name="position">1</property>
                          </packing>
                        </child>
                        <child>
                          <widget class="GtkFrame" id="frame3">
                            <property name="visible">True</property>
                            <property name="label_xalign">0.000000</property>
                            <property name="shadow_type">GTK_SHADOW_IN</property>
                            <child>
                              <widget class="GtkImage" id="simage">
                                <property name="visible">True</property>
                              </widget>
                            </child>
                          </widget>
                          <packing>
                            <property name="position">2</property>
                          </packing>
                        </child>
                      </widget>
                    </child>
                  </widget>
                  <packing>
                    <property name="expand">False</property>
                    <property name="fill">False</property>
                    <property name="position">1</property>
                  </packing>
                </child>
              </widget>
              <packing>
                <property name="expand">False</property>
                <property name="position">2</property>
              </packing>
            </child>
            <child>
              <widget class="GtkEventBox" id="toolbar_evb">
                <property name="visible">True</property>
                <child>
                  <widget class="GtkHBox" id="small_query_toolbar">
                    <property name="visible">True</property>
                    <child>
                      <widget class="GtkButton" id="back_sbtn">
                        <property name="height_request">34</property>
                        <property name="visible">True</property>
                        <property name="relief">GTK_RELIEF_NONE</property>
                        <property name="tooltip">Go back one executed query</property>
                        <child>
                          <widget class="GtkImage" id="image988">
                            <property name="visible">True</property>
                            <property name="pixbuf">small_query_back.png</property>
                          </widget>
                        </child>
                      </widget>
                      <packing>
                        <property name="expand">False</property>
                        <property name="fill">False</property>
                      </packing>
                    </child>
                    <child>
                      <widget class="GtkButton" id="next_sbtn">
                        <property name="height_request">34</property>
                        <property name="visible">True</property>
                        <property name="relief">GTK_RELIEF_NONE</property>
                        <property name="tooltip">Go forward one executed query</property>
                        <child>
                          <widget class="GtkImage" id="image989">
                            <property name="visible">True</property>
                            <property name="pixbuf">small_query_next.png</property>
                          </widget>
                        </child>
                      </widget>
                      <packing>
                        <property name="expand">False</property>
                        <property name="fill">False</property>
                        <property name="position">1</property>
                      </packing>
                    </child>
                    <child>
                      <widget class="GtkAlignment" id="alignment15">
                        <property name="visible">True</property>
                        <property name="yscale">0.500000</property>
                        <child>
                          <widget class="GtkVSeparator" id="vseparator21">
                            <property name="visible">True</property>
                          </widget>
                        </child>
                      </widget>
                      <packing>
                        <property name="expand">False</property>
                        <property name="padding">4</property>
                        <property name="position">2</property>
                      </packing>
                    </child>
                    <child>
                      <widget class="GtkButton" id="execute_sbtn">
                        <property name="height_request">34</property>
                        <property name="visible">True</property>
                        <property name="relief">GTK_RELIEF_NONE</property>
                        <property name="tooltip">Execute query</property>
                        <child>
                          <widget class="GtkImage" id="image990">
                            <property name="visible">True</property>
                            <property name="pixbuf">small_query_execute.png</property>
                          </widget>
                        </child>
                      </widget>
                      <packing>
                        <property name="expand">False</property>
                        <property name="fill">False</property>
                        <property name="position">3</property>
                      </packing>
                    </child>
                    <child>
                      <widget class="GtkButton" id="stop_sbtn">
                        <property name="height_request">34</property>
                        <property name="visible">True</property>
                        <property name="relief">GTK_RELIEF_NONE</property>
                        <property name="tooltip">Stop query</property>
                        <child>
                          <widget class="GtkImage" id="image991">
                            <property name="visible">True</property>
                            <property name="pixbuf">small_query_stop.png</property>
                          </widget>
                        </child>
                      </widget>
                      <packing>
                        <property name="expand">False</property>
                        <property name="fill">False</property>
                        <property name="position">4</property>
                      </packing>
                    </child>
                    <child>
                      <widget class="GtkAlignment" id="alignment20">
                        <property name="visible">True</property>
                        <property name="yscale">0.500000</property>
                        <child>
                          <widget class="GtkVSeparator" id="vseparator26">
                            <property name="visible">True</property>
                          </widget>
                        </child>
                      </widget>
                      <packing>
                        <property name="expand">False</property>
                        <property name="padding">2</property>
                        <property name="position">5</property>
                      </packing>
                    </child>
                    <child>
                      <widget class="GtkAlignment" id="alignment21">
                        <property name="visible">True</property>
                        <property name="yscale">0.500000</property>
                        <child>
                          <widget class="GtkVSeparator" id="vseparator27">
                            <property name="visible">True</property>
                          </widget>
                        </child>
                      </widget>
                      <packing>
                        <property name="expand">False</property>
                        <property name="padding">2</property>
                        <property name="position">6</property>
                      </packing>
                    </child>
                    <child>
                      <widget class="GtkLabel" id="label6">
                        <property name="visible">True</property>
                        <property name="xpad">4</property>
                        <property name="label" translatable="yes">&lt;small&gt;Transaction&lt;/small&gt;</property>
                        <property name="use_markup">True</property>
                      </widget>
                      <packing>
                        <property name="expand">False</property>
                        <property name="fill">False</property>
                        <property name="position">7</property>
                      </packing>
                    </child>
                    <child>
                      <widget class="GtkButton" id="tstart_btn">
                        <property name="height_request">34</property>
                        <property name="visible">True</property>
                        <property name="relief">GTK_RELIEF_NONE</property>
                        <property name="tooltip">Start transaction</property>
                        <child>
                          <widget class="GtkImage" id="tstart_image">
                            <property name="visible">True</property>
                            <property name="pixbuf">small_query_start.png</property>
                          </widget>
                        </child>
                      </widget>
                      <packing>
                        <property name="expand">False</property>
                        <property name="fill">False</property>
                        <property name="position">8</property>
                      </packing>
                    </child>
                    <child>
                      <widget class="GtkButton" id="tcommit_btn">
                        <property name="height_request">30</property>
                        <property name="visible">True</property>
                        <property name="relief">GTK_RELIEF_NONE</property>
                        <property name="tooltip">Commit current transaction</property>
                        <child>
                          <widget class="GtkImage" id="tcommit_image">
                            <property name="visible">True</property>
                            <property name="pixbuf">small_query_commit.png</property>
                          </widget>
                        </child>
                      </widget>
                      <packing>
                        <property name="expand">False</property>
                        <property name="fill">False</property>
                        <property name="position">9</property>
                      </packing>
                    </child>
                    <child>
                      <widget class="GtkButton" id="trollback_btn">
                        <property name="height_request">30</property>
                        <property name="visible">True</property>
                        <property name="relief">GTK_RELIEF_NONE</property>
                        <property name="tooltip">Rollback current transaction</property>
                        <child>
                          <widget class="GtkImage" id="trollback_image">
                            <property name="visible">True</property>
                            <property name="pixbuf">small_query_rollback.png</property>
                          </widget>
                        </child>
                      </widget>
                      <packing>
                        <property name="expand">False</property>
                        <property name="fill">False</property>
                        <property name="position">10</property>
                      </packing>
                    </child>
                    <child>
                      <widget class="GtkAlignment" id="alignment18">
                        <property name="visible">True</property>
                        <property name="yscale">0.500000</property>
                        <child>
                          <widget class="GtkVSeparator" id="vseparator24">
                            <property name="visible">True</property>
                          </widget>
                        </child>
                      </widget>
                      <packing>
                        <property name="expand">False</property>
                        <property name="padding">2</property>
                        <property name="position">11</property>
                      </packing>
                    </child>
                    <child>
                      <widget class="GtkButton" id="explain_btn">
                        <property name="visible">True</property>
                        <property name="can_focus">True</property>
                        <property name="relief">GTK_RELIEF_NONE</property>
                        <property name="tooltip">Show "explain query" information</property>
                        <child>
                          <widget class="GtkAlignment" id="alignment1">
                            <property name="visible">True</property>
                            <property name="xscale">0.000000</property>
                            <property name="yscale">0.000000</property>
                            <child>
                              <widget class="GtkHBox" id="hbox3">
                                <property name="visible">True</property>
                                <property name="spacing">2</property>
                                <child>
                                  <widget class="GtkImage" id="explain_image">
                                    <property name="visible">True</property>
                                    <property name="pixbuf">small_query_explain.png</property>
                                  </widget>
                                  <packing>
                                    <property name="expand">False</property>
                                    <property name="fill">False</property>
                                  </packing>
                                </child>
                                <child>
                                  <widget class="GtkLabel" id="label8">
                                    <property name="visible">True</property>
                                    <property name="label" translatable="yes">&lt;small&gt;Explain&lt;/small&gt;</property>
                                    <property name="use_markup">True</property>
                                    <property name="use_underline">True</property>
                                  </widget>
                                  <packing>
                                    <property name="expand">False</property>
                                    <property name="fill">False</property>
                                    <property name="position">1</property>
                                  </packing>
                                </child>
                              </widget>
                            </child>
                          </widget>
                        </child>
                      </widget>
                      <packing>
                        <property name="expand">False</property>
                        <property name="fill">False</property>
                        <property name="position">12</property>
                      </packing>
                    </child>
                    <child>
                      <widget class="GtkButton" id="compare_btn">
                        <property name="visible">True</property>
                        <property name="can_focus">True</property>
                        <property name="relief">GTK_RELIEF_NONE</property>
                        <property name="tooltip">Compare two resultsets side by side.</property>
                        <child>
                          <widget class="GtkAlignment" id="alignment9">
                            <property name="visible">True</property>
                            <property name="xscale">0.000000</property>
                            <property name="yscale">0.000000</property>
                            <child>
                              <widget class="GtkHBox" id="hbox4">
                                <property name="visible">True</property>
                                <property name="spacing">2</property>
                                <child>
                                  <widget class="GtkImage" id="compare_image">
                                    <property name="visible">True</property>
                                    <property name="pixbuf">small_query_compare.png</property>
                                  </widget>
                                  <packing>
                                    <property name="expand">False</property>
                                    <property name="fill">False</property>
                                  </packing>
                                </child>
                                <child>
                                  <widget class="GtkLabel" id="label9">
                                    <property name="visible">True</property>
                                    <property name="label" translatable="yes">&lt;small&gt;Compare&lt;/small&gt;</property>
                                    <property name="use_markup">True</property>
                                    <property name="use_underline">True</property>
                                  </widget>
                                  <packing>
                                    <property name="expand">False</property>
                                    <property name="fill">False</property>
                                    <property name="position">1</property>
                                  </packing>
                                </child>
                              </widget>
                            </child>
                          </widget>
                        </child>
                      </widget>
                      <packing>
                        <property name="expand">False</property>
                        <property name="fill">False</property>
                        <property name="position">13</property>
                      </packing>
                    </child>
                  </widget>
                </child>
              </widget>
              <packing>
                <property name="expand">False</property>
                <property name="position">3</property>
              </packing>
            </child>
            <child>
              <widget class="GtkHBox" id="small_script_toolbar">
                <property name="visible">True</property>
                <child>
                  <widget class="GtkButton" id="undo_sbtn">
                    <property name="height_request">34</property>
                    <property name="visible">True</property>
                    <property name="relief">GTK_RELIEF_NONE</property>
                    <property name="tooltip">Undo last edit</property>
                    <child>
                      <widget class="GtkImage" id="image992">
                        <property name="visible">True</property>
                        <property name="pixbuf">small_script_undo.png</property>
                      </widget>
                    </child>
                  </widget>
                  <packing>
                    <property name="expand">False</property>
                    <property name="fill">False</property>
                  </packing>
                </child>
                <child>
                  <widget class="GtkButton" id="redo_sbtn">
                    <property name="height_request">34</property>
                    <property name="visible">True</property>
                    <property name="relief">GTK_RELIEF_NONE</property>
                    <property name="tooltip">Redo previously undone edit</property>
                    <child>
                      <widget class="GtkImage" id="image993">
                        <property name="visible">True</property>
                        <property name="pixbuf">small_script_redo.png</property>
                      </widget>
                    </child>
                  </widget>
                  <packing>
                    <property name="expand">False</property>
                    <property name="fill">False</property>
                    <property name="position">1</property>
                  </packing>
                </child>
                <child>
                  <widget class="GtkAlignment" id="alignment24">
                    <property name="visible">True</property>
                    <property name="yscale">0.500000</property>
                    <child>
                      <widget class="GtkVSeparator" id="vseparator30">
                        <property name="visible">True</property>
                      </widget>
                    </child>
                  </widget>
                  <packing>
                    <property name="expand">False</property>
                    <property name="padding">4</property>
                    <property name="position">2</property>
                  </packing>
                </child>
                <child>
                  <widget class="GtkButton" id="open_sbtn">
                    <property name="height_request">34</property>
                    <property name="visible">True</property>
                    <property name="relief">GTK_RELIEF_NONE</property>
                    <property name="tooltip">Open a query file</property>
                    <child>
                      <widget class="GtkImage" id="image996">
                        <property name="visible">True</property>
                        <property name="pixbuf">small_script_load.png</property>
                      </widget>
                    </child>
                  </widget>
                  <packing>
                    <property name="expand">False</property>
                    <property name="fill">False</property>
                    <property name="position">3</property>
                  </packing>
                </child>
                <child>
                  <widget class="GtkButton" id="save_sbtn">
                    <property name="height_request">34</property>
                    <property name="visible">True</property>
                    <property name="relief">GTK_RELIEF_NONE</property>
                    <property name="tooltip">Save query into a file</property>
                    <child>
                      <widget class="GtkImage" id="image997">
                        <property name="visible">True</property>
                        <property name="pixbuf">small_script_save.png</property>
                      </widget>
                    </child>
                  </widget>
                  <packing>
                    <property name="expand">False</property>
                    <property name="fill">False</property>
                    <property name="position">4</property>
                  </packing>
                </child>
                <child>
                  <widget class="GtkAlignment" id="alignment22">
                    <property name="visible">True</property>
                    <property name="yscale">0.500000</property>
                    <child>
                      <widget class="GtkVSeparator" id="vseparator28">
                        <property name="visible">True</property>
                      </widget>
                    </child>
                  </widget>
                  <packing>
                    <property name="expand">False</property>
                    <property name="padding">2</property>
                    <property name="position">5</property>
                  </packing>
                </child>
                <child>
                  <widget class="GtkAlignment" id="alignment23">
                    <property name="visible">True</property>
                    <property name="yscale">0.500000</property>
                    <child>
                      <widget class="GtkVSeparator" id="vseparator29">
                        <property name="visible">True</property>
                      </widget>
                    </child>
                  </widget>
                  <packing>
                    <property name="expand">False</property>
                    <property name="padding">2</property>
                    <property name="position">6</property>
                  </packing>
                </child>
                <child>
                  <widget class="GtkButton" id="sexecute_sbtn">
                    <property name="height_request">34</property>
                    <property name="visible">True</property>
                    <property name="can_focus">True</property>
                    <property name="relief">GTK_RELIEF_NONE</property>
                    <property name="tooltip">Execute script</property>
                    <child>
                      <widget class="GtkImage" id="image564">
                        <property name="visible">True</property>
                        <property name="pixbuf">small_script_execute.png</property>
                      </widget>
                    </child>
                  </widget>
                  <packing>
                    <property name="expand">False</property>
                    <property name="fill">False</property>
                    <property name="position">7</property>
                  </packing>
                </child>
                <child>
                  <widget class="GtkButton" id="sstop_sbtn">
                    <property name="height_request">34</property>
                    <property name="visible">True</property>
                    <property name="can_focus">True</property>
                    <property name="relief">GTK_RELIEF_NONE</property>
                    <property name="tooltip">Stop script execution</property>
                    <child>
                      <widget class="GtkImage" id="image558">
                        <property name="visible">True</property>
                        <property name="pixbuf">small_script_stop.png</property>
                      </widget>
                    </child>
                  </widget>
                  <packing>
                    <property name="expand">False</property>
                    <property name="fill">False</property>
                    <property name="position">8</property>
                  </packing>
                </child>
                <child>
                  <widget class="GtkAlignment" id="alignment16">
                    <property name="visible">True</property>
                    <property name="yscale">0.500000</property>
                    <child>
                      <widget class="GtkVSeparator" id="vseparator22">
                        <property name="visible">True</property>
                      </widget>
                    </child>
                  </widget>
                  <packing>
                    <property name="expand">False</property>
                    <property name="padding">2</property>
                    <property name="position">9</property>
                  </packing>
                </child>
                <child>
                  <widget class="GtkButton" id="continue_sbtn">
                    <property name="height_request">34</property>
                    <property name="visible">True</property>
                    <property name="can_focus">True</property>
                    <property name="relief">GTK_RELIEF_NONE</property>
                    <property name="tooltip">Continue script</property>
                    <child>
                      <widget class="GtkImage" id="image554">
                        <property name="visible">True</property>
                        <property name="pixbuf">small_script_continue.png</property>
                      </widget>
                    </child>
                  </widget>
                  <packing>
                    <property name="expand">False</property>
                    <property name="fill">False</property>
                    <property name="position">10</property>
                  </packing>
                </child>
                <child>
                  <widget class="GtkButton" id="step_sbtn">
                    <property name="height_request">34</property>
                    <property name="visible">True</property>
                    <property name="can_focus">True</property>
                    <property name="relief">GTK_RELIEF_NONE</property>
                    <property name="tooltip">Step to next statement</property>
                    <child>
                      <widget class="GtkImage" id="image556">
                        <property name="visible">True</property>
                        <property name="pixbuf">small_script_step_over.png</property>
                      </widget>
                    </child>
                  </widget>
                  <packing>
                    <property name="expand">False</property>
                    <property name="fill">False</property>
                    <property name="position">11</property>
                  </packing>
                </child>
                <child>
                  <widget class="GtkHBox" id="hbox39">
                    <property name="visible">True</property>
                    <property name="homogeneous">True</property>
                    <child>
                      <widget class="GtkAlignment" id="alignment17">
                        <property name="visible">True</property>
                        <property name="yscale">0.500000</property>
                        <child>
                          <widget class="GtkVSeparator" id="vseparator23">
                            <property name="visible">True</property>
                          </widget>
                        </child>
                      </widget>
                      <packing>
                        <property name="expand">False</property>
                        <property name="padding">2</property>
                      </packing>
                    </child>
                  </widget>
                  <packing>
                    <property name="expand">False</property>
                    <property name="fill">False</property>
                    <property name="position">12</property>
                  </packing>
                </child>
              </widget>
              <packing>
                <property name="expand">False</property>
                <property name="position">4</property>
              </packing>
            </child>
            <child>
              <widget class="GtkHSeparator" id="hseparator1">
                <property name="visible">True</property>
              </widget>
              <packing>
                <property name="expand">False</property>
                <property name="position">5</property>
              </packing>
            </child>
          </widget>
          <packing>
            <property name="resize">False</property>
          </packing>
        </child>
        <child>
          <widget class="GtkVBox" id="vbox1">
            <property name="visible">True</property>
            <child>
              <widget class="GtkHPaned" id="hpaned1">
                <property name="visible">True</property>
                <property name="can_focus">True</property>
                <child>
                  <widget class="GtkNotebook" id="result_note">
                    <property name="visible">True</property>
                  </widget>
                </child>
                <child>
                  <widget class="GtkVPaned" id="side_vpane">
                    <property name="visible">True</property>
                    <property name="can_focus">True</property>
                    <child>
                      <widget class="GtkNotebook" id="sidetop_notebook">
                        <property name="visible">True</property>
                        <property name="can_focus">True</property>
                        <property name="show_border">False</property>
                        <property name="scrollable">True</property>
                      </widget>
                      <packing>
                        <property name="shrink">False</property>
                      </packing>
                    </child>
                    <child>
                      <widget class="GtkNotebook" id="sidebottom_notebook">
                        <property name="visible">True</property>
                        <property name="can_focus">True</property>
                        <property name="show_border">False</property>
                        <child>
                          <widget class="GtkScrolledWindow" id="scrolledwindow7">
                            <property name="visible">True</property>
                            <property name="can_focus">True</property>
                            <property name="border_width">6</property>
                            <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
                            <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
                            <property name="shadow_type">GTK_SHADOW_IN</property>
                            <child>
                              <widget class="GtkTreeView" id="param_tree">
                                <property name="visible">True</property>
                                <property name="can_focus">True</property>
                                <property name="headers_visible">False</property>
                              </widget>
                            </child>
                          </widget>
                          <packing>
                            <property name="tab_expand">False</property>
                          </packing>
                        </child>
                        <child>
                          <widget class="GtkLabel" id="label34">
                            <property name="visible">True</property>
                            <property name="label" translatable="yes">Params</property>
                          </widget>
                          <packing>
                            <property name="type">tab</property>
                          </packing>
                        </child>
                        <child>
                          <widget class="GtkScrolledWindow" id="scrolledwindow8">
                            <property name="visible">True</property>
                            <property name="can_focus">True</property>
                            <property name="border_width">6</property>
                            <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
                            <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
                            <property name="shadow_type">GTK_SHADOW_IN</property>
                            <child>
                              <widget class="GtkTreeView" id="trx_tree">
                                <property name="visible">True</property>
                                <property name="can_focus">True</property>
                                <property name="headers_visible">False</property>
                              </widget>
                            </child>
                          </widget>
                          <packing>
                            <property name="position">1</property>
                            <property name="tab_expand">False</property>
                          </packing>
                        </child>
                        <child>
                          <widget class="GtkLabel" id="label58">
                            <property name="visible">True</property>
                            <property name="label" translatable="yes">Trx</property>
                          </widget>
                          <packing>
                            <property name="type">tab</property>
                          </packing>
                        </child>
                      </widget>
                    </child>
                  </widget>
                  <packing>
                    <property name="resize">False</property>
                  </packing>
                </child>
              </widget>
            </child>
            <child>
              <widget class="GtkHBox" id="hbox49">
                <property name="visible">True</property>
                <child>
                  <widget class="GtkViewport" id="viewport1">
                    <property name="width_request">100</property>
                    <property name="visible">True</property>
                    <child>
                      <widget class="GtkLabel" id="cursor_label">
                        <property name="visible">True</property>
                        <property name="label" translatable="yes"></property>
                      </widget>
                    </child>
                  </widget>
                  <packing>
                    <property name="expand">False</property>
                  </packing>
                </child>
                <child>
                  <widget class="GtkStatusbar" id="statusbar1">
                    <property name="visible">True</property>
                  </widget>
                  <packing>
                    <property name="position">1</property>
                  </packing>
                </child>
              </widget>
              <packing>
                <property name="expand">False</property>
                <property name="position">1</property>
              </packing>
            </child>
          </widget>
        </child>
      </widget>
    </child>
  </widget>
  <widget class="GtkWindow" id="clause_menu">
    <property name="type">GTK_WINDOW_POPUP</property>
    <property name="title"></property>
    <child>
      <widget class="GtkFrame" id="frame2">
        <property name="visible">True</property>
        <property name="label_xalign">0.000000</property>
        <property name="shadow_type">GTK_SHADOW_OUT</property>
        <child>
          <widget class="GtkHBox" id="hbox31">
            <property name="visible">True</property>
            <property name="spacing">1</property>
            <child>
              <widget class="GtkLabel" id="label42">
                <property name="visible">True</property>
                <property name="xpad">6</property>
                <property name="label" translatable="yes">&lt;small&gt;Drop on an action:&lt;/small&gt;</property>
                <property name="use_markup">True</property>
              </widget>
            </child>
            <child>
              <widget class="GtkVSeparator" id="vseparator5">
                <property name="visible">True</property>
              </widget>
              <packing>
                <property name="expand">False</property>
                <property name="position">1</property>
              </packing>
            </child>
            <child>
              <widget class="GtkVSeparator" id="vseparator15">
                <property name="visible">True</property>
              </widget>
              <packing>
                <property name="expand">False</property>
                <property name="position">2</property>
              </packing>
            </child>
            <child>
              <widget class="GtkLabel" id="select_l">
                <property name="visible">True</property>
                <property name="xpad">4</property>
                <property name="label" translatable="yes">&lt;small&gt;SELECT&lt;/small&gt;</property>
                <property name="use_markup">True</property>
              </widget>
              <packing>
                <property name="position">3</property>
              </packing>
            </child>
            <child>
              <widget class="GtkVSeparator" id="vseparator6">
                <property name="visible">True</property>
              </widget>
              <packing>
                <property name="expand">False</property>
                <property name="position">4</property>
              </packing>
            </child>
            <child>
              <widget class="GtkLabel" id="add_l">
                <property name="visible">True</property>
                <property name="xpad">4</property>
                <property name="label" translatable="yes">&lt;small&gt;Add Table&lt;/small&gt;</property>
                <property name="use_markup">True</property>
              </widget>
              <packing>
                <property name="position">5</property>
              </packing>
            </child>
            <child>
              <widget class="GtkVSeparator" id="vseparator7">
                <property name="visible">True</property>
              </widget>
              <packing>
                <property name="expand">False</property>
                <property name="position">6</property>
              </packing>
            </child>
            <child>
              <widget class="GtkVSeparator" id="vseparator12">
                <property name="visible">True</property>
              </widget>
              <packing>
                <property name="expand">False</property>
                <property name="position">7</property>
              </packing>
            </child>
            <child>
              <widget class="GtkLabel" id="join_l">
                <property name="visible">True</property>
                <property name="xpad">4</property>
                <property name="label" translatable="yes">&lt;small&gt;JOIN Table&lt;/small&gt;</property>
                <property name="use_markup">True</property>
              </widget>
              <packing>
                <property name="position">8</property>
              </packing>
            </child>
            <child>
              <widget class="GtkVSeparator" id="vseparator8">
                <property name="visible">True</property>
              </widget>
              <packing>
                <property name="expand">False</property>
                <property name="position">9</property>
              </packing>
            </child>
            <child>
              <widget class="GtkLabel" id="ljoin_l">
                <property name="visible">True</property>
                <property name="xpad">4</property>
                <property name="label" translatable="yes">&lt;small&gt;L.OUTER JOIN&lt;/small&gt;</property>
                <property name="use_markup">True</property>
              </widget>
              <packing>
                <property name="position">10</property>
              </packing>
            </child>
            <child>
              <widget class="GtkVSeparator" id="vseparator13">
                <property name="visible">True</property>
              </widget>
              <packing>
                <property name="expand">False</property>
                <property name="position">11</property>
              </packing>
            </child>
            <child>
              <widget class="GtkVSeparator" id="vseparator14">
                <property name="visible">True</property>
              </widget>
              <packing>
                <property name="expand">False</property>
                <property name="position">12</property>
              </packing>
            </child>
            <child>
              <widget class="GtkLabel" id="update_l">
                <property name="visible">True</property>
                <property name="xpad">4</property>
                <property name="label" translatable="yes">&lt;small&gt;UPDATE&lt;/small&gt;</property>
                <property name="use_markup">True</property>
              </widget>
              <packing>
                <property name="position">13</property>
              </packing>
            </child>
            <child>
              <widget class="GtkVSeparator" id="vseparator10">
                <property name="visible">True</property>
              </widget>
              <packing>
                <property name="expand">False</property>
                <property name="position">14</property>
              </packing>
            </child>
            <child>
              <widget class="GtkLabel" id="insert_l">
                <property name="visible">True</property>
                <property name="xpad">4</property>
                <property name="label" translatable="yes">&lt;small&gt;INSERT&lt;/small&gt;</property>
                <property name="use_markup">True</property>
              </widget>
              <packing>
                <property name="position">15</property>
              </packing>
            </child>
            <child>
              <widget class="GtkVSeparator" id="vseparator11">
                <property name="visible">True</property>
              </widget>
              <packing>
                <property name="expand">False</property>
                <property name="position">16</property>
              </packing>
            </child>
            <child>
              <widget class="GtkLabel" id="delete_l">
                <property name="visible">True</property>
                <property name="xpad">4</property>
                <property name="label" translatable="yes">&lt;small&gt;DELETE&lt;/small&gt;</property>
                <property name="use_markup">True</property>
              </widget>
              <packing>
                <property name="position">17</property>
              </packing>
            </child>
          </widget>
        </child>
      </widget>
    </child>
  </widget>
</glade-interface>
