/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Mar 19 2008) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __notebookcustomdlgbase__ #define __notebookcustomdlgbase__ #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class NotebookCustomDlgBase /////////////////////////////////////////////////////////////////////////////// class NotebookCustomDlgBase : public wxDialog { private: protected: wxCheckBox* m_checkBoxFixedWidth; wxRadioBox* m_radioBox1; wxButton* m_buttonOk; wxButton* m_buttonCancel; // Virtual event handlers, overide them in your derived class virtual void OnOK( wxCommandEvent& event ){ event.Skip(); } public: NotebookCustomDlgBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Customize Notebook"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE ); ~NotebookCustomDlgBase(); }; #endif //__notebookcustomdlgbase__