www.pudn.com > wavelet-vc++6.rar > CS92.h
#if !defined(AFX_CS92_H__52B447F7_C6D4_11D4_9D72_5254AB265AB0__INCLUDED_)
#define AFX_CS92_H__52B447F7_C6D4_11D4_9D72_5254AB265AB0__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// CS92.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CCS92 dialog
class CCS92 : public CDialog
{
// Construction
public:
void DrawWave();
CCS92(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CCS92)
enum { IDD = IDD_CS92 };
CString m_filename;
int m_datalength;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCS92)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CCS92)
afx_msg void OnFilelook();
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnPaint();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CS92_H__52B447F7_C6D4_11D4_9D72_5254AB265AB0__INCLUDED_)