/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Dec 29 2008) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __dialog_freeroute_exchange_base__ #define __dialog_freeroute_exchange_base__ #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// #define ID_BUTTON_EXPORT_DSN 1000 #define wxID_BUTTON_LAUNCH 1001 #define wxID_BUTTON_IMPORT 1002 #define wxID_BUTTON_VISIT 1003 #define wxID_TEXT_URL 1004 #define wxID_BUTTON_HELP 1005 /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_FREEROUTE_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_FREEROUTE_BASE : public wxDialog { private: protected: wxStaticText* m_staticText2; wxButton* m_ExportDSN; wxButton* m_buttonLaunchFreeroute; wxButton* m_buttonImport; wxStaticLine* m_staticline2; wxStaticText* m_staticText3; wxButton* m_buttonVisit; wxStaticText* m_staticText1; wxTextCtrl* m_FreerouteURLName; wxButton* m_buttonHelp; wxStaticLine* m_staticline1; wxStdDialogButtonSizer* m_sdbSizer1; wxButton* m_sdbSizer1OK; wxButton* m_sdbSizer1Cancel; // Virtual event handlers, overide them in your derived class virtual void OnExportButtonClick( wxCommandEvent& event ){ event.Skip(); } virtual void OnLaunchButtonClick( wxCommandEvent& event ){ event.Skip(); } virtual void OnImportButtonClick( wxCommandEvent& event ){ event.Skip(); } virtual void OnVisitButtonClick( wxCommandEvent& event ){ event.Skip(); } virtual void OnTextEditFrUrlUpdated( wxCommandEvent& event ){ event.Skip(); } virtual void OnHelpButtonClick( wxCommandEvent& event ){ event.Skip(); } virtual void OnCancelButtonClick( wxCommandEvent& event ){ event.Skip(); } virtual void OnOKButtonClick( wxCommandEvent& event ){ event.Skip(); } public: DIALOG_FREEROUTE_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); ~DIALOG_FREEROUTE_BASE(); }; #endif //__dialog_freeroute_exchange_base__