www.pudn.com > GpsTracker2.rar > Odb2Dlg.h


#if !defined(AFX_ODB2DLG_H__414B06A9_4317_4D23_B6A7_707BAD55B899__INCLUDED_) 
#define AFX_ODB2DLG_H__414B06A9_4317_4D23_B6A7_707BAD55B899__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// Odb2Dlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// COdb2Dlg dialog 
 
class COdb2Dlg : public CDialog 
{ 
// Construction 
public: 
	 
	UINT m_nTimer; 
	COdb2Dlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(COdb2Dlg) 
	enum { IDD = IDD_ODB2DIALOG }; 
	CString	m_strOdb2Content; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(COdb2Dlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(COdb2Dlg) 
	afx_msg void OnButtonExit(); 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnTimer(UINT nIDEvent); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_ODB2DLG_H__414B06A9_4317_4D23_B6A7_707BAD55B899__INCLUDED_)