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.

62 lines
1.9 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Jun 5 2014)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO "NOT" EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __DIALOG_SELECT_PRETTY_LIB_BASE_H__
  8. #define __DIALOG_SELECT_PRETTY_LIB_BASE_H__
  9. #include <wx/artprov.h>
  10. #include <wx/xrc/xmlres.h>
  11. #include <wx/intl.h>
  12. class DIALOG_SHIM;
  13. #include "dialog_shim.h"
  14. #include <wx/string.h>
  15. #include <wx/stattext.h>
  16. #include <wx/gdicmn.h>
  17. #include <wx/font.h>
  18. #include <wx/colour.h>
  19. #include <wx/settings.h>
  20. #include <wx/dirctrl.h>
  21. #include <wx/textctrl.h>
  22. #include <wx/sizer.h>
  23. #include <wx/statline.h>
  24. #include <wx/button.h>
  25. #include <wx/dialog.h>
  26. ///////////////////////////////////////////////////////////////////////////
  27. ///////////////////////////////////////////////////////////////////////////////
  28. /// Class DIALOG_SELECT_PRETTY_LIB_BASE
  29. ///////////////////////////////////////////////////////////////////////////////
  30. class DIALOG_SELECT_PRETTY_LIB_BASE : public DIALOG_SHIM
  31. {
  32. private:
  33. protected:
  34. wxStaticText* m_staticText;
  35. wxGenericDirCtrl* m_dirCtrl;
  36. wxBoxSizer* m_SizerNewLibName;
  37. wxStaticText* m_staticTextDirname;
  38. wxTextCtrl* m_libName;
  39. wxStaticLine* m_staticline1;
  40. wxStdDialogButtonSizer* m_sdbSizer;
  41. wxButton* m_sdbSizerOK;
  42. wxButton* m_sdbSizerCancel;
  43. // Virtual event handlers, overide them in your derived class
  44. virtual void OnSelectFolder( wxTreeEvent& event ) { event.Skip(); }
  45. public:
  46. DIALOG_SELECT_PRETTY_LIB_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Select Footprint Library Folder"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 400,300 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  47. ~DIALOG_SELECT_PRETTY_LIB_BASE();
  48. };
  49. #endif //__DIALOG_SELECT_PRETTY_LIB_BASE_H__