📄 rtext.h
字号:
#if !defined(AFX_RTEXT_H__37C576F5_1D17_4774_9F8E_A35FFBE90A84__INCLUDED_)
#define AFX_RTEXT_H__37C576F5_1D17_4774_9F8E_A35FFBE90A84__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// RText.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CRText dialog
class FileLoader;
class CRText : public CDialog
{
// Construction
public:
int GetLine(int pos,int l,int e);
int Search(CString);
~CRText();
FileLoader* m_fileloader;
CString m_openfile;
int m_chapternum;
int m_total;
int m_iCount;
int m_bypage;
CEdit* m_edit;
CString m_filetext;
CRText(CWnd* pParent = NULL); // standard constructor
int m_chapterline[40];
CString m_chapter[40];
// Dialog Data
//{{AFX_DATA(CRText)
enum { IDD = IDD_DIALOG3 };
CString m_text;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CRText)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CRText)
virtual void OnOK();
virtual BOOL OnInitDialog();
afx_msg void OnClose();
afx_msg void OnButton1();
afx_msg void OnFinds();
afx_msg void OnNextpage();
afx_msg void OnPrepage();
afx_msg void OnBypage();
afx_msg void OnBypercent();
afx_msg void OnEndpage();
afx_msg void OnFirstpage();
afx_msg void OnMenuitem32799();
afx_msg void OnLookmark();
afx_msg void OnAddmark();
afx_msg void OnEditmark();
afx_msg void OnJumptomark();
afx_msg void OnMark();
afx_msg void OnClearmark();
afx_msg void OnBack();
afx_msg void OnForward();
afx_msg void OnPageontime();
afx_msg void OnFileinfo();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnCategories();
afx_msg void OnXuanxiang();
afx_msg void OnSetread();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_RTEXT_H__37C576F5_1D17_4774_9F8E_A35FFBE90A84__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -