home *** CD-ROM | disk | FTP | other *** search
- //{{AFX_INCLUDES()
- #include "cell.h"
- //}}AFX_INCLUDES
- #if !defined(AFX_INPUTDLG_H__7FD45946_CFDD_11D1_8DD8_444553540000__INCLUDED_)
- #define AFX_INPUTDLG_H__7FD45946_CFDD_11D1_8DD8_444553540000__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // InputDlg.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CInputDlg dialog
-
- class CInputDlg : public CDialog
- {
- // Construction
- public:
- CInputDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CInputDlg)
- enum { IDD = IDD_DIALOG_INPUT };
- BOOL m_dynamic;
- CCell m_ctrl;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CInputDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CInputDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnCheck1();
- afx_msg void OnOnAllowEditCellVBSSgctrl1(long col, long row, VARIANT FAR* allow);
- afx_msg void OnOnAllowDeleteCellSgctrl1(long col, long row, VARIANT FAR* allow);
- afx_msg void OnOnSetCellDataSgctrl1(long col, long row, VARIANT FAR* data, VARIANT FAR* changed);
- DECLARE_EVENTSINK_MAP()
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_INPUTDLG_H__7FD45946_CFDD_11D1_8DD8_444553540000__INCLUDED_)
-