58 SendToGpsDlg(wxWindow* parent, wxWindowID
id,
const wxString& caption,
59 const wxString& hint,
const wxPoint& pos,
const wxSize& size,
63 bool Create(wxWindow* parent, wxWindowID
id = SYMBOL_STG_IDNAME,
64 const wxString& caption = SYMBOL_STG_TITLE,
65 const wxString& hint = SYMBOL_STG_TITLE,
66 const wxPoint& pos = SYMBOL_STG_POSITION,
67 const wxSize& size = SYMBOL_STG_SIZE,
68 long style = SYMBOL_STG_STYLE);
69 void SetRoute(
Route* pRoute) { m_pRoute = pRoute; }
70 void SetWaypoint(
RoutePoint* pRoutePoint) { m_pRoutePoint = pRoutePoint; }
71 wxGauge* GetProgressGauge() {
return m_pgauge; }
72 void SetMessage(wxString message);
75 void CreateControls(
const wxString& hint);
77 void OnCancelClick(wxCommandEvent& event);
78 void OnSendClick(wxCommandEvent& event);
82 wxComboBox* m_itemCommListBox;
84 wxButton* m_CancelButton;
85 wxButton* m_SendButton;
86 wxStaticText* premtext;