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

  1. #if !defined(AFX_PROPPAGEEDITOR_H__891DCB19_6474_4BEA_A8CB_52291C7D0702__INCLUDED_)
  2. #define AFX_PROPPAGEEDITOR_H__891DCB19_6474_4BEA_A8CB_52291C7D0702__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // PropPageEditor.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CPropPageEditor dialog
  12.  
  13. class CPropPageEditor : public CPropertyPage
  14. {
  15.     DECLARE_DYNCREATE(CPropPageEditor)
  16.  
  17. // Construction
  18. public:
  19.     CPropPageEditor();
  20.     ~CPropPageEditor();
  21.  
  22. // Dialog Data
  23.     //{{AFX_DATA(CPropPageEditor)
  24.     enum { IDD = IDD_PROPPAGE_EDITOR };
  25.     int        m_patposadd;
  26.     int        m_chanposadd;
  27.     //}}AFX_DATA
  28.  
  29.  
  30. // Overrides
  31.     // ClassWizard generate virtual function overrides
  32.     //{{AFX_VIRTUAL(CPropPageEditor)
  33.     public:
  34.     virtual BOOL OnApply();
  35.     protected:
  36.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  37.     //}}AFX_VIRTUAL
  38.  
  39. // Implementation
  40. protected:
  41.     // Generated message map functions
  42.     //{{AFX_MSG(CPropPageEditor)
  43.     virtual BOOL OnInitDialog();
  44.     afx_msg void OnChangeEdit2();
  45.     afx_msg void OnChangeEdit1();
  46.     //}}AFX_MSG
  47.     DECLARE_MESSAGE_MAP()
  48.  
  49. };
  50.  
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53.  
  54. #endif // !defined(AFX_PROPPAGEEDITOR_H__891DCB19_6474_4BEA_A8CB_52291C7D0702__INCLUDED_)
  55.