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

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