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

📄 dpersonnel.h

📁 用VC++编写的汽配管理系统,实用简单,程序简单模块化
💻 H
字号:
#if !defined(AFX_DPERSONNEL_H__F5F4A1E3_C2FF_436B_BF40_31874CE12AA3__INCLUDED_)
#define AFX_DPERSONNEL_H__F5F4A1E3_C2FF_436B_BF40_31874CE12AA3__INCLUDED_

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

class CDPersonnel : public CDialog
{
// Construction
public:
	void Enabled(bool bEnabled);
	void Display(CString ID);
	void Clear();
	CDPersonnel(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDPersonnel)
	enum { IDD = IDD_DIA_PERSONNEL };
	CBaseButton	m_ButUndo;
	CBaseButton	m_ButSave;
	CBaseButton	m_ButExit;
	CBaseButton	m_ButDele;
	CBaseButton	m_ButChange;
	CBaseEdit	m_EdtID;
	CBaseButton	m_ButAdd;
	CBaseEdit	m_EdtStipend;
	CBaseEdit	m_EdtName;
	CBaseEdit	m_EdtMem;
	CBaseEdit	m_EdtDuty;
	CBaseDateTimeCtrl	m_DtDate;
	CBaseComboBox	m_ComSex;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDPersonnel)
	afx_msg void OnSpxxButadd();
	afx_msg void OnSpxxButchange();
	afx_msg void OnSpxxButdele();
	afx_msg void OnSpxxButsave();
	afx_msg void OnSpxxButundo();
	afx_msg void OnSpxxButexit();
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	RxRecordset rst;
	CString m_sID;
	int AddOrChange;
};

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

#endif // !defined(AFX_DPERSONNEL_H__F5F4A1E3_C2FF_436B_BF40_31874CE12AA3__INCLUDED_)

⌨️ 快捷键说明

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