⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mycollectpage.h

📁 本系统用于盘点
💻 H
字号:
// MyCollectPage.h: interface for the CMyCollectPage class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_MYCOLLECTPAGE_H__688DAEB2_3684_4B76_A42C_B1683DC86227__INCLUDED_)
#define AFX_MYCOLLECTPAGE_H__688DAEB2_3684_4B76_A42C_B1683DC86227__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


#include <ufc/Middle/UPage.h>
#include <ubase.h>

#include <ufc/Middle/ULabel.h>
#include <ufc/Middle/UEdit.h>
#include <sys/iscanner.h>
#include <ufc/middle/umsgbox.h>
#include <scanner/uscannerset.h>

class CMyCollectPage  
{
public:
	CMyCollectPage();
	virtual ~CMyCollectPage();
	protected:
//	virtual void OnInit(void);
//	virtual void OnUserMsg(UMSG *pMsg);
//	virtual void OnOK(void);
 //   virtual void OnQuit();
//	virtual void OnKey(int nKey, int nState);
private:
	CULabel m_Labbar;
	CULabel m_Labnum;
	CUEdit m_Ebar;
	CUEdit m_Enum;
	CULabel m_Labcttl;
	CULabel m_Labnttl;
	CULabel m_Labcttl1;
	CULabel m_Labnttl1;
	CULabel m_Labmsg;
	CULabel m_Labmsg1;

    HANDLE m_hscan; 
	CU1200 m_scanner;

};

#endif // !defined(AFX_MYCOLLECTPAGE_H__688DAEB2_3684_4B76_A42C_B1683DC86227__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -