TocDlg.h
上传用户:juying163
上传日期:2014-09-24
资源大小:5867k
文件大小:2k
源码类别:

GIS编程

开发平台:

Visual C++

  1. //{{AFX_INCLUDES()
  2. #include "toccontroldefault.h"
  3. //}}AFX_INCLUDES
  4. #if !defined(AFX_TOCDLG_H__9D922A8E_AB1D_45B1_8362_B25849F54D87__INCLUDED_)
  5. #define AFX_TOCDLG_H__9D922A8E_AB1D_45B1_8362_B25849F54D87__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. // TocDlg.h : header file
  10. //
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CTocDlg dialog
  13. class CTocDlg : public CDialog
  14. {
  15. // Construction
  16. public:
  17. CTocDlg(CWnd* pParent = NULL);   // standard constructor
  18. // IToolbarMenuPtr    m_ipToolbarMenu;
  19. // ICommandPtr        m_DelCmd;       // 命令
  20. //    IPutLayerNamePtr   ipDl;           // 删除图层组件图层名传递接口
  21. //    IPutLayerNamePtr   ipUl;           // 上移图层组件图层名传递接口
  22. //    IPutLayerNamePtr   ipNl;           // 下移图层组件图层名传递接口 
  23. //    ICommandPoolPtr    m_CmdPool;      // 命令池
  24. // Dialog Data
  25. //{{AFX_DATA(CTocDlg)
  26. enum { IDD = IDD_TOCDLG };
  27. CTOCControlDefault m_TocControl;
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CTocDlg)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. // Generated message map functions
  38. //{{AFX_MSG(CTocDlg)
  39. afx_msg void OnSize(UINT nType, int cx, int cy);
  40. virtual BOOL OnInitDialog();
  41. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  42. afx_msg void OnOnMouseDownToccontrol1(long button, long shift, long x, long y);
  43. DECLARE_EVENTSINK_MAP()
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_TOCDLG_H__9D922A8E_AB1D_45B1_8362_B25849F54D87__INCLUDED_)