editdelete.h

来自「这是一个用VC++编写的工资管理系统」· C头文件 代码 · 共 61 行

H
61
字号
#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 + =
减小字号Ctrl + -
显示快捷键?