Oscilloscope numérique

  1. /*--------------------------------------------------------------------------------
  2. 'Nom du projet : Oscilloscope
  3. 'Outil : Visual C++ 6
  4. 'Nom du fichier: WaveDevCaps.h : implementation file
  5. 'Realisation:Mathieu Texier et Emmanuel Traineau
  6. 'Date: Juin 2003
  7. 'Responsable: Eric Meleiro
  8. '--------------------------------------------------------------------------------
  9. */
  10.  
  11. class CWaveDevCaps : public CDialog
  12. {
  13. // Construction
  14. public:
  15.         CWaveDevCaps(CWnd* pParent = NULL);   // standard constructor
  16.  
  17. // Dialog Data
  18.         //{{AFX_DATA(CWaveDevCaps)
  19.         enum { IDD = IDD_DEVCAPS_DIALOG };
  20.         CString m_dcapsview;
  21.         int             m_Combo;
  22.         //}}AFX_DATA
  23.  
  24.  
  25. // Overrides
  26.         // ClassWizard generated virtual function overrides
  27.         //{{AFX_VIRTUAL(CWaveDevCaps)
  28.         protected:
  29.         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  30.         //}}AFX_VIRTUAL
  31.  
  32. // Implementation
  33. protected:
  34.         CString m_str;
  35.         CString Str (int value); // Wert zu String machen
  36.         void FillBox (int device); // Edit-Box fuellen
  37.  
  38.         // Generated message map functions
  39.         //{{AFX_MSG(CWaveDevCaps)
  40.         afx_msg void OnSelchangeComboDevs();
  41.         virtual BOOL OnInitDialog();
  42.         //}}AFX_MSG
  43.         DECLARE_MESSAGE_MAP()
  44. };
  45.  

contact - faire un lien