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

📄 dlgpr0002salary.h

📁 用户管理系统
💻 H
字号:
#if !defined(AFX_DLGPR0002SALARY_H__EB6EB534_5412_4834_BEC5_65EB807D09C9__INCLUDED_)
#define AFX_DLGPR0002SALARY_H__EB6EB534_5412_4834_BEC5_65EB807D09C9__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgPr0002Salary.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDlgPr0002Salary form view

#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
#include "MaskEdit\amsEdit.H"
#include "DataWin\dataWin.H"
#include "ado\ado.H"
#include "ado\Adocommand.H"
#include "MyMdi.H"
#include "StringSQL.H"

class CDlgPr0002Salary : public CFormView
{
protected:
	CDlgPr0002Salary();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(CDlgPr0002Salary)
	CAdoConnection *m_pConnection;
	CKvipApp *m_pApp;
	CDataWin m_Report;
    CAdoRecordSet m_RecordSet;

// Form Data
public:
	//{{AFX_DATA(CDlgPr0002Salary)
	enum { IDD = IDD_PR0002_SALARY };
	CAMSMaskedEdit	m_edCode;
	CButton	m_btUp;
	CButton	m_btPrint;
	CButton	m_btDown;
	CComboBox	m_Dep;
	//}}AFX_DATA

// Attributes
public:

// Operations
public:

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

// Implementation
protected:
	virtual ~CDlgPr0002Salary();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

	// Generated message map functions
	//{{AFX_MSG(CDlgPr0002Salary)
	afx_msg void OnRetrieve();
	afx_msg void OnPrint();
	afx_msg void OnCancel();
	afx_msg void OnUp();
	afx_msg void OnDown();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

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

#endif // !defined(AFX_DLGPR0002SALARY_H__EB6EB534_5412_4834_BEC5_65EB807D09C9__INCLUDED_)

⌨️ 快捷键说明

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