www.pudn.com > odbc_class.rar > demo1Dlg.h


// demo1Dlg.h : header file 
// 
 
#if !defined(AFX_DEMO1DLG_H__EC113549_FED8_45B7_8240_41D0A51588D8__INCLUDED_) 
#define AFX_DEMO1DLG_H__EC113549_FED8_45B7_8240_41D0A51588D8__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CDemo1Dlg dialog 
 
class CDemo1Dlg : public CDialog 
{ 
// Construction 
public: 
	BOOL ShowData(); 
	CDemo1Dlg(CWnd* pParent = NULL);	// standard constructor 
	CImageList ImageList; 
// Dialog Data 
	//{{AFX_DATA(CDemo1Dlg) 
	enum { IDD = IDD_DEMO1_DIALOG }; 
	CListCtrl	m_list; 
	CString	m_strID; 
	CString	m_strJob; 
	CString	m_strName; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDemo1Dlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CDemo1Dlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void OnItemchangedList1(NMHDR* pNMHDR, LRESULT* pResult); 
	afx_msg void OnBtnrefresh(); 
	afx_msg void OnBtnadd(); 
	afx_msg void OnBtndel(); 
	afx_msg void OnBtnmodify(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DEMO1DLG_H__EC113549_FED8_45B7_8240_41D0A51588D8__INCLUDED_)