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

Windows编程

开发平台:

Visual C++

  1. #if !defined(AFX_INSERTCONTROLDLG_H__C6531855_F70A_11D0_8E26_00C04FB68D60__INCLUDED_)
  2. #define AFX_INSERTCONTROLDLG_H__C6531855_F70A_11D0_8E26_00C04FB68D60__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // InsertControlDlg.H : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CInsertControlDlg dialog
  10. class CInsertControlDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CInsertControlDlg(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CInsertControlDlg)
  17. enum { IDD = IDD_INSERTCONTROL };
  18. CStatic m_staticServerPath;
  19. CButton m_butRequiredCategories;
  20. CButton m_butIgnoreRequiredCategories;
  21. CButton m_butOK;
  22. CListBox    m_lbControls;
  23. //}}AFX_DATA
  24.    CLSID m_clsid;
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CInsertControlDlg)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33.    void RefreshControlList();
  34.    ICatInformationPtr m_pCatInfo;
  35.    CArray< CATID, CATID& > m_aImplementedCategories;
  36.    CArray< CATID, CATID& > m_aRequiredCategories;
  37.    CList< CLSID, CLSID& > m_lControls;
  38. // Generated message map functions
  39. //{{AFX_MSG(CInsertControlDlg)
  40. virtual BOOL OnInitDialog();
  41. afx_msg void OnImplementedCategories();
  42. afx_msg void OnControlsDblClk();
  43. afx_msg void OnRequiredCategories();
  44. afx_msg void OnControlsSelChange();
  45. afx_msg void OnIgnoreRequiredCategories();
  46. afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo);
  47. afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. };
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_INSERTCONTROLDLG_H__C6531855_F70A_11D0_8E26_00C04FB68D60__INCLUDED_)