#if !defined(AFX_CONPROPDLG_H__8060C148_49B5_4B70_8DBD_30FA96C2E4EE__INCLUDED_) #define AFX_CONPROPDLG_H__8060C148_49B5_4B70_8DBD_30FA96C2E4EE__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // ConPropDlg.h : header file // #include "MSVC5ConViewDoc.h" #include "MSVC5ConViewView.h" ///////////////////////////////////////////////////////////////////////////// // CConPropDlg dialog class CConPropDlg : public CDialog { // Construction public: CConPropDlg(CWnd* pParent = NULL); // standard constructor ILEADContainerViewerProperties * m_pConViewerProps ; CConViewView * m_pView; TCHAR m_FileName[MAX_PATH]; void SetConPropIcons(); void ApplyAll(); // Dialog Data //{{AFX_DATA(CConPropDlg) enum { IDD = IDD_CONDLG_DLG }; CCustomEditCtrl m_edtColumns; CCustomEditCtrl m_edtRow; CButton m_AllCursor; CButton m_VertCursor; CButton m_HorzCursor; CButton m_DefultCursor; CComboBox m_cmbBorderStyle; CComboBox m_cmbRulerStyle; CComboBox m_cmbTextQulity; BOOL m_bShowFreeze; BOOL m_bMaintainSize; UINT m_uRows; UINT m_uColumns; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CConPropDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CConPropDlg) virtual BOOL OnInitDialog(); afx_msg void OnConpropEmptyBtn(); afx_msg void OnConpropTextBtn(); afx_msg void OnConpropShadowBtn(); afx_msg void OnConpropActiveborderBtn(); afx_msg void OnConpropActivesubcellborderBtn(); afx_msg void OnConpropBackgroundBtn(); afx_msg void OnConpropRulerinBtn(); afx_msg void OnConpropRuleroutBtn(); afx_msg void OnConpropNonactiveBtn(); afx_msg void OnPaint(); afx_msg void OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct); afx_msg void OnConpropDefBtn(); afx_msg void OnConpropVertBtn(); afx_msg void OnConpropHorzBtn(); afx_msg void OnConpropAllBtn(); 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_CONPROPDLG_H__8060C148_49B5_4B70_8DBD_30FA96C2E4EE__INCLUDED_)