Files
EF3-Interface/PcDmis/Base/Interfac/Msi/Hsi/Tools/UsbUtility/RobotControlDll/RobotControlDll.h
T
zhengxuan.zhang 72695007c3 修复乱码
2026-05-11 15:16:33 +08:00

29 lines
498 B
C++

// RobotControlDll.h : RobotControlDll DLL 的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件"
#endif
#include "resource.h" // 主符号
// CRobotControlDllApp
// 有关此类实现的信息,请参阅 RobotControlDll.cpp
//
class CRobotControlDllApp : public CWinApp
{
public:
CRobotControlDllApp();
// 重写
public:
virtual BOOL InitInstance();
DECLARE_MESSAGE_MAP()
virtual BOOL OnCreateAggregates();
};