kechengdlg.h
来自「数据结构课程设计 图形界面 数据结构课程设计 图形界面 文本编辑器用MFC做」· C头文件 代码 · 共 87 行
H
87 行
// kechengDlg.h : header file
//
#if !defined(AFX_KECHENGDLG_H__0DC84C84_CC64_4CF2_8B6F_8C46A3F60B1D__INCLUDED_)
#define AFX_KECHENGDLG_H__0DC84C84_CC64_4CF2_8B6F_8C46A3F60B1D__INCLUDED_
#include "ToopTipHelp.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CKechengDlg dialog
class CKechengDlg : public CDialog
{
// Construction
public:
CToopTipHelp m_tooltips;
CKechengDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CKechengDlg)
enum { IDD = IDD_KECHENG_DIALOG };
CString m_mainstr;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CKechengDlg)
public:
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
afx_msg void OnContextMenu(CWnd*, CPoint point);
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CKechengDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnOpen();
afx_msg void OnList();
afx_msg void OnInsert();
afx_msg void OnDelete();
afx_msg void OnCopy();
afx_msg void OnModify();
afx_msg void OnSearch();
afx_msg void OnReplace();
afx_msg void OnSave();
afx_msg void OnAboutbox();
afx_msg void OnCopyM();
afx_msg void OnDeleteM();
afx_msg void OnExitM();
afx_msg void OnInsertM();
afx_msg void OnListM();
afx_msg void OnModifyM();
afx_msg void OnOpenM();
afx_msg void OnReplaceM();
afx_msg void OnSaveM();
afx_msg void OnSearchM();
afx_msg void OnDinsert();
afx_msg void OnDdeleteD();
afx_msg void OnColorBackcolor();
afx_msg void OnColorForecolor();
afx_msg void OnCount();
afx_msg void OnViewTest();
afx_msg void OnTime();
afx_msg void OnCountM();
afx_msg void OnGame1();
afx_msg void OnGame2();
afx_msg void OnPainthuitu();
afx_msg void OnTimet();
afx_msg void OnTxt();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_KECHENGDLG_H__0DC84C84_CC64_4CF2_8B6F_8C46A3F60B1D__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?