www.pudn.com > final_6.rar > GammaDialog.h
#if !defined(AFX_GAMMADIALOG_H__279216BE_FDC6_4A32_8679_81C0D248E166__INCLUDED_)
#define AFX_GAMMADIALOG_H__279216BE_FDC6_4A32_8679_81C0D248E166__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// GammaDialog.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CGammaDialog dialog
class CGammaDialog : public CDialog
{
// Construction
public:
CGammaDialog(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CGammaDialog)
enum { IDD = IDD_GAMMA };
double m_Blue;
double m_Green;
double m_Red;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGammaDialog)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CGammaDialog)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_GAMMADIALOG_H__279216BE_FDC6_4A32_8679_81C0D248E166__INCLUDED_)