www.pudn.com > 6433624505.rar > Detials.h


#if !defined(AFX_DETIALS_H__D470250E_63A3_4DB4_B3CF_3CE660CEAC4B__INCLUDED_) 
#define AFX_DETIALS_H__D470250E_63A3_4DB4_B3CF_3CE660CEAC4B__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// Detials.h : header file 
// 
#include  
///////////////////////////////////////////////////////////////////////////// 
// CDetials dialog 
 
class CDetials : public CDialog 
{ 
// Construction 
public: 
	CDetials(CWnd* pParent = NULL);   // standard constructor 
	virtual BOOL OnInitDialog(); 
 
	_ConnectionPtr	pConn; 
	_RecordsetPtr	pRst; 
 
	BOOL FLAG; 
	int colume; 
	int select; 
	int counts; 
	CString Choice; 
	CBitmap m_bitmapground; 
// Dialog Data 
	//{{AFX_DATA(CDetials) 
	enum { IDD = IDD_DETIALS }; 
	CBitmapButton	m_Tuichu; 
	CBitmapButton	m_Refresh; 
	CBitmapButton	m_Export; 
	CBitmapButton	m_Close; 
	CString	m_Edit; 
	//}}AFX_DATA 
 
	std::vector names; 
	std::vector values; 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDetials) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CDetials) 
	virtual void OnOK(); 
	afx_msg void OnRefresh(); 
	afx_msg void OnExportde(); 
	afx_msg void OnPaint(); 
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DETIALS_H__D470250E_63A3_4DB4_B3CF_3CE660CEAC4B__INCLUDED_)