Initial commit.
[CMakeLuaTailorHgBridge.git] / CMakeLua / Source / MFCDialog / MakeHelp.h
blobfb1e55093ec3f226053b4cbb46f9ac75cff0bd49
1 /*=========================================================================
3 Program: CMake - Cross-Platform Makefile Generator
4 Module: $RCSfile: MakeHelp.h,v $
5 Language: C++
6 Date: $Date: 2002/10/23 22:03:27 $
7 Version: $Revision: 1.3 $
9 Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved.
10 See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
12 This software is distributed WITHOUT ANY WARRANTY; without even
13 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
14 PURPOSE. See the above copyright notices for more information.
16 =========================================================================*/
17 #if !defined(AFX_MAKEHELP_H__DD327AED_1E65_43E8_A605_0933065D1757__INCLUDED_)
18 #define AFX_MAKEHELP_H__DD327AED_1E65_43E8_A605_0933065D1757__INCLUDED_
20 #if _MSC_VER > 1000
21 #pragma once
22 #endif // _MSC_VER > 1000
23 // MakeHelp.h : header file
26 /////////////////////////////////////////////////////////////////////////////
27 // CMakeHelp dialog
29 class CMakeHelp : public CDialog
31 // Construction
32 public:
33 CMakeHelp(CWnd* pParent = NULL); // standard constructor
35 // Dialog Data
36 //{{AFX_DATA(CMakeHelp)
37 enum { IDD = IDD_CMAKE_HELP_DIALOG };
38 CString m_HelpMessage;
39 //}}AFX_DATA
42 // Overrides
43 // ClassWizard generated virtual function overrides
44 //{{AFX_VIRTUAL(CMakeHelp)
45 protected:
46 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
47 //}}AFX_VIRTUAL
49 // Implementation
50 protected:
52 // Generated message map functions
53 //{{AFX_MSG(CMakeHelp)
54 // NOTE: the ClassWizard will add member functions here
55 //}}AFX_MSG
56 DECLARE_MESSAGE_MAP()
59 //{{AFX_INSERT_LOCATION}}
60 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
62 #endif // !defined(AFX_MAKEHELP_H__DD327AED_1E65_43E8_A605_0933065D1757__INCLUDED_)