<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">

<glade-interface>

<widget class="GtkWindow" id="main_window">
  <property name="title" translatable="yes">MySQL Query Browser</property>
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
  <property name="window_position">GTK_WIN_POS_NONE</property>
  <property name="modal">False</property>
  <property name="default_width">800</property>
  <property name="default_height">600</property>
  <property name="resizable">True</property>
  <property name="destroy_with_parent">False</property>
  <property name="decorated">True</property>
  <property name="skip_taskbar_hint">False</property>
  <property name="skip_pager_hint">False</property>
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
  <property name="focus_on_map">True</property>

  <child>
    <widget class="GtkVPaned" id="main_pane">
      <property name="visible">True</property>
      <property name="can_focus">True</property>
      <property name="position">0</property>

      <child>
	<widget class="GtkVBox" id="work_area">
	  <property name="height_request">200</property>
	  <property name="visible">True</property>
	  <property name="homogeneous">False</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" translatable="yes">_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" translatable="yes">_New Connection...</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_new_connection2_activate" last_modification_time="Tue, 23 Mar 2004 19:28:45 GMT"/>
			  <accelerator key="N" modifiers="GDK_CONTROL_MASK" signal="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" translatable="yes">New _Query Tab</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_new_tab1_activate" last_modification_time="Tue, 23 Mar 2004 19:29:58 GMT"/>
			  <accelerator key="T" modifiers="GDK_CONTROL_MASK" signal="activate"/>
			</widget>
		      </child>

		      <child>
			<widget class="GtkMenuItem" id="new_script_tab1">
			  <property name="visible">True</property>
			  <property name="label" translatable="yes">New S_cript Tab</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_new_script_tab1_activate" last_modification_time="Fri, 20 Aug 2004 01:46:58 GMT"/>
			  <accelerator key="T" modifiers="GDK_CONTROL_MASK | GDK_SHIFT_MASK" signal="activate"/>
			</widget>
		      </child>

		      <child>
			<widget class="GtkMenuItem" id="load_query1">
			  <property name="visible">True</property>
			  <property name="label" translatable="yes">_Open Query...</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_load_query1_activate" last_modification_time="Thu, 19 Aug 2004 06:37:03 GMT"/>
			</widget>
		      </child>

		      <child>
			<widget class="GtkMenuItem" id="load_script1">
			  <property name="visible">True</property>
			  <property name="label" translatable="yes">Open Script...</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_load_script1_activate" last_modification_time="Sat, 21 Aug 2004 05:15:45 GMT"/>
			</widget>
		      </child>

		      <child>
			<widget class="GtkMenuItem" id="open_recent1">
			  <property name="visible">True</property>
			  <property name="label" translatable="yes">Open Recent</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_open_recent1_activate" last_modification_time="Sat, 21 Aug 2004 05:15:45 GMT"/>
			</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" translatable="yes">_Save</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_save1_activate" last_modification_time="Thu, 02 Jun 2005 01:32:44 GMT"/>
			  <accelerator key="S" modifiers="GDK_CONTROL_MASK" signal="activate"/>
			</widget>
		      </child>

		      <child>
			<widget class="GtkMenuItem" id="save_query1">
			  <property name="visible">True</property>
			  <property name="label" translatable="yes">Save _As...</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_save_query1_activate" last_modification_time="Sun, 21 Mar 2004 02:45:36 GMT"/>
			</widget>
		      </child>

		      <child>
			<widget class="GtkMenuItem" id="export_resultset1">
			  <property name="visible">True</property>
			  <property name="label" translatable="yes">Export _Resultset</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_save_results1_activate" last_modification_time="Sun, 21 Mar 2004 02:42:28 GMT"/>
			</widget>
		      </child>

		      <child>
			<widget class="GtkMenuItem" id="close_tab1">
			  <property name="visible">True</property>
			  <property name="label" translatable="yes">Close Tab</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_close_tab1_activate" last_modification_time="Sat, 21 Aug 2004 05:15:45 GMT"/>
			</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" translatable="yes">Select _Schema...</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_select_schema1_activate" last_modification_time="Sat, 27 Mar 2004 18:56:58 GMT"/>
			</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" translatable="yes">_Quit</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_quit2_activate" last_modification_time="Sun, 21 Mar 2004 02:52:10 GMT"/>
			  <accelerator key="Q" modifiers="GDK_CONTROL_MASK" signal="activate"/>
			</widget>
		      </child>
		    </widget>
		  </child>
		</widget>
	      </child>

	      <child>
		<widget class="GtkMenuItem" id="edit_menuitem">
		  <property name="visible">True</property>
		  <property name="label" translatable="yes">_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_stock">True</property>
			  <signal name="activate" handler="on_cut1_activate" last_modification_time="Sun, 21 Mar 2004 02:52:10 GMT"/>
			</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_stock">True</property>
			  <signal name="activate" handler="on_copy1_activate" last_modification_time="Sun, 21 Mar 2004 02:52:10 GMT"/>
			</widget>
		      </child>

		      <child>
			<widget class="GtkMenuItem" id="copy_as1">
			  <property name="label" translatable="yes">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" translatable="yes">C code</property>
				  <property name="use_underline">True</property>
				  <signal name="activate" handler="on_c_code1_activate" last_modification_time="Sat, 21 Aug 2004 05:15:45 GMT"/>
				</widget>
			      </child>

			      <child>
				<widget class="GtkMenuItem" id="java_code1">
				  <property name="visible">True</property>
				  <property name="label" translatable="yes">Java code</property>
				  <property name="use_underline">True</property>
				  <signal name="activate" handler="on_java_code1_activate" last_modification_time="Sat, 21 Aug 2004 05:15:45 GMT"/>
				</widget>
			      </child>

			      <child>
				<widget class="GtkMenuItem" id="php_code1">
				  <property name="visible">True</property>
				  <property name="label" translatable="yes">PHP code</property>
				  <property name="use_underline">True</property>
				  <signal name="activate" handler="on_php_code1_activate" last_modification_time="Sat, 21 Aug 2004 05:15:45 GMT"/>
				</widget>
			      </child>
			    </widget>
			  </child>
			</widget>
		      </child>

		      <child>
			<widget class="GtkImageMenuItem" id="copy_row_values1">
			  <property name="visible">True</property>
			  <property name="label" translatable="yes">Copy _Row Values</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_copy_row_values1_activate" last_modification_time="Fri, 01 Oct 2004 16:35:55 GMT"/>

			  <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>
			      <property name="xalign">0.5</property>
			      <property name="yalign">0.5</property>
			      <property name="xpad">0</property>
			      <property name="ypad">0</property>
			    </widget>
			  </child>
			</widget>
		      </child>

		      <child>
			<widget class="GtkImageMenuItem" id="copy_column_names1">
			  <property name="visible">True</property>
			  <property name="label" translatable="yes">Copy Column _Names</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_copy_column_names1_activate" last_modification_time="Fri, 01 Oct 2004 16:35:55 GMT"/>

			  <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>
			      <property name="xalign">0.5</property>
			      <property name="yalign">0.5</property>
			      <property name="xpad">0</property>
			      <property name="ypad">0</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_stock">True</property>
			  <signal name="activate" handler="on_paste1_activate" last_modification_time="Sun, 21 Mar 2004 02:52:10 GMT"/>
			</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" translatable="yes">_Find</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_find1_activate" last_modification_time="Sun, 21 Mar 2004 02:52:10 GMT"/>
			  <accelerator key="F" modifiers="GDK_CONTROL_MASK" signal="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>
			      <property name="xalign">0.5</property>
			      <property name="yalign">0.5</property>
			      <property name="xpad">0</property>
			      <property name="ypad">0</property>
			    </widget>
			  </child>
			</widget>
		      </child>
		    </widget>
		  </child>
		</widget>
	      </child>

	      <child>
		<widget class="GtkMenuItem" id="menuitem3">
		  <property name="visible">True</property>
		  <property name="label" translatable="yes">_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" translatable="yes">_Normal View</property>
			  <property name="use_underline">True</property>
			  <property name="active">False</property>
			  <signal name="activate" handler="on_normal_view1_activate" last_modification_time="Tue, 12 Oct 2004 23:28:35 GMT"/>
			</widget>
		      </child>

		      <child>
			<widget class="GtkRadioMenuItem" id="expand_query_area1">
			  <property name="visible">True</property>
			  <property name="label" translatable="yes">_Expanded Query Area</property>
			  <property name="use_underline">True</property>
			  <property name="active">False</property>
			  <property name="group">normal_view1</property>
			  <signal name="activate" handler="on_expand_query_area1_activate" last_modification_time="Tue, 12 Oct 2004 20:56:29 GMT"/>
			  <accelerator key="F11" modifiers="0" signal="activate"/>
			</widget>
		      </child>

		      <child>
			<widget class="GtkRadioMenuItem" id="resultset_only1">
			  <property name="visible">True</property>
			  <property name="label" translatable="yes">_Resultset Only</property>
			  <property name="use_underline">True</property>
			  <property name="active">True</property>
			  <property name="group">normal_view1</property>
			  <signal name="activate" handler="on_resultset_only1_activate" last_modification_time="Wed, 25 Aug 2004 05:01:27 GMT"/>
			  <accelerator key="F12" modifiers="0" signal="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="label" translatable="yes">_Sidebar</property>
			  <property name="use_underline">True</property>
			  <property name="active">True</property>
			  <signal name="activate" handler="on_sidebar1_activate" last_modification_time="Sun, 21 Mar 2004 02:37:17 GMT"/>
			  <accelerator key="F9" modifiers="0" signal="activate"/>
			</widget>
		      </child>
		    </widget>
		  </child>
		</widget>
	      </child>

	      <child>
		<widget class="GtkMenuItem" id="query_menuitem">
		  <property name="visible">True</property>
		  <property name="label" translatable="yes">_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" translatable="yes">_Bookmark...</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_add_to_bookmarks1_activate" last_modification_time="Sun, 21 Mar 2004 02:33:52 GMT"/>
			  <accelerator key="D" modifiers="GDK_CONTROL_MASK" signal="activate"/>
			</widget>
		      </child>

		      <child>
			<widget class="GtkMenuItem" id="manage_bookmarks1">
			  <property name="label" translatable="yes">_Manage Bookmarks...</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_manage_bookmarks1_activate" last_modification_time="Sun, 21 Mar 2004 02:33:52 GMT"/>
			</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" translatable="yes">_Execute</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_execute1_activate" last_modification_time="Sat, 21 Aug 2004 05:15:45 GMT"/>
			  <accelerator key="Return" modifiers="GDK_CONTROL_MASK" signal="activate"/>
			</widget>
		      </child>

		      <child>
			<widget class="GtkMenuItem" id="stop1">
			  <property name="visible">True</property>
			  <property name="label" translatable="yes">_Stop</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_stop1_activate" last_modification_time="Sun, 21 Mar 2004 02:40:08 GMT"/>
			</widget>
		      </child>

		      <child>
			<widget class="GtkSeparatorMenuItem" id="separator24">
			</widget>
		      </child>

		      <child>
			<widget class="GtkImageMenuItem" id="edit_results1">
			  <property name="label" translatable="yes">_Edit Resultset</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_edit_results1_activate" last_modification_time="Sun, 21 Mar 2004 02:53:57 GMT"/>

			  <child internal-child="image">
			    <widget class="GtkImage" id="image1011">
			      <property name="visible">True</property>
			      <property name="pixbuf">rs_edit.png</property>
			      <property name="xalign">0.5</property>
			      <property name="yalign">0.5</property>
			      <property name="xpad">0</property>
			      <property name="ypad">0</property>
			    </widget>
			  </child>
			</widget>
		      </child>

		      <child>
			<widget class="GtkImageMenuItem" id="save_editions1">
			  <property name="label" translatable="yes">_Save Editions</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_save_editions1_activate" last_modification_time="Sun, 21 Mar 2004 02:53:57 GMT"/>

			  <child internal-child="image">
			    <widget class="GtkImage" id="image1012">
			      <property name="visible">True</property>
			      <property name="pixbuf">rs_apply.png</property>
			      <property name="xalign">0.5</property>
			      <property name="yalign">0.5</property>
			      <property name="xpad">0</property>
			      <property name="ypad">0</property>
			    </widget>
			  </child>
			</widget>
		      </child>

		      <child>
			<widget class="GtkImageMenuItem" id="cancel_editions1">
			  <property name="label" translatable="yes">_Cancel Editions</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_cancel_editions1_activate" last_modification_time="Sun, 21 Mar 2004 02:53:57 GMT"/>

			  <child internal-child="image">
			    <widget class="GtkImage" id="image1013">
			      <property name="visible">True</property>
			      <property name="pixbuf">rs_discard.png</property>
			      <property name="xalign">0.5</property>
			      <property name="yalign">0.5</property>
			      <property name="xpad">0</property>
			      <property name="ypad">0</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" translatable="yes">_Start Transaction</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_start_transaction1_activate" last_modification_time="Wed, 01 Jun 2005 16:03:38 GMT"/>
			</widget>
		      </child>

		      <child>
			<widget class="GtkMenuItem" id="commit_transaction">
			  <property name="visible">True</property>
			  <property name="label" translatable="yes">_Commit Transaction</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_commit_transaction1_activate" last_modification_time="Wed, 01 Jun 2005 16:03:38 GMT"/>
			</widget>
		      </child>

		      <child>
			<widget class="GtkMenuItem" id="rollback_transaction">
			  <property name="visible">True</property>
			  <property name="label" translatable="yes">_Rollback Transaction</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_rollback_transaction1_activate" last_modification_time="Wed, 01 Jun 2005 16:03:38 GMT"/>
			</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" translatable="yes">_Explain Query</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_explain_query1_activate" last_modification_time="Sun, 21 Mar 2004 02:42:28 GMT"/>
			</widget>
		      </child>

		      <child>
			<widget class="GtkMenuItem" id="compare_results1">
			  <property name="visible">True</property>
			  <property name="label" translatable="yes">_Compare Results</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_compare_results1_activate" last_modification_time="Sun, 21 Mar 2004 02:42:28 GMT"/>
			</widget>
		      </child>
		    </widget>
		  </child>
		</widget>
	      </child>

	      <child>
		<widget class="GtkMenuItem" id="script_menuitem">
		  <property name="visible">True</property>
		  <property name="label" translatable="yes">_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" translatable="yes">_Execute</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_run1_activate" last_modification_time="Sat, 21 Aug 2004 05:15:45 GMT"/>
			</widget>
		      </child>

		      <child>
			<widget class="GtkMenuItem" id="run_selection1">
			  <property name="visible">True</property>
			  <property name="label" translatable="yes">Execute _Selection</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_run_selection1_activate" last_modification_time="Sat, 21 Aug 2004 05:15:45 GMT"/>
			</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" translatable="yes">Step _Over</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_step_over1_activate" last_modification_time="Sat, 21 Aug 2004 05:15:45 GMT"/>
			</widget>
		      </child>

		      <child>
			<widget class="GtkMenuItem" id="step_into1">
			  <property name="visible">True</property>
			  <property name="label" translatable="yes">Step _Into</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_step_into1_activate" last_modification_time="Sat, 21 Aug 2004 05:15:45 GMT"/>
			</widget>
		      </child>

		      <child>
			<widget class="GtkMenuItem" id="pause1">
			  <property name="visible">True</property>
			  <property name="label" translatable="yes">_Pause</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_pause1_activate" last_modification_time="Sat, 21 Aug 2004 05:15:45 GMT"/>
			</widget>
		      </child>

		      <child>
			<widget class="GtkMenuItem" id="continue1">
			  <property name="visible">True</property>
			  <property name="label" translatable="yes">_Continue</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_continue1_activate" last_modification_time="Tue, 31 Aug 2004 07:58:38 GMT"/>
			</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" translatable="yes">S_top</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_reset1_activate" last_modification_time="Sat, 21 Aug 2004 05:15:45 GMT"/>
			</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" translatable="yes">Toggle _Breakpoint</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_toggle_breakpoint1_activate" last_modification_time="Sat, 21 Aug 2004 05:15:45 GMT"/>
			</widget>
		      </child>

		      <child>
			<widget class="GtkMenuItem" id="clear_breakpoints1">
			  <property name="visible">True</property>
			  <property name="label" translatable="yes">Clear Breakpoints</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_clear_breakpoints1_activate" last_modification_time="Tue, 31 Aug 2004 07:57:25 GMT"/>
			</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" translatable="yes">Create Stored _Procedure/Function...</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_create_sp_activate" last_modification_time="Sat, 30 Oct 2004 21:59:36 GMT"/>
			</widget>
		      </child>

		      <child>
			<widget class="GtkMenuItem" id="edit_all_sps">
			  <property name="visible">True</property>
			  <property name="label" translatable="yes">Edit _All Stored Procedures/Functions</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_edit_all_sps_activate" last_modification_time="Sat, 30 Oct 2004 21:59:36 GMT"/>
			</widget>
		      </child>
		    </widget>
		  </child>
		</widget>
	      </child>

	      <child>
		<widget class="GtkMenuItem" id="tools1">
		  <property name="visible">True</property>
		  <property name="label" translatable="yes">_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" translatable="yes">MySQL Administrator</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_mysql_administrator1_activate" last_modification_time="Sat, 21 Aug 2004 05:15:45 GMT"/>
			</widget>
		      </child>

		      <child>
			<widget class="GtkMenuItem" id="mysql_text_console1">
			  <property name="visible">True</property>
			  <property name="label" translatable="yes">MySQL Text Console</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_mysql_text_console1_activate" last_modification_time="Sat, 21 Aug 2004 05:15:45 GMT"/>
			</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" translatable="yes">Manage _Connections...</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_manage_connections1_activate" last_modification_time="Sat, 21 Aug 2004 05:15:45 GMT"/>
			</widget>
		      </child>

		      <child>
			<widget class="GtkMenuItem" id="preferences1">
			  <property name="visible">True</property>
			  <property name="label" translatable="yes">_Preferences...</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_preferences1_activate" last_modification_time="Sat, 21 Aug 2004 05:15:45 GMT"/>
			</widget>
		      </child>
		    </widget>
		  </child>
		</widget>
	      </child>

	      <child>
		<widget class="GtkMenuItem" id="menuitem4">
		  <property name="visible">True</property>
		  <property name="label" translatable="yes">_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" translatable="yes">_Quick Start Guide</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_quickstart_activate" last_modification_time="Sat, 28 Aug 2004 21:40:42 GMT"/>
			</widget>
		      </child>

		      <child>
			<widget class="GtkMenuItem" id="help1">
			  <property name="visible">True</property>
			  <property name="label" translatable="yes">_Contents</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_about1_activate" last_modification_time="Wed, 17 Mar 2004 21:37:00 GMT"/>
			</widget>
		      </child>

		      <child>
			<widget class="GtkMenuItem" id="about1">
			  <property name="visible">True</property>
			  <property name="label" translatable="yes">_About</property>
			  <property name="use_underline">True</property>
			  <signal name="activate" handler="on_about1_activate" last_modification_time="Wed, 17 Mar 2004 21:37:00 GMT"/>
			</widget>
		      </child>
		    </widget>
		  </child>
		</widget>
	      </child>
	    </widget>
	    <packing>
	      <property name="padding">0</property>
	      <property name="expand">False</property>
	      <property name="fill">False</property>
	    </packing>
	  </child>

	  <child>
	    <widget class="GtkHBox" id="query_toolbar">
	      <property name="height_request">60</property>
	      <property name="visible">True</property>
	      <property name="homogeneous">False</property>
	      <property name="spacing">0</property>

	      <child>
		<widget class="GtkAlignment" id="alignment3">
		  <property name="visible">True</property>
		  <property name="xalign">0.5</property>
		  <property name="yalign">0</property>
		  <property name="xscale">0</property>
		  <property name="yscale">0</property>
		  <property name="top_padding">0</property>
		  <property name="bottom_padding">0</property>
		  <property name="left_padding">0</property>
		  <property name="right_padding">0</property>

		  <child>
		    <widget class="GtkHBox" id="hbox6">
		      <property name="visible">True</property>
		      <property name="homogeneous">False</property>
		      <property name="spacing">4</property>

		      <child>
			<widget class="GtkHBox" id="back_box">
			  <property name="visible">True</property>
			  <property name="homogeneous">False</property>
			  <property name="spacing">0</property>

			  <child>
			    <widget class="GtkButton" id="goback_btn">
			      <property name="visible">True</property>
			      <property name="tooltip" translatable="yes">Go back one executed query</property>
			      <property name="relief">GTK_RELIEF_NONE</property>
			      <property name="focus_on_click">True</property>

			      <child>
				<widget class="GtkVBox" id="vbox21">
				  <property name="visible">True</property>
				  <property name="homogeneous">False</property>
				  <property name="spacing">0</property>

				  <child>
				    <widget class="GtkImage" id="image995">
				      <property name="visible">True</property>
				      <property name="pixbuf">query_back.png</property>
				      <property name="xalign">0.5</property>
				      <property name="yalign">0.5</property>
				      <property name="xpad">0</property>
				      <property name="ypad">0</property>
				    </widget>
				    <packing>
				      <property name="padding">0</property>
				      <property name="expand">True</property>
				      <property name="fill">True</property>
				    </packing>
				  </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_underline">False</property>
				      <property name="use_markup">True</property>
				      <property name="justify">GTK_JUSTIFY_LEFT</property>
				      <property name="wrap">False</property>
				      <property name="selectable">False</property>
				      <property name="xalign">0.5</property>
				      <property name="yalign">0.5</property>
				      <property name="xpad">0</property>
				      <property name="ypad">0</property>
				      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
				      <property name="width_chars">-1</property>
				      <property name="single_line_mode">False</property>
				      <property name="angle">0</property>
				    </widget>
				    <packing>
				      <property name="padding">0</property>
				      <property name="expand">False</property>
				      <property name="fill">False</property>
				    </packing>
				  </child>
				</widget>
			      </child>
			    </widget>
			    <packing>
			      <property name="padding">0</property>
			      <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>
			      <property name="focus_on_click">True</property>

			      <child>
				<widget class="GtkImage" id="image31">
				  <property name="visible">True</property>
				  <property name="pixbuf">label_extra.png</property>
				  <property name="xalign">0.5</property>
				  <property name="yalign">0.5</property>
				  <property name="xpad">0</property>
				  <property name="ypad">0</property>
				</widget>
			      </child>
			    </widget>
			    <packing>
			      <property name="padding">0</property>
			      <property name="expand">False</property>
			      <property name="fill">False</property>
			    </packing>
			  </child>
			</widget>
			<packing>
			  <property name="padding">0</property>
			  <property name="expand">False</property>
			  <property name="fill">False</property>
			</packing>
		      </child>

		      <child>
			<widget class="GtkHBox" id="next_box">
			  <property name="visible">True</property>
			  <property name="homogeneous">False</property>
			  <property name="spacing">0</property>

			  <child>
			    <widget class="GtkButton" id="gonext_btn">
			      <property name="visible">True</property>
			      <property name="tooltip" translatable="yes">Go forward one executed query</property>
			      <property name="relief">GTK_RELIEF_NONE</property>
			      <property name="focus_on_click">True</property>

			      <child>
				<widget class="GtkVBox" id="vbox11">
				  <property name="visible">True</property>
				  <property name="homogeneous">False</property>
				  <property name="spacing">0</property>

				  <child>
				    <widget class="GtkImage" id="gonext_image">
				      <property name="visible">True</property>
				      <property name="pixbuf">query_next.png</property>
				      <property name="xalign">0.5</property>
				      <property name="yalign">0.5</property>
				      <property name="xpad">0</property>
				      <property name="ypad">0</property>
				    </widget>
				    <packing>
				      <property name="padding">0</property>
				      <property name="expand">True</property>
				      <property name="fill">True</property>
				    </packing>
				  </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_underline">False</property>
				      <property name="use_markup">True</property>
				      <property name="justify">GTK_JUSTIFY_LEFT</property>
				      <property name="wrap">False</property>
				      <property name="selectable">False</property>
				      <property name="xalign">0.5</property>
				      <property name="yalign">0.5</property>
				      <property name="xpad">0</property>
				      <property name="ypad">0</property>
				      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
				      <property name="width_chars">-1</property>
				      <property name="single_line_mode">False</property>
				      <property name="angle">0</property>
				    </widget>
				    <packing>
				      <property name="padding">0</property>
				      <property name="expand">False</property>
				      <property name="fill">False</property>
				    </packing>
				  </child>
				</widget>
			      </child>
			    </widget>
			    <packing>
			      <property name="padding">0</property>
			      <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>
			      <property name="focus_on_click">True</property>

			      <child>
				<widget class="GtkImage" id="image20">
				  <property name="visible">True</property>
				  <property name="pixbuf">label_extra.png</property>
				  <property name="xalign">0.5</property>
				  <property name="yalign">0.5</property>
				  <property name="xpad">0</property>
				  <property name="ypad">0</property>
				</widget>
			      </child>
			    </widget>
			    <packing>
			      <property name="padding">0</property>
			      <property name="expand">False</property>
			      <property name="fill">False</property>
			    </packing>
			  </child>
			</widget>
			<packing>
			  <property name="padding">0</property>
			  <property name="expand">True</property>
			  <property name="fill">True</property>
			</packing>
		      </child>
		    </widget>
		  </child>
		</widget>
		<packing>
		  <property name="padding">0</property>
		  <property name="expand">False</property>
		  <property name="fill">True</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>
		      <property name="window_placement">GTK_CORNER_TOP_LEFT</property>

		      <child>
			<widget class="GtkTextView" id="query_text">
			  <property name="visible">True</property>
			  <property name="can_focus">True</property>
			  <property name="editable">True</property>
			  <property name="overwrite">False</property>
			  <property name="accepts_tab">True</property>
			  <property name="justification">GTK_JUSTIFY_LEFT</property>
			  <property name="wrap_mode">GTK_WRAP_WORD</property>
			  <property name="cursor_visible">True</property>
			  <property name="pixels_above_lines">0</property>
			  <property name="pixels_below_lines">0</property>
			  <property name="pixels_inside_wrap">0</property>
			  <property name="left_margin">0</property>
			  <property name="right_margin">0</property>
			  <property name="indent">0</property>
			  <property name="text" translatable="yes"></property>
			</widget>
		      </child>
		    </widget>
		  </child>
		</widget>
		<packing>
		  <property name="padding">0</property>
		  <property name="expand">True</property>
		  <property name="fill">True</property>
		</packing>
	      </child>

	      <child>
		<widget class="GtkAlignment" id="alignment4">
		  <property name="visible">True</property>
		  <property name="xalign">0.5</property>
		  <property name="yalign">0</property>
		  <property name="xscale">0</property>
		  <property name="yscale">0</property>
		  <property name="top_padding">0</property>
		  <property name="bottom_padding">0</property>
		  <property name="left_padding">0</property>
		  <property name="right_padding">0</property>

		  <child>
		    <widget class="GtkHBox" id="hbox7">
		      <property name="visible">True</property>
		      <property name="homogeneous">False</property>
		      <property name="spacing">6</property>

		      <child>
			<widget class="GtkHBox" id="hbox29">
			  <property name="visible">True</property>
			  <property name="homogeneous">False</property>
			  <property name="spacing">0</property>

			  <child>
			    <widget class="GtkButton" id="doexecute_btn">
			      <property name="visible">True</property>
			      <property name="tooltip" translatable="yes">Execute query</property>
			      <property name="relief">GTK_RELIEF_NONE</property>
			      <property name="focus_on_click">True</property>
			      <accelerator key="Return" modifiers="GDK_CONTROL_MASK" signal="clicked"/>

			      <child>
				<widget class="GtkVBox" id="vbox9">
				  <property name="visible">True</property>
				  <property name="homogeneous">False</property>
				  <property name="spacing">0</property>

				  <child>
				    <widget class="GtkImage" id="execute_image">
				      <property name="visible">True</property>
				      <property name="pixbuf">query_execute.png</property>
				      <property name="xalign">0.5</property>
				      <property name="yalign">0.5</property>
				      <property name="xpad">0</property>
				      <property name="ypad">0</property>
				    </widget>
				    <packing>
				      <property name="padding">0</property>
				      <property name="expand">True</property>
				      <property name="fill">True</property>
				    </packing>
				  </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_underline">False</property>
				      <property name="use_markup">True</property>
				      <property name="justify">GTK_JUSTIFY_LEFT</property>
				      <property name="wrap">False</property>
				      <property name="selectable">False</property>
				      <property name="xalign">0.5</property>
				      <property name="yalign">0.5</property>
				      <property name="xpad">0</property>
				      <property name="ypad">0</property>
				      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
				      <property name="width_chars">-1</property>
				      <property name="single_line_mode">False</property>
				      <property name="angle">0</property>
				    </widget>
				    <packing>
				      <property name="padding">0</property>
				      <property name="expand">False</property>
				      <property name="fill">False</property>
				    </packing>
				  </child>
				</widget>
			      </child>
			    </widget>
			    <packing>
			      <property name="padding">0</property>
			      <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>
			      <property name="focus_on_click">True</property>

			      <child>
				<widget class="GtkImage" id="image81">
				  <property name="visible">True</property>
				  <property name="pixbuf">label_extra.png</property>
				  <property name="xalign">0.5</property>
				  <property name="yalign">0.5</property>
				  <property name="xpad">0</property>
				  <property name="ypad">0</property>
				</widget>
			      </child>
			    </widget>
			    <packing>
			      <property name="padding">0</property>
			      <property name="expand">False</property>
			      <property name="fill">False</property>
			    </packing>
			  </child>
			</widget>
			<packing>
			  <property name="padding">0</property>
			  <property name="expand">False</property>
			  <property name="fill">True</property>
			</packing>
		      </child>

		      <child>
			<widget class="GtkButton" id="stop_btn">
			  <property name="visible">True</property>
			  <property name="tooltip" translatable="yes">Stop query</property>
			  <property name="relief">GTK_RELIEF_NONE</property>
			  <property name="focus_on_click">True</property>

			  <child>
			    <widget class="GtkVBox" id="vbox10">
			      <property name="visible">True</property>
			      <property name="homogeneous">False</property>
			      <property name="spacing">0</property>

			      <child>
				<widget class="GtkImage" id="stop_image">
				  <property name="visible">True</property>
				  <property name="pixbuf">query_stop.png</property>
				  <property name="xalign">0.5</property>
				  <property name="yalign">0.5</property>
				  <property name="xpad">0</property>
				  <property name="ypad">0</property>
				</widget>
				<packing>
				  <property name="padding">0</property>
				  <property name="expand">True</property>
				  <property name="fill">True</property>
				</packing>
			      </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_underline">False</property>
				  <property name="use_markup">True</property>
				  <property name="justify">GTK_JUSTIFY_LEFT</property>
				  <property name="wrap">False</property>
				  <property name="selectable">False</property>
				  <property name="xalign">0.5</property>
				  <property name="yalign">0.5</property>
				  <property name="xpad">0</property>
				  <property name="ypad">0</property>
				  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
				  <property name="width_chars">-1</property>
				  <property name="single_line_mode">False</property>
				  <property name="angle">0</property>
				</widget>
				<packing>
				  <property name="padding">0</property>
				  <property name="expand">False</property>
				  <property name="fill">False</property>
				</packing>
			      </child>
			    </widget>
			  </child>
			</widget>
			<packing>
			  <property name="padding">0</property>
			  <property name="expand">False</property>
			  <property name="fill">True</property>
			</packing>
		      </child>

		      <child>
			<widget class="GtkFrame" id="frame1">
			  <property name="visible">True</property>
			  <property name="label_xalign">0</property>
			  <property name="label_yalign">0.5</property>
			  <property name="shadow_type">GTK_SHADOW_IN</property>

			  <child>
			    <widget class="GtkImage" id="image">
			      <property name="visible">True</property>
			      <property name="xalign">0.5</property>
			      <property name="yalign">0.5</property>
			      <property name="xpad">0</property>
			      <property name="ypad">0</property>
			    </widget>
			  </child>
			</widget>
			<packing>
			  <property name="padding">0</property>
			  <property name="expand">True</property>
			  <property name="fill">True</property>
			</packing>
		      </child>
		    </widget>
		  </child>
		</widget>
		<packing>
		  <property name="padding">0</property>
		  <property name="expand">False</property>
		  <property name="fill">False</property>
		</packing>
	      </child>
	    </widget>
	    <packing>
	      <property name="padding">0</property>
	      <property name="expand">True</property>
	      <property name="fill">True</property>
	    </packing>
	  </child>

	  <child>
	    <widget class="GtkHBox" id="script_toolbar">
	      <property name="height_request">60</property>
	      <property name="visible">True</property>
	      <property name="homogeneous">False</property>
	      <property name="spacing">0</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="xalign">0.5</property>
		      <property name="yalign">0.5</property>
		      <property name="xscale">1</property>
		      <property name="yscale">0</property>
		      <property name="top_padding">0</property>
		      <property name="bottom_padding">0</property>
		      <property name="left_padding">0</property>
		      <property name="right_padding">0</property>

		      <child>
			<widget class="GtkHBox" id="hbox56">
			  <property name="visible">True</property>
			  <property name="homogeneous">False</property>
			  <property name="spacing">0</property>

			  <child>
			    <widget class="GtkButton" id="undo_btn">
			      <property name="visible">True</property>
			      <property name="tooltip" translatable="yes">Undo last edit</property>
			      <property name="relief">GTK_RELIEF_NONE</property>
			      <property name="focus_on_click">True</property>

			      <child>
				<widget class="GtkVBox" id="vbox12">
				  <property name="visible">True</property>
				  <property name="homogeneous">False</property>
				  <property name="spacing">0</property>

				  <child>
				    <widget class="GtkImage" id="image975">
				      <property name="visible">True</property>
				      <property name="pixbuf">script_undo.png</property>
				      <property name="xalign">0.5</property>
				      <property name="yalign">0.5</property>
				      <property name="xpad">0</property>
				      <property name="ypad">0</property>
				    </widget>
				    <packing>
				      <property name="padding">0</property>
				      <property name="expand">True</property>
				      <property name="fill">True</property>
				    </packing>
				  </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_underline">False</property>
				      <property name="use_markup">True</property>
				      <property name="justify">GTK_JUSTIFY_LEFT</property>
				      <property name="wrap">False</property>
				      <property name="selectable">False</property>
				      <property name="xalign">0.5</property>
				      <property name="yalign">0.5</property>
				      <property name="xpad">0</property>
				      <property name="ypad">0</property>
				      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
				      <property name="width_chars">-1</property>
				      <property name="single_line_mode">False</property>
				      <property name="angle">0</property>
				    </widget>
				    <packing>
				      <property name="padding">0</property>
				      <property name="expand">False</property>
				      <property name="fill">False</property>
				    </packing>
				  </child>
				</widget>
			      </child>
			    </widget>
			    <packing>
			      <property name="padding">0</property>
			      <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="tooltip" translatable="yes">Redo previously undone edit</property>
			      <property name="relief">GTK_RELIEF_NONE</property>
			      <property name="focus_on_click">True</property>

			      <child>
				<widget class="GtkVBox" id="vbox13">
				  <property name="visible">True</property>
				  <property name="homogeneous">False</property>
				  <property name="spacing">0</property>

				  <child>
				    <widget class="GtkImage" id="image977">
				      <property name="visible">True</property>
				      <property name="pixbuf">script_redo.png</property>
				      <property name="xalign">0.5</property>
				      <property name="yalign">0.5</property>
				      <property name="xpad">0</property>
				      <property name="ypad">0</property>
				    </widget>
				    <packing>
				      <property name="padding">0</property>
				      <property name="expand">True</property>
				      <property name="fill">True</property>
				    </packing>
				  </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_underline">False</property>
				      <property name="use_markup">True</property>
				      <property name="justify">GTK_JUSTIFY_LEFT</property>
				      <property name="wrap">False</property>
				      <property name="selectable">False</property>
				      <property name="xalign">0.5</property>
				      <property name="yalign">0.5</property>
				      <property name="xpad">0</property>
				      <property name="ypad">0</property>
				      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
				      <property name="width_chars">-1</property>
				      <property name="single_line_mode">False</property>
				      <property name="angle">0</property>
				    </widget>
				    <packing>
				      <property name="padding">0</property>
				      <property name="expand">False</property>
				      <property name="fill">False</property>
				    </packing>
				  </child>
				</widget>
			      </child>
			    </widget>
			    <packing>
			      <property name="padding">0</property>
			      <property name="expand">False</property>
			      <property name="fill">False</property>
			    </packing>
			  </child>

			  <child>
			    <widget class="GtkAlignment" id="alignment13">
			      <property name="visible">True</property>
			      <property name="xalign">0.5</property>
			      <property name="yalign">0.5</property>
			      <property name="xscale">1</property>
			      <property name="yscale">0.5</property>
			      <property name="top_padding">0</property>
			      <property name="bottom_padding">0</property>
			      <property name="left_padding">0</property>
			      <property name="right_padding">0</property>

			      <child>
				<widget class="GtkVSeparator" id="vseparator19">
				  <property name="visible">True</property>
				</widget>
			      </child>
			    </widget>
			    <packing>
			      <property name="padding">8</property>
			      <property name="expand">False</property>
			      <property name="fill">True</property>
			    </packing>
			  </child>

			  <child>
			    <widget class="GtkButton" id="open_btn">
			      <property name="visible">True</property>
			      <property name="relief">GTK_RELIEF_NONE</property>
			      <property name="focus_on_click">True</property>

			      <child>
				<widget class="GtkVBox" id="vbox19">
				  <property name="visible">True</property>
				  <property name="homogeneous">False</property>
				  <property name="spacing">0</property>

				  <child>
				    <widget class="GtkImage" id="image986">
				      <property name="visible">True</property>
				      <property name="pixbuf">script_load.png</property>
				      <property name="xalign">0.5</property>
				      <property name="yalign">0.5</property>
				      <property name="xpad">0</property>
				      <property name="ypad">0</property>
				    </widget>
				    <packing>
				      <property name="padding">0</property>
				      <property name="expand">True</property>
				      <property name="fill">True</property>
				    </packing>
				  </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_underline">False</property>
				      <property name="use_markup">True</property>
				      <property name="justify">GTK_JUSTIFY_LEFT</property>
				      <property name="wrap">False</property>
				      <property name="selectable">False</property>
				      <property name="xalign">0.5</property>
				      <property name="yalign">0.5</property>
				      <property name="xpad">0</property>
				      <property name="ypad">0</property>
				      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
				      <property name="width_chars">-1</property>
				      <property name="single_line_mode">False</property>
				      <property name="angle">0</property>
				    </widget>
				    <packing>
				      <property name="padding">0</property>
				      <property name="expand">False</property>
				      <property name="fill">False</property>
				    </packing>
				  </child>
				</widget>
			      </child>
			    </widget>
			    <packing>
			      <property name="padding">0</property>
			      <property name="expand">False</property>
			      <property name="fill">False</property>
			    </packing>
			  </child>

			  <child>
			    <widget class="GtkButton" id="save_btn">
			      <property name="visible">True</property>
			      <property name="relief">GTK_RELIEF_NONE</property>
			      <property name="focus_on_click">True</property>

			      <child>
				<widget class="GtkVBox" id="vbox20">
				  <property name="visible">True</property>
				  <property name="homogeneous">False</property>
				  <property name="spacing">0</property>

				  <child>
				    <widget class="GtkImage" id="image987">
				      <property name="visible">True</property>
				      <property name="pixbuf">script_save.png</property>
				      <property name="xalign">0.5</property>
				      <property name="yalign">0.5</property>
				      <property name="xpad">0</property>
				      <property name="ypad">0</property>
				    </widget>
				    <packing>
				      <property name="padding">0</property>
				      <property name="expand">True</property>
				      <property name="fill">True</property>
				    </packing>
				  </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_underline">False</property>
				      <property name="use_markup">True</property>
				      <property name="justify">GTK_JUSTIFY_LEFT</property>
				      <property name="wrap">False</property>
				      <property name="selectable">False</property>
				      <property name="xalign">0.5</property>
				      <property name="yalign">0.5</property>
				      <property name="xpad">0</property>
				      <property name="ypad">0</property>
				      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
				      <property name="width_chars">-1</property>
				      <property name="single_line_mode">False</property>
				      <property name="angle">0</property>
				    </widget>
				    <packing>
				      <property name="padding">0</property>
				      <property name="expand">False</property>
				      <property name="fill">False</property>
				    </packing>
				  </child>
				</widget>
			      </child>
			    </widget>
			    <packing>
			      <property name="padding">0</property>
			      <property name="expand">False</property>
			      <property name="fill">False</property>
			    </packing>
			  </child>

			  <child>
			    <widget class="GtkAlignment" id="alignment14">
			      <property name="visible">True</property>
			      <property name="xalign">0.5</property>
			      <property name="yalign">0.5</property>
			      <property name="xscale">1</property>
			      <property name="yscale">0.5</property>
			      <property name="top_padding">0</property>
			      <property name="bottom_padding">0</property>
			      <property name="left_padding">0</property>
			      <property name="right_padding">0</property>

			      <child>
				<widget class="GtkVSeparator" id="vseparator20">
				  <property name="visible">True</property>
				</widget>
			      </child>
			    </widget>
			    <packing>
			      <property name="padding">8</property>
			      <property name="expand">False</property>
			      <property name="fill">True</property>
			      <property name="pack_type">GTK_PACK_END</property>
			    </packing>
			  </child>

			  <child>
			    <widget class="GtkButton" id="step_btn">
			      <property name="visible">True</property>
			      <property name="relief">GTK_RELIEF_NONE</property>
			      <property name="focus_on_click">True</property>

			      <child>
				<widget class="GtkVBox" id="vbox18">
				  <property name="visible">True</property>
				  <property name="homogeneous">False</property>
				  <property name="spacing">0</property>

				  <child>
				    <widget class="GtkImage" id="image985">
				      <property name="visible">True</property>
				      <property name="pixbuf">script_step_over.png</property>
				      <property name="xalign">0.5</property>
				      <property name="yalign">0.5</property>
				      <property name="xpad">0</property>
				      <property name="ypad">0</property>
				    </widget>
				    <packing>
				      <property name="padding">0</property>
				      <property name="expand">True</property>
				      <property name="fill">True</property>
				    </packing>
				  </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_underline">False</property>
				      <property name="use_markup">True</property>
				      <property name="justify">GTK_JUSTIFY_LEFT</property>
				      <property name="wrap">False</property>
				      <property name="selectable">False</property>
				      <property name="xalign">0.5</property>
				      <property name="yalign">0.5</property>
				      <property name="xpad">0</property>
				      <property name="ypad">0</property>
				      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
				      <property name="width_chars">-1</property>
				      <property name="single_line_mode">False</property>
				      <property name="angle">0</property>
				    </widget>
				    <packing>
				      <property name="padding">0</property>
				      <property name="expand">False</property>
				      <property name="fill">False</property>
				    </packing>
				  </child>
				</widget>
			      </child>
			    </widget>
			    <packing>
			      <property name="padding">0</property>
			      <property name="expand">False</property>
			      <property name="fill">False</property>
			      <property name="pack_type">GTK_PACK_END</property>
			    </packing>
			  </child>

			  <child>
			    <widget class="GtkButton" id="continue_btn">
			      <property name="visible">True</property>
			      <property name="relief">GTK_RELIEF_NONE</property>
			      <property name="focus_on_click">True</property>

			      <child>
				<widget class="GtkVBox" id="vbox16">
				  <property name="visible">True</property>
				  <property name="homogeneous">False</property>
				  <property name="spacing">0</property>

				  <child>
				    <widget class="GtkImage" id="image983">
				      <property name="visible">True</property>
				      <property name="pixbuf">script_continue.png</property>
				      <property name="xalign">0.5</property>
				      <property name="yalign">0.5</property>
				      <property name="xpad">0</property>
				      <property name="ypad">0</property>
				    </widget>
				    <packing>
				      <property name="padding">0</property>
				      <property name="expand">True</property>
				      <property name="fill">True</property>
				    </packing>
				  </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_underline">False</property>
				      <property name="use_markup">True</property>
				      <property name="justify">GTK_JUSTIFY_LEFT</property>
				      <property name="wrap">False</property>
				      <property name="selectable">False</property>
				      <property name="xalign">0.5</property>
				      <property name="yalign">0.5</property>
				      <property name="xpad">0</property>
				      <property name="ypad">0</property>
				      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
				      <property name="width_chars">-1</property>
				      <property name="single_line_mode">False</property>
				      <property name="angle">0</property>
				    </widget>
				    <packing>
				      <property name="padding">0</property>
				      <property name="expand">False</property>
				      <property name="fill">False</property>
				    </packing>
				  </child>
				</widget>
			      </child>
			    </widget>
			    <packing>
			      <property name="padding">0</property>
			      <property name="expand">False</property>
			      <property name="fill">False</property>
			      <property name="pack_type">GTK_PACK_END</property>
			    </packing>
			  </child>
			</widget>
		      </child>
		    </widget>
		  </child>
		</widget>
		<packing>
		  <property name="padding">0</property>
		  <property name="expand">True</property>
		  <property name="fill">True</property>
		</packing>
	      </child>

	      <child>
		<widget class="GtkAlignment" id="alignment11">
		  <property name="visible">True</property>
		  <property name="xalign">0.5</property>
		  <property name="yalign">0</property>
		  <property name="xscale">0</property>
		  <property name="yscale">0</property>
		  <property name="top_padding">0</property>
		  <property name="bottom_padding">0</property>
		  <property name="left_padding">0</property>
		  <property name="right_padding">0</property>

		  <child>
		    <widget class="GtkHBox" id="hbox54">
		      <property name="visible">True</property>
		      <property name="homogeneous">False</property>
		      <property name="spacing">6</property>

		      <child>
			<widget class="GtkHBox" id="hbox55">
			  <property name="visible">True</property>
			  <property name="homogeneous">False</property>
			  <property name="spacing">0</property>

			  <child>
			    <widget class="GtkButton" id="sdoexecute_btn">
			      <property name="visible">True</property>
			      <property name="relief">GTK_RELIEF_NONE</property>
			      <property name="focus_on_click">True</property>
			      <accelerator key="Return" modifiers="GDK_CONTROL_MASK" signal="clicked"/>

			      <child>
				<widget class="GtkVBox" id="vbox14">
				  <property name="visible">True</property>
				  <property name="homogeneous">False</property>
				  <property name="spacing">0</property>

				  <child>
				    <widget class="GtkImage" id="image979">
				      <property name="visible">True</property>
				      <property name="pixbuf">script_execute.png</property>
				      <property name="xalign">0.5</property>
				      <property name="yalign">0.5</property>
				      <property name="xpad">0</property>
				      <property name="ypad">0</property>
				    </widget>
				    <packing>
				      <property name="padding">0</property>
				      <property name="expand">True</property>
				      <property name="fill">True</property>
				    </packing>
				  </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_underline">False</property>
				      <property name="use_markup">True</property>
				      <property name="justify">GTK_JUSTIFY_LEFT</property>
				      <property name="wrap">False</property>
				      <property name="selectable">False</property>
				      <property name="xalign">0.5</property>
				      <property name="yalign">0.5</property>
				      <property name="xpad">0</property>
				      <property name="ypad">0</property>
				      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
				      <property name="width_chars">-1</property>
				      <property name="single_line_mode">False</property>
				      <property name="angle">0</property>
				    </widget>
				    <packing>
				      <property name="padding">0</property>
				      <property name="expand">False</property>
				      <property name="fill">False</property>
				    </packing>
				  </child>
				</widget>
			      </child>
			    </widget>
			    <packing>
			      <property name="padding">0</property>
			      <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>
			      <property name="focus_on_click">True</property>

			      <child>
				<widget class="GtkImage" id="image980">
				  <property name="visible">True</property>
				  <property name="pixbuf">label_extra.png</property>
				  <property name="xalign">0.5</property>
				  <property name="yalign">0.5</property>
				  <property name="xpad">0</property>
				  <property name="ypad">0</property>
				</widget>
			      </child>
			    </widget>
			    <packing>
			      <property name="padding">0</property>
			      <property name="expand">False</property>
			      <property name="fill">False</property>
			    </packing>
			  </child>
			</widget>
			<packing>
			  <property name="padding">0</property>
			  <property name="expand">False</property>
			  <property name="fill">True</property>
			</packing>
		      </child>

		      <child>
			<widget class="GtkButton" id="sstop_btn">
			  <property name="visible">True</property>
			  <property name="relief">GTK_RELIEF_NONE</property>
			  <property name="focus_on_click">True</property>

			  <child>
			    <widget class="GtkVBox" id="vbox15">
			      <property name="visible">True</property>
			      <property name="homogeneous">False</property>
			      <property name="spacing">0</property>

			      <child>
				<widget class="GtkImage" id="image981">
				  <property name="visible">True</property>
				  <property name="pixbuf">script_stop.png</property>
				  <property name="xalign">0.5</property>
				  <property name="yalign">0.5</property>
				  <property name="xpad">0</property>
				  <property name="ypad">0</property>
				</widget>
				<packing>
				  <property name="padding">0</property>
				  <property name="expand">True</property>
				  <property name="fill">True</property>
				</packing>
			      </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_underline">False</property>
				  <property name="use_markup">True</property>
				  <property name="justify">GTK_JUSTIFY_LEFT</property>
				  <property name="wrap">False</property>
				  <property name="selectable">False</property>
				  <property name="xalign">0.5</property>
				  <property name="yalign">0.5</property>
				  <property name="xpad">0</property>
				  <property name="ypad">0</property>
				  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
				  <property name="width_chars">-1</property>
				  <property name="single_line_mode">False</property>
				  <property name="angle">0</property>
				</widget>
				<packing>
				  <property name="padding">0</property>
				  <property name="expand">False</property>
				  <property name="fill">False</property>
				</packing>
			      </child>
			    </widget>
			  </child>
			</widget>
			<packing>
			  <property name="padding">0</property>
			  <property name="expand">False</property>
			  <property name="fill">True</property>
			</packing>
		      </child>

		      <child>
			<widget class="GtkFrame" id="frame3">
			  <property name="visible">True</property>
			  <property name="label_xalign">0</property>
			  <property name="label_yalign">0.5</property>
			  <property name="shadow_type">GTK_SHADOW_IN</property>

			  <child>
			    <widget class="GtkImage" id="simage">
			      <property name="visible">True</property>
			      <property name="xalign">0.5</property>
			      <property name="yalign">0.5</property>
			      <property name="xpad">0</property>
			      <property name="ypad">0</property>
			    </widget>
			  </child>
			</widget>
			<packing>
			  <property name="padding">0</property>
			  <property name="expand">True</property>
			  <property name="fill">True</property>
			</packing>
		      </child>
		    </widget>
		  </child>
		</widget>
		<packing>
		  <property name="padding">0</property>
		  <property name="expand">False</property>
		  <property name="fill">False</property>
		</packing>
	      </child>
	    </widget>
	    <packing>
	      <property name="padding">0</property>
	      <property name="expand">False</property>
	      <property name="fill">True</property>
	    </packing>
	  </child>

	  <child>
	    <widget class="GtkEventBox" id="toolbar_evb">
	      <property name="visible">True</property>
	      <property name="visible_window">True</property>
	      <property name="above_child">False</property>

	      <child>
		<widget class="GtkHBox" id="small_query_toolbar">
		  <property name="visible">True</property>
		  <property name="homogeneous">False</property>
		  <property name="spacing">0</property>

		  <child>
		    <widget class="GtkButton" id="back_sbtn">
		      <property name="height_request">34</property>
		      <property name="visible">True</property>
		      <property name="tooltip" translatable="yes">Go back one executed query</property>
		      <property name="relief">GTK_RELIEF_NONE</property>
		      <property name="focus_on_click">True</property>

		      <child>
			<widget class="GtkImage" id="image988">
			  <property name="visible">True</property>
			  <property name="pixbuf">small_query_back.png</property>
			  <property name="xalign">0.5</property>
			  <property name="yalign">0.5</property>
			  <property name="xpad">0</property>
			  <property name="ypad">0</property>
			</widget>
		      </child>
		    </widget>
		    <packing>
		      <property name="padding">0</property>
		      <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="tooltip" translatable="yes">Go forward one executed query</property>
		      <property name="relief">GTK_RELIEF_NONE</property>
		      <property name="focus_on_click">True</property>

		      <child>
			<widget class="GtkImage" id="image989">
			  <property name="visible">True</property>
			  <property name="pixbuf">small_query_next.png</property>
			  <property name="xalign">0.5</property>
			  <property name="yalign">0.5</property>
			  <property name="xpad">0</property>
			  <property name="ypad">0</property>
			</widget>
		      </child>
		    </widget>
		    <packing>
		      <property name="padding">0</property>
		      <property name="expand">False</property>
		      <property name="fill">False</property>
		    </packing>
		  </child>

		  <child>
		    <widget class="GtkAlignment" id="alignment15">
		      <property name="visible">True</property>
		      <property name="xalign">0.5</property>
		      <property name="yalign">0.5</property>
		      <property name="xscale">1</property>
		      <property name="yscale">0.5</property>
		      <property name="top_padding">0</property>
		      <property name="bottom_padding">0</property>
		      <property name="left_padding">0</property>
		      <property name="right_padding">0</property>

		      <child>
			<widget class="GtkVSeparator" id="vseparator21">
			  <property name="visible">True</property>
			</widget>
		      </child>
		    </widget>
		    <packing>
		      <property name="padding">4</property>
		      <property name="expand">False</property>
		      <property name="fill">True</property>
		    </packing>
		  </child>

		  <child>
		    <widget class="GtkButton" id="execute_sbtn">
		      <property name="height_request">34</property>
		      <property name="visible">True</property>
		      <property name="tooltip" translatable="yes">Execute query</property>
		      <property name="relief">GTK_RELIEF_NONE</property>
		      <property name="focus_on_click">True</property>

		      <child>
			<widget class="GtkImage" id="image990">
			  <property name="visible">True</property>
			  <property name="pixbuf">small_query_execute.png</property>
			  <property name="xalign">0.5</property>
			  <property name="yalign">0.5</property>
			  <property name="xpad">0</property>
			  <property name="ypad">0</property>
			</widget>
		      </child>
		    </widget>
		    <packing>
		      <property name="padding">0</property>
		      <property name="expand">False</property>
		      <property name="fill">False</property>
		    </packing>
		  </child>

		  <child>
		    <widget class="GtkButton" id="stop_sbtn">
		      <property name="height_request">34</property>
		      <property name="visible">True</property>
		      <property name="tooltip" translatable="yes">Stop query</property>
		      <property name="relief">GTK_RELIEF_NONE</property>
		      <property name="focus_on_click">True</property>

		      <child>
			<widget class="GtkImage" id="image991">
			  <property name="visible">True</property>
			  <property name="pixbuf">small_query_stop.png</property>
			  <property name="xalign">0.5</property>
			  <property name="yalign">0.5</property>
			  <property name="xpad">0</property>
			  <property name="ypad">0</property>
			</widget>
		      </child>
		    </widget>
		    <packing>
		      <property name="padding">0</property>
		      <property name="expand">False</property>
		      <property name="fill">False</property>
		    </packing>
		  </child>

		  <child>
		    <widget class="GtkAlignment" id="alignment20">
		      <property name="visible">True</property>
		      <property name="xalign">0.5</property>
		      <property name="yalign">0.5</property>
		      <property name="xscale">1</property>
		      <property name="yscale">0.5</property>
		      <property name="top_padding">0</property>
		      <property name="bottom_padding">0</property>
		      <property name="left_padding">0</property>
		      <property name="right_padding">0</property>

		      <child>
			<widget class="GtkVSeparator" id="vseparator26">
			  <property name="visible">True</property>
			</widget>
		      </child>
		    </widget>
		    <packing>
		      <property name="padding">2</property>
		      <property name="expand">False</property>
		      <property name="fill">True</property>
		    </packing>
		  </child>

		  <child>
		    <widget class="GtkAlignment" id="alignment21">
		      <property name="visible">True</property>
		      <property name="xalign">0.5</property>
		      <property name="yalign">0.5</property>
		      <property name="xscale">1</property>
		      <property name="yscale">0.5</property>
		      <property name="top_padding">0</property>
		      <property name="bottom_padding">0</property>
		      <property name="left_padding">0</property>
		      <property name="right_padding">0</property>

		      <child>
			<widget class="GtkVSeparator" id="vseparator27">
			  <property name="visible">True</property>
			</widget>
		      </child>
		    </widget>
		    <packing>
		      <property name="padding">2</property>
		      <property name="expand">False</property>
		      <property name="fill">True</property>
		    </packing>
		  </child>

		  <child>
		    <widget class="GtkLabel" id="label6">
		      <property name="visible">True</property>
		      <property name="label" translatable="yes">&lt;small&gt;Transaction&lt;/small&gt;</property>
		      <property name="use_underline">False</property>
		      <property name="use_markup">True</property>
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
		      <property name="wrap">False</property>
		      <property name="selectable">False</property>
		      <property name="xalign">0.5</property>
		      <property name="yalign">0.5</property>
		      <property name="xpad">4</property>
		      <property name="ypad">0</property>
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
		      <property name="width_chars">-1</property>
		      <property name="single_line_mode">False</property>
		      <property name="angle">0</property>
		    </widget>
		    <packing>
		      <property name="padding">0</property>
		      <property name="expand">False</property>
		      <property name="fill">False</property>
		    </packing>
		  </child>

		  <child>
		    <widget class="GtkButton" id="tstart_btn">
		      <property name="height_request">34</property>
		      <property name="visible">True</property>
		      <property name="tooltip" translatable="yes">Start transaction</property>
		      <property name="relief">GTK_RELIEF_NONE</property>
		      <property name="focus_on_click">True</property>

		      <child>
			<widget class="GtkImage" id="tstart_image">
			  <property name="visible">True</property>
			  <property name="pixbuf">small_query_start.png</property>
			  <property name="xalign">0.5</property>
			  <property name="yalign">0.5</property>
			  <property name="xpad">0</property>
			  <property name="ypad">0</property>
			</widget>
		      </child>
		    </widget>
		    <packing>
		      <property name="padding">0</property>
		      <property name="expand">False</property>
		      <property name="fill">False</property>
		    </packing>
		  </child>

		  <child>
		    <widget class="GtkButton" id="tcommit_btn">
		      <property name="height_request">30</property>
		      <property name="visible">True</property>
		      <property name="tooltip" translatable="yes">Commit current transaction</property>
		      <property name="relief">GTK_RELIEF_NONE</property>
		      <property name="focus_on_click">True</property>

		      <child>
			<widget class="GtkImage" id="tcommit_image">
			  <property name="visible">True</property>
			  <property name="pixbuf">small_query_commit.png</property>
			  <property name="xalign">0.5</property>
			  <property name="yalign">0.5</property>
			  <property name="xpad">0</property>
			  <property name="ypad">0</property>
			</widget>
		      </child>
		    </widget>
		    <packing>
		      <property name="padding">0</property>
		      <property name="expand">False</property>
		      <property name="fill">False</property>
		    </packing>
		  </child>

		  <child>
		    <widget class="GtkButton" id="trollback_btn">
		      <property name="height_request">30</property>
		      <property name="visible">True</property>
		      <property name="tooltip" translatable="yes">Rollback current transaction</property>
		      <property name="relief">GTK_RELIEF_NONE</property>
		      <property name="focus_on_click">True</property>

		      <child>
			<widget class="GtkImage" id="trollback_image">
			  <property name="visible">True</property>
			  <property name="pixbuf">small_query_rollback.png</property>
			  <property name="xalign">0.5</property>
			  <property name="yalign">0.5</property>
			  <property name="xpad">0</property>
			  <property name="ypad">0</property>
			</widget>
		      </child>
		    </widget>
		    <packing>
		      <property name="padding">0</property>
		      <property name="expand">False</property>
		      <property name="fill">False</property>
		    </packing>
		  </child>

		  <child>
		    <widget class="GtkAlignment" id="alignment18">
		      <property name="visible">True</property>
		      <property name="xalign">0.5</property>
		      <property name="yalign">0.5</property>
		      <property name="xscale">1</property>
		      <property name="yscale">0.5</property>
		      <property name="top_padding">0</property>
		      <property name="bottom_padding">0</property>
		      <property name="left_padding">0</property>
		      <property name="right_padding">0</property>

		      <child>
			<widget class="GtkVSeparator" id="vseparator24">
			  <property name="visible">True</property>
			</widget>
		      </child>
		    </widget>
		    <packing>
		      <property name="padding">2</property>
		      <property name="expand">False</property>
		      <property name="fill">True</property>
		    </packing>
		  </child>

		  <child>
		    <widget class="GtkButton" id="explain_btn">
		      <property name="visible">True</property>
		      <property name="tooltip" translatable="yes">Show &quot;explain query&quot; information</property>
		      <property name="can_focus">True</property>
		      <property name="relief">GTK_RELIEF_NONE</property>
		      <property name="focus_on_click">True</property>

		      <child>
			<widget class="GtkAlignment" id="alignment1">
			  <property name="visible">True</property>
			  <property name="xalign">0.5</property>
			  <property name="yalign">0.5</property>
			  <property name="xscale">0</property>
			  <property name="yscale">0</property>
			  <property name="top_padding">0</property>
			  <property name="bottom_padding">0</property>
			  <property name="left_padding">0</property>
			  <property name="right_padding">0</property>

			  <child>
			    <widget class="GtkHBox" id="hbox3">
			      <property name="visible">True</property>
			      <property name="homogeneous">False</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>
				  <property name="xalign">0.5</property>
				  <property name="yalign">0.5</property>
				  <property name="xpad">0</property>
				  <property name="ypad">0</property>
				</widget>
				<packing>
				  <property name="padding">0</property>
				  <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_underline">True</property>
				  <property name="use_markup">True</property>
				  <property name="justify">GTK_JUSTIFY_LEFT</property>
				  <property name="wrap">False</property>
				  <property name="selectable">False</property>
				  <property name="xalign">0.5</property>
				  <property name="yalign">0.5</property>
				  <property name="xpad">0</property>
				  <property name="ypad">0</property>
				  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
				  <property name="width_chars">-1</property>
				  <property name="single_line_mode">False</property>
				  <property name="angle">0</property>
				</widget>
				<packing>
				  <property name="padding">0</property>
				  <property name="expand">False</property>
				  <property name="fill">False</property>
				</packing>
			      </child>
			    </widget>
			  </child>
			</widget>
		      </child>
		    </widget>
		    <packing>
		      <property name="padding">0</property>
		      <property name="expand">False</property>
		      <property name="fill">False</property>
		    </packing>
		  </child>

		  <child>
		    <widget class="GtkButton" id="compare_btn">
		      <property name="visible">True</property>
		      <property name="tooltip" translatable="yes">Compare two resultsets side by side.</property>
		      <property name="can_focus">True</property>
		      <property name="relief">GTK_RELIEF_NONE</property>
		      <property name="focus_on_click">True</property>

		      <child>
			<widget class="GtkAlignment" id="alignment9">
			  <property name="visible">True</property>
			  <property name="xalign">0.5</property>
			  <property name="yalign">0.5</property>
			  <property name="xscale">0</property>
			  <property name="yscale">0</property>
			  <property name="top_padding">0</property>
			  <property name="bottom_padding">0</property>
			  <property name="left_padding">0</property>
			  <property name="right_padding">0</property>

			  <child>
			    <widget class="GtkHBox" id="hbox4">
			      <property name="visible">True</property>
			      <property name="homogeneous">False</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>
				  <property name="xalign">0.5</property>
				  <property name="yalign">0.5</property>
				  <property name="xpad">0</property>
				  <property name="ypad">0</property>
				</widget>
				<packing>
				  <property name="padding">0</property>
				  <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_underline">True</property>
				  <property name="use_markup">True</property>
				  <property name="justify">GTK_JUSTIFY_LEFT</property>
				  <property name="wrap">False</property>
				  <property name="selectable">False</property>
				  <property name="xalign">0.5</property>
				  <property name="yalign">0.5</property>
				  <property name="xpad">0</property>
				  <property name="ypad">0</property>
				  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
				  <property name="width_chars">-1</property>
				  <property name="single_line_mode">False</property>
				  <property name="angle">0</property>
				</widget>
				<packing>
				  <property name="padding">0</property>
				  <property name="expand">False</property>
				  <property name="fill">False</property>
				</packing>
			      </child>
			    </widget>
			  </child>
			</widget>
		      </child>
		    </widget>
		    <packing>
		      <property name="padding">0</property>
		      <property name="expand">False</property>
		      <property name="fill">False</property>
		    </packing>
		  </child>
		</widget>
	      </child>
	    </widget>
	    <packing>
	      <property name="padding">0</property>
	      <property name="expand">False</property>
	      <property name="fill">True</property>
	    </packing>
	  </child>

	  <child>
	    <widget class="GtkHBox" id="small_script_toolbar">
	      <property name="visible">True</property>
	      <property name="homogeneous">False</property>
	      <property name="spacing">0</property>

	      <child>
		<widget class="GtkButton" id="undo_sbtn">
		  <property name="height_request">34</property>
		  <property name="visible">True</property>
		  <property name="tooltip" translatable="yes">Undo last edit</property>
		  <property name="relief">GTK_RELIEF_NONE</property>
		  <property name="focus_on_click">True</property>

		  <child>
		    <widget class="GtkImage" id="image992">
		      <property name="visible">True</property>
		      <property name="pixbuf">small_script_undo.png</property>
		      <property name="xalign">0.5</property>
		      <property name="yalign">0.5</property>
		      <property name="xpad">0</property>
		      <property name="ypad">0</property>
		    </widget>
		  </child>
		</widget>
		<packing>
		  <property name="padding">0</property>
		  <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="tooltip" translatable="yes">Redo previously undone edit</property>
		  <property name="relief">GTK_RELIEF_NONE</property>
		  <property name="focus_on_click">True</property>

		  <child>
		    <widget class="GtkImage" id="image993">
		      <property name="visible">True</property>
		      <property name="pixbuf">small_script_redo.png</property>
		      <property name="xalign">0.5</property>
		      <property name="yalign">0.5</property>
		      <property name="xpad">0</property>
		      <property name="ypad">0</property>
		    </widget>
		  </child>
		</widget>
		<packing>
		  <property name="padding">0</property>
		  <property name="expand">False</property>
		  <property name="fill">False</property>
		</packing>
	      </child>

	      <child>
		<widget class="GtkAlignment" id="alignment24">
		  <property name="visible">True</property>
		  <property name="xalign">0.5</property>
		  <property name="yalign">0.5</property>
		  <property name="xscale">1</property>
		  <property name="yscale">0.5</property>
		  <property name="top_padding">0</property>
		  <property name="bottom_padding">0</property>
		  <property name="left_padding">0</property>
		  <property name="right_padding">0</property>

		  <child>
		    <widget class="GtkVSeparator" id="vseparator30">
		      <property name="visible">True</property>
		    </widget>
		  </child>
		</widget>
		<packing>
		  <property name="padding">4</property>
		  <property name="expand">False</property>
		  <property name="fill">True</property>
		</packing>
	      </child>

	      <child>
		<widget class="GtkButton" id="open_sbtn">
		  <property name="height_request">34</property>
		  <property name="visible">True</property>
		  <property name="tooltip" translatable="yes">Open a query file</property>
		  <property name="relief">GTK_RELIEF_NONE</property>
		  <property name="focus_on_click">True</property>

		  <child>
		    <widget class="GtkImage" id="image996">
		      <property name="visible">True</property>
		      <property name="pixbuf">small_script_load.png</property>
		      <property name="xalign">0.5</property>
		      <property name="yalign">0.5</property>
		      <property name="xpad">0</property>
		      <property name="ypad">0</property>
		    </widget>
		  </child>
		</widget>
		<packing>
		  <property name="padding">0</property>
		  <property name="expand">False</property>
		  <property name="fill">False</property>
		</packing>
	      </child>

	      <child>
		<widget class="GtkButton" id="save_sbtn">
		  <property name="height_request">34</property>
		  <property name="visible">True</property>
		  <property name="tooltip" translatable="yes">Save query into a file</property>
		  <property name="relief">GTK_RELIEF_NONE</property>
		  <property name="focus_on_click">True</property>

		  <child>
		    <widget class="GtkImage" id="image997">
		      <property name="visible">True</property>
		      <property name="pixbuf">small_script_save.png</property>
		      <property name="xalign">0.5</property>
		      <property name="yalign">0.5</property>
		      <property name="xpad">0</property>
		      <property name="ypad">0</property>
		    </widget>
		  </child>
		</widget>
		<packing>
		  <property name="padding">0</property>
		  <property name="expand">False</property>
		  <property name="fill">False</property>
		</packing>
	      </child>

	      <child>
		<widget class="GtkAlignment" id="alignment22">
		  <property name="visible">True</property>
		  <property name="xalign">0.5</property>
		  <property name="yalign">0.5</property>
		  <property name="xscale">1</property>
		  <property name="yscale">0.5</property>
		  <property name="top_padding">0</property>
		  <property name="bottom_padding">0</property>
		  <property name="left_padding">0</property>
		  <property name="right_padding">0</property>

		  <child>
		    <widget class="GtkVSeparator" id="vseparator28">
		      <property name="visible">True</property>
		    </widget>
		  </child>
		</widget>
		<packing>
		  <property name="padding">2</property>
		  <property name="expand">False</property>
		  <property name="fill">True</property>
		</packing>
	      </child>

	      <child>
		<widget class="GtkAlignment" id="alignment23">
		  <property name="visible">True</property>
		  <property name="xalign">0.5</property>
		  <property name="yalign">0.5</property>
		  <property name="xscale">1</property>
		  <property name="yscale">0.5</property>
		  <property name="top_padding">0</property>
		  <property name="bottom_padding">0</property>
		  <property name="left_padding">0</property>
		  <property name="right_padding">0</property>

		  <child>
		    <widget class="GtkVSeparator" id="vseparator29">
		      <property name="visible">True</property>
		    </widget>
		  </child>
		</widget>
		<packing>
		  <property name="padding">2</property>
		  <property name="expand">False</property>
		  <property name="fill">True</property>
		</packing>
	      </child>

	      <child>
		<widget class="GtkButton" id="sexecute_sbtn">
		  <property name="height_request">34</property>
		  <property name="visible">True</property>
		  <property name="tooltip" translatable="yes">Execute script</property>
		  <property name="can_focus">True</property>
		  <property name="relief">GTK_RELIEF_NONE</property>
		  <property name="focus_on_click">True</property>

		  <child>
		    <widget class="GtkImage" id="image564">
		      <property name="visible">True</property>
		      <property name="pixbuf">small_script_execute.png</property>
		      <property name="xalign">0.5</property>
		      <property name="yalign">0.5</property>
		      <property name="xpad">0</property>
		      <property name="ypad">0</property>
		    </widget>
		  </child>
		</widget>
		<packing>
		  <property name="padding">0</property>
		  <property name="expand">False</property>
		  <property name="fill">False</property>
		</packing>
	      </child>

	      <child>
		<widget class="GtkButton" id="sstop_sbtn">
		  <property name="height_request">34</property>
		  <property name="visible">True</property>
		  <property name="tooltip" translatable="yes">Stop script execution</property>
		  <property name="can_focus">True</property>
		  <property name="relief">GTK_RELIEF_NONE</property>
		  <property name="focus_on_click">True</property>

		  <child>
		    <widget class="GtkImage" id="image558">
		      <property name="visible">True</property>
		      <property name="pixbuf">small_script_stop.png</property>
		      <property name="xalign">0.5</property>
		      <property name="yalign">0.5</property>
		      <property name="xpad">0</property>
		      <property name="ypad">0</property>
		    </widget>
		  </child>
		</widget>
		<packing>
		  <property name="padding">0</property>
		  <property name="expand">False</property>
		  <property name="fill">False</property>
		</packing>
	      </child>

	      <child>
		<widget class="GtkAlignment" id="alignment16">
		  <property name="visible">True</property>
		  <property name="xalign">0.5</property>
		  <property name="yalign">0.5</property>
		  <property name="xscale">1</property>
		  <property name="yscale">0.5</property>
		  <property name="top_padding">0</property>
		  <property name="bottom_padding">0</property>
		  <property name="left_padding">0</property>
		  <property name="right_padding">0</property>

		  <child>
		    <widget class="GtkVSeparator" id="vseparator22">
		      <property name="visible">True</property>
		    </widget>
		  </child>
		</widget>
		<packing>
		  <property name="padding">2</property>
		  <property name="expand">False</property>
		  <property name="fill">True</property>
		</packing>
	      </child>

	      <child>
		<widget class="GtkButton" id="continue_sbtn">
		  <property name="height_request">34</property>
		  <property name="visible">True</property>
		  <property name="tooltip" translatable="yes">Continue script</property>
		  <property name="can_focus">True</property>
		  <property name="relief">GTK_RELIEF_NONE</property>
		  <property name="focus_on_click">True</property>

		  <child>
		    <widget class="GtkImage" id="image554">
		      <property name="visible">True</property>
		      <property name="pixbuf">small_script_continue.png</property>
		      <property name="xalign">0.5</property>
		      <property name="yalign">0.5</property>
		      <property name="xpad">0</property>
		      <property name="ypad">0</property>
		    </widget>
		  </child>
		</widget>
		<packing>
		  <property name="padding">0</property>
		  <property name="expand">False</property>
		  <property name="fill">False</property>
		</packing>
	      </child>

	      <child>
		<widget class="GtkButton" id="step_sbtn">
		  <property name="height_request">34</property>
		  <property name="visible">True</property>
		  <property name="tooltip" translatable="yes">Step to next statement</property>
		  <property name="can_focus">True</property>
		  <property name="relief">GTK_RELIEF_NONE</property>
		  <property name="focus_on_click">True</property>

		  <child>
		    <widget class="GtkImage" id="image556">
		      <property name="visible">True</property>
		      <property name="pixbuf">small_script_step_over.png</property>
		      <property name="xalign">0.5</property>
		      <property name="yalign">0.5</property>
		      <property name="xpad">0</property>
		      <property name="ypad">0</property>
		    </widget>
		  </child>
		</widget>
		<packing>
		  <property name="padding">0</property>
		  <property name="expand">False</property>
		  <property name="fill">False</property>
		</packing>
	      </child>

	      <child>
		<widget class="GtkHBox" id="hbox39">
		  <property name="visible">True</property>
		  <property name="homogeneous">True</property>
		  <property name="spacing">0</property>

		  <child>
		    <widget class="GtkAlignment" id="alignment17">
		      <property name="visible">True</property>
		      <property name="xalign">0.5</property>
		      <property name="yalign">0.5</property>
		      <property name="xscale">1</property>
		      <property name="yscale">0.5</property>
		      <property name="top_padding">0</property>
		      <property name="bottom_padding">0</property>
		      <property name="left_padding">0</property>
		      <property name="right_padding">0</property>

		      <child>
			<widget class="GtkVSeparator" id="vseparator23">
			  <property name="visible">True</property>
			</widget>
		      </child>
		    </widget>
		    <packing>
		      <property name="padding">2</property>
		      <property name="expand">False</property>
		      <property name="fill">True</property>
		    </packing>
		  </child>
		</widget>
		<packing>
		  <property name="padding">0</property>
		  <property name="expand">False</property>
		  <property name="fill">False</property>
		</packing>
	      </child>
	    </widget>
	    <packing>
	      <property name="padding">0</property>
	      <property name="expand">False</property>
	      <property name="fill">True</property>
	    </packing>
	  </child>

	  <child>
	    <widget class="GtkHSeparator" id="hseparator1">
	      <property name="visible">True</property>
	    </widget>
	    <packing>
	      <property name="padding">0</property>
	      <property name="expand">False</property>
	      <property name="fill">True</property>
	    </packing>
	  </child>
	</widget>
	<packing>
	  <property name="shrink">True</property>
	  <property name="resize">False</property>
	</packing>
      </child>

      <child>
	<widget class="GtkVBox" id="vbox22">
	  <property name="visible">True</property>
	  <property name="homogeneous">False</property>
	  <property name="spacing">0</property>

	  <child>
	    <widget class="GtkHPaned" id="hpaned1">
	      <property name="visible">True</property>
	      <property name="can_focus">True</property>
	      <property name="position">0</property>

	      <child>
		<widget class="GtkNotebook" id="result_note">
		  <property name="visible">True</property>
		  <property name="show_tabs">True</property>
		  <property name="show_border">True</property>
		  <property name="tab_pos">GTK_POS_TOP</property>
		  <property name="scrollable">False</property>
		  <property name="enable_popup">False</property>
		</widget>
		<packing>
		  <property name="shrink">True</property>
		  <property name="resize">True</property>
		</packing>
	      </child>

	      <child>
		<widget class="GtkVPaned" id="side_vpane">
		  <property name="visible">True</property>
		  <property name="can_focus">True</property>
		  <property name="position">0</property>

		  <child>
		    <widget class="GtkNotebook" id="sidetop_notebook">
		      <property name="visible">True</property>
		      <property name="can_focus">True</property>
		      <property name="show_tabs">True</property>
		      <property name="show_border">False</property>
		      <property name="tab_pos">GTK_POS_TOP</property>
		      <property name="scrollable">True</property>
		      <property name="enable_popup">False</property>
		    </widget>
		    <packing>
		      <property name="shrink">False</property>
		      <property name="resize">True</property>
		    </packing>
		  </child>

		  <child>
		    <widget class="GtkNotebook" id="sidebottom_notebook">
		      <property name="visible">True</property>
		      <property name="can_focus">True</property>
		      <property name="show_tabs">True</property>
		      <property name="show_border">False</property>
		      <property name="tab_pos">GTK_POS_TOP</property>
		      <property name="scrollable">False</property>
		      <property name="enable_popup">False</property>

		      <child>
			<widget class="GtkScrolledWindow" id="scrolledwindow7">
			  <property name="border_width">6</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>
			  <property name="window_placement">GTK_CORNER_TOP_LEFT</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>
			      <property name="rules_hint">False</property>
			      <property name="reorderable">False</property>
			      <property name="enable_search">True</property>
			      <property name="fixed_height_mode">False</property>
			      <property name="hover_selection">False</property>
			      <property name="hover_expand">False</property>
			    </widget>
			  </child>
			</widget>
			<packing>
			  <property name="tab_expand">False</property>
			  <property name="tab_fill">True</property>
			</packing>
		      </child>

		      <child>
			<widget class="GtkLabel" id="label34">
			  <property name="visible">True</property>
			  <property name="label" translatable="yes">Params</property>
			  <property name="use_underline">False</property>
			  <property name="use_markup">False</property>
			  <property name="justify">GTK_JUSTIFY_LEFT</property>
			  <property name="wrap">False</property>
			  <property name="selectable">False</property>
			  <property name="xalign">0.5</property>
			  <property name="yalign">0.5</property>
			  <property name="xpad">0</property>
			  <property name="ypad">0</property>
			  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
			  <property name="width_chars">-1</property>
			  <property name="single_line_mode">False</property>
			  <property name="angle">0</property>
			</widget>
			<packing>
			  <property name="type">tab</property>
			</packing>
		      </child>

		      <child>
			<widget class="GtkScrolledWindow" id="scrolledwindow8">
			  <property name="border_width">6</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>
			  <property name="window_placement">GTK_CORNER_TOP_LEFT</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>
			      <property name="rules_hint">False</property>
			      <property name="reorderable">False</property>
			      <property name="enable_search">True</property>
			      <property name="fixed_height_mode">False</property>
			      <property name="hover_selection">False</property>
			      <property name="hover_expand">False</property>
			    </widget>
			  </child>
			</widget>
			<packing>
			  <property name="tab_expand">False</property>
			  <property name="tab_fill">True</property>
			</packing>
		      </child>

		      <child>
			<widget class="GtkLabel" id="label58">
			  <property name="visible">True</property>
			  <property name="label" translatable="yes">Trx</property>
			  <property name="use_underline">False</property>
			  <property name="use_markup">False</property>
			  <property name="justify">GTK_JUSTIFY_LEFT</property>
			  <property name="wrap">False</property>
			  <property name="selectable">False</property>
			  <property name="xalign">0.5</property>
			  <property name="yalign">0.5</property>
			  <property name="xpad">0</property>
			  <property name="ypad">0</property>
			  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
			  <property name="width_chars">-1</property>
			  <property name="single_line_mode">False</property>
			  <property name="angle">0</property>
			</widget>
			<packing>
			  <property name="type">tab</property>
			</packing>
		      </child>
		    </widget>
		    <packing>
		      <property name="shrink">True</property>
		      <property name="resize">True</property>
		    </packing>
		  </child>
		</widget>
		<packing>
		  <property name="shrink">True</property>
		  <property name="resize">False</property>
		</packing>
	      </child>
	    </widget>
	    <packing>
	      <property name="padding">0</property>
	      <property name="expand">True</property>
	      <property name="fill">True</property>
	    </packing>
	  </child>

	  <child>
	    <widget class="GtkHBox" id="hbox49">
	      <property name="visible">True</property>
	      <property name="homogeneous">False</property>
	      <property name="spacing">0</property>

	      <child>
		<widget class="GtkViewport" id="viewport1">
		  <property name="width_request">100</property>
		  <property name="visible">True</property>
		  <property name="shadow_type">GTK_SHADOW_IN</property>

		  <child>
		    <widget class="GtkLabel" id="cursor_label">
		      <property name="visible">True</property>
		      <property name="label" translatable="yes"></property>
		      <property name="use_underline">False</property>
		      <property name="use_markup">False</property>
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
		      <property name="wrap">False</property>
		      <property name="selectable">False</property>
		      <property name="xalign">0.5</property>
		      <property name="yalign">0.5</property>
		      <property name="xpad">0</property>
		      <property name="ypad">0</property>
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
		      <property name="width_chars">-1</property>
		      <property name="single_line_mode">False</property>
		      <property name="angle">0</property>
		    </widget>
		  </child>
		</widget>
		<packing>
		  <property name="padding">0</property>
		  <property name="expand">False</property>
		  <property name="fill">True</property>
		</packing>
	      </child>

	      <child>
		<widget class="GtkStatusbar" id="statusbar1">
		  <property name="visible">True</property>
		  <property name="has_resize_grip">True</property>
		</widget>
		<packing>
		  <property name="padding">0</property>
		  <property name="expand">True</property>
		  <property name="fill">True</property>
		</packing>
	      </child>
	    </widget>
	    <packing>
	      <property name="padding">0</property>
	      <property name="expand">False</property>
	      <property name="fill">False</property>
	    </packing>
	  </child>
	</widget>
	<packing>
	  <property name="shrink">True</property>
	  <property name="resize">True</property>
	</packing>
      </child>
    </widget>
  </child>
</widget>

<widget class="GtkWindow" id="clause_menu">
  <property name="title" translatable="yes"></property>
  <property name="type">GTK_WINDOW_POPUP</property>
  <property name="window_position">GTK_WIN_POS_NONE</property>
  <property name="modal">False</property>
  <property name="resizable">True</property>
  <property name="destroy_with_parent">False</property>
  <property name="decorated">True</property>
  <property name="skip_taskbar_hint">False</property>
  <property name="skip_pager_hint">False</property>
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
  <property name="focus_on_map">True</property>

  <child>
    <widget class="GtkFrame" id="frame2">
      <property name="visible">True</property>
      <property name="label_xalign">0</property>
      <property name="label_yalign">0.5</property>
      <property name="shadow_type">GTK_SHADOW_OUT</property>

      <child>
	<widget class="GtkHBox" id="hbox31">
	  <property name="visible">True</property>
	  <property name="homogeneous">False</property>
	  <property name="spacing">1</property>

	  <child>
	    <widget class="GtkLabel" id="label42">
	      <property name="visible">True</property>
	      <property name="label" translatable="yes">&lt;small&gt;Drop on an action:&lt;/small&gt;</property>
	      <property name="use_underline">False</property>
	      <property name="use_markup">True</property>
	      <property name="justify">GTK_JUSTIFY_LEFT</property>
	      <property name="wrap">False</property>
	      <property name="selectable">False</property>
	      <property name="xalign">0.5</property>
	      <property name="yalign">0.5</property>
	      <property name="xpad">6</property>
	      <property name="ypad">0</property>
	      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
	      <property name="width_chars">-1</property>
	      <property name="single_line_mode">False</property>
	      <property name="angle">0</property>
	    </widget>
	    <packing>
	      <property name="padding">0</property>
	      <property name="expand">True</property>
	      <property name="fill">True</property>
	    </packing>
	  </child>

	  <child>
	    <widget class="GtkVSeparator" id="vseparator5">
	      <property name="visible">True</property>
	    </widget>
	    <packing>
	      <property name="padding">0</property>
	      <property name="expand">False</property>
	      <property name="fill">True</property>
	    </packing>
	  </child>

	  <child>
	    <widget class="GtkVSeparator" id="vseparator15">
	      <property name="visible">True</property>
	    </widget>
	    <packing>
	      <property name="padding">0</property>
	      <property name="expand">False</property>
	      <property name="fill">True</property>
	    </packing>
	  </child>

	  <child>
	    <widget class="GtkLabel" id="select_l">
	      <property name="visible">True</property>
	      <property name="label" translatable="yes">&lt;small&gt;SELECT&lt;/small&gt;</property>
	      <property name="use_underline">False</property>
	      <property name="use_markup">True</property>
	      <property name="justify">GTK_JUSTIFY_LEFT</property>
	      <property name="wrap">False</property>
	      <property name="selectable">False</property>
	      <property name="xalign">0.5</property>
	      <property name="yalign">0.5</property>
	      <property name="xpad">4</property>
	      <property name="ypad">0</property>
	      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
	      <property name="width_chars">-1</property>
	      <property name="single_line_mode">False</property>
	      <property name="angle">0</property>
	    </widget>
	    <packing>
	      <property name="padding">0</property>
	      <property name="expand">True</property>
	      <property name="fill">True</property>
	    </packing>
	  </child>

	  <child>
	    <widget class="GtkVSeparator" id="vseparator6">
	      <property name="visible">True</property>
	    </widget>
	    <packing>
	      <property name="padding">0</property>
	      <property name="expand">False</property>
	      <property name="fill">True</property>
	    </packing>
	  </child>

	  <child>
	    <widget class="GtkLabel" id="add_l">
	      <property name="visible">True</property>
	      <property name="label" translatable="yes">&lt;small&gt;Add Table&lt;/small&gt;</property>
	      <property name="use_underline">False</property>
	      <property name="use_markup">True</property>
	      <property name="justify">GTK_JUSTIFY_LEFT</property>
	      <property name="wrap">False</property>
	      <property name="selectable">False</property>
	      <property name="xalign">0.5</property>
	      <property name="yalign">0.5</property>
	      <property name="xpad">4</property>
	      <property name="ypad">0</property>
	      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
	      <property name="width_chars">-1</property>
	      <property name="single_line_mode">False</property>
	      <property name="angle">0</property>
	    </widget>
	    <packing>
	      <property name="padding">0</property>
	      <property name="expand">True</property>
	      <property name="fill">True</property>
	    </packing>
	  </child>

	  <child>
	    <widget class="GtkVSeparator" id="vseparator7">
	      <property name="visible">True</property>
	    </widget>
	    <packing>
	      <property name="padding">0</property>
	      <property name="expand">False</property>
	      <property name="fill">True</property>
	    </packing>
	  </child>

	  <child>
	    <widget class="GtkVSeparator" id="vseparator12">
	      <property name="visible">True</property>
	    </widget>
	    <packing>
	      <property name="padding">0</property>
	      <property name="expand">False</property>
	      <property name="fill">True</property>
	    </packing>
	  </child>

	  <child>
	    <widget class="GtkLabel" id="join_l">
	      <property name="visible">True</property>
	      <property name="label" translatable="yes">&lt;small&gt;JOIN Table&lt;/small&gt;</property>
	      <property name="use_underline">False</property>
	      <property name="use_markup">True</property>
	      <property name="justify">GTK_JUSTIFY_LEFT</property>
	      <property name="wrap">False</property>
	      <property name="selectable">False</property>
	      <property name="xalign">0.5</property>
	      <property name="yalign">0.5</property>
	      <property name="xpad">4</property>
	      <property name="ypad">0</property>
	      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
	      <property name="width_chars">-1</property>
	      <property name="single_line_mode">False</property>
	      <property name="angle">0</property>
	    </widget>
	    <packing>
	      <property name="padding">0</property>
	      <property name="expand">True</property>
	      <property name="fill">True</property>
	    </packing>
	  </child>

	  <child>
	    <widget class="GtkVSeparator" id="vseparator8">
	      <property name="visible">True</property>
	    </widget>
	    <packing>
	      <property name="padding">0</property>
	      <property name="expand">False</property>
	      <property name="fill">True</property>
	    </packing>
	  </child>

	  <child>
	    <widget class="GtkLabel" id="ljoin_l">
	      <property name="visible">True</property>
	      <property name="label" translatable="yes">&lt;small&gt;L.OUTER JOIN&lt;/small&gt;</property>
	      <property name="use_underline">False</property>
	      <property name="use_markup">True</property>
	      <property name="justify">GTK_JUSTIFY_LEFT</property>
	      <property name="wrap">False</property>
	      <property name="selectable">False</property>
	      <property name="xalign">0.5</property>
	      <property name="yalign">0.5</property>
	      <property name="xpad">4</property>
	      <property name="ypad">0</property>
	      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
	      <property name="width_chars">-1</property>
	      <property name="single_line_mode">False</property>
	      <property name="angle">0</property>
	    </widget>
	    <packing>
	      <property name="padding">0</property>
	      <property name="expand">True</property>
	      <property name="fill">True</property>
	    </packing>
	  </child>

	  <child>
	    <widget class="GtkVSeparator" id="vseparator13">
	      <property name="visible">True</property>
	    </widget>
	    <packing>
	      <property name="padding">0</property>
	      <property name="expand">False</property>
	      <property name="fill">True</property>
	    </packing>
	  </child>

	  <child>
	    <widget class="GtkVSeparator" id="vseparator14">
	      <property name="visible">True</property>
	    </widget>
	    <packing>
	      <property name="padding">0</property>
	      <property name="expand">False</property>
	      <property name="fill">True</property>
	    </packing>
	  </child>

	  <child>
	    <widget class="GtkLabel" id="update_l">
	      <property name="visible">True</property>
	      <property name="label" translatable="yes">&lt;small&gt;UPDATE&lt;/small&gt;</property>
	      <property name="use_underline">False</property>
	      <property name="use_markup">True</property>
	      <property name="justify">GTK_JUSTIFY_LEFT</property>
	      <property name="wrap">False</property>
	      <property name="selectable">False</property>
	      <property name="xalign">0.5</property>
	      <property name="yalign">0.5</property>
	      <property name="xpad">4</property>
	      <property name="ypad">0</property>
	      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
	      <property name="width_chars">-1</property>
	      <property name="single_line_mode">False</property>
	      <property name="angle">0</property>
	    </widget>
	    <packing>
	      <property name="padding">0</property>
	      <property name="expand">True</property>
	      <property name="fill">True</property>
	    </packing>
	  </child>

	  <child>
	    <widget class="GtkVSeparator" id="vseparator10">
	      <property name="visible">True</property>
	    </widget>
	    <packing>
	      <property name="padding">0</property>
	      <property name="expand">False</property>
	      <property name="fill">True</property>
	    </packing>
	  </child>

	  <child>
	    <widget class="GtkLabel" id="insert_l">
	      <property name="visible">True</property>
	      <property name="label" translatable="yes">&lt;small&gt;INSERT&lt;/small&gt;</property>
	      <property name="use_underline">False</property>
	      <property name="use_markup">True</property>
	      <property name="justify">GTK_JUSTIFY_LEFT</property>
	      <property name="wrap">False</property>
	      <property name="selectable">False</property>
	      <property name="xalign">0.5</property>
	      <property name="yalign">0.5</property>
	      <property name="xpad">4</property>
	      <property name="ypad">0</property>
	      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
	      <property name="width_chars">-1</property>
	      <property name="single_line_mode">False</property>
	      <property name="angle">0</property>
	    </widget>
	    <packing>
	      <property name="padding">0</property>
	      <property name="expand">True</property>
	      <property name="fill">True</property>
	    </packing>
	  </child>

	  <child>
	    <widget class="GtkVSeparator" id="vseparator11">
	      <property name="visible">True</property>
	    </widget>
	    <packing>
	      <property name="padding">0</property>
	      <property name="expand">False</property>
	      <property name="fill">True</property>
	    </packing>
	  </child>

	  <child>
	    <widget class="GtkLabel" id="delete_l">
	      <property name="visible">True</property>
	      <property name="label" translatable="yes">&lt;small&gt;DELETE&lt;/small&gt;</property>
	      <property name="use_underline">False</property>
	      <property name="use_markup">True</property>
	      <property name="justify">GTK_JUSTIFY_LEFT</property>
	      <property name="wrap">False</property>
	      <property name="selectable">False</property>
	      <property name="xalign">0.5</property>
	      <property name="yalign">0.5</property>
	      <property name="xpad">4</property>
	      <property name="ypad">0</property>
	      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
	      <property name="width_chars">-1</property>
	      <property name="single_line_mode">False</property>
	      <property name="angle">0</property>
	    </widget>
	    <packing>
	      <property name="padding">0</property>
	      <property name="expand">True</property>
	      <property name="fill">True</property>
	    </packing>
	  </child>
	</widget>
      </child>
    </widget>
  </child>
</widget>

</glade-interface>
