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.

67 lines
2.1 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Mar 13 2015)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO "NOT" EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __DIALOG_BLOCK_OPTIONS_BASE_H__
  8. #define __DIALOG_BLOCK_OPTIONS_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/checkbox.h>
  16. #include <wx/gdicmn.h>
  17. #include <wx/font.h>
  18. #include <wx/colour.h>
  19. #include <wx/settings.h>
  20. #include <wx/sizer.h>
  21. #include <wx/statline.h>
  22. #include <wx/statbox.h>
  23. #include <wx/button.h>
  24. #include <wx/dialog.h>
  25. ///////////////////////////////////////////////////////////////////////////
  26. ///////////////////////////////////////////////////////////////////////////////
  27. /// Class DIALOG_BLOCK_OPTIONS_BASE
  28. ///////////////////////////////////////////////////////////////////////////////
  29. class DIALOG_BLOCK_OPTIONS_BASE : public DIALOG_SHIM
  30. {
  31. private:
  32. protected:
  33. wxCheckBox* m_Include_Modules;
  34. wxCheckBox* m_Include_PcbTextes;
  35. wxCheckBox* m_IncludeLockedModules;
  36. wxCheckBox* m_Include_Draw_Items;
  37. wxCheckBox* m_Include_Tracks;
  38. wxCheckBox* m_Include_Edges_Items;
  39. wxCheckBox* m_Include_Zones;
  40. wxCheckBox* m_DrawBlockItems;
  41. wxStaticLine* m_staticline1;
  42. wxCheckBox* m_checkBoxIncludeInvisible;
  43. wxStdDialogButtonSizer* m_sdbSizer1;
  44. wxButton* m_sdbSizer1OK;
  45. wxButton* m_sdbSizer1Cancel;
  46. // Virtual event handlers, overide them in your derived class
  47. virtual void checkBoxClicked( wxCommandEvent& event ) { event.Skip(); }
  48. virtual void OnCancel( wxCommandEvent& event ) { event.Skip(); }
  49. virtual void ExecuteCommand( wxCommandEvent& event ) { event.Skip(); }
  50. public:
  51. DIALOG_BLOCK_OPTIONS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,226 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  52. ~DIALOG_BLOCK_OPTIONS_BASE();
  53. };
  54. #endif //__DIALOG_BLOCK_OPTIONS_BASE_H__