windows-nt/Source/XPSP1/NT/com/ole32/cs/admin/ui/dplapp.h
2020-09-26 16:20:57 +08:00

47 lines
1.1 KiB
C++

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