home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / mslang / zstud1 / main.h_ / MAIN.H
Encoding:
C/C++ Source or Header  |  1994-04-09  |  616 b   |  29 lines

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