COMCATDG.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

  1. #if !defined(AFX_COMPONENTCATEGORIESDLG_H__B1590DF0_0783_11D1_8E2E_00C04FB68D60__INCLUDED_)
  2. #define AFX_COMPONENTCATEGORIESDLG_H__B1590DF0_0783_11D1_8E2E_00C04FB68D60__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // ComponentCategoriesDlg.H : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CComponentCategoriesDlg dialog
  10. class CComponentCategoriesDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CComponentCategoriesDlg( UINT idCaption, CWnd* pParent = NULL );
  15. // Dialog Data
  16. //{{AFX_DATA(CComponentCategoriesDlg)
  17. enum { IDD = IDD_COMPONENTCATEGORIES };
  18. CCheckListBox   m_lbCategories;
  19. //}}AFX_DATA
  20.    UINT m_idCaption;
  21.    CList< CATID, CATID& > m_lSelectedCategories;
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CComponentCategoriesDlg)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30.    ICatInformationPtr m_pCatInfo;
  31.    CArray< CATID, CATID& > m_aAvailableCategories;
  32. // Generated message map functions
  33. //{{AFX_MSG(CComponentCategoriesDlg)
  34. virtual BOOL OnInitDialog();
  35. afx_msg void OnSelectAll();
  36. afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo);
  37. afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_COMPONENTCATEGORIESDLG_H__B1590DF0_0783_11D1_8E2E_00C04FB68D60__INCLUDED_)