Stroika Library 3.0d18
 
Loading...
Searching...
No Matches
LedItInPlaceFrame.h
1/*
2 * Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3 */
4
5#ifndef __LedItInPlaceFrame_h__
6#define __LedItInPlaceFrame_h__ 1
7
8#include "Stroika/Foundation/StroikaPreComp.h"
9
10DISABLE_COMPILER_MSC_WARNING_START (5054)
11#include <afxole.h>
12DISABLE_COMPILER_MSC_WARNING_END (5054)
13
14class LedItInPlaceFrame : public COleIPFrameWnd {
15 DECLARE_DYNCREATE (LedItInPlaceFrame)
16public:
17 LedItInPlaceFrame ();
18
19 // Attributes
20public:
21 // Operations
22public:
23 // Overrides
24 // ClassWizard generated virtual function overrides
25 //{{AFX_VIRTUAL(LedItInPlaceFrame)
26public:
27 virtual BOOL OnCreateControlBars (CFrameWnd* pWndFrame, CFrameWnd* pWndDoc);
28 virtual BOOL PreCreateWindow (CREATESTRUCT& cs);
29 //}}AFX_VIRTUAL
30
31 // Implementation
32public:
33 virtual ~LedItInPlaceFrame ();
34#ifdef _DEBUG
35 virtual void AssertValid () const;
36 virtual void Dump (CDumpContext& dc) const;
37#endif
38
39protected:
40 CToolBar m_wndToolBar;
41 COleResizeBar m_wndResizeBar;
42 COleDropTarget m_dropTarget;
43
44 // Generated message map functions
45protected:
46 //{{AFX_MSG(LedItInPlaceFrame)
47 afx_msg int OnCreate (LPCREATESTRUCT lpCreateStruct);
48 // NOTE - the ClassWizard will add and remove member functions here.
49 // DO NOT EDIT what you see in these blocks of generated code!
50 //}}AFX_MSG
51 DECLARE_MESSAGE_MAP ()
52};
53
54#endif /*__LedItInPlaceFrame_h__*/