home *** CD-ROM | disk | FTP | other *** search
- #ifndef __LINE3D_H__
- #define __LINE3D_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.
-
- /////////////////////////////////////////////////////////////////////////////
- // CLine3D wrapper class
-
- class CLine3D : public CWnd
- {
- protected:
- DECLARE_DYNCREATE(CLine3D)
- public:
- CLSID const& GetClsid()
- {
- static CLSID const clsid
- = { 0x1f81b5e3, 0x26a8, 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 GetLineOrientation();
- void SetLineOrientation(short);
- short GetLineWidth();
- void SetLineWidth(short);
- short GetLineStyle();
- void SetLineStyle(short);
- BOOL GetWidthToRectShape();
- void SetWidthToRectShape(BOOL);
- short GetShadowHorizontal();
- void SetShadowHorizontal(short);
- short GetShadowVertical();
- void SetShadowVertical(short);
- OLE_COLOR GetForeColor();
- void SetForeColor(OLE_COLOR);
- unsigned long GetShadowColor();
- void SetShadowColor(unsigned long);
-
- // Operations
- public:
- void AboutBox();
- };
-
- #endif // __LINE3D_H__
-