CruiseRoute.h 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. #if !defined(AFX_CRUISEROUTE_H__716CD597_D82D_4AB8_8B14_C89E221174EF__INCLUDED_)
  2. #define AFX_CRUISEROUTE_H__716CD597_D82D_4AB8_8B14_C89E221174EF__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // CruiseRoute.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CCruiseRoute dialog
  10. class CCruiseRoute : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CCruiseRoute(CWnd* pParent = NULL); // standard constructor
  15. LONG m_lServerID;
  16. LONG m_Sel;
  17. NET_DVR_CRUISE_RET CruiseRet;
  18. // Dialog Data
  19. //{{AFX_DATA(CCruiseRoute)
  20. enum { IDD = IDD_DIALOG_CRUISE };
  21. CComboBox m_Route;
  22. CComboBox m_Point;
  23. int m_Preset;
  24. int m_Dwell;
  25. int m_Speed;
  26. //}}AFX_DATA
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CCruiseRoute)
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. // Generated message map functions
  36. //{{AFX_MSG(CCruiseRoute)
  37. virtual void OnOK();
  38. virtual void OnCancel();
  39. afx_msg void OnButton1();
  40. virtual BOOL OnInitDialog();
  41. afx_msg void OnButton2();
  42. afx_msg void OnSelchangeCombocruisepoint();
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_CRUISEROUTE_H__716CD597_D82D_4AB8_8B14_C89E221174EF__INCLUDED_)