10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/stattext.h>
19#include <wx/settings.h>
20#include <wx/combobox.h>
22#include <wx/checkbox.h>
27#include <wx/statline.h>
58 virtual void OnClose( wxCloseEvent& event ) {
event.Skip(); }
59 virtual void onTextEnter( wxCommandEvent& event ) {
event.Skip(); }
68 DIALOG_FIND_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title = wxEmptyString,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxDEFAULT_DIALOG_STYLE );
virtual void onSearchAgainClick(wxCommandEvent &event)
virtual void OnCloseButtonClick(wxCommandEvent &event)
wxCheckBox * m_includeTexts
wxCheckBox * m_includeValues
wxButton * m_findPrevious
wxStaticText * searchStringLabel
wxComboBox * m_searchCombo
wxCheckBox * m_includeReferences
virtual void OnClose(wxCloseEvent &event)
wxCheckBox * m_matchWords
wxCheckBox * m_includeNets
virtual void onTextEnter(wxCommandEvent &event)
virtual void onFindPreviousClick(wxCommandEvent &event)
wxCheckBox * m_includeMarkers
virtual void onFindNextClick(wxCommandEvent &event)
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...