You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
312 B
C++
15 lines
312 B
C++
#pragma once
|
|
#include "Module.h"
|
|
|
|
class CLaipuVbDllMgr;
|
|
//普通打标机
|
|
class CMarkCtrl
|
|
{
|
|
public:
|
|
CMarkCtrl(void);
|
|
~CMarkCtrl(void);
|
|
void StartMarkPci(vector<vector<Dbxy>> &DateVec,vector<vector<Dbxy>> &SpecialDateVec,int AreaCycleCnt);
|
|
private:
|
|
void SetMarkParam(CLaipuVbDllMgr &LaipuVbDll);
|
|
private:
|
|
}; |