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

Telnet服务器

开发平台:

Visual C++

  1. #if !defined(AFX_REMOTEC_H__539404E3_F720_11D3_92E0_5254AB172F50__INCLUDED_)
  2. #define AFX_REMOTEC_H__539404E3_F720_11D3_92E0_5254AB172F50__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // RemoteC.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CRemoteC form view
  10. //#include "menutree.h"
  11. //#include "macbuttons.h"
  12. #include "flatlistctrl.h"
  13. #ifndef __AFXEXT_H__
  14. #include <afxext.h>
  15. #endif
  16. class CRemoteC : public CFormView
  17. {
  18. protected:
  19. CRemoteC();           // protected constructor used by dynamic creation
  20. DECLARE_DYNCREATE(CRemoteC)
  21. // Form Data
  22. public:
  23. //{{AFX_DATA(CRemoteC)
  24. enum { IDD = IDD_REMOTEVIEW };
  25. CFlatListCtrl m_lcList;
  26. //}}AFX_DATA
  27. // Attributes
  28. public:
  29. // Operations
  30. public:
  31. // Overrides
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(CRemoteC)
  34. public:
  35. virtual void OnInitialUpdate();
  36. protected:
  37. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  38. //}}AFX_VIRTUAL
  39. // Implementation
  40. protected:
  41. void InitList();
  42. virtual ~CRemoteC();
  43. CImageList m_imagelist;
  44. //CBitmap m_bitmap;
  45. CFont m_Font;
  46. #ifdef _DEBUG
  47. virtual void AssertValid() const;
  48. virtual void Dump(CDumpContext& dc) const;
  49. #endif
  50. // Generated message map functions
  51. //{{AFX_MSG(CRemoteC)
  52. afx_msg void OnSize(UINT nType, int cx, int cy);
  53. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  54. afx_msg void OnDblclkMenureport(NMHDR* pNMHDR, LRESULT* pResult);
  55. afx_msg void OnRclickMenureport(NMHDR* pNMHDR, LRESULT* pResult);
  56. afx_msg LRESULT OnSetActive(WPARAM wParam,LPARAM lParam);
  57. //}}AFX_MSG
  58. DECLARE_MESSAGE_MAP()
  59. };
  60. /////////////////////////////////////////////////////////////////////////////
  61. //{{AFX_INSERT_LOCATION}}
  62. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  63. #endif // !defined(AFX_REMOTEC_H__539404E3_F720_11D3_92E0_5254AB172F50__INCLUDED_)