home *** CD-ROM | disk | FTP | other *** search
/ Large Pack of OldSkool DOS MOD Trackers / beaversweeper_v101.zip / src / InsertDist.h < prev    next >
C/C++ Source or Header  |  2003-01-06  |  1KB  |  55 lines

  1. #if !defined(AFX_INSERTDIST_H__BF329DAC_B51E_4B49_9D1A_A711D1598CF3__INCLUDED_)
  2. #define AFX_INSERTDIST_H__BF329DAC_B51E_4B49_9D1A_A711D1598CF3__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // InsertDist.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CInsertDist dialog
  12.  
  13. #include "InsertBaseDlg.h"
  14.  
  15.  
  16. class CInsertDist : public CInsertBaseDlg
  17. {
  18. // Construction
  19. public:
  20.     CInsertDist(CWnd* pParent = NULL);   // standard constructor
  21.     virtual void UpdateInsertData();
  22.     void SetCntrlData(void);
  23.     void ReadCntrlData(void);
  24.     
  25. // Dialog Data
  26.     //{{AFX_DATA(CInsertDist)
  27.     enum { IDD = IDD_DIALOG_INSERTDIST };
  28.     CSliderCtrl    m_amountslider;
  29.     CStatic    m_distamount;
  30.     //}}AFX_DATA
  31.  
  32.  
  33. // Overrides
  34.     // ClassWizard generated virtual function overrides
  35.     //{{AFX_VIRTUAL(CInsertDist)
  36.     protected:
  37.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  38.     //}}AFX_VIRTUAL
  39.  
  40. // Implementation
  41. protected:
  42.  
  43.     // Generated message map functions
  44.     //{{AFX_MSG(CInsertDist)
  45.     afx_msg void OnRadio();
  46.     afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
  47.     //}}AFX_MSG
  48.     DECLARE_MESSAGE_MAP()
  49. };
  50.  
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53.  
  54. #endif // !defined(AFX_INSERTDIST_H__BF329DAC_B51E_4B49_9D1A_A711D1598CF3__INCLUDED_)
  55.