home *** CD-ROM | disk | FTP | other *** search
- #ifndef __TEXT3D_H__
- #define __TEXT3D_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;
-
- /////////////////////////////////////////////////////////////////////////////
- // CText3D wrapper class
-
- class CText3D : public CWnd
- {
- protected:
- DECLARE_DYNCREATE(CText3D)
- public:
- CLSID const& GetClsid()
- {
- static CLSID const clsid
- = { 0x3d0bcc3, 0x25ee, 0x11d0, { 0xbd, 0xcb, 0x0, 0x20, 0xa9, 0xb, 0x18, 0x3a } };
- 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:
- short GetAlignment();
- void SetAlignment(short);
- short GetTextStyle();
- void SetTextStyle(short);
- short GetFrameStyle();
- void SetFrameStyle(short);
- short GetFrameColor();
- void SetFrameColor(short);
- short GetOffsetHorizontal();
- void SetOffsetHorizontal(short);
- short GetOffsetVertical();
- void SetOffsetVertical(short);
- OLE_COLOR GetBackColor();
- void SetBackColor(OLE_COLOR);
- unsigned long GetHighlightColor();
- void SetHighlightColor(unsigned long);
- BOOL GetFrameShadow();
- void SetFrameShadow(BOOL);
- unsigned long GetShadowColor();
- void SetShadowColor(unsigned long);
- BOOL GetTransparent();
- void SetTransparent(BOOL);
- BOOL GetTextOnFrame();
- void SetTextOnFrame(BOOL);
- COleFont GetFont();
- void SetFont(LPDISPATCH);
- OLE_COLOR GetForeColor();
- void SetForeColor(OLE_COLOR);
- CString GetText();
- void SetText(LPCTSTR);
- CString Get_Text();
- void Set_Text(LPCTSTR);
-
- // Operations
- public:
- void AboutBox();
- };
-
- #endif // __TEXT3D_H__
-