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

📄 dop.h

📁 一个有关人事系统的所有代码和有关文件包括里面小量数据库。
💻 H
字号:
#if !defined(AFX_DOP_H__4E51E717_5476_47DE_A620_CECA761D8666__INCLUDED_)
#define AFX_DOP_H__4E51E717_5476_47DE_A620_CECA761D8666__INCLUDED_

#include "RxRecordset.h"	// Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DOp.h : header file
//
#include "RxGrid.h"
#include "BaseEdit.h"
#include "CustomGroup.h"
#include "BaseComboBox.h"
/////////////////////////////////////////////////////////////////////////////
// CDOp dialog

class CDOp : public CDialog
{
// Construction
public:
	CDOp(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDOp)
	enum { IDD = IDD_DIA_DOp };
	CBaseComboBox	m_ComPur;
	CCustomGroup	m_Group1;
	CCustomGroup	m_Group;
	CBaseEdit	m_EdtStname;
	CButton	m_ButAdd;
	CButton	m_ButChange;
	CButton	m_ButDele;
	CButton	m_ButExit;
	CButton	m_ButSave;
	CButton	m_ButUndo;
	CBaseEdit	m_EdtSpwd;
	CBaseEdit	m_EdtPwd;
//	CBaseEdit	m_EdtPur;
	CBaseEdit	m_EdtName;
	CBaseEdit	m_EdtID;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDOp)
	virtual BOOL OnInitDialog();
	afx_msg void OnButexit();
	afx_msg void OnButadd();
	afx_msg void OnButchange1();
	afx_msg void OnButdele();
	afx_msg void OnButsave();
	afx_msg void OnButundo();
	afx_msg void OnPaint();
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	void Clear();
	void Display(CString sID);
	void Enabled(bool bEnabled);
	int AddOrChange;
	CString m_sID;
	RxRecordset rst;
};

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

#endif // !defined(AFX_DOP_H__4E51E717_5476_47DE_A620_CECA761D8666__INCLUDED_)

⌨️ 快捷键说明

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