www.pudn.com > backmode824.rar > TSetXY.h


#if !defined(AFX_TSETXY_H__49A7E566_3A17_403C_A484_6F7E85A6F835__INCLUDED_) 
#define AFX_TSETXY_H__49A7E566_3A17_403C_A484_6F7E85A6F835__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// TSetXY.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// TSetXY dialog 
 
class TSetXY : public CDialog 
{ 
// Construction 
public: 
	TSetXY(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(TSetXY) 
	enum { IDD = IDD_DIALOG_PIXEL_XY }; 
	int		m_nPointX; 
	int		m_nPointY; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(TSetXY) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(TSetXY) 
	virtual void OnOK(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_TSETXY_H__49A7E566_3A17_403C_A484_6F7E85A6F835__INCLUDED_)