www.pudn.com > partsumhist.rar > cred.h
#if !defined(AFX_CRED_H__607D0749_CB60_4EFB_A823_64291247A1FB__INCLUDED_)
#define AFX_CRED_H__607D0749_CB60_4EFB_A823_64291247A1FB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// cred.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// cred dialog
class cred : public CDialog
{
// Construction
public:
cred(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(cred)
enum { IDD = IDD_DIALOG1 };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(cred)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(cred)
afx_msg void Onred();
afx_msg void Ongreen();
afx_msg void Onblue();
afx_msg void Onmean();
afx_msg void Onsumhist();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CRED_H__607D0749_CB60_4EFB_A823_64291247A1FB__INCLUDED_)