www.pudn.com > pccode_2006910124551680.rar > SelectColorDlg.h
#if !defined(AFX_SELECTCOLORDLG_H__F8524DBB_0B8C_11D8_8323_00FD0000053F__INCLUDED_)
#define AFX_SELECTCOLORDLG_H__F8524DBB_0B8C_11D8_8323_00FD0000053F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SelectColorDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSelectColorDlg dialog
class CSelectColorDlg : public CDialog
{
// Construction
public:
CSelectColorDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSelectColorDlg)
enum { IDD = IDD_SELECT_COLOR_DIALOG };
BOOL m_bDiffuseColor;
BOOL m_bEmbientColor;
BOOL m_bEmissionColor;
BOOL m_bSpecularColor;
int m_nShininess;
//}}AFX_DATA
COLORREF m_crDiffuseColor;
COLORREF m_crEmbientColor;
COLORREF m_crEmissionColor;
COLORREF m_crSpecularColor;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSelectColorDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSelectColorDlg)
afx_msg void OnSelectDiffuseColor();
afx_msg void OnSelectEmbientColor();
afx_msg void OnSelectEmissionColor();
afx_msg void OnSelectSpecularColor();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SELECTCOLORDLG_H__F8524DBB_0B8C_11D8_8323_00FD0000053F__INCLUDED_)