Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
886 B

  1. // GroupCreateItem.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CGroupCreateItem dialog
  5. class CGroupCreateItem : public CDialog
  6. {
  7. // Construction
  8. public:
  9. CGroupCreateItem(CWnd* pParent = NULL); // standard constructor
  10. // Dialog Data
  11. //{{AFX_DATA(CGroupCreateItem)
  12. enum { IDD = IDD_GROUPCREATEITEM };
  13. CString m_strNewItemName;
  14. CString m_strParent;
  15. CString m_strItemType;
  16. //}}AFX_DATA
  17. // Overrides
  18. // ClassWizard generated virtual function overrides
  19. //{{AFX_VIRTUAL(CGroupCreateItem)
  20. protected:
  21. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. protected:
  25. // Generated message map functions
  26. //{{AFX_MSG(CGroupCreateItem)
  27. // NOTE: the ClassWizard will add member functions here
  28. //}}AFX_MSG
  29. DECLARE_MESSAGE_MAP()
  30. };