www.pudn.com > 2DCAD_duojiemian.rar > TestDllDlg.h
#if !defined(AFX_TESTDLLDLG_H__5A5146FD_B352_4BB1_8A09_3EE030A85984__INCLUDED_)
#define AFX_TESTDLLDLG_H__5A5146FD_B352_4BB1_8A09_3EE030A85984__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TestDllDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CTestDllDlg dialog
class CTestDllDlg : public CDialog
{
// Construction
public:
CTestDllDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CTestDllDlg)
enum { IDD = IDD_TESTDLL };
int m_nAdd1;
int m_nAdd2;
int m_nResult;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTestDllDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CTestDllDlg)
afx_msg void OnButtonEqual();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TESTDLLDLG_H__5A5146FD_B352_4BB1_8A09_3EE030A85984__INCLUDED_)