www.pudn.com > GPS ToolKit Pro.rar > SnrBarPRN.h


#if !defined(AFX_SNRBARPRN_H__44B5DEC9_D3E6_49B3_95F8_E4C2CC4F3D07__INCLUDED_) 
#define AFX_SNRBARPRN_H__44B5DEC9_D3E6_49B3_95F8_E4C2CC4F3D07__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// SnrBarPRN.h : header file 
// 
 
#include  
///////////////////////////////////////////////////////////////////////////// 
// CSnrBarPRN window 
 
class CSnrBarPRN : public CStatic 
{ 
// Construction 
public: 
	CSnrBarPRN(); 
 
// Attributes 
public: 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CSnrBarPRN) 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CSnrBarPRN(); 
	void DrawSnrBarPRN(); 
 
	short m_prn; 
	bool bIsFixSat; 
 
	// Generated message map functions 
protected: 
	//{{AFX_MSG(CSnrBarPRN) 
	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_SNRBARPRN_H__44B5DEC9_D3E6_49B3_95F8_E4C2CC4F3D07__INCLUDED_)