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

📄 findiliquidate.h

📁 一个用vc++做的数据库系统
💻 H
字号:
#if !defined(AFX_FINDILIQUIDATE_H__845A9FEE_ADC1_4C5E_9337_DE9CD9465DED__INCLUDED_)
#define AFX_FINDILIQUIDATE_H__845A9FEE_ADC1_4C5E_9337_DE9CD9465DED__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CFindILiquidate dialog
#include <afxdao.h>
class CFindILiquidate : public CDialog
{
// Construction
public:
	CFindILiquidate(CWnd* pParent = NULL);   // standard constructor
    CDaoDatabase  *m_pDatabase;    
	CDaoRecordset *m_pRecordset;
	CString m_strTableName;          //存放正在操作的数据库表的名字
    CString m_ID;                    //资产ID
	CStringArray m_saSort;           //资产类别
	CUIntArray m_uaSort;
	CStringArray m_saClear;           //清理方式
	CUIntArray m_uaClear;
	bool flag1,flag2;               //flag1标识是否需要查询表资产信息,flag2标识是否需要查询清理资产
public:
	void Refresh(CString sql);
// Dialog Data
	//{{AFX_DATA(CFindILiquidate)
	enum { IDD = IDD_FIND_LIQUIDATE };
	CComboBox	m_CtrlCBType;
	CComboBox	m_CtrlCBSort;
	CComboBox	m_CtrlCBPerson;
	CComboBox	m_CtrlCBName;
	CListCtrl	m_List;
	CComboBox	m_CtrlCBCRType;
	CComboBox	m_CtrlCBAssetID;
	CString	m_strAssetID;
	BOOL	m_CKAssetID;
	BOOL	m_CKCRType;
	BOOL	m_CKDate;
	BOOL	m_CKName;
	BOOL	m_CKPerson;
	BOOL	m_CKSort;
	BOOL	m_CKType;
	CTime	m_Date1;
	CTime	m_Date2;
	CString	m_strName;
	CString	m_strPerson;
	CString	m_strType;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CFindILiquidate)
	virtual BOOL OnInitDialog();
	afx_msg void OnFdcrCkname();
	afx_msg void OnFdcrCksort();
	afx_msg void OnFdcrCkassetid();
	afx_msg void OnFdcrCktype();
	afx_msg void OnFdcrCkdate();
	afx_msg void OnFdcrCkcrtype();
	afx_msg void OnFdcrCkperson();
	afx_msg void OnFdcrFind();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_FINDILIQUIDATE_H__845A9FEE_ADC1_4C5E_9337_DE9CD9465DED__INCLUDED_)

⌨️ 快捷键说明

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