home *** CD-ROM | disk | FTP | other *** search
/ Mastering MFC Development / MMD.ISO / samples / c08 / querydef / qdefydlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-02-20  |  779 b   |  36 lines

  1. // QDYearDlg.h : header file
  2. //
  3.  
  4. /////////////////////////////////////////////////////////////////////////////
  5. // CQDYearDlg dialog
  6.  
  7. class CQDYearDlg : public CDialog
  8. {
  9. // Construction
  10. public:
  11.     CQDYearDlg(CWnd* pParent = NULL);   // standard constructor
  12.  
  13. // Dialog Data
  14.     //{{AFX_DATA(CQDYearDlg)
  15.     enum { IDD = IDD_GETYEARDLG };
  16.     int        m_nYear;
  17.     //}}AFX_DATA
  18.  
  19.  
  20. // Overrides
  21.     // ClassWizard generated virtual function overrides
  22.     //{{AFX_VIRTUAL(CQDYearDlg)
  23.     protected:
  24.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  25.     //}}AFX_VIRTUAL
  26.  
  27. // Implementation
  28. protected:
  29.  
  30.     // Generated message map functions
  31.     //{{AFX_MSG(CQDYearDlg)
  32.         // NOTE: the ClassWizard will add member functions here
  33.     //}}AFX_MSG
  34.     DECLARE_MESSAGE_MAP()
  35. };
  36.