home *** CD-ROM | disk | FTP | other *** search
- #ifndef __TK_H__
- #define __TK_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;
-
- /////////////////////////////////////////////////////////////////////////////
- // CTk wrapper class
-
- class CTk : public CWnd
- {
- protected:
- DECLARE_DYNCREATE(CTk)
- public:
- CLSID const& GetClsid()
- {
- static CLSID const clsid
- = { 0xedf439c3, 0x99e5, 0x11cf, { 0xaf, 0xf3, 0x0, 0x40, 0x5, 0x10, 0x2, 0x0 } };
- 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:
- OLE_COLOR GetBackColor();
- void SetBackColor(OLE_COLOR);
- OLE_COLOR GetForeColor();
- void SetForeColor(OLE_COLOR);
- CString GetText();
- void SetText(LPCTSTR);
- COleFont GetFont();
- void SetFont(LPDISPATCH);
- long GetDirection();
- void SetDirection(long);
- short GetTickIncrement();
- void SetTickIncrement(short);
- long GetFrame();
- void SetFrame(long);
- short GetTickTime();
- void SetTickTime(short);
- CString GetNextDisplayString();
- void SetNextDisplayString(LPCTSTR);
- CPicture GetPicture1();
- void SetPicture1(LPDISPATCH);
- CPicture GetPicture2();
- void SetPicture2(LPDISPATCH);
- CPicture GetPicture3();
- void SetPicture3(LPDISPATCH);
- long GetJustification();
- void SetJustification(long);
- COleFont GetHeading1();
- void SetHeading1(LPDISPATCH);
- COleFont GetHeading2();
- void SetHeading2(LPDISPATCH);
- COleFont GetHeading3();
- void SetHeading3(LPDISPATCH);
- CPicture GetPicture4();
- void SetPicture4(LPDISPATCH);
- CPicture GetPicture5();
- void SetPicture5(LPDISPATCH);
- CPicture GetPicture6();
- void SetPicture6(LPDISPATCH);
- CPicture GetPicture7();
- void SetPicture7(LPDISPATCH);
- CPicture GetPicture8();
- void SetPicture8(LPDISPATCH);
- CPicture GetPicture9();
- void SetPicture9(LPDISPATCH);
- OLE_HANDLE GetHWnd();
- void SetHWnd(OLE_HANDLE);
- BOOL GetRedraw();
- void SetRedraw(BOOL);
- COleFont GetHeading4();
- void SetHeading4(LPDISPATCH);
- COleFont GetHeading5();
- void SetHeading5(LPDISPATCH);
- BOOL GetFreezeMarquee();
- void SetFreezeMarquee(BOOL);
-
- // Operations
- public:
- void AboutBox();
- };
-
- #endif // __TK_H__
-