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.

63 lines
1.9 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Oct 26 2018)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO *NOT* EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #pragma once
  8. #include <wx/artprov.h>
  9. #include <wx/xrc/xmlres.h>
  10. #include <wx/intl.h>
  11. #include "dialog_shim.h"
  12. #include <wx/string.h>
  13. #include <wx/stattext.h>
  14. #include <wx/gdicmn.h>
  15. #include <wx/font.h>
  16. #include <wx/colour.h>
  17. #include <wx/settings.h>
  18. #include <wx/textctrl.h>
  19. #include <wx/choice.h>
  20. #include <wx/sizer.h>
  21. #include <wx/statline.h>
  22. #include <wx/button.h>
  23. #include <wx/dialog.h>
  24. ///////////////////////////////////////////////////////////////////////////
  25. ///////////////////////////////////////////////////////////////////////////////
  26. /// Class DIALOG_EDIT_SHEET_PIN_BASE
  27. ///////////////////////////////////////////////////////////////////////////////
  28. class DIALOG_EDIT_SHEET_PIN_BASE : public DIALOG_SHIM
  29. {
  30. private:
  31. protected:
  32. wxStaticText* m_staticText1;
  33. wxTextCtrl* m_textName;
  34. wxStaticText* m_heightLabel;
  35. wxTextCtrl* m_heightCtrl;
  36. wxStaticText* m_heightUnits;
  37. wxStaticText* m_widthLabel;
  38. wxTextCtrl* m_widthCtrl;
  39. wxStaticText* m_widthUnits;
  40. wxStaticText* m_staticText3;
  41. wxChoice* m_choiceConnectionType;
  42. wxStaticLine* m_staticline1;
  43. wxStdDialogButtonSizer* m_sdbSizer;
  44. wxButton* m_sdbSizerOK;
  45. wxButton* m_sdbSizerCancel;
  46. // Virtual event handlers, overide them in your derived class
  47. virtual void onOKButton( wxCommandEvent& event ) { event.Skip(); }
  48. public:
  49. DIALOG_EDIT_SHEET_PIN_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Sheet Pin Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  50. ~DIALOG_EDIT_SHEET_PIN_BASE();
  51. };