📄 dblist.h
字号:
#if !defined(AFX_DBLIST_H__B7F4C3F1_DDCB_4BDE_8A24_3D4221F26A46__INCLUDED_)
#define AFX_DBLIST_H__B7F4C3F1_DDCB_4BDE_8A24_3D4221F26A46__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your modifications will be overwritten.
// Dispatch interfaces referenced by this interface
class CRowCursor;
class CPicture;
class COleFont1;
/////////////////////////////////////////////////////////////////////////////
// CDBList wrapper class
class CDBList : public CWnd
{
protected:
DECLARE_DYNCREATE(CDBList)
public:
CLSID const& GetClsid()
{
static CLSID const clsid
= { 0x2a69b00, 0x81b, 0x101b, { 0x89, 0x33, 0x8, 0x0, 0x2b, 0x2f, 0x4f, 0x5a } };
return clsid;
}
virtual BOOL Create(LPCTSTR lpszClassName,
LPCTSTR lpszWindowName, DWORD dwStyle,
const RECT& rect,
CWnd* pParentWnd, UINT nID,
CCreateContext* pContext = NULL)
{ return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }
BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
const RECT& rect, CWnd* pParentWnd, UINT nID,
CFile* pPersist = NULL, BOOL bStorage = FALSE,
BSTR bstrLicKey = NULL)
{ return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
pPersist, bStorage, bstrLicKey); }
// Attributes
public:
// Operations
public:
BOOL GetLocked();
void SetLocked(BOOL bNewValue);
CString GetBoundText();
void SetBoundText(LPCTSTR lpszNewValue);
CRowCursor GetRowSource();
void SetRowSource(LPDISPATCH newValue);
CString GetBoundColumn();
void SetBoundColumn(LPCTSTR lpszNewValue);
long GetMousePointer();
void SetMousePointer(long nNewValue);
CPicture GetMouseIcon();
void SetMouseIcon(LPDISPATCH newValue);
void SetRefMouseIcon(LPDISPATCH newValue);
BOOL GetIntegralHeight();
void SetIntegralHeight(BOOL bNewValue);
long GetMatchEntry();
void SetMatchEntry(long nNewValue);
VARIANT GetSelectedItem();
short GetVisibleCount();
CString GetText();
void SetText(LPCTSTR lpszNewValue);
CString GetListField();
void SetListField(LPCTSTR lpszNewValue);
COleFont1 GetFont();
void SetRefFont(LPDISPATCH newValue);
BOOL GetEnabled();
void SetEnabled(BOOL bNewValue);
unsigned long GetBackColor();
void SetBackColor(unsigned long newValue);
unsigned long GetForeColor();
void SetForeColor(unsigned long newValue);
BOOL GetMatchedWithList();
long GetAppearance();
void SetAppearance(long nNewValue);
BOOL GetRightToLeft();
void SetRightToLeft(BOOL bNewValue);
long GetHwnd();
long GetOLEDragMode();
void SetOLEDragMode(long nNewValue);
long GetOLEDropMode();
void SetOLEDropMode(long nNewValue);
void ReFill();
VARIANT GetVisibleItems(short nIndex);
void Refresh();
void OLEDrag();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DBLIST_H__B7F4C3F1_DDCB_4BDE_8A24_3D4221F26A46__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -