代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/332250/12769216
cpp draw.cpp
// Draw.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Draw.h"
#include "MainFrm.h"
#include "DrawDoc.h"
#include "DrawView.h"
#ifdef _DEBUG
#def
www.eeworm.com/read/332250/12769237
opt draw.opt
www.eeworm.com/read/332250/12769243
rc draw.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/332250/12769251
dsw draw.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/245742/12782615
h draw.h
//Draw.h
#ifndef DRAW_H
#define DRAW_H
#include "GraphPara.h"
extern CGraphPara* gpCGraphPara;
class CDraw :public CObject
{
protected:
short m_ColorPen;
short m_ColorBrush;
sh
www.eeworm.com/read/245742/12782657
cpp draw.cpp
//Draw.cpp
#include "stdafx.h"
#include "Draw.h"
void CDraw::Serialize(CArchive& ar)
{
if(ar.IsStoring()) //如果是存储操作
{
ar
www.eeworm.com/read/245567/12793902
clw draw.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CDrawView
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Draw.h"
www.eeworm.com/read/245567/12793903
plg draw.plg
Build Log
--------------------Configuration: Draw - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"De
www.eeworm.com/read/245567/12793904
dsp draw.dsp
# Microsoft Developer Studio Project File - Name="Draw" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Appl
www.eeworm.com/read/245567/12793905