#ifndef HELPMSGDLG_H #define HELPMSGDLG_H #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // CHelpMsgDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CHelpMsgDlg dialog class CHelpMsgDlg : public CDialog { // Construction public: CHelpMsgDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CHelpMsgDlg) enum { IDD = CLIPF_HELPMSGDLG_IDDLG }; //}}AFX_DATA protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support // Implementation protected: virtual BOOL OnInitDialog(); DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // HELPMSGDLG_H