home *** CD-ROM | disk | FTP | other *** search
- // aboutlib.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CAboutLibraryDialog dialog
-
- class CAboutLibraryDialog:public CDialog
- {
- // Construction
- public:
- CAboutLibraryDialog(CWnd * pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CAboutLibraryDialog)
- enum
- {
- IDD = IDD_ABOUTLIBRARY
- };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
-
- // Implementation
- protected:
- virtual void DoDataExchange(CDataExchange * pDX); // DDX/DDV support
-
- // Generated message map functions
- //{{AFX_MSG(CAboutLibraryDialog)
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-