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.

81 lines
2.4 KiB

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1994 - 1998.
  5. //
  6. // File: Xforms.h
  7. //
  8. // Contents: modifications (transforms) property sheet
  9. //
  10. // Classes: XForms
  11. //
  12. // History: 03-14-1998 stevebl Commented
  13. //
  14. //---------------------------------------------------------------------------
  15. #if !defined(AFX_XFORMS_H__7AC6D087_9383_11D1_984E_00C04FB9603F__INCLUDED_)
  16. #define AFX_XFORMS_H__7AC6D087_9383_11D1_984E_00C04FB9603F__INCLUDED_
  17. #if _MSC_VER >= 1000
  18. #pragma once
  19. #endif // _MSC_VER >= 1000
  20. /////////////////////////////////////////////////////////////////////////////
  21. // CXforms dialog
  22. class CXforms : public CPropertyPage
  23. {
  24. DECLARE_DYNCREATE(CXforms)
  25. // Construction
  26. public:
  27. CXforms();
  28. ~CXforms();
  29. CXforms ** m_ppThis;
  30. // Dialog Data
  31. //{{AFX_DATA(CXforms)
  32. enum { IDD = IDD_MODIFICATIONS };
  33. // NOTE - ClassWizard will add data members here.
  34. // DO NOT EDIT what you see in these blocks of generated code !
  35. //}}AFX_DATA
  36. CAppData * m_pData;
  37. IClassAdmin * m_pIClassAdmin;
  38. LONG_PTR m_hConsoleHandle;
  39. MMC_COOKIE m_cookie;
  40. BOOL m_fModified;
  41. CScopePane * m_pScopePane;
  42. BOOL m_fPreDeploy;
  43. CString m_szInitialPackageName;
  44. // Overrides
  45. // ClassWizard generate virtual function overrides
  46. //{{AFX_VIRTUAL(CXforms)
  47. public:
  48. virtual BOOL OnApply();
  49. protected:
  50. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  51. virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
  52. //}}AFX_VIRTUAL
  53. // Implementation
  54. protected:
  55. void RefreshData();
  56. // Generated message map functions
  57. //{{AFX_MSG(CXforms)
  58. afx_msg void OnMoveUp();
  59. afx_msg void OnMoveDown();
  60. afx_msg void OnAdd();
  61. afx_msg void OnRemove();
  62. virtual BOOL OnInitDialog();
  63. afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
  64. //}}AFX_MSG
  65. DECLARE_MESSAGE_MAP()
  66. };
  67. //{{AFX_INSERT_LOCATION}}
  68. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  69. #endif // !defined(AFX_XFORMS_H__7AC6D087_9383_11D1_984E_00C04FB9603F__INCLUDED_)