operation.h
来自「毕业设计作品」· C头文件 代码 · 共 47 行
H
47 行
#if !defined(AFX_OPERATION_H__7E5F3815_1A89_4382_9640_EB4F0D240E82__INCLUDED_)
#define AFX_OPERATION_H__7E5F3815_1A89_4382_9640_EB4F0D240E82__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Operation.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// COperation dialog
class COperation : public CDialog
{
// Construction
public:
COperation(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(COperation)
enum { IDD = IDD_DIALOG1 };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(COperation)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(COperation)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_OPERATION_H__7E5F3815_1A89_4382_9640_EB4F0D240E82__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?