Ejemplo n.º 1
0
void CEditFrameView::OnFilePrintPreview() 
{
	CEditFrameDialog* pFrame = DYNAMIC_DOWNCAST (CEditFrameDialog, GetParentFrame ());
	if (pFrame != NULL && pFrame->InitPrintPreview ())
	{
		BCGPPrintPreview (this);
	}
}
Ejemplo n.º 2
0
void CSynBCGPEditView::OnFilePrintPreview()
{
	CWnd *pWnd = GetParent();
	if (pWnd)
	{
		CCoolFormat3View *pView = (CCoolFormat3View *)pWnd->GetParent();
		if (!pView)
		{
			return;
		}

		if (pView->GetTabControl().GetVisibleTabsNum() == 2)
		{
			pView->GetTabControl().ShowTab(1, FALSE);
		}
		BCGPPrintPreview (this);
		if (pView->GetTabControl().GetTabsNum() == 2)
		{
			pView->GetTabControl().ShowTab(1, TRUE);
		}
	}	
}
Ejemplo n.º 3
0
void CMailView::OnFilePrintPreview() 
{
	BCGPPrintPreview (this);
}
Ejemplo n.º 4
0
void CCoolFormat3View::OnFilePrintPreview()
{	
	BCGPPrintPreview (this);
}
void CSensorListView::OnFilePrintPreview()
{
	BCGPPrintPreview(this);
}
//*******************************************************************************
void CBCGPDiagramView::OnFilePrintPreview()
{
	BCGPPrintPreview(this);
}
Ejemplo n.º 7
0
void CVisualADSView::OnFilePrintPreview() 
{
	BCGPPrintPreview(this);
}
Ejemplo n.º 8
0
//*******************************************************************************
void CBCGPChartView::OnFilePrintPreview()
{
	BCGPPrintPreview(this);
}
Ejemplo n.º 9
0
void CBCGPMSOffice2007DemoView::OnFilePrintPreview() 
{
	BCGPPrintPreview (this);
}
Ejemplo n.º 10
0
void CCommTestView::OnFilePrintPreview()
{
	BCGPPrintPreview (this);
}