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.

78 lines
2.5 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Apr 19 2018)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO *NOT* EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __DIALOG_GLOBAL_DELETION_BASE_H__
  8. #define __DIALOG_GLOBAL_DELETION_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/radiobox.h>
  22. #include <wx/stattext.h>
  23. #include <wx/textctrl.h>
  24. #include <wx/statline.h>
  25. #include <wx/button.h>
  26. #include <wx/dialog.h>
  27. ///////////////////////////////////////////////////////////////////////////
  28. ///////////////////////////////////////////////////////////////////////////////
  29. /// Class DIALOG_GLOBAL_DELETION_BASE
  30. ///////////////////////////////////////////////////////////////////////////////
  31. class DIALOG_GLOBAL_DELETION_BASE : public DIALOG_SHIM
  32. {
  33. private:
  34. protected:
  35. wxCheckBox* m_DelZones;
  36. wxCheckBox* m_DelTexts;
  37. wxCheckBox* m_DelBoardEdges;
  38. wxCheckBox* m_DelDrawings;
  39. wxCheckBox* m_DelModules;
  40. wxCheckBox* m_DelTracks;
  41. wxCheckBox* m_DelMarkers;
  42. wxCheckBox* m_DelAlls;
  43. wxStaticBoxSizer* sbFilter;
  44. wxCheckBox* m_TrackFilterAR;
  45. wxCheckBox* m_TrackFilterLocked;
  46. wxCheckBox* m_TrackFilterNormal;
  47. wxCheckBox* m_TrackFilterVias;
  48. wxCheckBox* m_ModuleFilterLocked;
  49. wxCheckBox* m_ModuleFilterNormal;
  50. wxRadioBox* m_rbLayersOption;
  51. wxStaticText* m_staticText1;
  52. wxTextCtrl* m_textCtrlCurrLayer;
  53. wxStaticLine* m_staticline1;
  54. wxStdDialogButtonSizer* m_sdbSizer1;
  55. wxButton* m_sdbSizer1OK;
  56. wxButton* m_sdbSizer1Cancel;
  57. // Virtual event handlers, overide them in your derived class
  58. virtual void OnCheckDeleteModules( wxCommandEvent& event ) { event.Skip(); }
  59. virtual void OnCheckDeleteTracks( wxCommandEvent& event ) { event.Skip(); }
  60. virtual void OnCancelClick( wxCommandEvent& event ) { event.Skip(); }
  61. virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); }
  62. public:
  63. 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 );
  64. ~DIALOG_GLOBAL_DELETION_BASE();
  65. };
  66. #endif //__DIALOG_GLOBAL_DELETION_BASE_H__