RemoteControl.h
资源名称:(vc).rar [点击查看]
上传用户:wpp2016
上传日期:2010-02-01
资源大小:1250k
文件大小:2k
源码类别:
Telnet服务器
开发平台:
Visual C++
- #if !defined(AFX_REMOTECONTROL_H__539404E2_F720_11D3_92E0_5254AB172F50__INCLUDED_)
- #define AFX_REMOTECONTROL_H__539404E2_F720_11D3_92E0_5254AB172F50__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // RemoteControl.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CRemoteControl form view
- #ifndef __AFXEXT_H__
- #include <afxext.h>
- #endif
- #include "menucontrol.h"
- class CRemoteControl : public CFormView
- {
- protected:
- CRemoteControl(); // protected constructor used by dynamic creation
- DECLARE_DYNCREATE(CRemoteControl)
- // Form Data
- public:
- //{{AFX_DATA(CRemoteControl)
- enum { IDD = IDD_CONTROLVIEW };
- CMenuControl m_treectrl;
- //}}AFX_DATA
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CRemoteControl)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- virtual ~CRemoteControl();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- // Generated message map functions
- //{{AFX_MSG(CRemoteControl)
- afx_msg void OnSize(UINT nType, int cx, int cy);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_REMOTECONTROL_H__539404E2_F720_11D3_92E0_5254AB172F50__INCLUDED_)