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

📄 distributeeditdlg.h

📁 这是一个功能相对完善的固定资产管理系统的例子
💻 H
字号:
//{{AFX_INCLUDES()
#include "adodc.h"
#include "datacombo.h"
//}}AFX_INCLUDES
#if !defined(AFX_DISTRIBUTEEDITDLG_H__A09798DF_A975_408C_B7D4_2B83AA92632A__INCLUDED_)
#define AFX_DISTRIBUTEEDITDLG_H__A09798DF_A975_408C_B7D4_2B83AA92632A__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CDistributeEditDlg dialog

class CDistributeEditDlg : public CDialog
{
public:
	CString cDepId;	// 当前选择的部门编号
	CString cDepName; //当前选择的部门名称
	CString cAid;	// 当前选择的固定资产编号
	CString cDate;	// 保存分配日期
// Construction
public:
	CDistributeEditDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDistributeEditDlg)
	enum { IDD = IDD_DISTRIBUTEEDIT_DIALOG };
	CAdodc	m_adodc;
	CString	m_assets;
	CDataCombo	m_dep;
	CString	m_name;
	COleDateTime	m_date;
	CString	m_aid;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDistributeEditDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnButton1();
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DISTRIBUTEEDITDLG_H__A09798DF_A975_408C_B7D4_2B83AA92632A__INCLUDED_)

⌨️ 快捷键说明

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