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.

77 lines
2.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/string.h>
  13. #include <wx/checkbox.h>
  14. #include <wx/gdicmn.h>
  15. #include <wx/font.h>
  16. #include <wx/colour.h>
  17. #include <wx/settings.h>
  18. #include <wx/sizer.h>
  19. #include <wx/statbox.h>
  20. #include <wx/radiobox.h>
  21. #include <wx/stattext.h>
  22. #include <wx/textctrl.h>
  23. #include <wx/button.h>
  24. #include <wx/dialog.h>
  25. ///////////////////////////////////////////////////////////////////////////
  26. ///////////////////////////////////////////////////////////////////////////////
  27. /// Class DIALOG_GLOBAL_DELETION_BASE
  28. ///////////////////////////////////////////////////////////////////////////////
  29. class DIALOG_GLOBAL_DELETION_BASE : public DIALOG_SHIM
  30. {
  31. private:
  32. protected:
  33. wxCheckBox* m_delZones;
  34. wxCheckBox* m_delTexts;
  35. wxCheckBox* m_delBoardEdges;
  36. wxCheckBox* m_delDrawings;
  37. wxCheckBox* m_delFootprints;
  38. wxCheckBox* m_delTracks;
  39. wxCheckBox* m_delTeardrops;
  40. wxCheckBox* m_delMarkers;
  41. wxCheckBox* m_delAll;
  42. wxStaticBoxSizer* sbFilter;
  43. wxCheckBox* m_drawingFilterLocked;
  44. wxCheckBox* m_drawingFilterUnlocked;
  45. wxCheckBox* m_footprintFilterLocked;
  46. wxCheckBox* m_footprintFilterUnlocked;
  47. wxCheckBox* m_trackFilterLocked;
  48. wxCheckBox* m_trackFilterUnlocked;
  49. wxCheckBox* m_trackFilterVias;
  50. wxRadioBox* m_rbLayersOption;
  51. wxStaticText* m_staticText1;
  52. wxTextCtrl* m_textCtrlCurrLayer;
  53. wxStdDialogButtonSizer* m_sdbSizer1;
  54. wxButton* m_sdbSizer1OK;
  55. wxButton* m_sdbSizer1Cancel;
  56. // Virtual event handlers, override them in your derived class
  57. virtual void onCheckDeleteBoardOutlines( wxCommandEvent& event ) { event.Skip(); }
  58. virtual void onCheckDeleteDrawings( wxCommandEvent& event ) { event.Skip(); }
  59. virtual void onCheckDeleteFootprints( wxCommandEvent& event ) { event.Skip(); }
  60. virtual void onCheckDeleteTracks( wxCommandEvent& event ) { event.Skip(); }
  61. public:
  62. DIALOG_GLOBAL_DELETION_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Delete Items"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  63. ~DIALOG_GLOBAL_DELETION_BASE();
  64. };