10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/stattext.h>
19#include <wx/settings.h>
26#include <wx/combobox.h>
27#include <wx/stc/stc.h>
29#include <wx/notebook.h>
30#include <wx/checkbox.h>
71 DIALOG_FIND_BY_PROPERTIES_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Find by Properties"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
wxStaticText * m_staticText4
wxButton * m_checkSyntaxBtn
wxStaticText * m_queryStatusLabel
DIALOG_FIND_BY_PROPERTIES_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Find by Properties"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
wxButton * m_createQueryBtn
wxStaticText * m_staticText5
wxButton * m_selectMatchingBtn
wxPanel * m_selectionPanel
wxCheckBox * m_deselectNonMatching
virtual void OnCloseButtonClick(wxCommandEvent &event)
virtual void onSelectMatchingClick(wxCommandEvent &event)
virtual void onCheckSyntaxClick(wxCommandEvent &event)
virtual void onNotebookPageChanged(wxNotebookEvent &event)
~DIALOG_FIND_BY_PROPERTIES_BASE()
virtual void onRecentQuerySelected(wxCommandEvent &event)
wxComboBox * m_recentQueries
virtual void onCreateQueryClick(wxCommandEvent &event)
wxStaticText * m_statusLabel
wxStyledTextCtrl * m_queryEditor
DIALOG_SHIM(wxWindow *aParent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, const wxString &name=wxDialogNameStr)