Source code of Windows XP (NT5)
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.

74 lines
2.0 KiB

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1994 - 1998.
  5. //
  6. // File: LocPkg.h
  7. //
  8. // Contents: local and deployment platform property page
  9. //
  10. // Classes: CLocPkg
  11. //
  12. // History: 03-14-1998 stevebl Commented
  13. //
  14. //---------------------------------------------------------------------------
  15. #if !defined(AFX_LOCPKG_H__DE2C8019_91E4_11D1_984E_00C04FB9603F__INCLUDED_)
  16. #define AFX_LOCPKG_H__DE2C8019_91E4_11D1_984E_00C04FB9603F__INCLUDED_
  17. #if _MSC_VER >= 1000
  18. #pragma once
  19. #endif // _MSC_VER >= 1000
  20. /////////////////////////////////////////////////////////////////////////////
  21. // CLocPkg dialog
  22. class CLocPkg : public CPropertyPage
  23. {
  24. DECLARE_DYNCREATE(CLocPkg)
  25. // Construction
  26. public:
  27. CLocPkg();
  28. ~CLocPkg();
  29. CLocPkg ** m_ppThis;
  30. // Dialog Data
  31. //{{AFX_DATA(CLocPkg)
  32. enum { IDD = IDD_LOCALE_PACKAGE };
  33. BOOL m_fIA64;
  34. BOOL m_fX86;
  35. //}}AFX_DATA
  36. CAppData * m_pData;
  37. IClassAdmin * m_pIClassAdmin;
  38. LONG_PTR m_hConsoleHandle;
  39. MMC_COOKIE m_cookie;
  40. // Overrides
  41. // ClassWizard generate virtual function overrides
  42. //{{AFX_VIRTUAL(CLocPkg)
  43. public:
  44. virtual BOOL OnApply();
  45. protected:
  46. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  47. virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
  48. //}}AFX_VIRTUAL
  49. // Implementation
  50. protected:
  51. // Generated message map functions
  52. //{{AFX_MSG(CLocPkg)
  53. virtual BOOL OnInitDialog();
  54. afx_msg void OnChange();
  55. afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
  56. //}}AFX_MSG
  57. DECLARE_MESSAGE_MAP()
  58. };
  59. //{{AFX_INSERT_LOCATION}}
  60. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  61. #endif // !defined(AFX_LOCPKG_H__DE2C8019_91E4_11D1_984E_00C04FB9603F__INCLUDED_)