📄 listdlg.h
字号:
#if !defined(AFX_LISTDLG_H__690E2AE5_FBF0_434F_A5BE_7D4F67B23671__INCLUDED_)
#define AFX_LISTDLG_H__690E2AE5_FBF0_434F_A5BE_7D4F67B23671__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ListDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CListDlg dialog
class CListDlg : public CDialog
{
// Construction
public:
CString m_strSQL;
CString m_strDate1;
CString m_strDate2;
CString m_strBankBookID;
CString m_strDAC; //借贷
CString m_strTypeValue; //查询种类
BOOL m_bBlueType; //是否模糊查询种类
CListDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CListDlg)
enum { IDD = IDD_List_DLG };
CListCtrl m_ListCtrl;
CString m_strAllMoney;
CString m_strDateInfo;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CListDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
void InitSQL();
int m_iSel;
CString m_strTableName;
CImageList m_ImageList;
CString m_strDateLimit;
void AddDataIntoCtrl();
// Generated message map functions
//{{AFX_MSG(CListDlg)
virtual BOOL OnInitDialog();
afx_msg void OnBtnMod();
afx_msg void OnItemchangedList(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnBTNDel();
afx_msg void OnBTNAdd();
afx_msg void OnBTNList();
afx_msg void OnDblclkList(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_LISTDLG_H__690E2AE5_FBF0_434F_A5BE_7D4F67B23671__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -