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