////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// // // copyright : (C) 2008 by Eran Ifrah // file name : attachdbgprocbasedlg.h // // ------------------------------------------------------------------------- // A // _____ _ _ _ _ // / __ \ | | | | (_) | // | / \/ ___ __| | ___| | _| |_ ___ // | | / _ \ / _ |/ _ \ | | | __/ _ ) // | \__/\ (_) | (_| | __/ |___| | || __/ // \____/\___/ \__,_|\___\_____/_|\__\___| // // F i l e // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // ////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Sep 26 2007) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __attachdbgprocbasedlg__ #define __attachdbgprocbasedlg__ #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class AttachDbgProcBaseDlg /////////////////////////////////////////////////////////////////////////////// class AttachDbgProcBaseDlg : public wxDialog { private: protected: wxStaticText* m_staticText3; wxChoice* m_choiceDebugger; wxStaticText* m_staticText4; wxListCtrl* m_listCtrlProcesses; wxStaticLine* m_staticline1; wxButton* m_buttonOk; wxButton* m_button2; // Virtual event handlers, overide them in your derived class virtual void OnSortColumn( wxListEvent& event ){ event.Skip(); } virtual void OnItemActivated( wxListEvent& event ){ event.Skip(); } virtual void OnItemDeselected( wxListEvent& event ){ event.Skip(); } virtual void OnItemSelected( wxListEvent& event ){ event.Skip(); } virtual void OnBtnAttachUI( wxUpdateUIEvent& event ){ event.Skip(); } public: AttachDbgProcBaseDlg( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Attach debugger to process:"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 445,471 ), long style = wxDEFAULT_DIALOG_STYLE ); }; #endif //__attachdbgprocbasedlg__