/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Aug 25 2009) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __tasksfindwhatdlgbase__ #define __tasksfindwhatdlgbase__ #include #include "listctrl_improved.h" #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class TasksFindWhatDlgBase /////////////////////////////////////////////////////////////////////////////// class TasksFindWhatDlgBase : public wxDialog { private: protected: ListCtrlImproved *m_list; wxButton* m_buttonNew; wxButton* m_buttonEdit; wxButton* m_buttonDelete; wxStaticLine* m_staticline1; wxButton* m_buttonOk; wxButton* m_buttonCancel; // Virtual event handlers, overide them in your derived class virtual void OnNewTask( wxCommandEvent& event ) { event.Skip(); } virtual void OnEditTask( wxCommandEvent& event ) { event.Skip(); } virtual void OnEditTaskUI( wxUpdateUIEvent& event ) { event.Skip(); } virtual void OnDeleteTask( wxCommandEvent& event ) { event.Skip(); } virtual void OnDeleteTaskUI( wxUpdateUIEvent& event ) { event.Skip(); } virtual void OnButtonOk( wxCommandEvent& event ) { event.Skip(); } public: TasksFindWhatDlgBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Find What..."), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); ~TasksFindWhatDlgBase(); }; /////////////////////////////////////////////////////////////////////////////// /// Class NewTaskDialog /////////////////////////////////////////////////////////////////////////////// class NewTaskDialog : public wxDialog { private: protected: wxStaticText* m_staticText1; wxStaticText* m_staticText2; wxStaticLine* m_staticline2; wxButton* m_button5; wxButton* m_button6; public: wxTextCtrl* m_name; wxTextCtrl* m_regex; NewTaskDialog( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("New Task"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); ~NewTaskDialog(); }; #endif //__tasksfindwhatdlgbase__