gongzi.h

来自「这是采用mfc编写的工资管理系统」· C头文件 代码 · 共 77 行

H
77
字号
#if !defined(AFX_GONGZI_H__A513AB41_EC7A_4E65_A961_AF21531341FF__INCLUDED_)
#define AFX_GONGZI_H__A513AB41_EC7A_4E65_A961_AF21531341FF__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// Gongzi dialog

class Gongzi : public CDialog
{
// Construction
public:
	BOOL bEnable;
	CString m_departString;
	CString m_monthString;
	Gongzi(BOOL bEnable=FALSE,CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(Gongzi)
	enum { IDD = IDD_Gongzi };
	CComboBox	m_depart;
	CComboBox	m_month;
	CString	m_ID;
	CString	m_position;
	CString	m_year;
	CString	m_buTie;
	CString	m_faKuan;
	CString	m_fuLi;
	CString	m_kaoQin;
	CString	m_name;
	CString	m_reward;
	CString	m_shiFa;
	CString	m_tax;
	CString	m_timeWage;
	CString	m_yingFa;
	CString	m_pieceWage;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(Gongzi)
	afx_msg void OnOk();
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
	// Generated OLE dispatch map functions
	//{{AFX_DISPATCH(Gongzi)
		// NOTE - the ClassWizard will add and remove member functions here.
	//}}AFX_DISPATCH
	DECLARE_DISPATCH_MAP()
	DECLARE_INTERFACE_MAP()
private:
	ADOConn m_ado;
};

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

#endif // !defined(AFX_GONGZI_H__A513AB41_EC7A_4E65_A961_AF21531341FF__INCLUDED_)

⌨️ 快捷键说明

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