IpData.h
上传用户:ykzxjx
上传日期:2022-04-03
资源大小:1175k
文件大小:2k
开发平台:

Visual C++

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. // (C) Copyright 1999 - 2000 Mark Roddy
  4. // All Rights Reserved
  5. //
  6. // Hollis Technology Solutions
  7. // 94 Dow Road
  8. // Hollis, NH 03049
  9. // info@hollistech.com
  10. //
  11. // Synopsis: 
  12. // 
  13. //
  14. // Version Information:
  15. //
  16. // $Header: /iphook/usr/IpMonitor/IpData.h 2     1/27/00 10:35p Markr $ 
  17. //
  18. ///////////////////////////////////////////////////////////////////////////////
  19. #if !defined(AFX_IPDATA_H__00D475CA_9E97_42BF_9F6D_686CF034A5D3__INCLUDED_)
  20. #define AFX_IPDATA_H__00D475CA_9E97_42BF_9F6D_686CF034A5D3__INCLUDED_
  21. #if _MSC_VER > 1000
  22. #pragma once
  23. #endif // _MSC_VER > 1000
  24. // IpData.h : header file
  25. //
  26. /////////////////////////////////////////////////////////////////////////////
  27. // IpData form view
  28. #ifndef __AFXEXT_H__
  29. #include <afxext.h>
  30. #endif
  31. class IpData : public CFormView
  32. {
  33. protected:
  34. IpData();           // protected constructor used by dynamic creation
  35. DECLARE_DYNCREATE(IpData)
  36. // Form Data
  37. public:
  38. //{{AFX_DATA(IpData)
  39. enum { IDD = IDD_IPDATA_FORM };
  40. // NOTE: the ClassWizard will add data members here
  41. //}}AFX_DATA
  42. // Attributes
  43. public:
  44. // Operations
  45. public:
  46. // Overrides
  47. // ClassWizard generated virtual function overrides
  48. //{{AFX_VIRTUAL(IpData)
  49. protected:
  50. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  51. //}}AFX_VIRTUAL
  52. // Implementation
  53. protected:
  54. virtual ~IpData();
  55. #ifdef _DEBUG
  56. virtual void AssertValid() const;
  57. virtual void Dump(CDumpContext& dc) const;
  58. #endif
  59. // Generated message map functions
  60. //{{AFX_MSG(IpData)
  61. // NOTE - the ClassWizard will add and remove member functions here.
  62. //}}AFX_MSG
  63. DECLARE_MESSAGE_MAP()
  64. };
  65. /////////////////////////////////////////////////////////////////////////////
  66. //{{AFX_INSERT_LOCATION}}
  67. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  68. #endif // !defined(AFX_IPDATA_H__00D475CA_9E97_42BF_9F6D_686CF034A5D3__INCLUDED_)
  69. ///////////////////////////////////////////////////////////////////////////////
  70. // 
  71. // Change History Log
  72. //
  73. // $Log: /iphook/usr/IpMonitor/IpData.h $
  74. // 
  75. // 2     1/27/00 10:35p Markr
  76. // Prepare to release!
  77. //
  78. ///////////////////////////////////////////////////////////////////////////////