📄 cppsrcdlg.h
字号:
#if !defined(AFX_CPPSRCDLG_H__315DF8E3_537C_464D_9B76_BA94595A644F__INCLUDED_)
#define AFX_CPPSRCDLG_H__315DF8E3_537C_464D_9B76_BA94595A644F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif
class CCppSrcDlg : public CDialog
{
public:
CCppSrcDlg(CWnd* pParent = NULL);
//{{AFX_DATA(CCppSrcDlg)
enum { IDD = IDD_DIALOGBAR };
CEdit m_edtCppSrc;
//}}AFX_DATA
BOOL SetWindowPos(const CWnd* pWndInsertAfter, int x, int y,
int cx, int cy, UINT nFlags);
//{{AFX_VIRTUAL(CCppSrcDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
protected:
//{{AFX_MSG(CCppSrcDlg)
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -