www.pudn.com > DialogBar调用切分窗口.rar > myline.cpp


// myline.cpp : implementation file 
// 
 
#include "stdafx.h" 
#include "task.h" 
#include "myline.h" 
 
#ifdef _DEBUG 
#define new DEBUG_NEW 
#undef THIS_FILE 
static char THIS_FILE[] = __FILE__; 
#endif 
 
///////////////////////////////////////////////////////////////////////////// 
// Cmyline 
 
IMPLEMENT_DYNCREATE(Cmyline, CObject) 
 
Cmyline::Cmyline() 
{ 
} 
Cmyline::Cmyline(CPoint pt,CPoint pt1) 
{ 
	this->pt=pt; 
	this->pt1=pt1; 
} 
Cmyline::~Cmyline() 
{ 
} 
	//{{AFX_MSG_MAP(Cmyline) 
		// NOTE - the ClassWizard will add and remove mapping macros here. 
	//}}AFX_MSG_MAP 
///////////////////////////////////////////////////////////////////////////// 
// Cmyline message handlers