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

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Mar 28 2015)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO "NOT" EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __DIALOG_SCH_EDIT_SHEET_PIN_BASE_H__
  8. #define __DIALOG_SCH_EDIT_SHEET_PIN_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/textctrl.h>
  21. #include <wx/choice.h>
  22. #include <wx/sizer.h>
  23. #include <wx/button.h>
  24. #include <wx/dialog.h>
  25. ///////////////////////////////////////////////////////////////////////////
  26. ///////////////////////////////////////////////////////////////////////////////
  27. /// Class DIALOG_SCH_EDIT_SHEET_PIN_BASE
  28. ///////////////////////////////////////////////////////////////////////////////
  29. class DIALOG_SCH_EDIT_SHEET_PIN_BASE : public DIALOG_SHIM
  30. {
  31. private:
  32. protected:
  33. wxStaticText* m_staticText1;
  34. wxTextCtrl* m_textName;
  35. wxStaticText* m_staticText2;
  36. wxTextCtrl* m_textHeight;
  37. wxStaticText* m_staticHeightUnits;
  38. wxStaticText* m_staticText5;
  39. wxTextCtrl* m_textWidth;
  40. wxStaticText* m_staticWidthUnits;
  41. wxStaticText* m_staticText3;
  42. wxChoice* m_choiceConnectionType;
  43. wxStdDialogButtonSizer* m_sdbSizer;
  44. wxButton* m_sdbSizerOK;
  45. wxButton* m_sdbSizerCancel;
  46. public:
  47. DIALOG_SCH_EDIT_SHEET_PIN_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Sheet Pin Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 350,189 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  48. ~DIALOG_SCH_EDIT_SHEET_PIN_BASE();
  49. };
  50. #endif //__DIALOG_SCH_EDIT_SHEET_PIN_BASE_H__