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

  1. #if !defined(AFX_MODULATORNEW_H__EC799402_4486_49B8_BD4A_A5D60C6EF135__INCLUDED_)
  2. #define AFX_MODULATORNEW_H__EC799402_4486_49B8_BD4A_A5D60C6EF135__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // ModulatorNew.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CModulatorNew dialog
  12.  
  13. class CModulatorNew : public CDialog
  14. {
  15. // Construction
  16. public:
  17.     CModulatorNew(CWnd* pParent = NULL);   // standard constructor
  18.  
  19. // Dialog Data
  20.     //{{AFX_DATA(CModulatorNew)
  21.     enum { IDD = IDD_DIALOG_MODNEW };
  22.         // NOTE: the ClassWizard will add data members here
  23.     //}}AFX_DATA
  24.  
  25.  
  26. // Overrides
  27.     // ClassWizard generated virtual function overrides
  28.     //{{AFX_VIRTUAL(CModulatorNew)
  29.     protected:
  30.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  31.     //}}AFX_VIRTUAL
  32.  
  33. // Implementation
  34. protected:
  35.  
  36.     // Generated message map functions
  37.     //{{AFX_MSG(CModulatorNew)
  38.     afx_msg void OnButtonModnewenv();
  39.     afx_msg void OnButtonModnewlfo();
  40.     afx_msg void OnButtonModnewcntr();
  41.     virtual void OnCancel();
  42.     //}}AFX_MSG
  43.     DECLARE_MESSAGE_MAP()
  44. };
  45.  
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48.  
  49. #endif // !defined(AFX_MODULATORNEW_H__EC799402_4486_49B8_BD4A_A5D60C6EF135__INCLUDED_)
  50.