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.

69 lines
2.5 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Nov 22 2017)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO *NOT* EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __DIALOG_EDIT_COMPONENTS_LIBID_BASE_H__
  8. #define __DIALOG_EDIT_COMPONENTS_LIBID_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/colour.h>
  14. #include <wx/settings.h>
  15. #include <wx/string.h>
  16. #include <wx/font.h>
  17. #include <wx/grid.h>
  18. #include <wx/gdicmn.h>
  19. #include <wx/sizer.h>
  20. #include <wx/panel.h>
  21. #include <wx/statline.h>
  22. #include <wx/stattext.h>
  23. #include <wx/button.h>
  24. #include <wx/dialog.h>
  25. ///////////////////////////////////////////////////////////////////////////
  26. ///////////////////////////////////////////////////////////////////////////////
  27. /// Class DIALOG_EDIT_COMPONENTS_LIBID_BASE
  28. ///////////////////////////////////////////////////////////////////////////////
  29. class DIALOG_EDIT_COMPONENTS_LIBID_BASE : public DIALOG_SHIM
  30. {
  31. private:
  32. protected:
  33. wxPanel* m_panelGrid;
  34. wxGrid* m_grid;
  35. wxStaticLine* m_staticline;
  36. wxStaticText* m_staticTextWarning;
  37. wxStdDialogButtonSizer* m_sdbSizer;
  38. wxButton* m_sdbSizerOK;
  39. wxButton* m_sdbSizerApply;
  40. wxButton* m_sdbSizerCancel;
  41. wxButton* m_buttonUndo;
  42. wxButton* m_buttonBrowseLibs;
  43. wxButton* m_buttonOrphanItems;
  44. // Virtual event handlers, overide them in your derived class
  45. virtual void onCellBrowseLib( wxGridEvent& event ) { event.Skip(); }
  46. virtual void onApplyButton( wxCommandEvent& event ) { event.Skip(); }
  47. virtual void onCancel( wxCommandEvent& event ) { event.Skip(); }
  48. virtual void onUndoChangesButton( wxCommandEvent& event ) { event.Skip(); }
  49. virtual void updateUIChangesButton( wxUpdateUIEvent& event ) { event.Skip(); }
  50. virtual void onButtonBrowseLibraries( wxCommandEvent& event ) { event.Skip(); }
  51. virtual void updateUIBrowseButton( wxUpdateUIEvent& event ) { event.Skip(); }
  52. virtual void onClickOrphansButton( wxCommandEvent& event ) { event.Skip(); }
  53. public:
  54. DIALOG_EDIT_COMPONENTS_LIBID_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Edit Symbol Library Associations"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  55. ~DIALOG_EDIT_COMPONENTS_LIBID_BASE();
  56. };
  57. #endif //__DIALOG_EDIT_COMPONENTS_LIBID_BASE_H__