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.

59 lines
1.8 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Jul 10 2019)
  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. class WX_HTML_REPORT_PANEL;
  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/gbsizer.h>
  20. #include <wx/sizer.h>
  21. #include <wx/statbox.h>
  22. #include <wx/panel.h>
  23. #include <wx/button.h>
  24. #include <wx/dialog.h>
  25. ///////////////////////////////////////////////////////////////////////////
  26. ///////////////////////////////////////////////////////////////////////////////
  27. /// Class DIALOG_UPDATE_FROM_PCB_BASE
  28. ///////////////////////////////////////////////////////////////////////////////
  29. class DIALOG_UPDATE_FROM_PCB_BASE : public DIALOG_SHIM
  30. {
  31. private:
  32. protected:
  33. wxCheckBox* m_cbUpdateReferences;
  34. wxCheckBox* m_cbUpdateFootprints;
  35. wxCheckBox* m_cbUpdateValues;
  36. wxCheckBox* m_cbIgnoreOtherProjects;
  37. WX_HTML_REPORT_PANEL* m_messagePanel;
  38. wxStdDialogButtonSizer* m_sdbSizer;
  39. wxButton* m_sdbSizerOK;
  40. wxButton* m_sdbSizerCancel;
  41. // Virtual event handlers, overide them in your derived class
  42. virtual void OnOptionChanged( wxCommandEvent& event ) { event.Skip(); }
  43. virtual void OnUpdateClick( wxCommandEvent& event ) { event.Skip(); }
  44. public:
  45. DIALOG_UPDATE_FROM_PCB_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Update Schematic from PCB"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  46. ~DIALOG_UPDATE_FROM_PCB_BASE();
  47. };