www.pudn.com > GPS.2.rar > LanguageDlg.h


#if !defined(AFX_LANGUAGEDLG_H__565DAE7D_3284_445E_A58D_425040F22B26__INCLUDED_) 
#define AFX_LANGUAGEDLG_H__565DAE7D_3284_445E_A58D_425040F22B26__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// LanguageDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CLanguageDlg dialog 
 
class CLanguageDlg : public CDialog 
{ 
// Construction 
private: 
	int m_Left,m_Top,m_Width,m_Height; 
	CBitmap m_BackScreenBitmap; 
public: 
//	void CopyBMP(int m_map, int i); 
//	void DrawInterface(CDC &dc); 
//	void SetToolRectangle(); 
//	void CopyBMP(int m_map,int i); 
//	void DrawInterface(CDC &dc); 
//	void SetToolRectangle(); 
	CRect m_rect[3]; 
	int	m_prePick ;			//the last time picked button 
	int m_currentPick ;		//the current pick button 
	BOOL m_bIsExecute ; 
	BOOL m_NavRefresh ; 
public: 
	void SetToolRectangle(); 
	void DrawInterface(CDC &dc); 
	void CopyBMP(int m_map, int i); 
	CLanguageDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CLanguageDlg) 
	enum { IDD = IDD_LANGUAGE }; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CLanguageDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CLanguageDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point); 
	afx_msg void OnLButtonUp(UINT nFlags, CPoint point); 
	afx_msg BOOL OnEraseBkgnd(CDC* pDC); 
	afx_msg void OnPaint(); 
	virtual void OnOK(); 
	afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_LANGUAGEDLG_H__565DAE7D_3284_445E_A58D_425040F22B26__INCLUDED_)