//--------------------------------------------------------------------------- // Borland C++Builder // Copyright (c) 1987, 1998-2002 Borland International Inc. All Rights Reserved. //--------------------------------------------------------------------------- TITLE: SWAT DESCRIPTION: See how many bugs you can squash before time runs out. DEMONSTRATES: + TTimer, TMainMenu, TTrackBar. + Responding to mouse clicks on a form. + Drawing on a form using its Canvas member. + Loading cursors and bitmaps from resources. COMMENTS: EXTRARES.RES must exist before the project can be built. To rebuild EXTRARES.RES use the following command-line: BRC32 -r extrares.rc
sirmadman