8 #ifndef __StatePlaneDlg_H__
9 #define __StatePlaneDlg_H__
12 #include "AutoDialog.h"
25 StatePlaneDlg( wxWindow *parent, wxWindowID
id,
const wxString &title,
26 const wxPoint& pos = wxDefaultPosition,
27 const wxSize& size = wxDefaultSize,
28 long style = wxDEFAULT_DIALOG_STYLE );
31 wxListBox* GetStatePlanes() {
return (wxListBox*) FindWindow( ID_STATEPLANES ); }
32 wxRadioButton* GetNad27() {
return (wxRadioButton*) FindWindow( ID_NAD27 ); }
33 wxRadioButton* GetNad83() {
return (wxRadioButton*) FindWindow( ID_NAD83 ); }
34 wxRadioButton* GetFeetUs() {
return (wxRadioButton*) FindWindow( ID_RADIO_FEET_US ); }
48 void OnNad83( wxCommandEvent &
event );
49 void OnNad27( wxCommandEvent &event );
50 void OnListBox( wxCommandEvent &event );
51 void OnInitDialog(wxInitDialogEvent& event);
57 #endif // __StatePlaneDlg_H__