5#include "Stroika/Foundation/StroikaPreComp.h"
9#include "LedLineItView.h"
12#include "LedLineItDocFrame.h"
15using namespace Stroika::Frameworks::Led;
22IMPLEMENT_DYNCREATE (LedLineItDocFrame, CMDIChildWnd)
23BEGIN_MESSAGE_MAP (LedLineItDocFrame, LedLineItDocFrame::inherited)
27int LedLineItDocFrame::OnCreate (LPCREATESTRUCT lpCreateStruct)
31 if (inherited::OnCreate (lpCreateStruct) == -1) {
39 CMDIFrameWnd* owningFrame = GetMDIFrame ();
41 if (owningFrame->MDIGetActive () == NULL) {
42 ::SetWindowLong (m_hWnd, GWL_STYLE, GetStyle () | WS_MAXIMIZE);
#define RequireNotNull(p)