www.pudn.com > ImgFFT.zip > Definition.h
#if !defined(AFX_DEFINITION_H__435A3701_B38F_11D7_BA6C_5254AB269DD7__INCLUDED_)
#define AFX_DEFINITION_H__435A3701_B38F_11D7_BA6C_5254AB269DD7__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Definition.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDefinition dialog
class CDefinition : public CDialog
{
// Construction
public:
CDefinition(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDefinition)
enum { IDD = IDD_DEFINITION };
double m_Value;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDefinition)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDefinition)
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_DEFINITION_H__435A3701_B38F_11D7_BA6C_5254AB269DD7__INCLUDED_)