You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
1.9 KiB
C

2 years ago
// 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();
//<2F><><EFBFBD>յ<EFBFBD><D5B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݺ<EFBFBD><DDBA><EFBFBD>װ<EFBFBD><D7B0>ע<EFBFBD><D7A2>
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_)