/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #pragma once #include #include #include class STD_BITMAP_BUTTON; class WX_GRID; #include "dialog_shim.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_DESIGN_BLOCK_PROPERTIES_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_DESIGN_BLOCK_PROPERTIES_BASE : public DIALOG_SHIM { private: protected: WX_GRID* m_fieldsGrid; STD_BITMAP_BUTTON* m_bpAdd; STD_BITMAP_BUTTON* m_bpMoveUp; STD_BITMAP_BUTTON* m_bpMoveDown; STD_BITMAP_BUTTON* m_bpDelete; wxStaticText* m_staticTextName; wxTextCtrl* m_textName; wxStaticText* m_staticTextKeywords; wxTextCtrl* m_textKeywords; wxStaticText* m_staticTextDescription; wxTextCtrl* m_textDescription; wxStdDialogButtonSizer* m_stdButtons; wxButton* m_stdButtonsOK; wxButton* m_stdButtonsCancel; // Virtual event handlers, override them in your derived class virtual void OnSizeGrid( wxSizeEvent& event ) { event.Skip(); } virtual void OnAddField( wxCommandEvent& event ) { event.Skip(); } virtual void OnMoveFieldUp( wxCommandEvent& event ) { event.Skip(); } virtual void OnMoveFieldDown( wxCommandEvent& event ) { event.Skip(); } virtual void OnDeleteField( wxCommandEvent& event ) { event.Skip(); } virtual void OnCancelButtonClick( wxCommandEvent& event ) { event.Skip(); } public: DIALOG_DESIGN_BLOCK_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Design Block Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); ~DIALOG_DESIGN_BLOCK_PROPERTIES_BASE(); };