Monitor.h
资源名称:ictprop.rar [点击查看]
上传用户:tenhai
上传日期:2021-02-19
资源大小:492k
文件大小:1k
源码类别:
组合框控件
开发平台:
Visual C++
- // Monitor.h: interface for the CMonitor class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_MONITOR_H__7F56A94F_F5C8_4231_A566_977EA4710EA4__INCLUDED_)
- #define AFX_MONITOR_H__7F56A94F_F5C8_4231_A566_977EA4710EA4__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CMonitor
- {
- public:
- void show(int id, CString str);
- void list(CString str);
- void display(CString str);
- CMonitor();
- virtual ~CMonitor();
- };
- extern CMonitor theMonitor;
- #endif // !defined(AFX_MONITOR_H__7F56A94F_F5C8_4231_A566_977EA4710EA4__INCLUDED_)