📄 hbcxdlg.h
字号:
#if !defined(AFX_HBCXDLG_H__9B1653F8_B1BB_497F_AC1F_3D8D6B5A1C93__INCLUDED_)
#define AFX_HBCXDLG_H__9B1653F8_B1BB_497F_AC1F_3D8D6B5A1C93__INCLUDED_
#include "hangban_Recordset.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Hbcxdlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CHbcxdlg dialog
class CHbcxdlg : public CDialog
{
public :
int m_hbCount;
BOOL f;
public:
CString m_Getcom2str;
CString m_Getcom1str;
int Show();
Changban_Recordset m_hb;
CHbcxdlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CHbcxdlg)
enum { IDD = IDD_HBXXCX_DIALOG };
CComboBox m_com2;
CComboBox m_com1;
CListCtrl m_hbList;
CString m_chaxun;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CHbcxdlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
int Showhbgl();
// Generated message map functions
//{{AFX_MSG(CHbcxdlg)
virtual BOOL OnInitDialog();
afx_msg void OnBtnfind();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnDblclkList1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnHbcx();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_HBCXDLG_H__9B1653F8_B1BB_497F_AC1F_3D8D6B5A1C93__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -