12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- #if !defined(AFX_HOURSSELECTOR_H__9DF42AC5_C378_11D3_9FF5_0004AC1DC008__INCLUDED_)
- #define AFX_HOURSSELECTOR_H__9DF42AC5_C378_11D3_9FF5_0004AC1DC008__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // 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.
- /////////////////////////////////////////////////////////////////////////////
- // CHoursSelector wrapper class
- class CHoursSelector : public CWnd
- {
- protected:
- DECLARE_DYNCREATE(CHoursSelector)
- public:
- CLSID const& GetClsid()
- {
- static CLSID const clsid
- = { 0xeb3e1b3f, 0xb948, 0x11d3, { 0x9f, 0xee, 0x0, 0x4, 0xac, 0x1d, 0xc0, 0x8 } };
- 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:
- // Operations
- public:
- VARIANT GetHoursArray();
- BOOL SetHoursArray(const VARIANT& Array);
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_HOURSSELECTOR_H__9DF42AC5_C378_11D3_9FF5_0004AC1DC008__INCLUDED_)
|