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

  1. //{{AFX_INCLUDES()
  2. #include "cell.h"
  3. //}}AFX_INCLUDES
  4. #if !defined(AFX_INPUTDLG_H__7FD45946_CFDD_11D1_8DD8_444553540000__INCLUDED_)
  5. #define AFX_INPUTDLG_H__7FD45946_CFDD_11D1_8DD8_444553540000__INCLUDED_
  6.  
  7. #if _MSC_VER >= 1000
  8. #pragma once
  9. #endif // _MSC_VER >= 1000
  10. // InputDlg.h : header file
  11. //
  12.  
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CInputDlg dialog
  15.  
  16. class CInputDlg : public CDialog
  17. {
  18. // Construction
  19. public:
  20.     CInputDlg(CWnd* pParent = NULL);   // standard constructor
  21.  
  22. // Dialog Data
  23.     //{{AFX_DATA(CInputDlg)
  24.     enum { IDD = IDD_DIALOG_INPUT };
  25.     BOOL    m_dynamic;
  26.     CCell    m_ctrl;
  27.     //}}AFX_DATA
  28.  
  29.  
  30. // Overrides
  31.     // ClassWizard generated virtual function overrides
  32.     //{{AFX_VIRTUAL(CInputDlg)
  33.     protected:
  34.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35.     //}}AFX_VIRTUAL
  36.  
  37. // Implementation
  38. protected:
  39.  
  40.     // Generated message map functions
  41.     //{{AFX_MSG(CInputDlg)
  42.     virtual BOOL OnInitDialog();
  43.     afx_msg void OnCheck1();
  44.     afx_msg void OnOnAllowEditCellVBSSgctrl1(long col, long row, VARIANT FAR* allow);
  45.     afx_msg void OnOnAllowDeleteCellSgctrl1(long col, long row, VARIANT FAR* allow);
  46.     afx_msg void OnOnSetCellDataSgctrl1(long col, long row, VARIANT FAR* data, VARIANT FAR* changed);
  47.     DECLARE_EVENTSINK_MAP()
  48.     //}}AFX_MSG
  49.     DECLARE_MESSAGE_MAP()
  50. };
  51.  
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  54.  
  55. #endif // !defined(AFX_INPUTDLG_H__7FD45946_CFDD_11D1_8DD8_444553540000__INCLUDED_)
  56.