📄 constant.h
字号:
#if !defined(AFX_CONSTANT_H__F880D9A3_ECB1_4DB8_A4A9_B400E9A34810__INCLUDED_)
#define AFX_CONSTANT_H__F880D9A3_ECB1_4DB8_A4A9_B400E9A34810__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// constant.h : header file
//
#include "meihua.h"
/////////////////////////////////////////////////////////////////////////////
// Cconstant dialog
class Cconstant : public CDialog
{
// Construction
public:
CString m_strN;
Cconstant(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(Cconstant)
enum { IDD = IDD_constant };
Cmeihua m_mvm;
Cmeihua m_mr;
Cmeihua m_mna;
Cmeihua m_mke;
Cmeihua m_mg;
Cmeihua m_mk;
Cmeihua m_me;
Cmeihua m_mc;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(Cconstant)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(Cconstant)
afx_msg void OnMC();
afx_msg void OnMNa();
afx_msg void OnMG();
afx_msg void OnMR();
afx_msg void OnMK();
afx_msg void OnMVm();
afx_msg void OnMKe();
afx_msg void OnME0();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CONSTANT_H__F880D9A3_ECB1_4DB8_A4A9_B400E9A34810__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -