home *** CD-ROM | disk | FTP | other *** search
/ Learn 3D Graphics Programming on the PC / Learn_3D_Graphics_Programming_on_the_PC_Ferraro.iso / rwwin / aboutlib.h_ / aboutlib.bin
Encoding:
Text File  |  1995-11-14  |  765 b   |  32 lines

  1. // aboutlib.h : header file
  2. //
  3.  
  4. /////////////////////////////////////////////////////////////////////////////
  5. // CAboutLibraryDialog dialog
  6.  
  7. class CAboutLibraryDialog:public CDialog
  8. {
  9. // Construction
  10.     public:
  11.     CAboutLibraryDialog(CWnd * pParent = NULL);  // standard constructor
  12.  
  13. // Dialog Data
  14.     //{{AFX_DATA(CAboutLibraryDialog)
  15.     enum
  16.     {
  17.         IDD = IDD_ABOUTLIBRARY
  18.     };
  19.     // NOTE: the ClassWizard will add data members here
  20.     //}}AFX_DATA
  21.  
  22. // Implementation
  23.       protected:
  24.       virtual void DoDataExchange(CDataExchange * pDX);  // DDX/DDV support
  25.  
  26.     // Generated message map functions
  27.     //{{AFX_MSG(CAboutLibraryDialog)
  28.     virtual BOOL OnInitDialog();
  29.     //}}AFX_MSG
  30.       DECLARE_MESSAGE_MAP()
  31. };
  32.