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.

16 lines
261 B
C++

#pragma once
#include "Module.h"
#include "PenPar.h"
class CLaipuVbDllMgr;
//普通打标机
class CMarkCtrl
{
public:
CMarkCtrl(void);
~CMarkCtrl(void);
void StartMarkPci(vector<vector<Dbxy>> &vec);
void OnlySetLaserParam(float laserfre,float laserpower);
};