www.pudn.com > AccessADO.rar > LogoDig.h


#if !defined(AFX_LOGODIG_H__DA5838D1_AA04_48D3_B494_ACEA41FBA5BA__INCLUDED_) 
#define AFX_LOGODIG_H__DA5838D1_AA04_48D3_B494_ACEA41FBA5BA__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// LogoDig.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CLogoDig dialog 
 
class CLogoDig : public CDialog 
{ 
// Construction 
public: 
	CLogoDig(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CLogoDig) 
	enum { IDD = IDD_LOGO }; 
	CButton	m_buttonExplorer; 
	int		m_nSrcType; 
	CString	m_strDbName; 
	CString	m_strPassWord; 
	CString	m_strUserName; 
	CString	m_strSrcName; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CLogoDig) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	BOOL m_bAdvaced; 
 
	// Generated message map functions 
	//{{AFX_MSG(CLogoDig) 
	virtual void OnOK(); 
	afx_msg void OnFilename(); 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSelendokSrcCombo(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_LOGODIG_H__DA5838D1_AA04_48D3_B494_ACEA41FBA5BA__INCLUDED_)