12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- #if !defined(AFX_CRUISEROUTE_H__716CD597_D82D_4AB8_8B14_C89E221174EF__INCLUDED_)
- #define AFX_CRUISEROUTE_H__716CD597_D82D_4AB8_8B14_C89E221174EF__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // CruiseRoute.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CCruiseRoute dialog
- class CCruiseRoute : public CDialog
- {
- // Construction
- public:
- CCruiseRoute(CWnd* pParent = NULL); // standard constructor
- LONG m_lServerID;
- LONG m_Sel;
- NET_DVR_CRUISE_RET CruiseRet;
- // Dialog Data
- //{{AFX_DATA(CCruiseRoute)
- enum { IDD = IDD_DIALOG_CRUISE };
- CComboBox m_Route;
- CComboBox m_Point;
- int m_Preset;
- int m_Dwell;
- int m_Speed;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CCruiseRoute)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CCruiseRoute)
- virtual void OnOK();
- virtual void OnCancel();
- afx_msg void OnButton1();
- virtual BOOL OnInitDialog();
- afx_msg void OnButton2();
- afx_msg void OnSelchangeCombocruisepoint();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CRUISEROUTE_H__716CD597_D82D_4AB8_8B14_C89E221174EF__INCLUDED_)
|