?? findiliquidate.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 + -