#if !defined(AFX_FREEZECELLDLG_H__63CD543A_84F6_4256_ACB8_FDFB18D0A7DD__INCLUDED_) #define AFX_FREEZECELLDLG_H__63CD543A_84F6_4256_ACB8_FDFB18D0A7DD__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // FreezeCellDlg.h : header file // #include "MSVC5ConViewDoc.h" #include "MSVC5ConViewView.h" ///////////////////////////////////////////////////////////////////////////// // CFreezeCellDlg dialog class CFreezeCellDlg : public CDialog { // Construction public: CFreezeCellDlg(CWnd* pParent = NULL); // standard constructor CConViewView * m_pView; // Dialog Data //{{AFX_DATA(CFreezeCellDlg) enum { IDD = IDD_FREEZECELL_DLG }; CCustomEditCtrl m_edtCellIndex; CComboBox m_cmbAction; int m_uCellIndex; int m_RadAppend; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CFreezeCellDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CFreezeCellDlg) virtual BOOL OnInitDialog(); afx_msg void OnInsertcellInsertRad(); afx_msg void OnInsertcellAppendRad(); virtual void OnOK(); afx_msg void OnChangeInsertcellIndexEdt(); afx_msg void OnApply(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_FreezeCellDlg_H__BD209A96_C345_46A8_971E_D52113983464__INCLUDED_)