www.pudn.com > EndpointDetection_Pitch.zip > sspbctrl.h
#ifndef __SSPBCTRL_H__
#define __SSPBCTRL_H__
// 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 CPicture;
class COleFont;
/////////////////////////////////////////////////////////////////////////////
// CSSPBCtrl wrapper class
class CSSPBCtrl : public CWnd
{
protected:
DECLARE_DYNCREATE(CSSPBCtrl)
public:
CLSID const& GetClsid()
{
static CLSID const clsid
= { 0xba686b4, 0xf7d3, 0x101a, { 0x99, 0x3e, 0x0, 0x0, 0xc0, 0xef, 0x6f, 0x5e } };
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:
BOOL GetValue();
void SetValue(BOOL);
CString GetFontName();
void SetFontName(LPCTSTR);
float GetFontSize();
void SetFontSize(float);
BOOL GetFontBold();
void SetFontBold(BOOL);
BOOL GetFontItalic();
void SetFontItalic(BOOL);
BOOL GetFontStrikethru();
void SetFontStrikethru(BOOL);
BOOL GetFontUnderline();
void SetFontUnderline(BOOL);
CPicture GetPicture();
void SetPicture(LPDISPATCH);
short GetBevelWidth();
void SetBevelWidth(short);
BOOL GetOutline();
void SetOutline(BOOL);
long GetAutoSize();
void SetAutoSize(long);
long GetFont3D();
void SetFont3D(long);
BOOL GetRoundedCorners();
void SetRoundedCorners(BOOL);
COleFont GetFont();
void SetFont(LPDISPATCH);
OLE_COLOR GetForeColor();
void SetForeColor(OLE_COLOR);
CString GetCaption();
void SetCaption(LPCTSTR);
BOOL GetEnabled();
void SetEnabled(BOOL);
long GetMousePointer();
void SetMousePointer(long);
CPicture GetMouseIcon();
void SetMouseIcon(LPDISPATCH);
BOOL Get_Value();
void Set_Value(BOOL);
OLE_HANDLE GetHWnd();
void SetHWnd(OLE_HANDLE);
// Operations
public:
void DoClick();
void Refresh();
void AboutBox();
};
#endif // __SSPBCTRL_H__