www.pudn.com > final_6.rar > SetShapeDialog.h
#if !defined(AFX_SETSHAPEDIALOG_H__59008825_1D1A_46E2_AD92_FA11CEEBB56B__INCLUDED_)
#define AFX_SETSHAPEDIALOG_H__59008825_1D1A_46E2_AD92_FA11CEEBB56B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SetShapeDialog.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSetShapeDialog dialog
class CSetShapeDialog : public CDialog
{
public:
int m_Red;
int m_Green;
int m_Blue;
// Construction
public:
CSetShapeDialog(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSetShapeDialog)
enum { IDD = IDD_SET_SHAPE };
double m_Ka;
double m_Kd;
double m_Ks;
int m_Ns;
float m_tran;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSetShapeDialog)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSetShapeDialog)
afx_msg void OnSelectColor();
afx_msg void OnSliver();
afx_msg void OnGe();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SETSHAPEDIALOG_H__59008825_1D1A_46E2_AD92_FA11CEEBB56B__INCLUDED_)