/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Apr 19 2018) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __DIALOG_EDIT_LINE_STYLE_BASE_H__ #define __DIALOG_EDIT_LINE_STYLE_BASE_H__ #include #include #include #include "dialog_shim.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_EDIT_LINE_STYLE_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_EDIT_LINE_STYLE_BASE : public DIALOG_SHIM { DECLARE_EVENT_TABLE() private: // Private event handlers void _wxFB_onColorButtonClicked( wxCommandEvent& event ){ onColorButtonClicked( event ); } void _wxFB_resetDefaults( wxCommandEvent& event ){ resetDefaults( event ); } protected: enum { idColorBtn = 1000 }; wxStaticText* m_staticTextWidth; wxTextCtrl* m_lineWidth; wxStaticText* m_staticWidthUnits; wxStaticText* m_staticText5; wxBitmapButton* m_colorButton; wxRadioBox* m_lineStyle; wxStaticLine* m_staticline; wxStdDialogButtonSizer* m_sdbSizer; wxButton* m_sdbSizerOK; wxButton* m_sdbSizerApply; wxButton* m_sdbSizerCancel; // Virtual event handlers, overide them in your derived class virtual void onColorButtonClicked( wxCommandEvent& event ) { event.Skip(); } virtual void resetDefaults( wxCommandEvent& event ) { event.Skip(); } public: bool m_isValid; DIALOG_EDIT_LINE_STYLE_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Line Style"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 298,204 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); ~DIALOG_EDIT_LINE_STYLE_BASE(); }; #endif //__DIALOG_EDIT_LINE_STYLE_BASE_H__