windows-nt/Source/XPSP1/NT/ds/adsi/oledsvw/grpcrtit.h
2020-09-26 16:20:57 +08:00

38 lines
849 B
C++

// GroupCreateItem.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CGroupCreateItem dialog
class CGroupCreateItem : public CDialog
{
// Construction
public:
CGroupCreateItem(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CGroupCreateItem)
enum { IDD = IDD_GROUPCREATEITEM };
CString m_strNewItemName;
CString m_strParent;
CString m_strItemType;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGroupCreateItem)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CGroupCreateItem)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};