huago-corrcet_tools/HuaGoCorrect/HuaGoCorrect.h

37 lines
540 B
C
Raw Permalink Normal View History

2020-08-31 08:08:50 +00:00
// HuaGoCorrect.h : PROJECT_NAME 应用程序的主头文件
2020-08-31 08:08:50 +00:00
//
#pragma once
#ifndef __AFXWIN_H__
#error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件"
2020-08-31 08:08:50 +00:00
#endif
#include "resource.h" // 主符号
2020-08-31 08:08:50 +00:00
// CHuaGoCorrectApp:
// 有关此类的实现,请参阅 HuaGoCorrect.cpp
2020-08-31 08:08:50 +00:00
//
class CHuaGoCorrectApp : public CWinApp
{
public:
CHuaGoCorrectApp();
void CreateScanFile();
CString path;
// 重写
2020-08-31 08:08:50 +00:00
public:
virtual BOOL InitInstance();
// 实现
2020-08-31 08:08:50 +00:00
DECLARE_MESSAGE_MAP()
};
extern CHuaGoCorrectApp *GetMainApp();