Terms.h
资源名称:ipfilter.zip [点击查看]
上传用户:nnxzhh
上传日期:2007-01-11
资源大小:742k
文件大小:1k
源码类别:
防火墙与安全工具
开发平台:
WINDOWS
- #if !defined(AFX_TERMS_H__1B065203_D303_4F37_B436_B0BC0885BA45__INCLUDED_)
- #define AFX_TERMS_H__1B065203_D303_4F37_B436_B0BC0885BA45__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // Terms.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // Terms dialog
- class Terms : public CDialog
- {
- // Construction
- public:
- Terms(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(Terms)
- enum { IDD = IDD_DIALOG1 };
- CString m_editTerms;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(Terms)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(Terms)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_TERMS_H__1B065203_D303_4F37_B436_B0BC0885BA45__INCLUDED_)