Yao Chunli
2022-05-28 eea0893be9d4ef175ab26e8fea51d41fa33477ce
MTerm2/MTerm2Doc.h
@@ -5,8 +5,8 @@
#pragma once
#include "HvSerialPort.h"
#include "CAnsiParser.h"
#include "CDataParser1.h"
#include "AnsiParser.h"
#include "DataParser1.h"
#include "KDefine.h"
#include "KLink.h"
#include "KMachine.h"
@@ -53,15 +53,15 @@
   CString ProgTxt;
   struct stTypeDef
   struct stTypeNameDef
   {
      int nType;
      CStringA TypeTxt;
   };
   static stTypeDef CoilTypeDef[];
   static stTypeNameDef CoilTypeNameDef[];
   static int nCoilTypeDefCount;
   static stTypeDef DataTypeDef[];
   static stTypeNameDef DataTypeNameDef[];
   static int nDataTypeDefCount;
   stKMem KMem;
@@ -278,4 +278,7 @@
   int ClearMonitor();
   int DoPLCMonitor(); 
   afx_msg void OnMenuStatusShow();
   afx_msg void OnMenuFactCfg();
   afx_msg void OnMenuDatetimeSet();
   afx_msg void OnMenuEventLog();
};