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