8 #ifndef __GeocodeDlg_H__
9 #define __GeocodeDlg_H__
11 #include "VTBuilder_UI.h"
23 GeocodeDlg( wxWindow *parent, wxWindowID
id,
const wxString &title,
24 const wxPoint& pos = wxDefaultPosition,
25 const wxSize& size = wxDefaultSize,
26 long style = wxDEFAULT_DIALOG_STYLE );
38 wxButton* GetGetFileZip() {
return (wxButton*) FindWindow( ID_GET_FILE_ZIP ); }
39 wxTextCtrl* GetFileZip() {
return (wxTextCtrl*) FindWindow( ID_FILE_ZIP ); }
40 wxTextCtrl* GetFileGns() {
return (wxTextCtrl*) FindWindow( ID_FILE_GNS ); }
41 wxTextCtrl* GetFileGaz() {
return (wxTextCtrl*) FindWindow( ID_FILE_GAZ ); }
42 wxCheckBox* GetCheckUse3() {
return (wxCheckBox*) FindWindow( ID_CHECK_USE3 ); }
43 wxCheckBox* GetCheckUse2() {
return (wxCheckBox*) FindWindow( ID_CHECK_USE2 ); }
44 wxCheckBox* GetCheckUse1() {
return (wxCheckBox*) FindWindow( ID_CHECK_USE1 ); }
45 wxTextCtrl* GetFileData() {
return (wxTextCtrl*) FindWindow( ID_FILE_DATA ); }
52 void OnGetFileZip( wxCommandEvent &
event );
53 void OnGetFileGNS( wxCommandEvent &event );
54 void OnGetFileGaz( wxCommandEvent &event );
55 void OnGetFileData( wxCommandEvent &event );