?? datarepeater.h
字號:
#if !defined(AFX_DATAREPEATER_H__4D73A9C8_E6A8_4577_86EC_1C738ECFF3DA__INCLUDED_)
#define AFX_DATAREPEATER_H__4D73A9C8_E6A8_4577_86EC_1C738ECFF3DA__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 COleFont1;
class CPicture;
class CRepeaterBindings;
class CStdDataFormatsDisp;
/////////////////////////////////////////////////////////////////////////////
// CDataRepeater wrapper class
class CDataRepeater : public CWnd
{
protected:
DECLARE_DYNCREATE(CDataRepeater)
public:
CLSID const& GetClsid()
{
static CLSID const clsid
= { 0x601eb760, 0x8909, 0x11d0, { 0x94, 0x83, 0x0, 0xa0, 0xc9, 0x11, 0x10, 0xed } };
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 GetEnabled();
void SetEnabled(BOOL bNewValue);
COleFont1 GetFont();
void SetRefFont(LPDISPATCH newValue);
long GetHwnd();
long GetAppearance();
void SetAppearance(long nNewValue);
unsigned long GetBackColor();
void SetBackColor(unsigned long newValue);
unsigned long GetForeColor();
void SetForeColor(unsigned long newValue);
long GetBorderStyle();
void SetBorderStyle(long nNewValue);
long GetMousePointer();
void SetMousePointer(long nNewValue);
CPicture GetMouseIcon();
void SetRefMouseIcon(LPDISPATCH newValue);
BOOL GetRightToLeft();
void SetRightToLeft(BOOL bNewValue);
long GetScrollBars();
void SetScrollBars(long nNewValue);
long GetRowDividerStyle();
void SetRowDividerStyle(long nNewValue);
long GetCaptionStyle();
void SetCaptionStyle(long nNewValue);
CString GetCaption();
void SetCaption(LPCTSTR lpszNewValue);
BOOL GetRowIndicator();
void SetRowIndicator(BOOL bNewValue);
CString GetRepeatedControlName();
void SetRepeatedControlName(LPCTSTR lpszNewValue);
LPDISPATCH GetRepeatedControl();
LPUNKNOWN GetDataSource();
void SetRefDataSource(LPUNKNOWN newValue);
CString GetDataMember();
void SetDataMember(LPCTSTR lpszNewValue);
CRepeaterBindings GetRepeaterBindings();
VARIANT GetDataFields();
VARIANT GetPropertyNames();
BOOL GetIntegralHeight();
void SetIntegralHeight(BOOL bNewValue);
long GetActiveRow();
void SetActiveRow(long nNewValue);
long GetVisibleRows();
long GetRecordCount();
VARIANT GetVisibleRecords(long rowIndex);
void SetVisibleRecords(long rowIndex, const VARIANT& newValue);
VARIANT GetCurrentRecord();
void SetCurrentRecord(const VARIANT& newValue);
CStdDataFormatsDisp GetDataFormats();
void Refresh();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DATAREPEATER_H__4D73A9C8_E6A8_4577_86EC_1C738ECFF3DA__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -