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

📄 dadd.h

📁 固定资产管理系统:可以帮助企业实现对固定资产的信息化管理。该系统是以实物管理为特点
💻 H
字号:
#if !defined(AFX_DADD_H__D91F735C_1861_4705_91B7_46C52D9B2BFD__INCLUDED_)
#define AFX_DADD_H__D91F735C_1861_4705_91B7_46C52D9B2BFD__INCLUDED_

#include "RxRecordset.h"	// Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DAdd.h : header file
//
#include "BaseEdit.h"
#include "BaseDateTimeCtrl.h"
#include "BaseComboBox.h"
/////////////////////////////////////////////////////////////////////////////
// CDAdd dialog

class CDAdd : public CDialog
{
// Construction
public:
	virtual void SetID(CString sID);
	void Clear();
	void Enabled(bool bEnabled);
	void Display(CString sID);
	CString m_sID;
	CDAdd(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDAdd)
	enum { IDD = IDD_DIA_ADD };
	CStatic	m_StaIcoText;
	CStatic	m_StaICo;
	CStatic	m_StaID;
	CBaseEdit	m_EdtUseTime;
	CBaseEdit	m_EdtUnit;
	CBaseEdit	m_EdtSpec;
	CBaseEdit	m_EdtReMainsRate;
	CBaseEdit	m_EdtReMains;
	CBaseEdit	m_EdtOvalue;
	CBaseEdit	m_EdtNumber;
	CBaseEdit	m_EdtNetValue;
	CBaseEdit	m_EdtName;
	CBaseEdit	m_EdtEstimateUseTime;
	CBaseEdit	m_EdtDepreciationRate;
	CBaseEdit	m_EdtDepreciationMoney;
	CBaseEdit	m_EdtDepreciation;
	CBaseDateTimeCtrl	m_DtDate;
	CBaseComboBox	m_ComUseStatus;
	CBaseComboBox	m_ComStyle;
	CBaseComboBox	m_ComMeans;
	CBaseComboBox	m_ComAddStyle;
	CButton	m_ButUndo;
	CButton	m_ButSave;
	CButton	m_ButExit;
	CButton	m_BueDele;
	CButton	m_ButChange;
	CButton	m_ButAdd;
	CStatic	m_StaCaption;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDAdd)
	virtual void OnOK();
	virtual BOOL OnInitDialog();
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	afx_msg void OnButadd();
	afx_msg void OnButchange();
	afx_msg void OnButdelete();
	afx_msg void OnButsave();
	afx_msg void OnButundo();
	afx_msg void OnButexit();
	afx_msg void OnChangeEdtdepreciation();
	afx_msg void OnChangeEdtovalue();
	afx_msg void OnChangeEdtremainsrate();
	afx_msg void OnKillfocusCommeans();
	afx_msg void OnSetfocusCommeans();
	afx_msg void OnEditchangeComusestatus();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	int AddOrChange;
	RxRecordset rst;
	CFont m_font;
};

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

#endif // !defined(AFX_DADD_H__D91F735C_1861_4705_91B7_46C52D9B2BFD__INCLUDED_)

⌨️ 快捷键说明

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