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.

65 lines
1.9 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Dec 30 2017)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO *NOT* EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __DIALOG_EXIT_BASE_H__
  8. #define __DIALOG_EXIT_BASE_H__
  9. #include <wx/artprov.h>
  10. #include <wx/xrc/xmlres.h>
  11. #include <wx/intl.h>
  12. #include "dialog_shim.h"
  13. #include <wx/bitmap.h>
  14. #include <wx/image.h>
  15. #include <wx/icon.h>
  16. #include <wx/statbmp.h>
  17. #include <wx/gdicmn.h>
  18. #include <wx/font.h>
  19. #include <wx/colour.h>
  20. #include <wx/settings.h>
  21. #include <wx/string.h>
  22. #include <wx/stattext.h>
  23. #include <wx/sizer.h>
  24. #include <wx/statline.h>
  25. #include <wx/checkbox.h>
  26. #include <wx/button.h>
  27. #include <wx/dialog.h>
  28. ///////////////////////////////////////////////////////////////////////////
  29. ///////////////////////////////////////////////////////////////////////////////
  30. /// Class DIALOG_EXIT_BASE
  31. ///////////////////////////////////////////////////////////////////////////////
  32. class DIALOG_EXIT_BASE : public DIALOG_SHIM
  33. {
  34. private:
  35. protected:
  36. wxStaticBitmap* m_bitmap;
  37. wxStaticText* m_TextInfo;
  38. wxStaticText* m_staticText2;
  39. wxStaticLine* m_staticline;
  40. wxBoxSizer* m_buttonSizer;
  41. wxStdDialogButtonSizer* m_sdbSizer1;
  42. wxButton* m_sdbSizer1OK;
  43. wxButton* m_sdbSizer1Cancel;
  44. // Virtual event handlers, overide them in your derived class
  45. virtual void OnDiscard( wxCommandEvent& event ) { event.Skip(); }
  46. virtual void OnSave( wxCommandEvent& event ) { event.Skip(); }
  47. public:
  48. wxCheckBox* m_ApplyToAllOpt;
  49. wxButton* m_DiscardButton;
  50. DIALOG_EXIT_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  51. ~DIALOG_EXIT_BASE();
  52. };
  53. #endif //__DIALOG_EXIT_BASE_H__