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

📄 workerinfo.h

📁 一个空调安装工工资计算
💻 H
字号:
#if !defined(AFX_WORKERINFO_H__9DDC3DD3_F56F_4C95_8BED_EBA888C7667E__INCLUDED_)
#define AFX_WORKERINFO_H__9DDC3DD3_F56F_4C95_8BED_EBA888C7667E__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// WORKERINFO.h : header file
//
extern CMyApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CWORKERINFO dialog

class CWORKERINFO : public CDialog
{
// Construction
public:
	CWORKERINFO(CWnd* pParent = NULL);   // standard constructor
    _RecordsetPtr rst;
	CString GetFieldValue(CString Field);
	int GetRecordsetCount();
// Dialog Data
	//{{AFX_DATA(CWORKERINFO)
	enum { IDD = IDD_WORKERINFO_DLG };
	CListCtrl	m_worker;
	int		m_selet;
	CString	m_neirong;
	int		m_emb;
	CString	m_tongji;
	//}}AFX_DATA


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

// Implementation
protected:
	CStatusBarCtrl m_StatusBar;
	// Generated message map functions
	//{{AFX_MSG(CWORKERINFO)
	virtual void OnOK();
	virtual BOOL OnInitDialog();
	afx_msg void OnRclickWorkerList(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnDelete();
	afx_msg void OnAddnew();
	afx_msg void OnUpdate();
	afx_msg void OnFindBut();
	afx_msg void OnRush();
	afx_msg void OnRushBut();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_WORKERINFO_H__9DDC3DD3_F56F_4C95_8BED_EBA888C7667E__INCLUDED_)

⌨️ 快捷键说明

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