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.4 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Oct 26 2018)
  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/stattext.h>
  14. #include <wx/gdicmn.h>
  15. #include <wx/font.h>
  16. #include <wx/colour.h>
  17. #include <wx/settings.h>
  18. #include <wx/listctrl.h>
  19. #include <wx/sizer.h>
  20. #include <wx/statbox.h>
  21. #include <wx/bitmap.h>
  22. #include <wx/image.h>
  23. #include <wx/icon.h>
  24. #include <wx/button.h>
  25. #include <wx/dialog.h>
  26. ///////////////////////////////////////////////////////////////////////////
  27. ///////////////////////////////////////////////////////////////////////////////
  28. /// Class DIALOG_IMPORTED_LAYERS_BASE
  29. ///////////////////////////////////////////////////////////////////////////////
  30. class DIALOG_IMPORTED_LAYERS_BASE : public DIALOG_SHIM
  31. {
  32. private:
  33. protected:
  34. wxBoxSizer* bSizerMain;
  35. wxStaticText* m_lblImportedLayers;
  36. wxStaticText* m_lblKicadLayers;
  37. wxListCtrl* m_unmatched_layers_list;
  38. wxListCtrl* m_kicad_layers_list;
  39. wxButton* m_button_add;
  40. wxButton* m_button_remove;
  41. wxButton* m_button_removeall;
  42. wxListCtrl* m_matched_layers_list;
  43. wxButton* m_button_automatch;
  44. wxStdDialogButtonSizer* m_sdbSizer;
  45. wxButton* m_sdbSizerOK;
  46. // Virtual event handlers, overide them in your derived class
  47. virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
  48. virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
  49. virtual void OnUnMatchedDoubleClick( wxListEvent& event ) { event.Skip(); }
  50. virtual void OnAddClicked( wxCommandEvent& event ) { event.Skip(); }
  51. virtual void OnRemoveClicked( wxCommandEvent& event ) { event.Skip(); }
  52. virtual void OnRemoveAllClicked( wxCommandEvent& event ) { event.Skip(); }
  53. virtual void OnMatchedDoubleClick( wxListEvent& event ) { event.Skip(); }
  54. virtual void OnAutoMatchLayersClicked( wxCommandEvent& event ) { event.Skip(); }
  55. public:
  56. DIALOG_IMPORTED_LAYERS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Edit Mapping of Imported Layers"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  57. ~DIALOG_IMPORTED_LAYERS_BASE();
  58. };