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