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

  1. //{{AFX_INCLUDES()
  2. #include "cell.h"
  3. //}}AFX_INCLUDES
  4. #if !defined(AFX_FACEDLG_H__2119A262_CE62_11D1_8DD8_444553540000__INCLUDED_)
  5. #define AFX_FACEDLG_H__2119A262_CE62_11D1_8DD8_444553540000__INCLUDED_
  6.  
  7. #if _MSC_VER >= 1000
  8. #pragma once
  9. #endif // _MSC_VER >= 1000
  10. // FaceDlg.h : header file
  11. //
  12.  
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CFaceDlg dialog
  15.  
  16. class CFaceDlg : public CDialog
  17. {
  18. // Construction
  19. public:
  20.     CFaceDlg(CWnd* pParent = NULL);   // standard constructor
  21.  
  22. // Dialog Data
  23.     //{{AFX_DATA(CFaceDlg)
  24.     enum { IDD = IDD_FACE_DIALOG };
  25.     BOOL    m_collabel;
  26.     BOOL    m_hscroll;
  27.     BOOL    m_pagelabel;
  28.     BOOL    m_rowlabel;
  29.     BOOL    m_vscroll;
  30.     CCell    m_ctrl;
  31.     BOOL    m_border;
  32.     //}}AFX_DATA
  33.  
  34.  
  35. // Overrides
  36.     // ClassWizard generated virtual function overrides
  37.     //{{AFX_VIRTUAL(CFaceDlg)
  38.     protected:
  39.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  40.     //}}AFX_VIRTUAL
  41.  
  42. // Implementation
  43. protected:
  44.  
  45.     // Generated message map functions
  46.     //{{AFX_MSG(CFaceDlg)
  47.     afx_msg void OnCheckCollabel();
  48.     afx_msg void OnCheckHscroll();
  49.     afx_msg void OnCheckPagelabel();
  50.     afx_msg void OnCheckRowlabel();
  51.     afx_msg void OnCheckVscroll();
  52.     afx_msg void OnCheckBorder();
  53.     //}}AFX_MSG
  54.     DECLARE_MESSAGE_MAP()
  55. };
  56.  
  57. //{{AFX_INSERT_LOCATION}}
  58. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  59.  
  60. #endif // !defined(AFX_FACEDLG_H__2119A262_CE62_11D1_8DD8_444553540000__INCLUDED_)
  61.