home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 5 / MasteringVisualBasic5.iso / protview / demowinx / data.1 / 3VMONCAL.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-17  |  1.0 KB  |  44 lines

  1. // 3VMonthCal.cpp : implementation file
  2. //
  3.  
  4. #include "stdafx.h"
  5. #include "allctls.h"
  6. #include "3VMonCal.h"
  7.  
  8. #ifdef _DEBUG
  9. #define new DEBUG_NEW
  10. #undef THIS_FILE
  11. static char THIS_FILE[] = __FILE__;
  12. #endif
  13.  
  14. /////////////////////////////////////////////////////////////////////////////
  15. // C3VMonthCal dialog
  16.  
  17.  
  18. C3VMonthCal::C3VMonthCal(CWnd* pParent /*=NULL*/)
  19.     : CDialog(C3VMonthCal::IDD, pParent)
  20. {
  21.     //{{AFX_DATA_INIT(C3VMonthCal)
  22.         // NOTE: the ClassWizard will add member initialization here
  23.     //}}AFX_DATA_INIT
  24. }
  25.  
  26.  
  27. void C3VMonthCal::DoDataExchange(CDataExchange* pDX)
  28. {
  29.     CDialog::DoDataExchange(pDX);
  30.     //{{AFX_DATA_MAP(C3VMonthCal)
  31.         // NOTE: the ClassWizard will add DDX and DDV calls here
  32.     //}}AFX_DATA_MAP
  33. }
  34.  
  35.  
  36. BEGIN_MESSAGE_MAP(C3VMonthCal, CDialog)
  37.     //{{AFX_MSG_MAP(C3VMonthCal)
  38.         // NOTE: the ClassWizard will add message map macros here
  39.     //}}AFX_MSG_MAP
  40. END_MESSAGE_MAP()
  41.  
  42. /////////////////////////////////////////////////////////////////////////////
  43. // C3VMonthCal message handlers
  44.