www.pudn.com > VisualC6.0.rar > ColorPage.h, change:2007-08-02,size:1405b
#if !defined(AFX_COLORPAGE_H__5276A734_A44E_49C5_93AF_356E3A4F67CB__INCLUDED_)
#define AFX_COLORPAGE_H__5276A734_A44E_49C5_93AF_356E3A4F67CB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ColorPage.h : header file
//
#define WM_USER_APPLY WM_USER + 1
/////////////////////////////////////////////////////////////////////////////
// CColorPage dialog
class CColorPage : public CPropertyPage
{
DECLARE_DYNCREATE(CColorPage)
// Construction
public:
CColorPage();
~CColorPage();
// Dialog Data
//{{AFX_DATA(CColorPage)
enum { IDD = IDD_DIALOG3 };
int m_r;
int m_g;
int m_b;
int m_radio;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CColorPage)
public:
virtual BOOL OnApply();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CColorPage)
afx_msg void OnRadio1();
afx_msg void OnRadio2();
afx_msg void OnRadio3();
afx_msg void OnRadio4();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_COLORPAGE_H__5276A734_A44E_49C5_93AF_356E3A4F67CB__INCLUDED_)