// ConView.h : main header file for the CONVIEW application // #if !defined(AFX_CONVIEW_H__2F289A51_6CFF_4768_9BA9_93C62AE17055__INCLUDED_) #define AFX_CONVIEW_H__2F289A51_6CFF_4768_9BA9_93C62AE17055__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #ifndef __AFXWIN_H__ #error include 'stdafx.h' before including this file for PCH #endif #include "resource.h" // main symbols #include "picture.h" ///////////////////////////////////////////////////////////////////////////// // CConViewApp: // See ConView.cpp for the implementation of this class // class CConViewApp : public CWinApp { public: CConViewApp(); int m_nPageNum; ILEADRasterIO * m_pRasterIO; ILEADRasterDlgFile * m_pRasterDlgFile; ILEADRasterDlgKrn * m_pRasterDlgKrn; ILEADRasterDlgClr * m_pRasterDlgClr; POSITION m_Pos; ILEADRaster * m_pRaster; CRasterFileDialogSink * m_pRasterFileDlgSink; DWORD m_dwCookie; INT SearchForFirstSelectedCell(); VOID AddSupString(CComboBox * pComboBox); VOID AddVirtualKeyString(CComboBox * pComboBox); HICON IPictureDispTohIcon(IPictureDisp * pVal); INT GetVirtualKey(CComboBox * pComboBox); IPictureDisp * hIconToIPictureDisp(HICON hIcon); int GetIconFileName(TCHAR * m_FileName, HWND hWnd); COLORREF ShowColorDlg (COLORREF crInitial, HWND hWnd); void RepaintButton(CWnd * ButtonWnd, INT id ,COLORREF ColorRef); VOID GetKeyboardInfo(CComboBox * pComboBox, CComboBox * pModComboBox, INT uVk, INT uModifier); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CConViewApp) public: virtual BOOL InitInstance(); virtual int ExitInstance(); //}}AFX_VIRTUAL // Implementation //{{AFX_MSG(CConViewApp) afx_msg void OnAppAbout(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_CONVIEW_H__2F289A51_6CFF_4768_9BA9_93C62AE17055__INCLUDED_)