/Visual Studio 2008/MFCCOMClient/MFCCreateCOMPage.h
# · C Header · 39 lines · 14 code · 8 blank · 17 comment · 0 complexity · 55ba2a28b9185cf3c74c39a90ef88c33 MD5 · raw file
- /****************************** Module Header ******************************\
- * Module Name: MFCCreateCOMPage.h
- * Project: MFCCOMClient
- * Copyright (c) Microsoft Corporation.
- *
- *
- *
- * This source is subject to the Microsoft Public License.
- * See http://www.microsoft.com/opensource/licenses.mspx#Ms-PL.
- * All other rights reserved.
- *
- * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
- * EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
- \***************************************************************************/
-
- #pragma once
-
-
- // CMFCCreateCOMPage dialog
-
- class CMFCCreateCOMPage : public CDialog
- {
- DECLARE_DYNAMIC(CMFCCreateCOMPage)
-
- public:
- CMFCCreateCOMPage(CWnd* pParent = NULL); // standard constructor
- virtual ~CMFCCreateCOMPage();
-
- // Dialog Data
- enum { IDD = IDD_CREATECOM_PAGE };
-
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
-
- DECLARE_MESSAGE_MAP()
- public:
- afx_msg void OnBnClickedATLExeCOMServerButton();
- };