LP.h
上传用户:jjiangjuan
上传日期:2013-03-27
资源大小:59k
文件大小:1k
- #if !defined(AFX_LP_H__66F96E5A_D552_453A_9742_63BC25E9B67C__INCLUDED_)
- #define AFX_LP_H__66F96E5A_D552_453A_9742_63BC25E9B67C__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // LP.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CLP window
- class CLP : public CStatic
- {
- // Construction
- public:
- CLP();
- // Attributes
- public:
- BYTE LPArea[50*200*3];
- BITMAPINFO DIB;
- bool LPLocated;
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CLP)
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CLP();
- // Generated message map functions
- protected:
- //{{AFX_MSG(CLP)
- afx_msg void OnPaint();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_LP_H__66F96E5A_D552_453A_9742_63BC25E9B67C__INCLUDED_)