www.pudn.com > HighColorTab_demo.zip > HighColorTabDlg.h
// HighColorTabDlg.h : header file
//
///////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_HIGHCOLORTABDLG_H__E8EA40C4_0FD0_4D17_8243_5839709FB91A__INCLUDED_)
#define AFX_HIGHCOLORTABDLG_H__E8EA40C4_0FD0_4D17_8243_5839709FB91A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CHighColorTabDlg dialog
class CHighColorTabDlg : public CDialog
{
// Construction
public:
CHighColorTabDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CHighColorTabDlg)
enum { IDD = IDD_HIGHCOLORTAB_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CHighColorTabDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CHighColorTabDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnDisplayRegular();
afx_msg void OnDisplayHighColor();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_HIGHCOLORTABDLG_H__E8EA40C4_0FD0_4D17_8243_5839709FB91A__INCLUDED_)