📄 editdelete.h
字号:
#if !defined(AFX_EDITDELETE_H__33753059_B233_4243_8D5F_6AFB12FE63AD__INCLUDED_)
#define AFX_EDITDELETE_H__33753059_B233_4243_8D5F_6AFB12FE63AD__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// EditDelete.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CEditDelete dialog
class CEditDelete : public CDialog
{
// Construction
public:
CEditDelete(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CEditDelete)
enum { IDD = IDD_DIALOG7 };
int m_Dactualgive;
int m_Daddwage;
int m_Dbasewage;
int m_Dextrawage;
int m_Dhousewage;
int m_Dmeetingmoney;
int m_Dnameshow;
int m_Dpositionwage;
int m_Dshouldgive;
int m_Dshouldsub;
int m_Dstore;
int m_Dtax;
int m_Dtrafficwage;
int m_Dmonth;
int m_Dhouserent;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CEditDelete)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CEditDelete)
// 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_EDITDELETE_H__33753059_B233_4243_8D5F_6AFB12FE63AD__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -