xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 93KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2021-06-07
  • 語言: C/C++
  • 標(biāo)簽:

資源簡(jiǎn)介

別因?yàn)槲野奄Y源分設(shè)的這么高,就認(rèn)為我很自私。其實(shí)這個(gè)程序是我在兩天內(nèi),熬夜通宵、加班加點(diǎn)趕出來的。 實(shí)現(xiàn)的功能多元化,用鼠標(biāo)拖動(dòng)畫各種直線、矩形、橢圓、多邊形、修正全部bug,另外還有個(gè)旋轉(zhuǎn)的五角星。保證您下了絕不后悔。大作業(yè)覺對(duì)拿滿分。 有事請(qǐng)加我加我QQ:983460327

資源截圖

代碼片段和文件信息

//?MainFrm.cpp?:?CMainframe?類的實(shí)現(xiàn)
//

#include?“stdafx.h“
#include?“MyPaint.h“

#include?“MainFrm.h“

#ifdef?_DEBUG
#define?new?DEBUG_NEW
#endif


//?CMainframe

IMPLEMENT_DYNCREATE(CMainframe?CframeWnd)

BEGIN_MESSAGE_MAP(CMainframe?CframeWnd)
ON_WM_CREATE()
END_MESSAGE_MAP()

static?UINT?indicators[]?=
{
ID_SEPARATOR???????????//?狀態(tài)行指示器
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};


//?CMainframe?構(gòu)造/析構(gòu)

CMainframe::CMainframe()
{
//?TODO:?在此添加成員初始化代碼
}

CMainframe::~CMainframe()
{
}


int?CMainframe::OnCreate(LPCREATESTRUCT?lpCreateStruct)
{
if?(CframeWnd::OnCreate(lpCreateStruct)?==?-1)
return?-1;

if?(!m_wndToolBar.CreateEx(this?TBstyle_FLAT?WS_CHILD?|?WS_VISIBLE?|?CBRS_TOP
|?CBRS_GRIPPER?|?CBRS_TOOLTIPS?|?CBRS_FLYBY?|?CBRS_SIZE_DYNAMIC)?||
!m_wndToolBar.LoadToolBar(IDR_MAINframe))
{
TRACE0(“未能創(chuàng)建工具欄\n“);
return?-1;??????//?未能創(chuàng)建
}

if?(!m_wndStatusBar.Create(this)?||
!m_wndStatusBar.SetIndicators(indicators
??sizeof(indicators)/sizeof(UINT)))
{
TRACE0(“未能創(chuàng)建狀態(tài)欄\n“);
return?-1;??????//?未能創(chuàng)建
}

//?TODO:?如果不需要工具欄可???,則刪除這三行
m_wndToolBar.EnableDocking(CBRS_ALIGN_ANY);
EnableDocking(CBRS_ALIGN_ANY);
DockControlBar(&m_wndToolBar);

return?0;
}

BOOL?CMainframe::PreCreateWindow(CREATESTRUCT&?cs)
{
if(?!CframeWnd::PreCreateWindow(cs)?)
return?FALSE;
//?TODO:?在此處通過修改
//??CREATESTRUCT?cs?來修改窗口類或樣式

return?TRUE;
}


//?CMainframe?診斷

#ifdef?_DEBUG
void?CMainframe::AssertValid()?const
{
CframeWnd::AssertValid();
}

void?CMainframe::Dump(CDumpContext&?dc)?const
{
CframeWnd::Dump(dc);
}

#endif?//_DEBUG


//?CMainframe?消息處理程序




?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件???????1797??2009-09-21?15:03??MyPaint\MainFrm.cpp

?????文件????????655??2009-09-21?15:03??MyPaint\MainFrm.h

?????文件??????84996??2009-09-25?11:02??MyPaint\MyPaint.aps

?????文件???????3454??2009-09-21?16:05??MyPaint\MyPaint.cpp

?????文件????????473??2009-09-21?15:03??MyPaint\MyPaint.h

?????文件??????13065??2009-09-25?11:02??MyPaint\MyPaint.rc

?????文件????????600??2009-09-21?15:03??MyPaint\MyPaint.reg

?????文件???????5925??2009-09-21?15:44??MyPaint\MyPaint.vcproj

?????文件???????1413??2009-09-25?11:02??MyPaint\MyPaint.vcproj.awain-PC.awain.user

?????文件???????1033??2009-09-21?15:03??MyPaint\MyPaintDoc.cpp

?????文件????????552??2009-09-21?15:03??MyPaint\MyPaintDoc.h

?????文件??????14743??2009-09-25?10:41??MyPaint\MyPaintView.cpp

?????文件???????3190??2009-09-22?17:53??MyPaint\MyPaintView.h

?????文件???????3855??2009-09-21?15:03??MyPaint\ReadMe.txt

?????文件??????19230??2009-09-21?16:03??MyPaint\res\MyPaint.ico

?????文件????????363??2009-09-21?15:03??MyPaint\res\MyPaint.rc2

?????文件??????19230??2009-09-21?16:03??MyPaint\res\MyPaintDoc.ico

?????文件???????1078??2005-11-11?22:45??MyPaint\res\Toolbar.bmp

?????文件???????1619??2009-09-21?15:39??MyPaint\Resource.h

?????文件????????138??2009-09-21?15:03??MyPaint\stdafx.cpp

?????文件???????2489??2009-09-21?15:03??MyPaint\stdafx.h

?????目錄??????????0??2009-09-25?11:03??MyPaint\Debug

?????目錄??????????0??2009-09-21?16:13??MyPaint\res

?????目錄??????????0??2009-09-25?11:02??MyPaint

?????文件?????188416??2009-09-25?11:02??MyPaint\Debug\MyPaint.exe

-----------?---------??----------?-----??----

???????????????368314????????????????????25


評(píng)論

共有 條評(píng)論

相關(guān)資源