www.pudn.com > DalsaNetlink.rar > CyAboutDlg.h
#if !defined(AFX_CYABOUTDLG_H__99A21F3F_C839_4350_81C9_242229E30BCF__INCLUDED_)
#define AFX_CYABOUTDLG_H__99A21F3F_C839_4350_81C9_242229E30BCF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// CyAboutDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CyAboutDlg dialog
class CyAboutDlg : public CDialog
{
// Construction
public:
CyAboutDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CyAboutDlg)
enum { IDD = IDD_ABOUTBOX };
CStatic mRoot;
CStatic mVersion;
CListCtrl mLibraries;
CStatic mLicensing;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CyAboutDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CyAboutDlg)
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_CYABOUTDLG_H__99A21F3F_C839_4350_81C9_242229E30BCF__INCLUDED_)