64 SendToGpsDlg(wxWindow* parent, wxWindowID
id,
const wxString& caption,
65 const wxString& hint,
const wxPoint& pos,
const wxSize& size,
69 bool Create(wxWindow* parent, wxWindowID
id = SYMBOL_STG_IDNAME,
70 const wxString& caption = SYMBOL_STG_TITLE,
71 const wxString& hint = SYMBOL_STG_TITLE,
72 const wxPoint& pos = SYMBOL_STG_POSITION,
73 const wxSize& size = SYMBOL_STG_SIZE,
74 long style = SYMBOL_STG_STYLE);
75 void SetRoute(
Route* pRoute) { m_pRoute = pRoute; }
76 void SetWaypoint(
RoutePoint* pRoutePoint) { m_pRoutePoint = pRoutePoint; }
77 wxGauge* GetProgressGauge() {
return m_pgauge; }
78 void SetMessage(wxString message);
81 void CreateControls(
const wxString& hint);
83 void OnCancelClick(wxCommandEvent& event);
84 void OnSendClick(wxCommandEvent& event);
88 wxComboBox* m_itemCommListBox;
90 wxButton* m_CancelButton;
91 wxButton* m_SendButton;
92 wxStaticText* premtext;