_STOCKTICKERCTRL.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

  1. #if !defined(AFX__STOCKTICKERMFC_H__F3E3A931_98D1_11D0_944D_00A0C903487E__INCLUDED_)
  2. #define AFX__STOCKTICKERMFC_H__F3E3A931_98D1_11D0_944D_00A0C903487E__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  7. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  8. //  Microsoft Visual C++, your modifications will be overwritten.
  9. // Dispatch interfaces referenced by this interface
  10. class COleFont;
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CStockTickerCtrl wrapper class
  13. class CStockTickerCtrl : public CWnd
  14. {
  15. protected:
  16. DECLARE_DYNCREATE(CStockTickerCtrl)
  17. public:
  18. CLSID const& GetClsid()
  19. {
  20. static CLSID const clsid
  21. = { 0x50D64433, 0x8EA4, 0x11D0, { 0x94, 0x3E, 0x00, 0xA0, 0xC9, 0x03, 0x48, 0x7E} };
  22. return clsid;
  23. }
  24. virtual BOOL Create(LPCTSTR lpszClassName,
  25. LPCTSTR lpszWindowName, DWORD dwStyle,
  26. const RECT& rect,
  27. CWnd* pParentWnd, UINT nID,
  28. CCreateContext* pContext = NULL)
  29. { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }
  30. BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
  31. const RECT& rect, CWnd* pParentWnd, UINT nID,
  32. CFile* pPersist = NULL, BOOL bStorage = FALSE,
  33. BSTR bstrLicKey = NULL)
  34. { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
  35. pPersist, bStorage, bstrLicKey); }
  36. void LoadControl(CArchive& ar) {};
  37. void WriteControl(CArchive& ar);
  38. void Serialize(CArchive& ar);
  39. // Attributes
  40. public:
  41. OLE_COLOR   GetBackColor();
  42. void        SetBackColor(OLE_COLOR);
  43. COleFont    GetFont();
  44. void        SetFont(LPDISPATCH);
  45. OLE_COLOR   GetForeColor();
  46. void        SetForeColor(OLE_COLOR);
  47. short       GetUpdateInterval();
  48. void        SetUpdateInterval(short);
  49. short       GetTickerSpeed();
  50. void        SetTickerSpeed(short);
  51. // Operations
  52. public:
  53. void        AboutBox();
  54. };
  55. //{{AFX_INSERT_LOCATION}}
  56. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  57. #endif // !defined(AFX__STOCKTICKERMFC_H__F3E3A931_98D1_11D0_944D_00A0C903487E__INCLUDED_)