#if !defined(AFX_HELPDLG_H__3C5A5EA1_0257_11D3_B1F4_006008A6BBCE__INCLUDED_) #define AFX_HELPDLG_H__3C5A5EA1_0257_11D3_B1F4_006008A6BBCE__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // HelpDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CHelpDlg dialog class CHelpDlg : public CDialog { // Construction public: CHelpDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CHelpDlg) enum { IDD = IDD_HELP_DLG }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CHelpDlg) public: virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL); virtual int DoModal(); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam); virtual BOOL OnInitDialog(); //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CHelpDlg) afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor); afx_msg void OnPaint(); afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_HELPDLG_H__3C5A5EA1_0257_11D3_B1F4_006008A6BBCE__INCLUDED_)