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.

60 lines
1.8 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Sep 8 2010)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO "NOT" EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __dialog_sch_edit_sheet_pin_base__
  8. #define __dialog_sch_edit_sheet_pin_base__
  9. #include <wx/intl.h>
  10. #include <wx/string.h>
  11. #include <wx/stattext.h>
  12. #include <wx/gdicmn.h>
  13. #include <wx/font.h>
  14. #include <wx/colour.h>
  15. #include <wx/settings.h>
  16. #include <wx/textctrl.h>
  17. #include <wx/choice.h>
  18. #include <wx/sizer.h>
  19. #include <wx/button.h>
  20. #include <wx/dialog.h>
  21. ///////////////////////////////////////////////////////////////////////////
  22. ///////////////////////////////////////////////////////////////////////////////
  23. /// Class DIALOG_SCH_EDIT_SHEET_PIN_BASE
  24. ///////////////////////////////////////////////////////////////////////////////
  25. class DIALOG_SCH_EDIT_SHEET_PIN_BASE : public wxDialog
  26. {
  27. private:
  28. protected:
  29. wxStaticText* m_staticText1;
  30. wxTextCtrl* m_textName;
  31. wxStaticText* m_staticText2;
  32. wxTextCtrl* m_textHeight;
  33. wxStaticText* m_staticHeightUnits;
  34. wxStaticText* m_staticText5;
  35. wxTextCtrl* m_textWidth;
  36. wxStaticText* m_staticWidthUnits;
  37. wxStaticText* m_staticText3;
  38. wxChoice* m_choiceConnectionType;
  39. wxStdDialogButtonSizer* m_sdbSizer2;
  40. wxButton* m_sdbSizer2OK;
  41. wxButton* m_sdbSizer2Cancel;
  42. public:
  43. 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 );
  44. ~DIALOG_SCH_EDIT_SHEET_PIN_BASE();
  45. };
  46. #endif //__dialog_sch_edit_sheet_pin_base__