// BmpWnd.h : header file // ///////////////////////////////////////////////////////////////////////////// // CBitmapWnd dialog //{{AFX_INCLUDES() //}}AFX_INCLUDES class CBitmapWnd : public CDialog { // Construction public: int SendCloseWndCmd (); ILEADRasterIO * m_pltRasIO; CBitmapWnd(CWnd* pParent = NULL); // standard constructor short SaveToFile(CString csFile, short nFormat, short nBitsPerPixel, short nQFactor, BOOL bMultiPage); CNETCMDDlg *m_pOwner; // Dialog Data //{{AFX_DATA(CBitmapWnd) enum { IDD = IDD_BITMAPWND }; CLEADRasterView m_LEAD1; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CBitmapWnd) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation public: short m_iComputer; protected: // Generated message map functions //{{AFX_MSG(CBitmapWnd) afx_msg void OnSize(UINT nType, int cx, int cy); afx_msg void OnActivate(UINT nState, CWnd* pWndOther, BOOL bMinimized); virtual BOOL OnInitDialog(); afx_msg void OnDestroy(); afx_msg void OnClose(); //}}AFX_MSG DECLARE_MESSAGE_MAP() };