www.pudn.com > fpdumpw.zip > DialogSettings.h


#if !defined(AFX_DIALOGSETTINGS_H__DA9DF6C2_F23C_11D1_B0BA_00001A00BBEF__INCLUDED_) 
#define AFX_DIALOGSETTINGS_H__DA9DF6C2_F23C_11D1_B0BA_00001A00BBEF__INCLUDED_ 
 
#if _MSC_VER >= 1000 
#pragma once 
#endif // _MSC_VER >= 1000 
// DialogSettings.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CDialogSettings dialog 
 
class CDialogSettings : public CDialog 
{ 
// Construction 
public: 
	CDialogSettings(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CDialogSettings) 
	enum { IDD = IDD_DIALOG_SETTINGS }; 
	int		m_HostAdapterID; 
	int		m_TargetID; 
	int		m_LUN; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDialogSettings) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CDialogSettings) 
	virtual BOOL OnInitDialog(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Developer Studio will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DIALOGSETTINGS_H__DA9DF6C2_F23C_11D1_B0BA_00001A00BBEF__INCLUDED_)