www.pudn.com > XRayImg.rar > DialogAbout.h


#if !defined(AFX_DIALOGABOUT_H__FBB6AB3A_1D5D_4527_8569_E44E0A38C829__INCLUDED_)
#define AFX_DIALOGABOUT_H__FBB6AB3A_1D5D_4527_8569_E44E0A38C829__INCLUDED_

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

#include "cAbout\AboutCtrl.h"

/////////////////////////////////////////////////////////////////////////////
// CDialogAbout dialog

class CDialogAbout : public CDialog
{
// Construction
public:
CDialogAbout(CWnd* pParent = NULL); // standard constructor

// Dialog Data
//{{AFX_DATA(CDialogAbout)
enum { IDD = IDD_ABOUTBOX };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA


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

// Implementation
protected:

// Generated message map functions
//{{AFX_MSG(CDialogAbout)
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CAboutCtrl m_AboutCtrl;

};

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

#endif // !defined(AFX_DIALOGABOUT_H__FBB6AB3A_1D5D_4527_8569_E44E0A38C829__INCLUDED_)