/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Oct 8 2012) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __DIALOG_EESCHEMA_OPTIONS_BASE_H__ #define __DIALOG_EESCHEMA_OPTIONS_BASE_H__ #include #include #include class DIALOG_SHIM; #include "dialog_shim.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_EESCHEMA_OPTIONS_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_EESCHEMA_OPTIONS_BASE : public DIALOG_SHIM { DECLARE_EVENT_TABLE() private: // Private event handlers void _wxFB_OnChooseUnits( wxCommandEvent& event ){ OnChooseUnits( event ); } void _wxFB_OnMiddleBtnPanEnbl( wxCommandEvent& event ){ OnMiddleBtnPanEnbl( event ); } protected: enum { ID_M_SPINAUTOSAVEINTERVAL = 1000, xwID_ANY }; wxNotebook* m_notebook1; wxPanel* m_panel1; wxStaticText* m_staticText2; wxChoice* m_choiceUnits; wxStaticText* m_staticText3; wxChoice* m_choiceGridSize; wxStaticText* m_staticGridUnits; wxStaticText* m_staticText51; wxSpinCtrl* m_spinBusWidth; wxStaticText* m_staticBusWidthUnits; wxStaticText* m_staticText5; wxSpinCtrl* m_spinLineWidth; wxStaticText* m_staticLineWidthUnits; wxStaticText* m_staticText7; wxSpinCtrl* m_spinTextSize; wxStaticText* m_staticTextSizeUnits; wxStaticText* m_staticText9; wxSpinCtrl* m_spinRepeatHorizontal; wxStaticText* m_staticRepeatXUnits; wxStaticText* m_staticText12; wxSpinCtrl* m_spinRepeatVertical; wxStaticText* m_staticRepeatYUnits; wxStaticText* m_staticText16; wxSpinCtrl* m_spinRepeatLabel; wxStaticText* m_staticText221; wxSpinCtrl* m_spinAutoSaveInterval; wxStaticText* m_staticText23; wxStaticText* m_staticText26; wxChoice* m_choiceSeparatorRefId; wxStaticLine* m_staticline1; wxCheckBox* m_checkShowGrid; wxCheckBox* m_checkShowHiddenPins; wxCheckBox* m_checkEnableZoomNoCenter; wxCheckBox* m_checkEnableMiddleButtonPan; wxCheckBox* m_checkMiddleButtonPanLimited; wxCheckBox* m_checkAutoPan; wxCheckBox* m_checkHVOrientation; wxCheckBox* m_checkPageLimits; wxPanel* m_panel2; wxStaticText* m_staticText211; wxStaticText* m_staticText15; wxTextCtrl* m_fieldName1; wxStaticText* m_staticText161; wxTextCtrl* m_fieldName2; wxStaticText* m_staticText17; wxTextCtrl* m_fieldName3; wxStaticText* m_staticText18; wxTextCtrl* m_fieldName4; wxStaticText* m_staticText19; wxTextCtrl* m_fieldName5; wxStaticText* m_staticText20; wxTextCtrl* m_fieldName6; wxStaticText* m_staticText21; wxTextCtrl* m_fieldName7; wxStaticText* m_staticText22; wxTextCtrl* m_fieldName8; wxStdDialogButtonSizer* m_sdbSizer1; wxButton* m_sdbSizer1OK; wxButton* m_sdbSizer1Cancel; // Virtual event handlers, overide them in your derived class virtual void OnChooseUnits( wxCommandEvent& event ) { event.Skip(); } virtual void OnMiddleBtnPanEnbl( wxCommandEvent& event ) { event.Skip(); } public: DIALOG_EESCHEMA_OPTIONS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Schematic Editor Options"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 508,560 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); ~DIALOG_EESCHEMA_OPTIONS_BASE(); }; #endif //__DIALOG_EESCHEMA_OPTIONS_BASE_H__