myfontdlg.h
来自「数控仿真与网络控制系统(雏形)」· C头文件 代码 · 共 41 行
H
41 行
#if !defined(AFX_MYFONTDLG_H__581B7862_5698_11D4_8F58_006008B13CA9__INCLUDED_)
#define AFX_MYFONTDLG_H__581B7862_5698_11D4_8F58_006008B13CA9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MyFontDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// MyFontDlg dialog
class MyFontDlg : public CFontDialog
{
DECLARE_DYNAMIC(MyFontDlg)
public:
MyFontDlg(LPLOGFONT lplfInitial = NULL,
DWORD dwFlags = CF_EFFECTS | CF_SCREENFONTS,
CDC* pdcPrinter = NULL,
CWnd* pParentWnd = NULL);
#ifndef _AFX_NO_RICHEDIT_SUPPORT
MyFontDlg(const CHARFORMAT& charformat,
DWORD dwFlags = CF_SCREENFONTS,
CDC* pdcPrinter = NULL,
CWnd* pParentWnd = NULL);
#endif
protected:
//{{AFX_MSG(MyFontDlg)
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_MYFONTDLG_H__581B7862_5698_11D4_8F58_006008B13CA9__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?