Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.2 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1997
  6. //
  7. // File: simprop3.h
  8. //
  9. //--------------------------------------------------------------------------
  10. // SimProp3.h : header file
  11. #ifdef _DEBUG
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CSimOtherPropPage property page
  14. class CSimOtherPropPage : public CSimPropPage
  15. {
  16. friend CSimData;
  17. public:
  18. CSimOtherPropPage(); // standard constructor
  19. // Dialog Data
  20. //{{AFX_DATA(CSimOtherPropPage)
  21. enum { IDD = IDD_SIM_PROPPAGE_OTHERS };
  22. // NOTE: the ClassWizard will add data members here
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CSimOtherPropPage)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. // Generated message map functions
  33. //{{AFX_MSG(CSimOtherPropPage)
  34. afx_msg void OnButtonAdd();
  35. afx_msg void OnButtonEdit();
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. protected:
  39. }; // CSimOtherPropPage
  40. #endif // _DEBUG