/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #pragma once #include #include #include "dialog_shim.h" #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_GRID_SETTINGS_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_GRID_SETTINGS_BASE : public DIALOG_SHIM { private: protected: wxStaticText* m_staticTextName; wxTextCtrl* m_textName; wxStaticText* m_staticTextOptional; wxStaticText* m_staticTextX; wxTextCtrl* m_textX; wxStaticText* m_staticTextXUnits; wxCheckBox* m_checkLinked; wxStaticText* m_staticTextY; wxTextCtrl* m_textY; wxStaticText* m_staticTextYUnits; wxStdDialogButtonSizer* m_stdButtons; wxButton* m_stdButtonsOK; wxButton* m_stdButtonsCancel; // Virtual event handlers, override them in your derived class virtual void OnLinkedChecked( wxCommandEvent& event ) { event.Skip(); } public: DIALOG_GRID_SETTINGS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Grid Settings"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE ); ~DIALOG_GRID_SETTINGS_BASE(); };