home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / Cell Control / DATA1.CAB / VCDEMO_Files / FuncGuideDlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-01-11  |  1.3 KB  |  50 lines

  1. #if !defined(AFX_FUNCGUIDEDLG_H__BDF456E2_2EB9_11D2_8DEE_0020AFD5440C__INCLUDED_)
  2. #define AFX_FUNCGUIDEDLG_H__BDF456E2_2EB9_11D2_8DEE_0020AFD5440C__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // FuncGuideDlg.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CFuncGuideDlg dialog
  12.  
  13. class CFuncGuideDlg : public CDialog
  14. {
  15. // Construction
  16. public:
  17.     CFuncGuideDlg(CWnd* pParent = NULL);   // standard constructor
  18.  
  19. // Dialog Data
  20.     //{{AFX_DATA(CFuncGuideDlg)
  21.     enum { IDD = IDD_DIALOG_FUNC_GUIDE };
  22.     CString    m_para1;
  23.     CString    m_para2;
  24.     CString    m_para3;
  25.     CString    m_para4;
  26.     //}}AFX_DATA
  27.  
  28.  
  29. // Overrides
  30.     // ClassWizard generated virtual function overrides
  31.     //{{AFX_VIRTUAL(CFuncGuideDlg)
  32.     protected:
  33.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34.     //}}AFX_VIRTUAL
  35.  
  36. // Implementation
  37. protected:
  38.  
  39.     // Generated message map functions
  40.     //{{AFX_MSG(CFuncGuideDlg)
  41.         // NOTE: the ClassWizard will add member functions here
  42.     //}}AFX_MSG
  43.     DECLARE_MESSAGE_MAP()
  44. };
  45.  
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  48.  
  49. #endif // !defined(AFX_FUNCGUIDEDLG_H__BDF456E2_2EB9_11D2_8DEE_0020AFD5440C__INCLUDED_)
  50.