From 4dfb88353b3671a71bc397d5f210d71f67f8fb04 Mon Sep 17 00:00:00 2001 From: QuakeGod <quakegod@sina.com> Date: 星期一, 23 十月 2023 15:17:10 +0800 Subject: [PATCH] fix1 --- MTerm1/MTerm1View.h | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/MTerm1/MTerm1View.h b/MTerm1/MTerm1View.h index ae23b13..8647820 100644 --- a/MTerm1/MTerm1View.h +++ b/MTerm1/MTerm1View.h @@ -6,6 +6,7 @@ #include <memory> #include <vector> +#include <stack> #include "MTerm1Doc.h" class CMTerm1View : public CScrollView @@ -114,7 +115,12 @@ return 0; } }; + std::pair<int, int> popsPoint[100]; + + int nPSHS = -1; + bool firstCoil = true;//鏈绗竴涓崟鍏冩牸 + bool isPops = false; int m_nTotalRow=0; bool m_bMonitoring = false; //鐩戞帶涓� bool m_bShowComments = true; //鏄剧ず娉ㄩ噴 @@ -290,6 +296,10 @@ afx_msg void OnInputIoComment(); afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags); int ScanLDSCells(int nStartLine, int nEndLine, int nPosY, int nPosX, int nLevel, stProgSection & progsec, CString & sProgSec, int &nSteps); + int ScanLDSCells2(int nStartLine, int nEndLine, int nPosY, int nPosX, int nSizeX, int nLevel, stProgSection& progsec, CString& sProgSec, int& nSteps); + int CMTerm1View::Translate2Prog( + int nType, int nCurPosY, int nCurPosX, CString sCellName, + stProgSection& progsec, CString& sProgSec, int& nSteps); void SetCellToView(stCell cell1, int flag = 0);//modify0919zxd }; -- Gitblit v1.9.1