⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 chargeitemeditdlg.h

📁 本学期的一个小项目学校收费管理系统
💻 H
字号:
#if !defined(AFX_CHARGEITEMEDITDLG_H__5E5FA2D9_225D_46A7_8C20_1C7EEDE71010__INCLUDED_)
#define AFX_CHARGEITEMEDITDLG_H__5E5FA2D9_225D_46A7_8C20_1C7EEDE71010__INCLUDED_

#include "Speciality.h"

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ChargeItemEditDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CChargeItemEditDlg dialog

class CChargeItemEditDlg : public CDialog
{
public:
	CString cItemId;	// 项目编号
	long DepId;			// 院系编号
	long SpeId;			// 专业编号
	CString cSpe;		// 专业名称
	CSpeciality spe;	// 专业对象
// Construction
public:
	CChargeItemEditDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CChargeItemEditDlg)
	enum { IDD = IDD_CHARGE_ITEM_EDIT_DIALOG };
	CComboBox	m_speciality;
	double	m_BookFee;
	double	m_DormFee;
	double	m_FileFee;
	double	m_incidental;
	double	m_insurance;
	double	m_MacTimeFee;
	double	m_total;
	double	m_tuition;
	double	m_BicycleFee;
	int		m_Year;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CChargeItemEditDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CChargeItemEditDlg)
	virtual BOOL OnInitDialog();
	virtual void OnOK();
	afx_msg void OnSelchangeSpecialityCombo();
	afx_msg void OnChangeTuitionEdit();
	afx_msg void OnChangeIncidentalEdit();
	afx_msg void OnChangeMacTimeFeeEdit();
	afx_msg void OnChangeInsuranceEdit();
	afx_msg void OnChangeDormFeeEdit();
	afx_msg void OnChangeBicycleFeeEdit();
	afx_msg void OnChangeBookFeeEdit();
	afx_msg void OnChangeFileFeeEdit();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_CHARGEITEMEDITDLG_H__5E5FA2D9_225D_46A7_8C20_1C7EEDE71010__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -