#if !defined(AFX_SIZEDLG_H__336DB560_4538_11D4_B4B3_0060087C0CAA__INCLUDED_) #define AFX_SIZEDLG_H__336DB560_4538_11D4_B4B3_0060087C0CAA__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // SizeDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CSizeDlg dialog class CSizeDlg : public CDialog { // Construction public: CSizeDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CSizeDlg) enum { IDD = IDD_RANGE }; CScrollBar m_ScrollBar; int m_nValue; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CSizeDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CSizeDlg) virtual BOOL OnInitDialog(); afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SIZEDLG_H__336DB560_4538_11D4_B4B3_0060087C0CAA__INCLUDED_)