home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_SLIDERDLG_H__6847E12E_5C95_11D3_A911_00104B9A4FD0__INCLUDED_)
- #define AFX_SLIDERDLG_H__6847E12E_5C95_11D3_A911_00104B9A4FD0__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // SliderDlg.h : header file
- //
-
-
- #define WINDOWHEIGHT 140
- #define TEXTHEIGHT 15
- #define DOUBLETEXTHEIGHT 30
- #define SLIDERHEIGHT 30
- #define SLIDERYCORD 45
- #define HIGHTEXTYCORD 49
- #define TWOSPACE 40
- #define THREESPACE 60
- #define FOURSPACE 80
- #define TIMERVAL 100
-
- #include "resource.h"
-
- /////////////////////////////////////////////////////////////////////////////
- // SliderDlg dialog
-
- class SliderDlg : public CDialog
- {
- // Construction
- public:
- SliderDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(SliderDlg)
- enum { IDD = IDD_DIALOG1 };
- CSliderCtrl m_Slider;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(SliderDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(SliderDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnTimer(UINT nIDEvent);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_SLIDERDLG_H__6847E12E_5C95_11D3_A911_00104B9A4FD0__INCLUDED_)
-