www.pudn.com > WhiteBalance.rar > Choose.h


#if !defined(AFX_CHOOSE_H__9167A6A4_9314_4679_A15B_D4A4CBBEB6A3__INCLUDED_)
#define AFX_CHOOSE_H__9167A6A4_9314_4679_A15B_D4A4CBBEB6A3__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Choose.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CChoose dialog
#include "WhiteBalanceDoc.h"

class CChoose : public CDialog
{
// Construction
public:
void SetColor(COLORREF,CWhiteBalanceDoc*);
CChoose(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CChoose)
enum { IDD = IDD_DIALOG_CHOOSE };
CString m_ShowRGB;
//}}AFX_DATA


// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CChoose)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL

// Implementation
protected:
CWhiteBalanceDoc *pDoc;

COLORREF ShowColor;
// Generated message map functions
//{{AFX_MSG(CChoose)
afx_msg void OnOk();
afx_msg void OnPaint();
afx_msg void OnCancel();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_CHOOSE_H__9167A6A4_9314_4679_A15B_D4A4CBBEB6A3__INCLUDED_)