#if !defined(AFX_FREEZECELLDLG_H__D55CFFE6_8D37_4FA2_B350_8F8D093F0EF1__INCLUDED_) #define AFX_FREEZECELLDLG_H__D55CFFE6_8D37_4FA2_B350_8F8D093F0EF1__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // FreezeCellDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CFreezeCellDlg dialog class CFreezeCellDlg : public CDialog { private: L_INT m_nCellCount; BOOL m_bFreeze; LImageViewer *m_pImageViewer; public: CFreezeCellDlg(LImageViewer * pImageViewer, CWnd* pParent = NULL); // standard constructor BOOL GetFreeze(); // Dialog Data //{{AFX_DATA(CFreezeCellDlg) enum { IDD = IDD_FREEZECELL_DLG }; CComboBox m_cmbAction; UINT m_nCellIndex; int m_nApplyAll; //}}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 OnFreezeAllCells(); afx_msg void OnFreezCell(); afx_msg void OnApply(); virtual void OnOK(); afx_msg void OnSelChangeFreeze(); //}}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__D55CFFE6_8D37_4FA2_B350_8F8D093F0EF1__INCLUDED_)