cppsrcdlg.h
来自「利用Visual c++编程思想方法实现九宫问题(八数码)求解过程动态演示的程序」· C头文件 代码 · 共 36 行
H
36 行
#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 + =
减小字号Ctrl + -
显示快捷键?