代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/281261/10253008
rc2 draw.rc2
//
// DRAW.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
//////
www.eeworm.com/read/355348/10274500
bmp draw_too.bmp
www.eeworm.com/read/162487/10302095
rc2 draw.rc2
//
// DRAW1.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
/////
www.eeworm.com/read/162228/10324819
class draw$1.class
www.eeworm.com/read/162228/10324826
class draw$1.class
www.eeworm.com/read/162228/10324835
txt src_draw.txt
D:\Draw\IBasicBrush.java
D:\Draw\Brush.java
D:\Draw\Line.java
D:\Draw\Ellipse.java
D:\Draw\Circle.java
D:\Draw\Rectangle.java
D:\Draw\ITypeDrawCommand.java
D:\Draw\Rubber.java
D:\Draw\Pencil.j
www.eeworm.com/read/162078/10340707
mak draw_shapes.mak
# Nmake macros for building Windows 32-Bit apps
all: Draw_S~1.exe
# Update the resource if necessary
Draw_S~1.res: Draw_S~1.rc Draw_S~1.h
rc -r -fo Draw_S~1.res Draw_S~1.rc
# Update t
www.eeworm.com/read/162078/10340720
cpp draw_shapes.cpp
#include
#include "Draw_Shapes.h"
#if defined (WIN32)
#define IS_WIN32 TRUE
#else
#define IS_WIN32 FALSE
#endif
#define IS_NT IS_WIN32 && (BOOL)(GetVersion() < 0x8
www.eeworm.com/read/162078/10340725
rc draw_shapes.rc
#include "windows.h"
#include "Draw_Shapes.h"
MYAPP ICON DISCARDABLE "GENERIC.ICO"
MYAPP MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&xit",
www.eeworm.com/read/162078/10340729
h draw_shapes.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM