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

  1. #if !defined(AFX_MODULATORMAIN_H__BD90E9C9_F313_42EE_85F6_F38B94EBC208__INCLUDED_)
  2. #define AFX_MODULATORMAIN_H__BD90E9C9_F313_42EE_85F6_F38B94EBC208__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // ModulatorMain.h : header file
  8. //
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CModulatorMain dialog
  11.  
  12. #include "voicebasedlg.h"
  13. #include "modulatebasedlg.h"
  14.  
  15. class CInstrEditor;
  16. class CModulatorMain : public CVoiceBaseDlg
  17. {
  18. // Construction
  19. public:
  20.     int curselmod;
  21.     void UpdateModulatorList(void);
  22.     void SetCurrentTab ();
  23.     CModulateBaseDlg *enved,*lfoed,*cntred,*current;
  24.     CModulatorMain(CWnd* pParent = NULL);   // standard constructor
  25.     CInstrEditor *ownerDlg;
  26.  
  27.   virtual void UpdateVoiceData();
  28.  
  29. // Dialog Data
  30.     //{{AFX_DATA(CModulatorMain)
  31.     enum { IDD = IDD_DIALOG_MODULATEMAIN };
  32.     CButton    m_modwin;
  33.     CListBox    m_modlist;
  34.     //}}AFX_DATA
  35.  
  36.  
  37. // Overrides
  38.     // ClassWizard generated virtual function overrides
  39.     //{{AFX_VIRTUAL(CModulatorMain)
  40.     protected:
  41.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  42.     //}}AFX_VIRTUAL
  43.  
  44. // Implementation
  45. protected:
  46.  
  47.     // Generated message map functions
  48.     //{{AFX_MSG(CModulatorMain)
  49.     virtual BOOL OnInitDialog();
  50.     afx_msg void OnSelchangeTabModulatortypes(NMHDR* pNMHDR, LRESULT* pResult);
  51.     afx_msg void OnButtonNewmodulator();
  52.     afx_msg void OnSelchangeListModlist();
  53.     afx_msg void OnButtonDelmodulator();
  54.     //}}AFX_MSG
  55.     DECLARE_MESSAGE_MAP()
  56. };
  57.  
  58. //{{AFX_INSERT_LOCATION}}
  59. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  60.  
  61. #endif // !defined(AFX_MODULATORMAIN_H__BD90E9C9_F313_42EE_85F6_F38B94EBC208__INCLUDED_)
  62.