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.

39 lines
885 B

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