00001 00013 #ifndef _QUERYGUI 00014 #define _QUERYGUI 00015 00016 #include "TerminalGui.h" 00017 00018 class QueryGui : public TerminalGui 00019 { 00020 public: 00021 QueryGui(Connessione* connection, PARENT_FRAME* parent, 00022 wxWindowID id = -1, 00023 const wxString& title = _("Query"), 00024 const wxPoint& position = wxDefaultPosition, 00025 const wxSize& size = wxDefaultSize, 00026 long style = GUI_STYLE, 00027 const wxString& name = _("Quirck Query")); 00028 }; 00029 00030 #endif 00031