www.pudn.com > DalsaNetlink.rar > CyPropertySheet.h
#if !defined(AFX_CYPROPERTYSHEET_H__6631D2D1_4734_439F_896B_FD0C6B303F88__INCLUDED_)
#define AFX_CYPROPERTYSHEET_H__6631D2D1_4734_439F_896B_FD0C6B303F88__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// CyPropertySheet.h : header file
//
class CyPropertySheet : public CPropertySheet
{
// Construction
public:
CyPropertySheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
void EnableConfigure( bool aEnable );
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CyPropertySheet)
public:
virtual BOOL OnInitDialog();
virtual void WinHelp(DWORD dwData, UINT nCmd = HELP_CONTEXT);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CyPropertySheet();
// Generated message map functions
protected:
//{{AFX_MSG(CyPropertySheet)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnAppExit();
//}}AFX_MSG
afx_msg void OnDeviceConfigure();
DECLARE_MESSAGE_MAP()
CMenu mMenu;
bool mConfigEnabled;
bool mInitialized;
CButton mConfigure;
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CYPROPERTYSHEET_H__6631D2D1_4734_439F_896B_FD0C6B303F88__INCLUDED_)