colordlg.h
来自「MFC编程实例」· C头文件 代码 · 共 23 行
H
23 行
#if !defined(AFX_COLORDLG_H__0F915D43_0FE4_11D1_9C9A_444553540000__INCLUDED_)
#define AFX_COLORDLG_H__0F915D43_0FE4_11D1_9C9A_444553540000__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif
class MCMLColorDlg : public CColorDialog
{
DECLARE_DYNAMIC(MCMLColorDlg)
public:
MCMLColorDlg(COLORREF clrInit = 0, DWORD dwFlags = 0,
CWnd* pParentWnd = NULL);
protected:
//{{AFX_MSG(MCMLColorDlg)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
#endif // !defined(AFX_COLORDLG_H__0F915D43_0FE4_11D1_9C9A_444553540000__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?