////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// // // copyright : (C) 2008 by Eran Ifrah // file name : quickdebugbase.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 Mar 19 2008) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __quickdebugbase__ #define __quickdebugbase__ #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class QuickDebugBase /////////////////////////////////////////////////////////////////////////////// class QuickDebugBase : public wxDialog { private: protected: wxStaticText* m_staticText2; wxTextCtrl* m_textCtrlExePath; wxButton* m_buttonBrowseExe; wxStaticText* m_staticText5; wxTextCtrl* m_textCtrl5; wxButton* m_buttonBrowseWD; wxStaticText* m_staticText4; wxTextCtrl* m_textCtrlArgs; wxPanel* m_panel1; wxStaticText* m_staticText3; wxChoice* m_choiceDebuggers; wxPanel* m_panel2; wxStaticText* m_staticText6; wxTextCtrl* m_textCtrlCmds; wxStaticLine* m_staticline1; wxButton* m_buttonDebug; wxButton* m_buttonCancel; // Virtual event handlers, overide them in your derived class virtual void OnButtonBrowseExe( wxCommandEvent& event ){ event.Skip(); } virtual void OnButtonBrowseWD( wxCommandEvent& event ){ event.Skip(); } virtual void OnButtonDebug( wxCommandEvent& event ){ event.Skip(); } virtual void OnButtonCancel( wxCommandEvent& event ){ event.Skip(); } public: QuickDebugBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Quick Debug"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 559,370 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); ~QuickDebugBase(); }; #endif //__quickdebugbase__