home *** CD-ROM | disk | FTP | other *** search
- #ifndef __PVCALENDAR_H__
- #define __PVCALENDAR_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;
-
- /////////////////////////////////////////////////////////////////////////////
- // CPVCalendar wrapper class
-
- class CPVCalendar : public CWnd
- {
- protected:
- DECLARE_DYNCREATE(CPVCalendar)
- public:
- CLSID const& GetClsid()
- {
- static CLSID const clsid
- = { 0xb5805b24, 0x2d86, 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:
- short GetAppearance();
- void SetAppearance(short);
- short GetBorderStyle();
- void SetBorderStyle(short);
- BOOL GetEnabled();
- void SetEnabled(BOOL);
- COleFont GetFont();
- void SetFont(LPDISPATCH);
- OLE_HANDLE GetHWnd();
- void SetHWnd(OLE_HANDLE);
- BOOL GetEnableYearEdit();
- void SetEnableYearEdit(BOOL);
- BOOL GetEnablePeriodEdit();
- void SetEnablePeriodEdit(BOOL);
- BOOL GetAutoSizeFont();
- void SetAutoSizeFont(BOOL);
- short GetFormat();
- void SetFormat(short);
- unsigned long GetSundayColor();
- void SetSundayColor(unsigned long);
- unsigned long GetSundayBkColor();
- void SetSundayBkColor(unsigned long);
- DATE GetValue();
- void SetValue(DATE);
- DATE Get_Value();
- void Set_Value(DATE);
- BOOL GetReadOnly();
- void SetReadOnly(BOOL);
- unsigned long GetBkDayColor();
- void SetBkDayColor(unsigned long);
- unsigned long GetDayColor();
- void SetDayColor(unsigned long);
- unsigned long GetHighlightColor();
- void SetHighlightColor(unsigned long);
- unsigned long GetBkHighlightColor();
- void SetBkHighlightColor(unsigned long);
-
- // Operations
- public:
- void AboutBox();
- };
-
- #endif // __PVCALENDAR_H__
-