/Visual Studio 2008/MFCCOMClient/MFCCreateCOMPage.h

# · C Header · 39 lines · 14 code · 8 blank · 17 comment · 0 complexity · 55ba2a28b9185cf3c74c39a90ef88c33 MD5 · raw file

  1. /****************************** Module Header ******************************\
  2. * Module Name: MFCCreateCOMPage.h
  3. * Project: MFCCOMClient
  4. * Copyright (c) Microsoft Corporation.
  5. *
  6. *
  7. *
  8. * This source is subject to the Microsoft Public License.
  9. * See http://www.microsoft.com/opensource/licenses.mspx#Ms-PL.
  10. * All other rights reserved.
  11. *
  12. * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
  13. * EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
  14. * WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
  15. \***************************************************************************/
  16. #pragma once
  17. // CMFCCreateCOMPage dialog
  18. class CMFCCreateCOMPage : public CDialog
  19. {
  20. DECLARE_DYNAMIC(CMFCCreateCOMPage)
  21. public:
  22. CMFCCreateCOMPage(CWnd* pParent = NULL); // standard constructor
  23. virtual ~CMFCCreateCOMPage();
  24. // Dialog Data
  25. enum { IDD = IDD_CREATECOM_PAGE };
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  28. DECLARE_MESSAGE_MAP()
  29. public:
  30. afx_msg void OnBnClickedATLExeCOMServerButton();
  31. };