ВУЗ:
Составители:
Рубрика:
47
ON_COMMAND(ID_FILE_PRINT_PREVIE
W, CView::OnFilePrintPreview)
END_MESSAGE_MAP()
///////////////////////////////////////////////////////////////////////////
//
// CNewprjView construction/destruction
CNewprjView::CNewprjView()
{
// TODO: add construction code here
}
CNewprjView::~CNewprjView()
{
}
BOOL
CNewprjView::PreCreateWindow(CREATESTRUC
T& cs)
{
// TODO: Modify the Window class or styles
here by modifying
// the CREATESTRUCT cs
return CView::PreCreateWindow(cs);
}
ON_COMMAND(ID_FILE_PRINT_PREVIE W, CView::OnFilePrintPreview) END_MESSAGE_MAP() /////////////////////////////////////////////////////////////////////////// // // CNewprjView construction/destruction CNewprjView::CNewprjView() { // TODO: add construction code here } CNewprjView::~CNewprjView() { } BOOL CNewprjView::PreCreateWindow(CREATESTRUC T& cs) { // TODO: Modify the Window class or styles here by modifying // the CREATESTRUCT cs return CView::PreCreateWindow(cs); } 47