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.

61 lines
1.9 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version 3.9.0 Jun 3 2020)
  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_GRID;
  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/button.h>
  20. #include <wx/bitmap.h>
  21. #include <wx/image.h>
  22. #include <wx/icon.h>
  23. #include <wx/checkbox.h>
  24. #include <wx/sizer.h>
  25. #include <wx/dialog.h>
  26. ///////////////////////////////////////////////////////////////////////////
  27. ///////////////////////////////////////////////////////////////////////////////
  28. /// Class DIALOG_EDIT_SYMBOLS_LIBID_BASE
  29. ///////////////////////////////////////////////////////////////////////////////
  30. class DIALOG_EDIT_SYMBOLS_LIBID_BASE : public DIALOG_SHIM
  31. {
  32. private:
  33. protected:
  34. WX_GRID* m_grid;
  35. wxButton* m_buttonOrphanItems;
  36. wxCheckBox* m_checkBoxUpdateFields;
  37. wxStdDialogButtonSizer* m_sdbSizer;
  38. wxButton* m_sdbSizerOK;
  39. wxButton* m_sdbSizerCancel;
  40. // Virtual event handlers, overide them in your derived class
  41. virtual void onCellBrowseLib( wxGridEvent& event ) { event.Skip(); }
  42. virtual void OnSizeGrid( wxSizeEvent& event ) { event.Skip(); }
  43. virtual void onClickOrphansButton( wxCommandEvent& event ) { event.Skip(); }
  44. virtual void onCancel( wxCommandEvent& event ) { event.Skip(); }
  45. public:
  46. DIALOG_EDIT_SYMBOLS_LIBID_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Symbol Library References"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  47. ~DIALOG_EDIT_SYMBOLS_LIBID_BASE();
  48. };