readersf.h
来自「TXT阅读器,自定义字体,字体颜色,背景颜色及字体大小.支持书签保存及关闭自己动」· C头文件 代码 · 共 49 行
H
49 行
// ReaderSF.h : main header file for the READERSF application
//
#if !defined(AFX_READERSF_H__C0696D41_2772_4E62_B122_A50C454159F8__INCLUDED_)
#define AFX_READERSF_H__C0696D41_2772_4E62_B122_A50C454159F8__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CReaderSFApp:
// See ReaderSF.cpp for the implementation of this class
//
class CReaderSFApp : public CWinApp
{
public:
CReaderSFApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CReaderSFApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CReaderSFApp)
afx_msg void OnMenuOpen();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_READERSF_H__C0696D41_2772_4E62_B122_A50C454159F8__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?