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

  1. #if !defined(AFX_TRACKERCONTROLS_H__B1D5281F_CAEB_4DE4_AC8F_06438CE818A8__INCLUDED_)
  2. #define AFX_TRACKERCONTROLS_H__B1D5281F_CAEB_4DE4_AC8F_06438CE818A8__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // TrackerControls.h : header file
  8. //
  9. #include "MyDialogBar.h"
  10.  
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CTrackerControls dialog
  13.  
  14. class CTrackerControls : public CMyDialogBar
  15. {
  16. // Construction
  17. public:
  18.     CTrackerControls();   // standard constructor
  19.  
  20. // Dialog Data
  21.     //{{AFX_DATA(CTrackerControls)
  22.     enum { IDD = IDD_DIALOG_TRACKER_CNTRL };
  23.     int        m_pjumpEdit;
  24.     float    m_cpuUsage;
  25.     BOOL    m_scrollData;
  26.     int        m_bpm;
  27.     int        m_pattick;
  28.     int        m_seqtick;
  29.     int        m_defvelocity;
  30.     //}}AFX_DATA
  31.  
  32.  
  33. // Overrides
  34.     // ClassWizard generated virtual function overrides
  35.     //{{AFX_VIRTUAL(CTrackerControls)
  36.     protected:
  37.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  38.     virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  39.     //}}AFX_VIRTUAL
  40.  
  41. // Implementation
  42. protected:
  43. //  virtual LRESULT WindowProc( UINT message, WPARAM wParam, LPARAM lParam );
  44.   
  45.     // Generated message map functions
  46.     //{{AFX_MSG(CTrackerControls)
  47.     afx_msg void OnCheckPlayScroll();
  48.     afx_msg void OnSize(UINT nType, int cx, int cy);
  49.     afx_msg void OnCancelMode();
  50.     //}}AFX_MSG
  51.     DECLARE_MESSAGE_MAP()
  52. };
  53.  
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  56.  
  57. #endif // !defined(AFX_TRACKERCONTROLS_H__B1D5281F_CAEB_4DE4_AC8F_06438CE818A8__INCLUDED_)
  58.