mycollectpage.h
来自「本系统用于盘点」· C头文件 代码 · 共 51 行
H
51 行
// 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 + =
减小字号Ctrl + -
显示快捷键?