// TestGISCtrlDlgDlg.h : header file // #if !defined(AFX_TESTGISCTRLDLGDLG_H__567D5029_670F_4939_BF4D_BF8AA578AFE2__INCLUDED_) #define AFX_TESTGISCTRLDLGDLG_H__567D5029_670F_4939_BF4D_BF8AA578AFE2__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 ///////////////////////////////////////////////////////////////////////////// // CTestGISCtrlDlgDlg dialog #include "ExportQBGISCtrlClass.h" class CTestGISCtrlDlgDlg : public CDialog { // Construction public: CTestGISCtrlDlgDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CTestGISCtrlDlgDlg) enum { IDD = IDD_TESTGISCTRLDLG_DIALOG }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CTestGISCtrlDlgDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CTestGISCtrlDlgDlg) virtual BOOL OnInitDialog(); afx_msg void OnSysCommand(UINT nID, LPARAM lParam); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnButton1(); afx_msg void OnButton4(); afx_msg void OnButton5(); afx_msg void OnDrawTrack(); afx_msg void OnCallBack1(); afx_msg void OnCallBack2(); afx_msg void OnTimer(UINT nIDEvent); //}}AFX_MSG DECLARE_MESSAGE_MAP() private: ExportQBGISCtrlClass m_exportGIS; public: afx_msg void OnBnClickedButton2(); afx_msg void OnBnClickedButton3(); //接收到导引点数据后,装订注入 LRESULT OnReceiveGuidePoint(WPARAM wParam, LPARAM lParam); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_TESTGISCTRLDLGDLG_H__567D5029_670F_4939_BF4D_BF8AA578AFE2__INCLUDED_)