You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.9 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Jan 15 2017)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO "NOT" EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __DIALOG_FIND_BASE_H__
  8. #define __DIALOG_FIND_BASE_H__
  9. #include <wx/artprov.h>
  10. #include <wx/xrc/xmlres.h>
  11. #include <wx/intl.h>
  12. class DIALOG_SHIM;
  13. #include "dialog_shim.h"
  14. #include <wx/string.h>
  15. #include <wx/stattext.h>
  16. #include <wx/gdicmn.h>
  17. #include <wx/font.h>
  18. #include <wx/colour.h>
  19. #include <wx/settings.h>
  20. #include <wx/textctrl.h>
  21. #include <wx/checkbox.h>
  22. #include <wx/sizer.h>
  23. #include <wx/button.h>
  24. #include <wx/dialog.h>
  25. ///////////////////////////////////////////////////////////////////////////
  26. ///////////////////////////////////////////////////////////////////////////////
  27. /// Class DIALOG_FIND_BASE
  28. ///////////////////////////////////////////////////////////////////////////////
  29. class DIALOG_FIND_BASE : public DIALOG_SHIM
  30. {
  31. private:
  32. protected:
  33. wxStaticText* m_staticText1;
  34. wxTextCtrl* m_SearchTextCtrl;
  35. wxCheckBox* m_NoMouseWarpCheckBox;
  36. wxButton* m_button1;
  37. wxButton* m_button2;
  38. wxButton* m_button3;
  39. // Virtual event handlers, overide them in your derived class
  40. virtual void onClose( wxCloseEvent& event ) { event.Skip(); }
  41. virtual void OnInitDialog( wxInitDialogEvent& event ) { event.Skip(); }
  42. virtual void onButtonFindItemClick( wxCommandEvent& event ) { event.Skip(); }
  43. virtual void onButtonFindMarkerClick( wxCommandEvent& event ) { event.Skip(); }
  44. virtual void onButtonCloseClick( wxCommandEvent& event ) { event.Skip(); }
  45. public:
  46. DIALOG_FIND_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Find"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  47. ~DIALOG_FIND_BASE();
  48. };
  49. #endif //__DIALOG_FIND_BASE_H__