-
大小: 54KB文件類型: .rar金幣: 2下載: 0 次發(fā)布日期: 2021-06-11
- 語言: C/C++
- 標簽:
資源簡介
用MFC畫直線橢圓矩型可選擇線條顏色和填充顏色,也可保存

代碼片段和文件信息
//?ChildFrm.cpp?:?implementation?of?the?CChildframe?class
//
#include?“stdafx.h“
#include?“final.h“
#include?“ChildFrm.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CChildframe
IMPLEMENT_DYNCREATE(CChildframe?CMDIChildWnd)
BEGIN_MESSAGE_MAP(CChildframe?CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code?!
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?construction/destruction
CChildframe::CChildframe()
{
//?TODO:?add?member?initialization?code?here
}
CChildframe::~CChildframe()
{
}
BOOL?CChildframe::PreCreateWindow(CREATESTRUCT&?cs)
{
//?TODO:?Modify?the?Window?class?or?styles?here?by?modifying
//??the?CREATESTRUCT?cs
if(?!CMDIChildWnd::PreCreateWindow(cs)?)
return?FALSE;
return?TRUE;
}
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?diagnostics
#ifdef?_DEBUG
void?CChildframe::AssertValid()?const
{
CMDIChildWnd::AssertValid();
}
void?CChildframe::Dump(CDumpContext&?dc)?const
{
CMDIChildWnd::Dump(dc);
}
#endif?//_DEBUG
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?message?handlers
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????2881??2008-12-20?11:27??畫線橢圓矩顏色保存(完善)\final.clw
?????文件???????4739??2008-12-14?11:35??畫線橢圓矩顏色保存(完善)\ReadMe.txt
?????文件???????1345??2008-12-14?11:35??畫線橢圓矩顏色保存(完善)\final.h
?????文件???????4371??2008-12-14?11:35??畫線橢圓矩顏色保存(完善)\final.cpp
?????文件???????1054??2008-12-14?11:35??畫線橢圓矩顏色保存(完善)\StdAfx.h
?????文件????????207??2008-12-14?11:35??畫線橢圓矩顏色保存(完善)\StdAfx.cpp
?????文件???????1542??2008-12-14?11:35??畫線橢圓矩顏色保存(完善)\MainFrm.h
?????文件???????2522??2008-12-14?11:35??畫線橢圓矩顏色保存(完善)\MainFrm.cpp
?????文件???????1397??2008-12-14?11:35??畫線橢圓矩顏色保存(完善)\ChildFrm.h
?????文件???????1532??2008-12-14?11:35??畫線橢圓矩顏色保存(完善)\ChildFrm.cpp
?????文件?????156672??2008-12-20?11:32??畫線橢圓矩顏色保存(完善)\final.ncb
?????文件????????518??2008-12-14?11:43??畫線橢圓矩顏色保存(完善)\final.dsw
?????文件????????244??2008-12-20?11:31??畫線橢圓矩顏色保存(完善)\final.plg
?????文件???????1473??2008-12-14?15:55??畫線橢圓矩顏色保存(完善)\finalDoc.h
?????文件??????13515??2008-12-19?22:45??畫線橢圓矩顏色保存(完善)\final.rc
?????文件????????827??2008-12-19?22:45??畫線橢圓矩顏色保存(完善)\Resource.h
?????文件??????30168??2008-12-20?09:46??畫線橢圓矩顏色保存(完善)\final.aps
?????文件???????4779??2008-12-20?10:18??畫線橢圓矩顏色保存(完善)\final.dsp
?????文件???????2480??2008-12-20?10:40??畫線橢圓矩顏色保存(完善)\finalView.h
?????文件???????2340??2008-12-20?10:40??畫線橢圓矩顏色保存(完善)\finalDoc.cpp
?????文件???????1698??2008-12-20?11:16??畫線橢圓矩顏色保存(完善)\Save.cpp
?????文件????????942??2008-12-20?11:23??畫線橢圓矩顏色保存(完善)\Save.h
?????文件???????5345??2008-12-20?11:26??畫線橢圓矩顏色保存(完善)\finalView.cpp
?????文件????????397??2008-12-14?11:35??畫線橢圓矩顏色保存(完善)\res\final.rc2
?????文件???????1078??2008-12-14?11:35??畫線橢圓矩顏色保存(完善)\res\finalDoc.ico
?????文件???????1078??2008-12-14?11:35??畫線橢圓矩顏色保存(完善)\res\final.ico
?????文件???????1078??2008-12-14?11:35??畫線橢圓矩顏色保存(完善)\res\Toolbar.bmp
?????文件??????49664??2008-12-20?11:32??畫線橢圓矩顏色保存(完善)\final.opt
?????目錄??????????0??2008-12-20?11:28??畫線橢圓矩顏色保存(完善)\res
?????目錄??????????0??2008-12-20?11:28??畫線橢圓矩顏色保存(完善)
............此處省略3個文件信息
評論
共有 條評論