📄 cdms.h
字号:
// CDMS.h : main header file for the CDMS application
//
#if !defined(AFX_CDMS_H__ACC29214_1F8C_45BD_BECE_3C26808E5741__INCLUDED_)
#define AFX_CDMS_H__ACC29214_1F8C_45BD_BECE_3C26808E5741__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CCDMSApp:
// See CDMS.cpp for the implementation of this class
//
class CCDMSApp : public CWinApp
{
public:
CCDMSApp();
// HANDLE m_hOneInstance;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCDMSApp)
public:
virtual BOOL InitInstance();
virtual BOOL InitApplication();
//}}AFX_VIRTUAL
// Implementation
public:
BOOL FirstInstance();
CBrush m_BlackBrush;//黑色刷子
CBrush m_WhiteBrush;//白色刷子
CBrush m_BlueBrush;//蓝色刷子
CBrush m_GreenBrush;//绿色刷子
CBrush m_YellowBrush;//黄色刷子
CBrush m_RedBrush;//红色刷子
CPen m_RedPen;//红色笔
CPen m_GreenPen;//绿色笔
CPen m_YellowPen;//黄色笔
CPen m_GrayPen;//灰色的笔
CPen m_BluePen;//蓝色的笔
CBitmap m_BlackBitmap;
CBitmap m_WhiteBitmap;
//{{AFX_MSG(CCDMSApp)
afx_msg void OnAppAbout();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CDMS_H__ACC29214_1F8C_45BD_BECE_3C26808E5741__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -