home *** CD-ROM | disk | FTP | other *** search
- #ifndef __PVPROGRESSBAR_H__
- #define __PVPROGRESSBAR_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;
-
- /////////////////////////////////////////////////////////////////////////////
- // CPVProgressBar wrapper class
-
- class CPVProgressBar : public CWnd
- {
- protected:
- DECLARE_DYNCREATE(CPVProgressBar)
- public:
- CLSID const& GetClsid()
- {
- static CLSID const clsid
- = { 0xb283e20c, 0x2cb3, 0x11d0, { 0xad, 0xa6, 0x0, 0x40, 0x5, 0x20, 0x79, 0x9c } };
- 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:
- BOOL GetEnabled();
- void SetEnabled(BOOL);
- COleFont GetFont();
- void SetFont(LPDISPATCH);
- OLE_HANDLE GetHWnd();
- void SetHWnd(OLE_HANDLE);
- BOOL GetShowTickMarks();
- void SetShowTickMarks(BOOL);
- BOOL GetShowNumbers();
- void SetShowNumbers(BOOL);
- BOOL GetShowPercentComplete();
- void SetShowPercentComplete(BOOL);
- long GetLimit();
- void SetLimit(long);
- long GetValue();
- void SetValue(long);
- unsigned long GetFillColor();
- void SetFillColor(unsigned long);
- OLE_COLOR GetBackColor();
- void SetBackColor(OLE_COLOR);
- OLE_COLOR GetForeColor();
- void SetForeColor(OLE_COLOR);
- short GetAppearance();
- void SetAppearance(short);
- short GetBorderStyle();
- void SetBorderStyle(short);
-
- // Operations
- public:
- void AboutBox();
- };
-
- #endif // __PVPROGRESSBAR_H__
-