MainControl.h
上传用户:wpp2016
上传日期:2010-02-01
资源大小:1250k
文件大小:2k
源码类别:

Telnet服务器

开发平台:

Visual C++

  1. #if !defined(AFX_MAINCONTROL_H__2CFF1CE0_F5A2_11D3_9E45_00A0C936C4B3__INCLUDED_)
  2. #define AFX_MAINCONTROL_H__2CFF1CE0_F5A2_11D3_9E45_00A0C936C4B3__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MainControl.h : header file
  7. //
  8. #include "menuctrl.h"
  9. //#include "flatedit.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CMainControl view
  12. class CMainControl : public CView
  13. {
  14. protected:
  15. CMainControl();           // protected constructor used by dynamic creation
  16. DECLARE_DYNCREATE(CMainControl)
  17. // Attributes
  18. public:
  19. // Operations
  20. public:
  21.     CMenuCtrl m_treectrl;
  22. CEdit m_edit;
  23. //CFlatEdit m_edit;
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CMainControl)
  27. protected:
  28. virtual void OnDraw(CDC* pDC);      // overridden to draw this view
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. virtual ~CMainControl();
  33. #ifdef _DEBUG
  34. virtual void AssertValid() const;
  35. virtual void Dump(CDumpContext& dc) const;
  36. #endif
  37. // Generated message map functions
  38. protected:
  39. //{{AFX_MSG(CMainControl)
  40. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  41. afx_msg void OnSize(UINT nType, int cx, int cy);
  42. //virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  43. afx_msg void OnSelchangedTree(NMHDR* pNMHDR, LRESULT* pResult);
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. /////////////////////////////////////////////////////////////////////////////
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_MAINCONTROL_H__2CFF1CE0_F5A2_11D3_9E45_00A0C936C4B3__INCLUDED_)