📄 bkdlg1.h
字号:
#if !defined(AFX_BKDLG1_H__0260A639_A4D5_42A8_93BE_641284C4C3DB__INCLUDED_)
#define AFX_BKDLG1_H__0260A639_A4D5_42A8_93BE_641284C4C3DB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// BkDlg1.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CBkDlg1 dialog
class CBkDlg1 : public CDialog
{
// Construction
public:
CString BkLeiSearch(CString m_BkLei ,int m_flag);
CString BkWordSearch(CString m_BkWord ,int m_flag);
CString BkAddressSearch(CString m_BkAddress , int m_flag);
CString BkEditerSreach(CString m_BkEditer,int m_flag);
CString BkIDSearch(CString m_BkID ,int m_flag);
CString BkNameSearch(CString m_BkName , int m_flag);
CBkDlg1(CWnd* pParent = NULL); // standard constructor
_ConnectionPtr m_pConnection;
_CommandPtr m_pCommand;
_RecordsetPtr m_pRecordset;
// Dialog Data
//{{AFX_DATA(CBkDlg1)
enum { IDD = IDD_BK_DLG1 };
CEdit m_MsgList;
CEdit m_edit1;
CComboBox m_Selet1;
CString m_Edit1;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBkDlg1)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CBkDlg1)
virtual BOOL OnInitDialog();
afx_msg void OnBtnBack();
afx_msg void OnCancle();
afx_msg void OnSearch();
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_BKDLG1_H__0260A639_A4D5_42A8_93BE_641284C4C3DB__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -