#if !defined(AFX_WAVEFORMATTRIBUTESDLG_H__8389EF29_6604_4C48_89A7_7E60DE26B663__INCLUDED_) #define AFX_WAVEFORMATTRIBUTESDLG_H__8389EF29_6604_4C48_89A7_7E60DE26B663__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // WaveformAttributesDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CWaveformAttributesDlg dialog class CWaveformAttributesDlg : public CDialog { // Construction public: CWaveformAttributesDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CWaveformAttributesDlg) enum { IDD = IDD_WAVE_INFO }; CListCtrl m_ChannelAttribs; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CWaveformAttributesDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL public: LDicomWaveformGroup * m_pWaveformGrp; // Implementation protected: // Generated message map functions //{{AFX_MSG(CWaveformAttributesDlg) virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_WAVEFORMATTRIBUTESDLG_H__8389EF29_6604_4C48_89A7_7E60DE26B663__INCLUDED_)