// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ // NOTE: Do not modify the contents of this file. If this class is regenerated by // Microsoft Visual C++, your modifications will be overwritten. #include "stdafx.h" #include "spreadsheet1.h" ///////////////////////////////////////////////////////////////////////////// // CSpreadsheet1 IMPLEMENT_DYNCREATE(CSpreadsheet1, CWnd) ///////////////////////////////////////////////////////////////////////////// // CSpreadsheet1 properties ///////////////////////////////////////////////////////////////////////////// // CSpreadsheet1 operations BEGIN_MESSAGE_MAP(CSpreadsheet1, CWnd) ON_WM_SIZE() END_MESSAGE_MAP() void CSpreadsheet1::OnSize(UINT nType, int cx, int cy) { CWnd::OnSize(nType, cx, cy); // TODO: Add your message handler code here }