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.

54 lines
1.5 KiB

  1. #if !defined(AFX_WMIPROPERTYBROWSEDLG_H__27A0E3F5_1865_11D3_938B_00A0CC406605__INCLUDED_)
  2. #define AFX_WMIPROPERTYBROWSEDLG_H__27A0E3F5_1865_11D3_938B_00A0CC406605__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // WmiPropertyBrowseDlg.h : header file
  7. //
  8. #include "WbemClassObject.h"
  9. #include "ResizeableDialog.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CWmiPropertyBrowseDlg dialog
  12. class CWmiPropertyBrowseDlg : public CResizeableDialog
  13. {
  14. // Construction
  15. public:
  16. CWmiPropertyBrowseDlg(CWnd* pParent = NULL); // standard constructor
  17. // Dialog Data
  18. //{{AFX_DATA(CWmiPropertyBrowseDlg)
  19. enum { IDD = IDD_DIALOG_WMI_PROPERTY_BROWSE };
  20. CListCtrl m_Items;
  21. CString m_sTitle;
  22. //}}AFX_DATA
  23. CString m_sDlgTitle;
  24. CWbemClassObject m_ClassObject;
  25. CStringArray m_saProperties;
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CWmiPropertyBrowseDlg)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(CWmiPropertyBrowseDlg)
  36. virtual BOOL OnInitDialog();
  37. virtual void OnOK();
  38. afx_msg void OnButtonHelp();
  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_WMIPROPERTYBROWSEDLG_H__27A0E3F5_1865_11D3_938B_00A0CC406605__INCLUDED_)