?? dprovider.h
字號:
#if !defined(AFX_DPROVIDER_H__0355BC61_65EB_11D8_8753_5254AB32C8FB__INCLUDED_)
#define AFX_DPROVIDER_H__0355BC61_65EB_11D8_8753_5254AB32C8FB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DProvider.h : header file
//
#include "BaseEdit.h"
#include "BaseComboBox.h"
#include "ExtendEdit_Grid.h"
/////////////////////////////////////////////////////////////////////////////
// CDProvider dialog
class CDProvider : public CDialog
{
// Construction
public:
CDProvider(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDProvider)
enum { IDD = IDD_DIAProvider };
CExtendEdit_Grid m_Grid;
CBaseEdit m_EdtCondition;
CBaseComboBox m_ComField;
CBaseComboBox m_ComEmblem;
CButton m_ButQuery;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDProvider)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDProvider)
afx_msg void OnBUTQuery();
virtual BOOL OnInitDialog();
afx_msg void OnDblclkGrid(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
HICON m_hIcon;
_RecordsetPtr rst;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DPROVIDER_H__0355BC61_65EB_11D8_8753_5254AB32C8FB__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -