📄 comppage.h
字号:
#if !defined(AFX_COMPPAGE_H__E3424DB6_955D_11D8_BB68_C887A37A4730__INCLUDED_)
#define AFX_COMPPAGE_H__E3424DB6_955D_11D8_BB68_C887A37A4730__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// CompPage.h : header file
//
#include "MyEdit.h"
#include "Word.h"
/////////////////////////////////////////////////////////////////////////////
// CCompPage dialog
class CCompPage : public CPropertyPage
{
DECLARE_DYNCREATE(CCompPage)
// Construction
public:
BOOL m_BreakFlag;
DWORD L_File1;
DWORD L_File2;
CObArray m_Word;
int Comp();
CCompPage();
~CCompPage();
// Dialog Data
//{{AFX_DATA(CCompPage)
enum { IDD = IDD_COMP };
CProgressCtrl m_Progress;
CMyEdit m_File2;
CMyEdit m_File1;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CCompPage)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CCompPage)
afx_msg void OnComp();
afx_msg void OnCompStop();
afx_msg void OnCompOut();
afx_msg void OnCompLook1();
afx_msg void OnCompLook2();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_COMPPAGE_H__E3424DB6_955D_11D8_BB68_C887A37A4730__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -