home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 6 / mastvb6.iso / leadtools / ocx32.lt / Scrdemo.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-06-30  |  1.4 KB  |  55 lines

  1. // ScrDemo.h : main header file for the ScrDemo application
  2. //
  3.  
  4. #if !defined(AFX_MFCSCR_H__20697B05_0F36_11D2_8DD4_0060087BAA97__INCLUDED_)
  5. #define AFX_MFCSCR_H__20697B05_0F36_11D2_8DD4_0060087BAA97__INCLUDED_
  6.  
  7. #if _MSC_VER >= 1000
  8. #pragma once
  9. #endif // _MSC_VER >= 1000
  10.  
  11. #ifndef __AFXWIN_H__
  12.     #error include 'stdafx.h' before including this file for PCH
  13. #endif
  14.  
  15. #include "resource.h"       // main symbols
  16.  
  17. /////////////////////////////////////////////////////////////////////////////
  18. // CScrDemo:
  19. // See ScrDemo.cpp for the implementation of this class
  20. //
  21.  
  22. class CScrDemo : public CWinApp
  23. {
  24. public:
  25.     HGLOBAL         m_LeadBitmap;
  26.     CScrDemo();
  27.  
  28. // Overrides
  29.     // ClassWizard generated virtual function overrides
  30.     //{{AFX_VIRTUAL(CScrDemo)
  31.     public:
  32.     virtual BOOL InitInstance();
  33.     //}}AFX_VIRTUAL
  34.  
  35. // Implementation
  36.  
  37.     //{{AFX_MSG(CScrDemo)
  38.     afx_msg void OnAppAbout();
  39.     afx_msg void OnFileNew();
  40.     afx_msg void OnFileOpen();
  41.     //}}AFX_MSG
  42.     afx_msg void OnImageCaptured(long CaptureNumber);
  43.     DECLARE_EVENTSINK_MAP()
  44.     DECLARE_MESSAGE_MAP()
  45. };
  46.  
  47.  
  48. /////////////////////////////////////////////////////////////////////////////
  49.  
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  52.  
  53. #endif // !defined(AFX_MFCSCR_H__20697B05_0F36_11D2_8DD4_0060087BAA97__INCLUDED_)
  54.  
  55.