2009-11-21 15:39:50 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2009-11-23 14:40:29 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version Dec 29 2008)
|
2009-11-21 15:39:50 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
|
|
|
// PLEASE DO "NOT" EDIT THIS FILE!
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef __dialog_freeroute_exchange_base__
|
|
|
|
#define __dialog_freeroute_exchange_base__
|
|
|
|
|
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/stattext.h>
|
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
|
|
|
#include <wx/button.h>
|
|
|
|
#include <wx/sizer.h>
|
|
|
|
#include <wx/statline.h>
|
|
|
|
#include <wx/textctrl.h>
|
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#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:
|
2009-11-23 14:40:29 +00:00
|
|
|
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 );
|
2009-11-21 15:39:50 +00:00
|
|
|
~DIALOG_FREEROUTE_BASE();
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif //__dialog_freeroute_exchange_base__
|