www.pudn.com > DalsaNetlink.rar > CyExternalProgramPage.h
#if !defined(AFX_CYEXTERNALPROGRAMPAGE_H__E36F86C6_1177_438A_A348_BE6B028C0058__INCLUDED_)
#define AFX_CYEXTERNALPROGRAMPAGE_H__E36F86C6_1177_438A_A348_BE6B028C0058__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// CyExternalProgramPage.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CyExternalProgramPage dialog
class CyExternalProgramPage : public CPropertyPage
{
DECLARE_DYNCREATE(CyExternalProgramPage)
// Construction
public:
CyExternalProgramPage();
~CyExternalProgramPage();
// Dialog Data
//{{AFX_DATA(CyExternalProgramPage)
enum { IDD = IDD_EXTERNAL_DLG };
CEdit mProgram;
CEdit mDirectory;
CEdit mArguments;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CyExternalProgramPage)
public:
virtual BOOL OnSetActive();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CyExternalProgramPage)
afx_msg void OnLaunchExternal();
afx_msg void OnDirectoryBrowse();
afx_msg void OnProgramBrowse();
virtual BOOL OnInitDialog();
afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CYEXTERNALPROGRAMPAGE_H__E36F86C6_1177_438A_A348_BE6B028C0058__INCLUDED_)