home *** CD-ROM | disk | FTP | other *** search
- #ifndef __PVDIAL_H__
- #define __PVDIAL_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.
-
- /////////////////////////////////////////////////////////////////////////////
- // CPVDial wrapper class
-
- class CPVDial : public CWnd
- {
- protected:
- DECLARE_DYNCREATE(CPVDial)
- public:
- CLSID const& GetClsid()
- {
- static CLSID const clsid
- = { 0xb283e1f4, 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);
- OLE_HANDLE GetHWnd();
- void SetHWnd(OLE_HANDLE);
- long GetMinimumRange();
- void SetMinimumRange(long);
- short GetDirection();
- void SetDirection(short);
- long GetMinimumTurnRange();
- void SetMinimumTurnRange(long);
- long GetMaximumTurnRange();
- void SetMaximumTurnRange(long);
- long GetValue();
- void SetValue(long);
- long GetMaximumRange();
- void SetMaximumRange(long);
-
- // Operations
- public:
- void AboutBox();
- };
-
- #endif // __PVDIAL_H__
-