www.pudn.com > EndpointDetection_Pitch.zip > ssfrctrl.h


#ifndef __SSFRCTRL_H__ 
#define __SSFRCTRL_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 COleFont; 
class CPicture; 
 
///////////////////////////////////////////////////////////////////////////// 
// CSSFRCtrl wrapper class 
 
class CSSFRCtrl : public CWnd 
{ 
protected: 
	DECLARE_DYNCREATE(CSSFRCtrl) 
public: 
	CLSID const& GetClsid() 
	{ 
		static CLSID const clsid 
			= { 0xba686af, 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: 
	CString GetCaption(); 
	void SetCaption(LPCTSTR); 
	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); 
	long GetAlignment(); 
	void SetAlignment(long); 
	long GetShadowColor(); 
	void SetShadowColor(long); 
	long GetFont3D(); 
	void SetFont3D(long); 
	long GetShadowStyle(); 
	void SetShadowStyle(long); 
	COleFont GetFont(); 
	void SetFont(LPDISPATCH); 
	OLE_COLOR GetForeColor(); 
	void SetForeColor(OLE_COLOR); 
	BOOL GetEnabled(); 
	void SetEnabled(BOOL); 
	long GetMousePointer(); 
	void SetMousePointer(long); 
	CPicture GetMouseIcon(); 
	void SetMouseIcon(LPDISPATCH); 
	CString Get_Caption(); 
	void Set_Caption(LPCTSTR); 
	OLE_HANDLE GetHWnd(); 
	void SetHWnd(OLE_HANDLE); 
 
// Operations 
public: 
	void Refresh(); 
	void AboutBox(); 
}; 
 
#endif // __SSFRCTRL_H__