www.pudn.com > bmpstudy.rar > ZFT.h
#if !defined(AFX_ZFT_H__57E27534_F566_4EB8_8893_37020699689B__INCLUDED_)
#define AFX_ZFT_H__57E27534_F566_4EB8_8893_37020699689B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ZFT.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CZFT dialog
class CZFT : public CDialog
{
// Construction
public:
LONG m_MaxCount;
float num[256];
CZFT(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CZFT)
enum { IDD = IDD_DIALOG1 };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CZFT)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CZFT)
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_ZFT_H__57E27534_F566_4EB8_8893_37020699689B__INCLUDED_)