WaveletLevel.h
上传用户:aqingfeng
上传日期:2014-03-25
资源大小:1839k
文件大小:1k
- #if !defined(AFX_WAVELETLEVEL_H__0D28CC6B_C6D2_4275_83D0_7B185B096E83__INCLUDED_)
- #define AFX_WAVELETLEVEL_H__0D28CC6B_C6D2_4275_83D0_7B185B096E83__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // WaveletLevel.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CWaveletLevel dialog
- class CWaveletLevel : public CDialog
- {
- // Construction
- public:
- CWaveletLevel(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CWaveletLevel)
- enum { IDD = IDD_WAVELETLEVELDLG };
- CSpinButtonCtrl m_Ctrlspin;
- UINT m_nlevel;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CWaveletLevel)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CWaveletLevel)
- 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_WAVELETLEVEL_H__0D28CC6B_C6D2_4275_83D0_7B185B096E83__INCLUDED_)