home *** CD-ROM | disk | FTP | other *** search
/ CD World Haziran 1997 / CD World Haziran 1997.iso / Programlama ve Gelistirme / DTime / _SETUP.1 / DATENTRY.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-11-04  |  537 b   |  27 lines

  1. // datentry.h : main header file for the DATENTRY application
  2. //
  3.  
  4. #ifndef __AFXWIN_H__
  5.   #error include 'stdafx.h' before including this file for PCH
  6. #endif
  7.  
  8. #include "resource.h"   // main symbols
  9.  
  10. class CDatentryApp : public CWinApp
  11. {
  12. public:
  13.   CDatentryApp();
  14.  
  15.   // ClassWizard generated virtual function overrides
  16.   //{{AFX_VIRTUAL(CDatentryApp)
  17.   public:
  18.   virtual BOOL InitInstance(); 
  19.   virtual int ExitInstance();
  20.   //}}AFX_VIRTUAL
  21.  
  22.   //{{AFX_MSG(CDatentryApp)
  23.   //}}AFX_MSG
  24.   DECLARE_MESSAGE_MAP()
  25. };
  26.  
  27.