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

MacOS编程

开发平台:

C/C++

  1. #if !defined(AFX_SETUPDLG_H__FA5C9FB1_A2CB_4538_B328_7D00DA8AA20E__INCLUDED_)
  2. #define AFX_SETUPDLG_H__FA5C9FB1_A2CB_4538_B328_7D00DA8AA20E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SetupDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CSetupDlg dialog
  10. class CSetupDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CSetupDlg(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CSetupDlg)
  17. enum { IDD = IDD_DIALOG_SETUP };
  18. int m_bAutoStart;
  19. CString m_szRoverID;
  20. CString m_szRoverDesc;
  21. double m_dOrigLon;
  22. double m_dOrigLat;
  23. BOOL m_bDispGGA;
  24. BOOL m_bDispRTCM;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CSetupDlg)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(CSetupDlg)
  36. afx_msg void OnButtonSave();
  37. afx_msg void OnButtonClear();
  38. virtual BOOL OnInitDialog();
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_SETUPDLG_H__FA5C9FB1_A2CB_4538_B328_7D00DA8AA20E__INCLUDED_)