xDialogDlg.h
上传用户:louyoung
上传日期:2007-01-02
资源大小:123k
文件大小:2k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. // xDialogDlg.h : header file
  2. //
  3. //{{AFX_INCLUDES()
  4. #include "xfloorwnd.h"
  5. #include "WindowsTreeCtrl.h"
  6. #include "ShellTree.h"
  7. #include "TreeCtrlMultiColumn.h"
  8. //}}AFX_INCLUDES
  9. #if !defined(AFX_XDIALOGDLG_H__2D6ECFE9_6035_11D2_86B5_0040055C08D9__INCLUDED_)
  10. #define AFX_XDIALOGDLG_H__2D6ECFE9_6035_11D2_86B5_0040055C08D9__INCLUDED_
  11. #if _MSC_VER >= 1000
  12. #pragma once
  13. #endif // _MSC_VER >= 1000
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CXDialogDlg dialog
  16. class CXDialogDlg : public CDialog
  17. {
  18. // Construction
  19. public:
  20. CXDialogDlg(CWnd* pParent = NULL); // standard constructor
  21. // Dialog Data
  22. //{{AFX_DATA(CXDialogDlg)
  23. enum { IDD = IDD_XDIALOG_DIALOG };
  24. CTreeMultiColumnCtrl m_treeTeams;
  25. CShellTree m_treeExplorer;
  26. CListBox m_lbEvents;
  27. CWindowsTreeCtrl m_treeWindows;
  28. CXFloorWnd m_fw;
  29. //}}AFX_DATA
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CXDialogDlg)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. HICON m_hIcon;
  38. // Generated message map functions
  39. //{{AFX_MSG(CXDialogDlg)
  40. virtual BOOL OnInitDialog();
  41. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  42. afx_msg void OnPaint();
  43. afx_msg HCURSOR OnQueryDragIcon();
  44. afx_msg void OnActivatePageXfloorwndctrl(short nIndex);
  45. afx_msg void OnClickXfloorwndctrl();
  46. afx_msg void OnItemexpandingTreeExplorer(NMHDR* pNMHDR, LRESULT* pResult);
  47. afx_msg void OnRclickTreeExplorer(NMHDR* pNMHDR, LRESULT* pResult);
  48. DECLARE_EVENTSINK_MAP()
  49. //}}AFX_MSG
  50. DECLARE_MESSAGE_MAP()
  51. private:
  52. void InitTeams();
  53. };
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  56. #endif // !defined(AFX_XDIALOGDLG_H__2D6ECFE9_6035_11D2_86B5_0040055C08D9__INCLUDED_)