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

  1. #if !defined(AFX_INSERTBASEDLG_H__7161794F_46C2_4AC8_B340_535958886A34__INCLUDED_)
  2. #define AFX_INSERTBASEDLG_H__7161794F_46C2_4AC8_B340_535958886A34__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // InsertBaseDlg.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CInsertBaseDlg dialog
  12. #include "isSynth.h"
  13.  
  14. class CInsertBaseDlg : public CDialog
  15. {
  16. public:
  17.     isSynth *synth;
  18.     isInstrument *instrument;
  19.     isVoice *voice;
  20.     isInsert *insert;
  21. // Construction
  22. public:
  23.     CInsertBaseDlg(UINT nIDTemplate, CWnd* pParentWnd = NULL);   // standard constructor
  24.     void SetVoice( isInsert *_insert,isVoice *_voice,isInstrument *_instr, isSynth *_synth);
  25.     virtual void UpdateInsertData();
  26.     
  27.  
  28. // Implementation
  29. protected:
  30.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  31. };
  32.  
  33. //{{AFX_INSERT_LOCATION}}
  34. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  35.  
  36. #endif // !defined(AFX_INSERTBASEDLG_H__7161794F_46C2_4AC8_B340_535958886A34__INCLUDED_)
  37.