p09005435.h
来自「MFC小程序」· C头文件 代码 · 共 50 行
H
50 行
// p09005435.h : main header file for the P09005435 application
//
#if !defined(AFX_P09005435_H__D24579C4_C5A9_420C_B1F2_5AE96C5136CE__INCLUDED_)
#define AFX_P09005435_H__D24579C4_C5A9_420C_B1F2_5AE96C5136CE__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
/////////////////////////////////////////////////////////////////////////////
// CP09005435App:
// See p09005435.cpp for the implementation of this class
//
class CP09005435App : public CWinApp
{
public:
CP09005435App();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CP09005435App)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CP09005435App)
afx_msg void OnAppAbout();
afx_msg void OnMathButton1();
afx_msg void OnMathBotton2();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_P09005435_H__D24579C4_C5A9_420C_B1F2_5AE96C5136CE__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?