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.

74 lines
2.3 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version 3.9.0 Jan 23 2020)
  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/combobox.h>
  20. #include <wx/spinctrl.h>
  21. #include <wx/sizer.h>
  22. #include <wx/checkbox.h>
  23. #include <wx/button.h>
  24. #include <wx/dialog.h>
  25. ///////////////////////////////////////////////////////////////////////////
  26. ///////////////////////////////////////////////////////////////////////////////
  27. /// Class DIALOG_LIB_NEW_COMPONENT_BASE
  28. ///////////////////////////////////////////////////////////////////////////////
  29. class DIALOG_LIB_NEW_COMPONENT_BASE : public DIALOG_SHIM
  30. {
  31. DECLARE_EVENT_TABLE()
  32. private:
  33. // Private event handlers
  34. void _wxFB_OnParentSymbolSelect( wxCommandEvent& event ){ OnParentSymbolSelect( event ); }
  35. protected:
  36. wxStaticText* m_staticTextName;
  37. wxTextCtrl* m_textName;
  38. wxStaticText* m_staticText5;
  39. wxComboBox* m_comboInheritanceSelect;
  40. wxStaticText* m_staticTextDes;
  41. wxTextCtrl* m_textReference;
  42. wxStaticText* m_staticTextUnits;
  43. wxSpinCtrl* m_spinPartCount;
  44. wxCheckBox* m_checkLockItems;
  45. wxCheckBox* m_checkHasConversion;
  46. wxCheckBox* m_checkIsPowerSymbol;
  47. wxStaticText* m_staticPinTextPositionLabel;
  48. wxTextCtrl* m_textPinTextPosition;
  49. wxStaticText* m_staticPinTextPositionUnits;
  50. wxCheckBox* m_checkShowPinNumber;
  51. wxCheckBox* m_checkShowPinName;
  52. wxCheckBox* m_checkShowPinNameInside;
  53. wxStdDialogButtonSizer* m_sdbSizer;
  54. wxButton* m_sdbSizerOK;
  55. wxButton* m_sdbSizerCancel;
  56. // Virtual event handlers, overide them in your derived class
  57. virtual void OnParentSymbolSelect( wxCommandEvent& event ) { event.Skip(); }
  58. public:
  59. DIALOG_LIB_NEW_COMPONENT_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("New Symbol"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  60. ~DIALOG_LIB_NEW_COMPONENT_BASE();
  61. };