NeobusDlg.h
上传用户:yokoluohf
上传日期:2013-02-25
资源大小:769k
文件大小:1k
源码类别:

GIS编程

开发平台:

Visual C++

  1. // NeobusDlg.h : header file
  2. //
  3. #pragma once
  4. #include "XNeobus.h"
  5. #include "afxwin.h"
  6. // CNeobusDlg dialog
  7. class CNeobusDlg : public CDialog
  8. {
  9. // Construction
  10. public:
  11. CNeobusDlg(CWnd* pParent = NULL); // standard constructor
  12. // Dialog Data
  13. enum { IDD = IDD_NEOBUS_DIALOG };
  14. protected:
  15. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  16. public:
  17. CMarkup markup;
  18. XNeobus m_neobus;
  19. // Implementation
  20. protected:
  21. HICON m_hIcon;
  22. // Generated message map functions
  23. virtual BOOL OnInitDialog();
  24. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  25. afx_msg void OnPaint();
  26. afx_msg HCURSOR OnQueryDragIcon();
  27. DECLARE_MESSAGE_MAP()
  28. public:
  29. CComboBox m_startStation;
  30. CComboBox m_endStation;
  31. CString m_outputPaths;
  32. afx_msg void OnBnClickedButtonFindPaths();
  33. };