AdvanceDlg.h
上传用户:pumpssky
上传日期:2007-12-07
资源大小:110k
文件大小:2k
源码类别:

MacOS编程

开发平台:

C/C++

  1. #if !defined(AFX_ADVANCEDLG_H__0E05514F_A848_47AC_9E74_CE59A157F6E7__INCLUDED_)
  2. #define AFX_ADVANCEDLG_H__0E05514F_A848_47AC_9E74_CE59A157F6E7__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // AdvanceDlg.h : header file
  7. //
  8. #include "Gps.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CAdvanceDlg dialog
  11. class CAdvanceDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. void SetGps(CGps *);
  16. CAdvanceDlg(CWnd* pParent = NULL);   // standard constructor
  17. // Dialog Data
  18. //{{AFX_DATA(CAdvanceDlg)
  19. enum { IDD = IDD_DIALOG_ADVANCE };
  20. // NOTE: the ClassWizard will add data members here
  21. //}}AFX_DATA
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CAdvanceDlg)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. // Generated message map functions
  31. //{{AFX_MSG(CAdvanceDlg)
  32. afx_msg void OnButtonRtcmon();
  33. afx_msg void OnButtonRtcmoff();
  34. afx_msg void OnButtonInit();
  35. afx_msg void OnButtonGga2s();
  36. afx_msg void OnButtonGgaoff();
  37. afx_msg void OnButtonPbnon();
  38. afx_msg void OnButtonPbnoff();
  39. afx_msg void OnButtonIni();
  40. afx_msg void OnButtonPar();
  41. afx_msg void OnButtonIni5();
  42. afx_msg void OnButtonGsaon();
  43. afx_msg void OnButtonGsaoff();
  44. afx_msg void OnButtonCrton();
  45. afx_msg void OnButtonCrtoff();
  46. afx_msg void OnButtonGllon();
  47. afx_msg void OnButtonGlloff();
  48. afx_msg void OnButtonMcaon();
  49. afx_msg void OnButtonMcaoff();
  50. afx_msg void OnButtonSnvon();
  51. afx_msg void OnButtonSnvoff();
  52. //}}AFX_MSG
  53. DECLARE_MESSAGE_MAP()
  54. private:
  55. CGps * m_pGps;
  56. };
  57. //{{AFX_INSERT_LOCATION}}
  58. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  59. #endif // !defined(AFX_ADVANCEDLG_H__0E05514F_A848_47AC_9E74_CE59A157F6E7__INCLUDED_)