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

📄 salarymanagementdlg.h

📁 这是采用mfc编写的工资管理系统
💻 H
字号:
// SalaryManagementDlg.h : header file
//

#if !defined(AFX_SALARYMANAGEMENTDLG_H__29307C07_7C53_432C_A0C8_A3509834A4EA__INCLUDED_)
#define AFX_SALARYMANAGEMENTDLG_H__29307C07_7C53_432C_A0C8_A3509834A4EA__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "StaffDlg.h"
#include "MyStatic.h"
#include "ToolTipWnd.h"	// Added by ClassView

class CSalaryManagementDlgAutoProxy;

/////////////////////////////////////////////////////////////////////////////

class CSalaryManagementDlg : public CDialog
{
	DECLARE_DYNAMIC(CSalaryManagementDlg);
	friend class CSalaryManagementDlgAutoProxy;

// Construction
public:
//	CStaffDlg* m_dlg;

	void OpenDialog(CDialog *dlg);
	CBitmapButton m_btnClose;
	CBitmapButton m_btnMin;
	CBitmapButton m_btnExit;
	CSalaryManagementDlg(CWnd* pParent = NULL);	// standard constructor
	virtual ~CSalaryManagementDlg();
	BOOL PreTranslateMessage(MSG* pMsg);

// Dialog Data
	//{{AFX_DATA(CSalaryManagementDlg)
	enum { IDD = IDD_SALARYMANAGEMENT_DIALOG };
	CMyStatic	m_roll;
	CMyStatic	m_static13;
	CMyStatic	m_static18;
	CMyStatic	m_static17;
	CMyStatic	m_static16;
	CMyStatic	m_static15;
	CMyStatic	m_static9;
	CMyStatic	m_static11;
	CMyStatic	m_static10;
	CMyStatic	m_static12;
	CMyStatic	m_username;
	CMyStatic	m_static1;
	CMyStatic	m_static2;
	CMyStatic	m_static3;
	CMyStatic	m_static4;
	CMyStatic	m_static5;
	CMyStatic	m_static6;
	CMyStatic	m_static7;
	CMyStatic	m_static8;
	CMyStatic	m_static14;
	//}}AFX_DATA

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

// Implementation
protected:
	CSalaryManagementDlgAutoProxy* m_pAutoProxy;
	HICON m_hIcon;

	BOOL CanExit();

	// Generated message map functions
	//{{AFX_MSG(CSalaryManagementDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnClose();
	virtual void OnOK();
	virtual void OnCancel();
	afx_msg void OnExit();
	afx_msg void OnMin();
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg void OnPesonal();
	afx_msg void OnDestroy();
	afx_msg void OnSalary();
	afx_msg void OnAttendance();
	afx_msg void OnPassworChange();
	afx_msg void OnSystemSet();
	afx_msg void OnBackupAndResume();
	afx_msg void OnStatic5();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CDialog* m_dlg;
	CRect rect[6];		//获得六大模块对应按钮的区域
//	CToolTipWnd m_tooltip;
};

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

#endif // !defined(AFX_SALARYMANAGEMENTDLG_H__29307C07_7C53_432C_A0C8_A3509834A4EA__INCLUDED_)

⌨️ 快捷键说明

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