xDialogDlg.h
上传用户:louyoung
上传日期:2007-01-02
资源大小:123k
文件大小:2k
- // xDialogDlg.h : header file
- //
- //{{AFX_INCLUDES()
- #include "xfloorwnd.h"
- #include "WindowsTreeCtrl.h"
- #include "ShellTree.h"
- #include "TreeCtrlMultiColumn.h"
- //}}AFX_INCLUDES
- #if !defined(AFX_XDIALOGDLG_H__2D6ECFE9_6035_11D2_86B5_0040055C08D9__INCLUDED_)
- #define AFX_XDIALOGDLG_H__2D6ECFE9_6035_11D2_86B5_0040055C08D9__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- /////////////////////////////////////////////////////////////////////////////
- // CXDialogDlg dialog
- class CXDialogDlg : public CDialog
- {
- // Construction
- public:
- CXDialogDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CXDialogDlg)
- enum { IDD = IDD_XDIALOG_DIALOG };
- CTreeMultiColumnCtrl m_treeTeams;
- CShellTree m_treeExplorer;
- CListBox m_lbEvents;
- CWindowsTreeCtrl m_treeWindows;
- CXFloorWnd m_fw;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CXDialogDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CXDialogDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnActivatePageXfloorwndctrl(short nIndex);
- afx_msg void OnClickXfloorwndctrl();
- afx_msg void OnItemexpandingTreeExplorer(NMHDR* pNMHDR, LRESULT* pResult);
- afx_msg void OnRclickTreeExplorer(NMHDR* pNMHDR, LRESULT* pResult);
- DECLARE_EVENTSINK_MAP()
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- void InitTeams();
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_XDIALOGDLG_H__2D6ECFE9_6035_11D2_86B5_0040055C08D9__INCLUDED_)