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

📄 ddj.h

📁 固定资产管理系统:可以帮助企业实现对固定资产的信息化管理。该系统是以实物管理为特点
💻 H
字号:
#if !defined(AFX_DDJ_H__E2073E26_EFBB_4E69_9163_74CB3865C3A2__INCLUDED_)
#define AFX_DDJ_H__E2073E26_EFBB_4E69_9163_74CB3865C3A2__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DDJ.h : header file
//
#include "RxGrid.h"
#include "RxRecordset.h"	// Added by ClassView
#include "BaseDateTimeCtrl.h"
#include"BaseButton.h"
#include "BaseComboBox.h"
/////////////////////////////////////////////////////////////////////////////
// CDDJ dialog

class CDDJ : public CDialog
{
// Construction
public:
	void Query(CTime ttime1,CTime ttime2);
	CDDJ(CWnd* pParent = NULL);   // standard constructor
	int IsAdd;

// Dialog Data
	//{{AFX_DATA(CDDJ)
	enum { IDD = IDD_DIA_DJB };
	CBaseComboBox	m_ComFind;
	CBaseButton	m_ButFind;
	CBaseDateTimeCtrl	m_DtDate1;
	CBaseDateTimeCtrl	m_DtDate2;
	RxGrid	m_Grid;
	CStatic	m_StaTit;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDDJ)
	virtual void OnOK();
	virtual BOOL OnInitDialog();
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	afx_msg void OnKillfocusDtdate1(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnKillfocusDtdate2(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnDblclkList1(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnButfind();
	afx_msg void OnKillfocusComfind();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	RxRecordset rst;
	CFont m_font;
};

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

#endif // !defined(AFX_DDJ_H__E2073E26_EFBB_4E69_9163_74CB3865C3A2__INCLUDED_)

⌨️ 快捷键说明

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