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.

67 lines
2.1 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Apr 20 2018)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO *NOT* EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __DIALOG_GET_FOOTPRINT_BASE_H__
  8. #define __DIALOG_GET_FOOTPRINT_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/stattext.h>
  15. #include <wx/gdicmn.h>
  16. #include <wx/font.h>
  17. #include <wx/colour.h>
  18. #include <wx/settings.h>
  19. #include <wx/textctrl.h>
  20. #include <wx/listbox.h>
  21. #include <wx/sizer.h>
  22. #include <wx/button.h>
  23. #include <wx/statline.h>
  24. #include <wx/dialog.h>
  25. ///////////////////////////////////////////////////////////////////////////
  26. #define ID_SEL_BY_LISTBOX 1000
  27. #define ID_ACCEPT_KEYWORD 1001
  28. #define ID_LIST_ALL 1002
  29. #define ID_BROWSE 1003
  30. ///////////////////////////////////////////////////////////////////////////////
  31. /// Class DIALOG_GET_FOOTPRINT_BASE
  32. ///////////////////////////////////////////////////////////////////////////////
  33. class DIALOG_GET_FOOTPRINT_BASE : public DIALOG_SHIM
  34. {
  35. private:
  36. protected:
  37. wxStaticText* m_staticTextName;
  38. wxTextCtrl* m_textCmpNameCtrl;
  39. wxStaticText* m_staticTextHistory;
  40. wxListBox* m_historyList;
  41. wxButton* m_buttonKW;
  42. wxButton* m_buttonList;
  43. wxButton* m_buttonBrowse;
  44. wxStaticLine* m_staticline1;
  45. wxStdDialogButtonSizer* m_sdbSizer;
  46. wxButton* m_sdbSizerOK;
  47. wxButton* m_sdbSizerCancel;
  48. // Virtual event handlers, overide them in your derived class
  49. virtual void OnHistoryClick( wxCommandEvent& event ) { event.Skip(); }
  50. virtual void Accept( wxCommandEvent& event ) { event.Skip(); }
  51. public:
  52. DIALOG_GET_FOOTPRINT_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Choose Footprint"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  53. ~DIALOG_GET_FOOTPRINT_BASE();
  54. };
  55. #endif //__DIALOG_GET_FOOTPRINT_BASE_H__