📄 historyreorcd.h
字号:
// HistoryReorcd.h: interface for the CHistoryReorcd class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_HISTORYREORCD_H__F3C896E4_8B7F_4381_B0FA_513446BD7BFB__INCLUDED_)
#define AFX_HISTORYREORCD_H__F3C896E4_8B7F_4381_B0FA_513446BD7BFB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CHistoryReorcd
{
public:
CHistoryReorcd();
virtual ~CHistoryReorcd();
CString GetCurPath();
int GetFileLine(CString filename);
CString GetLineActionFile(CString filename,int line);
};
#endif // !defined(AFX_HISTORYREORCD_H__F3C896E4_8B7F_4381_B0FA_513446BD7BFB__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -