www.pudn.com > wavelet-vc++6.rar > CS91.h
#if !defined(AFX_CS91_H__83CD9E22_CC8E_11D4_9D72_5254AB265AB0__INCLUDED_)
#define AFX_CS91_H__83CD9E22_CC8E_11D4_9D72_5254AB265AB0__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// CS91.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CCS91 dialog
class CCS91 : public CDialog
{
// Construction
public:
void mainprogram();
CCS91(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CCS91)
enum { IDD = IDD_CS91 };
CString m_outfile;
int N;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCS91)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CCS91)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CS91_H__83CD9E22_CC8E_11D4_9D72_5254AB265AB0__INCLUDED_)