#if !defined(AFX_CELLPROPEDLG_H__039272B7_1AF8_44C9_A812_6CD3540AB229__INCLUDED_) #define AFX_CELLPROPEDLG_H__039272B7_1AF8_44C9_A812_6CD3540AB229__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // CellPropeDlg.h : header file // #include "MSVC5ConViewDoc.h" #include "MSVC5ConViewView.h" ///////////////////////////////////////////////////////////////////////////// // CCellPropeDlg dialog class CCellPropeDlg : public CDialog { // Construction public: CCellPropeDlg(CWnd* pParent = NULL); // standard constructor CConViewView * m_pView; VOID SetCellProp(INT nIndex); VOID Apply(); // Dialog Data //{{AFX_DATA(CCellPropeDlg) enum { IDD = IDD_CELLPROP_DLG }; CCustomEditCtrl m_edtRows; CCustomEditCtrl m_edtCols; CComboBox m_cmbShowRuler; int m_ApplyCellType; BOOL m_bShowTag; BOOL m_bFitImage; UINT m_uCols; UINT m_uRows; BOOL m_bMove; BOOL m_bApplyWAll; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CCellPropeDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CCellPropeDlg) virtual BOOL OnInitDialog(); afx_msg void OnApply(); virtual void OnOK(); afx_msg void OnRest(); //}}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__039272B7_1AF8_44C9_A812_6CD3540AB229__INCLUDED_)