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

  1. #if !defined(AFX_ARPEDITOR_H__B3107BAD_96EC_4841_B65D_4C915DF41CAD__INCLUDED_)
  2. #define AFX_ARPEDITOR_H__B3107BAD_96EC_4841_B65D_4C915DF41CAD__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // ArpEditor.h : header file
  8. //
  9.  
  10. #include "AEWindow.h"
  11. class isInstrument;
  12.  
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CArpEditor dialog
  15.  
  16. class CArpEditor : public CDialog
  17. {
  18. // Construction
  19. public:
  20.     CArpEditor(CWnd* pParent = NULL);   // standard constructor
  21.  
  22. // Dialog Data
  23.     //{{AFX_DATA(CArpEditor)
  24.     enum { IDD = IDD_DIALOG_AEDIT };
  25.     CEdit    m_edit_ctrl;
  26.     CSpinButtonCtrl    m_buddy;
  27.     int        m_ticksperrow;
  28.     //}}AFX_DATA
  29.  
  30.     isInstrument *m_instrument;
  31.  
  32.  
  33. // Overrides
  34.     // ClassWizard generated virtual function overrides
  35.     //{{AFX_VIRTUAL(CArpEditor)
  36.     public:
  37.     virtual BOOL DestroyWindow();
  38.     protected:
  39.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  40.     //}}AFX_VIRTUAL
  41.  
  42.  
  43. // Implementation
  44. protected:
  45.     
  46.     CAEWindow *m_aewindow;
  47.  
  48.     // Generated message map functions
  49.     //{{AFX_MSG(CArpEditor)
  50.     virtual BOOL OnInitDialog();
  51.     afx_msg void OnChangeEdit1();
  52.     //}}AFX_MSG
  53.     DECLARE_MESSAGE_MAP()
  54. };
  55.  
  56. //{{AFX_INSERT_LOCATION}}
  57. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  58.  
  59. #endif // !defined(AFX_ARPEDITOR_H__B3107BAD_96EC_4841_B65D_4C915DF41CAD__INCLUDED_)
  60.