www.pudn.com > FIRDsgn.rar > DrawMag.h


//######################################################################## 
// This program is provided "as is" without any express  
// or implied warranty of any kind with respect to this software.  
// In particular the author shall not be liable for any direct,  
// indirect, special, incidental or consequential damages arising  
// in any way from use of the software. 
// 
// 
// Author   : Jialong He,  
// Date     : July, 1999.  
// 
// Contact  : Jialong_He@bigfoot.com, Jialong_He@homemail.com 
// Web Page : www.bigfoot.com/~Jialong_He 
//######################################################################## 
#if !defined(AFX_DRAWMAG_H__DC92EEE1_3643_11D3_B891_00600899330A__INCLUDED_) 
#define AFX_DRAWMAG_H__DC92EEE1_3643_11D3_B891_00600899330A__INCLUDED_ 
 
#if _MSC_VER >= 1000 
#pragma once 
#endif // _MSC_VER >= 1000 
// DrawMag.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CDrawMag window 
 
class CDrawMag : public CWnd 
{ 
// Construction 
public: 
	CDrawMag(); 
 
// Attributes 
public: 
	LOGBRUSH m_BrushCross; 
	LOGBRUSH m_BrushBlack; 
 
	double *MagArr; 
	int MagLen; 
	int imp_response(double *FCoef, int FNum); 
	 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDrawMag) 
	//}}AFX_VIRTUAL 
 
	 
// Implementation 
public: 
	virtual ~CDrawMag(); 
 
	// Generated message map functions 
protected: 
	//{{AFX_MSG(CDrawMag) 
	afx_msg void OnPaint(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Developer Studio will insert additional declarations immediately before the previous line. 
 
#endif  
// !defined(AFX_DRAWMAG_H__DC92EEE1_3643_11D3_B891_00600899330A__INCLUDED_)