home *** CD-ROM | disk | FTP | other *** search
- /**********************************************
- HTBCALENDAR.DLL
- TransEra Corporation 1999.
- This is the source for the HTBCalendar Dll.
-
- ***********************************************/
-
- #if !defined(AFX_BUTTONCONTROL_H__9855D0F9_6AF5_11D3_8BBC_00105AC66D91__INCLUDED_)
- #define AFX_BUTTONCONTROL_H__9855D0F9_6AF5_11D3_8BBC_00105AC66D91__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ButtonControl.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // ButtonControl dialog
-
- class ButtonControl : public CDialog
- {
- // Construction
- public:
- ButtonControl(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(ButtonControl)
- enum { IDD = IDD_DIALOG1 };
- CYMSelector m_ButtonControl;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(ButtonControl)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(ButtonControl)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_BUTTONCONTROL_H__9855D0F9_6AF5_11D3_8BBC_00105AC66D91__INCLUDED_)
-