Source code of Windows XP (NT5)
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.

60 lines
1.3 KiB

  1. /*++
  2. Copyright (C) 1997-2001 Microsoft Corporation
  3. Module Name:
  4. Abstract:
  5. History:
  6. --*/
  7. #if !defined(AFX_NEWPROPDLG_H__6DA24B90_235B_4795_A263_E5CBD8B8829C__INCLUDED_)
  8. #define AFX_NEWPROPDLG_H__6DA24B90_235B_4795_A263_E5CBD8B8829C__INCLUDED_
  9. #if _MSC_VER > 1000
  10. #pragma once
  11. #endif // _MSC_VER > 1000
  12. // NewPropDlg.h : header file
  13. //
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CNewPropDlg dialog
  16. class CNewPropDlg : public CDialog
  17. {
  18. // Construction
  19. public:
  20. CNewPropDlg(CWnd* pParent = NULL); // standard constructor
  21. // Dialog Data
  22. //{{AFX_DATA(CNewPropDlg)
  23. enum { IDD = IDD_NEW_PROPERTY };
  24. CComboBox m_ctlTypes;
  25. CString m_strName;
  26. //}}AFX_DATA
  27. CIMTYPE m_type;
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CNewPropDlg)
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. protected:
  36. // Generated message map functions
  37. //{{AFX_MSG(CNewPropDlg)
  38. afx_msg void OnChangeName();
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_NEWPROPDLG_H__6DA24B90_235B_4795_A263_E5CBD8B8829C__INCLUDED_)