/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Oct 26 2018) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #pragma once #include #include #include class WX_GRID; #include "widgets/color_swatch.h" #include "dialog_shim.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_SHEET_PROPERTIES_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_SHEET_PROPERTIES_BASE : public DIALOG_SHIM { private: protected: wxBoxSizer* m_longForm; WX_GRID* m_grid; wxBitmapButton* m_bpAdd; wxBitmapButton* m_bpMoveUp; wxBitmapButton* m_bpMoveDown; wxBitmapButton* m_bpDelete; wxStaticText* m_borderWidthLabel; wxTextCtrl* m_borderWidthCtrl; wxStaticText* m_borderWidthUnits; wxStaticText* m_borderColorLabel; COLOR_SWATCH* m_borderSwatch; wxStaticText* m_backgroundColorLabel; COLOR_SWATCH* m_backgroundSwatch; wxStaticText* m_pageNumberStaticText; wxTextCtrl* m_pageNumberTextCtrl; wxStaticLine* m_staticline1; wxStaticText* m_hierarchicalPathLabel; wxStdDialogButtonSizer* m_stdDialogButtonSizer; wxButton* m_stdDialogButtonSizerOK; wxButton* m_stdDialogButtonSizerCancel; // Virtual event handlers, overide them in your derived class virtual void OnInitDlg( wxInitDialogEvent& event ) { event.Skip(); } virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); } virtual void OnSizeGrid( wxSizeEvent& event ) { event.Skip(); } virtual void OnAddField( wxCommandEvent& event ) { event.Skip(); } virtual void OnMoveUp( wxCommandEvent& event ) { event.Skip(); } virtual void OnMoveDown( wxCommandEvent& event ) { event.Skip(); } virtual void OnDeleteField( wxCommandEvent& event ) { event.Skip(); } public: DIALOG_SHEET_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Sheet Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxCAPTION|wxCLOSE_BOX|wxDEFAULT_DIALOG_STYLE|wxMAXIMIZE_BOX|wxMINIMIZE_BOX|wxRESIZE_BORDER|wxSYSTEM_MENU ); ~DIALOG_SHEET_PROPERTIES_BASE(); };