linecount_dll.zip
LineCount.chm
LineCount.dll
WWhizInterface.mod
linecount_src.zip
ExtrnSrc
Help
arrowrt.gif
Index.hhk
LineCount.chm
LineCount.hhp
mailto.gif
metl011.gif
PLC.gif
small_exclamation.gif
TOC.hhc
weblink.gif
LineCount.clw
LineCount.def
LineCount.dsp
LineCount.dsw
LineCount.odl
LineCount_VC5.dsp
LineCount_VC5.dsw
Release
LineCount.chm
LineCount.dll
WWhizInterface.mod
res
idr_main.ico
project.ico
TBarLrge.bmp
TBarMedm.bmp
title.ico
plc110src.zip [file error]
plc111.zip
LineCount.chm
LineCount.dll
WWhizInterfaceInstaller210Beta1.exe
plc111src.zip
LineCount.chm
LineCount.dll
Source
Debug
WWhizInterface2D.mod
ExtrnSrc
Help
.cvsignore
arrowrt.gif
Index.hhk
LineCount.hhp
mailto.gif
metl011.gif
PLC.gif
small_exclamation.gif
TOC.hhc
weblink.gif
LineCount.def
LineCount.dsp
LineCount.dsw
LineCount.odl
LineCount_VC5.dsp
LineCount_VC5.dsw
res
idr_main.ico
project.ico
TBarLrge.bmp
TBarMedm.bmp
title.ico
WWhizInterfaceInstaller210Beta1.exe
plc150.zip
LineCount.chm
LineCount.dll
Reports
SampleAnalysis.xls
Simple-BW.xsl
Simple-Color.xsl
WWhizInterfaceInstaller212.exe
plc150src.zip
LineCount.chm
LineCount.dll
SampleAnalysis.xls
Simple-BW.xsl
Simple-Color.xsl
WWhizInterface2D.mod
.cvsignore
arrowrt.gif
Index.hhk
info_dot_small.gif
linecount.hhp
mailto.gif
PLC.gif
small_exclamation.gif
TOC.hhc
weblink.gif
LineCount.clw
LineCount.def
LineCount.dsp
LineCount.dsw
LineCount.odl
HdrDownA.bmp
HdrUpA.bmp
idr_main.ico
info.ico
project.ico
TBarLrge.bmp
TBarMedm.bmp
title.ico
WWhizInterfaceInstaller212.exe
plc200.zip
LineCount.cab
WWhizInterface30VC6_1016.exe
plc200src.zip
.cvsignore
WWhizInterface2D.mod
ResizableLib
.cvsignore
ResizableLib.dsp
ResizableLib.dsw
.cvsignore
arrowrt.gif
Index.hhk
info_dot_small.gif
LineCount.hhp
mailto.gif
PLC.gif
small_exclamation.gif
TOC.hhc
weblink.gif
LineCount.def
LineCount.dsp
LineCount.dsw
LineCount.odl
ObjModelVC6
ObjModelVC7
dte.tlh
MSADDNDR.tlh
MSO.tlh
HdrDownA.bmp
HdrUpA.bmp
idr_main.ico
info.ico
lcgo.bmp
LineCountVC6.rgs
LineCountVC7.rgs
project.ico
TBarLrge.bmp
TBarMedm.bmp
title.ico
plc210.zip
SetupPLC210.exe
plc210src.zip
.cvsignore
WWhizInterface2D.mod
.cvsignore
ResizableLib.dsp
ResizableLib.dsw
.cvsignore
arrowrt.gif
Index.hhk
info_dot_small.gif
LineCount.hhp
mailto.gif
PLC.gif
small_exclamation.gif
TOC.hhc
weblink.gif
LineCount.def
LineCount.dsp
LineCount.dsw
LineCount.odl
dte.tlh
MSADDNDR.tlh
MSO.tlh
gallery.xsl
HdrDownA.bmp
HdrUpA.bmp
idr_main.ico
info.ico
lcgo.bmp
LineCountVC6.rgs
LineCountVC7.rgs
project.ico
TBarLrge.bmp
TBarMedm.bmp
title.ico
|
#if !defined(AFX_RESIZABLEPAGEEX_H__INCLUDED_)
#define AFX_RESIZABLEPAGEEX_H__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ResizablePageEx.h : header file
//
/////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2000-2001 by Paolo Messina
// (http://www.geocities.com/ppescher - ppescher@yahoo.com)
//
// The contents of this file are subject to the Artistic License (the "License").
// You may not use this file except in compliance with the License.
// You may obtain a copy of the License at:
// http://www.opensource.org/licenses/artistic-license.html
//
// If you find this code useful, credits would be nice!
//
/////////////////////////////////////////////////////////////////////////////
#include "ResizableLayout.h"
/////////////////////////////////////////////////////////////////////////////
// CResizablePageEx window
class CResizablePageEx : public CPropertyPageEx, public CResizableLayout
{
DECLARE_DYNCREATE(CResizablePageEx)
// Construction
public:
CResizablePageEx();
CResizablePageEx(UINT nIDTemplate, UINT nIDCaption = 0, UINT nIDHeaderTitle = 0, UINT nIDHeaderSubTitle = 0);
CResizablePageEx(LPCTSTR lpszTemplateName, UINT nIDCaption = 0, UINT nIDHeaderTitle = 0, UINT nIDHeaderSubTitle = 0);
// Attributes
public:
private:
// internal status
BOOL m_bInitDone; // if all internal vars initialized
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CResizablePageEx)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CResizablePageEx();
// used internally
private:
void Construct();
// callable from derived classes
protected:
virtual CWnd* GetResizableWnd()
{
// make the layout know its parent window
return this;
};
// Generated message map functions
protected:
virtual BOOL NeedsRefresh(const CResizableLayout::LayoutInfo &layout,
const CRect &rectOld, const CRect &rectNew);
//{{AFX_MSG(CResizablePageEx)
virtual BOOL OnInitDialog();
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_RESIZABLEPAGEEX_H__INCLUDED_)
|
By viewing downloads associated with this article you agree to the Terms of use and the article's licence.
If a file you wish to view isn't highlighted, and is a text file (not binary), please
let us know and we'll add colourisation support for it.
This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.
A list of licenses authors might use can be found here