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.

50 lines
1.4 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO *NOT* EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #pragma once
  8. #include <wx/artprov.h>
  9. #include <wx/xrc/xmlres.h>
  10. #include <wx/intl.h>
  11. #include "dialog_shim.h"
  12. #include <wx/gdicmn.h>
  13. #include <wx/notebook.h>
  14. #include <wx/font.h>
  15. #include <wx/colour.h>
  16. #include <wx/settings.h>
  17. #include <wx/string.h>
  18. #include <wx/sizer.h>
  19. #include <wx/button.h>
  20. #include <wx/dialog.h>
  21. ///////////////////////////////////////////////////////////////////////////
  22. ///////////////////////////////////////////////////////////////////////////////
  23. /// Class DIALOG_BOOK_REPORTER_BASE
  24. ///////////////////////////////////////////////////////////////////////////////
  25. class DIALOG_BOOK_REPORTER_BASE : public DIALOG_SHIM
  26. {
  27. private:
  28. protected:
  29. wxNotebook* m_notebook;
  30. wxStdDialogButtonSizer* m_sdbSizer;
  31. wxButton* m_sdbSizerOK;
  32. // Virtual event handlers, override them in your derived class
  33. virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
  34. public:
  35. DIALOG_BOOK_REPORTER_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Report"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  36. ~DIALOG_BOOK_REPORTER_BASE();
  37. };