代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/210839/15191763
il draw_targets.il
;---- Feb 6 11:57 96 day 75 -------------------------------------------
; draw_targets.il
; Revision 1.0: June 24,1994
; Revision 2.0: Feb 6,1996
; Allegro version 8, 10, and 11
; Written by:
www.eeworm.com/read/210387/15199931
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/207831/15260660
pas draw01.pas
unit Draw01;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Math, StdCtrls, ExtCtrls, JPEG, ComCtrls;
type
TDrawForm = class(TForm)
But
www.eeworm.com/read/207831/15260703
dfm draw01.dfm
object DrawForm: TDrawForm
Left = -27
Top = 96
Width = 800
Height = 600
Caption = 'DrawForm'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.H
www.eeworm.com/read/206867/15287546
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/206867/15287547
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/206867/15287548
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/206867/15287549
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
www.eeworm.com/read/206867/15287613
rc draw_hollow.rc
#include "windows.h"
#include "Draw_Hollow.h"
MYAPP ICON DISCARDABLE "GENERIC.ICO"
MYAPP MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&xit",
www.eeworm.com/read/206867/15287614
h draw_hollow.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