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

📄 rewardpunish.h

📁 这是采用mfc编写的工资管理系统
💻 H
字号:
#if !defined(AFX_REWARDPUNISH_H__753BD38F_893A_40AE_8B67_53176D8AD679__INCLUDED_)
#define AFX_REWARDPUNISH_H__753BD38F_893A_40AE_8B67_53176D8AD679__INCLUDED_

#include "ADOConn.h"	// Added by ClassView
#include "Public.h"	// Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// RewardPunish.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CRewardPunish dialog

class CRewardPunish : public CDialog
{
// Construction
public:
	~CRewardPunish();
	void LoadData();
	CRewardPunish(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CRewardPunish)
	enum { IDD = IDD_REWARDPUNISH };
	CComboBox	m_cboType;
	CListCtrl	m_rewardPunish;
	CString	m_nID;
	CString	m_department;
	CString	m_jiangchengyuanyin;
	CString	m_chexiaoyuanyin;
	CString	m_remark;
	COleDateTime	m_qianfa;
	COleDateTime	m_chexiao;
	COleDateTime	m_shengxiao;
	CString	m_name;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CRewardPunish)
	virtual BOOL OnInitDialog();
	virtual void OnCancel();
	afx_msg void OnItemchangedListreward(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnSave();
	afx_msg void OnDelete();
	afx_msg void OnClickListreward(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
	afx_msg void OnKillfocusNid();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CPublic m_personInfo;
	int m_CurrentSelect;
	ADOConn m_ado;
	int m_CurrentRow;
};

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

#endif // !defined(AFX_REWARDPUNISH_H__753BD38F_893A_40AE_8B67_53176D8AD679__INCLUDED_)

⌨️ 快捷键说明

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