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.

56 lines
1.7 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_ENUM_PADS_BASE_H__
  8. #define __DIALOG_ENUM_PADS_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/spinctrl.h>
  21. #include <wx/sizer.h>
  22. #include <wx/statline.h>
  23. #include <wx/button.h>
  24. #include <wx/dialog.h>
  25. ///////////////////////////////////////////////////////////////////////////
  26. ///////////////////////////////////////////////////////////////////////////////
  27. /// Class DIALOG_ENUM_PADS_BASE
  28. ///////////////////////////////////////////////////////////////////////////////
  29. class DIALOG_ENUM_PADS_BASE : public DIALOG_SHIM
  30. {
  31. private:
  32. protected:
  33. wxStaticText* m_lblInfo;
  34. wxStaticText* m_lblPadPrefix;
  35. wxTextCtrl* m_padPrefix;
  36. wxStaticText* m_lblPadStartNum;
  37. wxSpinCtrl* m_padStartNum;
  38. wxStaticLine* m_staticline1;
  39. wxStdDialogButtonSizer* m_stdButtons;
  40. wxButton* m_stdButtonsOK;
  41. wxButton* m_stdButtonsCancel;
  42. public:
  43. DIALOG_ENUM_PADS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Pad Enumeration Settings"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  44. ~DIALOG_ENUM_PADS_BASE();
  45. };
  46. #endif //__DIALOG_ENUM_PADS_BASE_H__