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.

56 lines
1.8 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_PUSH_PAD_PROPERTIES_BASE_H__
  8. #define __DIALOG_PUSH_PAD_PROPERTIES_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/string.h>
  14. #include <wx/checkbox.h>
  15. #include <wx/gdicmn.h>
  16. #include <wx/font.h>
  17. #include <wx/colour.h>
  18. #include <wx/settings.h>
  19. #include <wx/sizer.h>
  20. #include <wx/statbox.h>
  21. #include <wx/button.h>
  22. #include <wx/dialog.h>
  23. ///////////////////////////////////////////////////////////////////////////
  24. ///////////////////////////////////////////////////////////////////////////////
  25. /// Class DIALOG_PUSH_PAD_PROPERTIES_BASE
  26. ///////////////////////////////////////////////////////////////////////////////
  27. class DIALOG_PUSH_PAD_PROPERTIES_BASE : public DIALOG_SHIM
  28. {
  29. private:
  30. protected:
  31. wxCheckBox* m_Pad_Shape_Filter_CB;
  32. wxCheckBox* m_Pad_Layer_Filter_CB;
  33. wxCheckBox* m_Pad_Orient_Filter_CB;
  34. wxStdDialogButtonSizer* m_sdbSizer1;
  35. wxButton* m_sdbSizer1OK;
  36. wxButton* m_sdbSizer1Apply;
  37. wxButton* m_sdbSizer1Cancel;
  38. // Virtual event handlers, overide them in your derived class
  39. virtual void PadPropertiesAccept( wxCommandEvent& event ) { event.Skip(); }
  40. public:
  41. DIALOG_PUSH_PAD_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Push Pad Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  42. ~DIALOG_PUSH_PAD_PROPERTIES_BASE();
  43. };
  44. #endif //__DIALOG_PUSH_PAD_PROPERTIES_BASE_H__