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

Telnet服务器

开发平台:

Visual C++

  1. #if !defined(AFX_REMOTECONTROL_H__539404E2_F720_11D3_92E0_5254AB172F50__INCLUDED_)
  2. #define AFX_REMOTECONTROL_H__539404E2_F720_11D3_92E0_5254AB172F50__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // RemoteControl.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CRemoteControl form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. #include "menucontrol.h"
  14. class CRemoteControl : public CFormView
  15. {
  16. protected:
  17. CRemoteControl();           // protected constructor used by dynamic creation
  18. DECLARE_DYNCREATE(CRemoteControl)
  19. // Form Data
  20. public:
  21. //{{AFX_DATA(CRemoteControl)
  22. enum { IDD = IDD_CONTROLVIEW };
  23. CMenuControl m_treectrl;
  24. //}}AFX_DATA
  25. // Attributes
  26. public:
  27. // Operations
  28. public:
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CRemoteControl)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. virtual ~CRemoteControl();
  38. #ifdef _DEBUG
  39. virtual void AssertValid() const;
  40. virtual void Dump(CDumpContext& dc) const;
  41. #endif
  42. // Generated message map functions
  43. //{{AFX_MSG(CRemoteControl)
  44. afx_msg void OnSize(UINT nType, int cx, int cy);
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. };
  48. /////////////////////////////////////////////////////////////////////////////
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_REMOTECONTROL_H__539404E2_F720_11D3_92E0_5254AB172F50__INCLUDED_)