www.pudn.com > sdi-dialog-bmp.rar > DrvDlg.h


#if !defined(AFX_DRVDLG_H__9D45903B_05D8_4632_BC26_B5BA2DE50E2E__INCLUDED_) 
#define AFX_DRVDLG_H__9D45903B_05D8_4632_BC26_B5BA2DE50E2E__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// DrvDlg.h : header file 
// 
#include"GetImageDlg.h" 
///////////////////////////////////////////////////////////////////////////// 
// CDrvDlg dialog 
class CGetImageDlg; 
class CDrvDlg : public CDialog 
{ 
// Construction 
public: 
 
	void setDlg(CGetImageDlg *d); 
	int sel; 
	CGetImageDlg* dlg; 
	CDrvDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CDrvDlg) 
	enum { IDD = IDD_DRV_DLG }; 
	CListBox	m_list1; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDrvDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CDrvDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSelchangeList2(); 
	afx_msg void OnButtonSel(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DRVDLG_H__9D45903B_05D8_4632_BC26_B5BA2DE50E2E__INCLUDED_)