GME  13
PanningWindowWrapper.h
Go to the documentation of this file.
00001 #if !defined(AFX_PANNINGWINDOWWRAPPER_H__803661F9_1F2F_4592_99AD_85CD4504E4F4__INCLUDED_)
00002 #define AFX_PANNINGWINDOWWRAPPER_H__803661F9_1F2F_4592_99AD_85CD4504E4F4__INCLUDED_
00003 
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007 // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
00008 
00009 // NOTE: Do not modify the contents of this file.  If this class is regenerated by
00010 //  Microsoft Visual C++, your modifications will be overwritten.
00011 
00013 // CPanningWindowWrapper wrapper class
00014 
00015 #pragma warning(disable: 4100) // unreferenced formal parameter warning
00016 
00017 class CPanningWindowWrapper : public CWnd
00018 {
00019 protected:
00020         DECLARE_DYNCREATE(CPanningWindowWrapper)
00021 public:
00022         CLSID const& GetClsid()
00023         {
00024                 static CLSID const clsid
00025                         = { 0xB0C28BAA, 0x7E44, 0x404C, { 0xBE, 0xAD, 0x83, 0x73, 0x53, 0x56, 0xF1, 0xD2 } };
00026                 return clsid;
00027         }
00028         virtual BOOL Create(LPCTSTR lpszClassName,
00029                 LPCTSTR lpszWindowName, DWORD dwStyle,
00030                 const RECT& rect,
00031                 CWnd* pParentWnd, UINT nID,
00032                 CCreateContext* pContext = NULL)
00033         { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }
00034 
00035         BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
00036                 const RECT& rect, CWnd* pParentWnd, UINT nID,
00037                 CFile* pPersist = NULL, BOOL bStorage = FALSE,
00038                 BSTR bstrLicKey = NULL)
00039         { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
00040                 pPersist, bStorage, bstrLicKey); }
00041 
00042 // Attributes
00043 public:
00044 
00045 // Operations
00046 public:
00047         void SetBitmapDC(ULONGLONG ownerWnd, ULONGLONG bDC, ULONGLONG oldBmp,
00048                                          LONG orix, LONG oriy, LONG oriw, LONG orih,
00049                                          LONG rx, LONG ry, LONG rw, LONG rh,
00050                                          OLE_COLOR bkgrnd);
00051         void SetViewRect(LONG vrx, LONG vry, LONG vrw, LONG vrh);
00052         void AboutBox();
00053 };
00054 
00055 #pragma warning(default: 4100) // unreferenced formal parameter warning
00056 
00057 //{{AFX_INSERT_LOCATION}}
00058 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00059 
00060 #endif // !defined(AFX_PANNINGWINDOWWRAPPER_H__803661F9_1F2F_4592_99AD_85CD4504E4F4__INCLUDED_)