numeric oscilloscope

  1. /*--------------------------------------------------------------------------------
  2. 'Nom du projet : Oscilloscope
  3. 'Outil : Visual C++ 6
  4. 'Nom du fichier: About.h
  5. 'Realisation:Mathieu Texier et Emmanuel Traineau
  6. 'Date: Juin 2003
  7. 'Responsable: Eric Meleiro
  8. '--------------------------------------------------------------------------------
  9.  
  10.  
  11.  
  12. #ifndef __AFXWIN_H__
  13.         #error include 'stdafx.h' before including this file for PCH
  14. #endif
  15.  
  16. #include "resource.h"           // main symbols
  17.  
  18.  
  19.  
  20. /////////////////////////////////////////////////////////////////////////////
  21. // CAboutDlg dialog used for App About
  22.  
  23. class CAboutDlg : public CDialog
  24. {
  25. public:
  26.         CAboutDlg();
  27.  
  28. // Dialog Data
  29.         //{{AFX_DATA(CAboutDlg)
  30.         enum { IDD = IDD_ABOUTBOX };
  31.         //}}AFX_DATA
  32.  
  33.         // ClassWizard generated virtual function overrides
  34.         //{{AFX_VIRTUAL(CAboutDlg)
  35.         protected:
  36.         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  37.         //}}AFX_VIRTUAL
  38.  
  39. // Implementation
  40. protected:
  41.         //{{AFX_MSG(CAboutDlg)
  42.         afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  43.         //}}AFX_MSG
  44.         DECLARE_MESSAGE_MAP()
  45. };
  46.  
  47.  

contact - link to this site