#if !defined(AFX_CELLPROPEDLG_H__24F06B9A_B5B2_4750_8FF2_2F47FF9A4022__INCLUDED_) #define AFX_CELLPROPEDLG_H__24F06B9A_B5B2_4750_8FF2_2F47FF9A4022__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // CellPropeDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CCellPropDlg dialog class CCellPropDlg : public CDialog { private: LImageViewer *m_pImageViewer; DISPCELLPROPERTIES m_ImageViewerCellProps; // Construction public: CCellPropDlg(LImageViewer *pImageViewer, CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CCellPropDlg) enum { IDD = IDD_CELLPROP_DLG }; CComboBox m_cmbShowRuler; CCustomEditCtrl m_edtCols; CCustomEditCtrl m_edtRows; BOOL m_bShowTag; BOOL m_bFitImage; BOOL m_bApplyAll; BOOL m_bMove; int m_nApplyCellType; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CCellPropDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CCellPropDlg) virtual BOOL OnInitDialog(); afx_msg void OnApply(); virtual void OnOK(); afx_msg void OnReset(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_CELLPROPEDLG_H__24F06B9A_B5B2_4750_8FF2_2F47FF9A4022__INCLUDED_)