\ fourtap-resources 2001/12/13 KDJ

\ Copyright 2001
\ Kristopher D. Johnson
\ 
\ THIS CODE IS PROVIDED "AS IS"
\ WITHOUT WARRANTY OF ANY KIND.
\ THE AUTHOR SHALL NOT BE LIABLE
\ FOR ANY CLAIM IN CONNECTION
\ WITH THIS CODE.
\ 
\ This code may be used, copied,
\ modified, or distributed for any
\ purpose, provided that the above
\ copyright notice and disclaimer of
\ warranty is retained on all copies.

needs resources
needs ids

.( fourtap-resources... )
decimal

(id) 4Tap 2constant AppID

AppID (id) rsrc use-resources

2000 constant frm2x2
2100 constant frm3x3
2200 constant frm4x4
2001 constant altAbout
2002 constant altStart

frm2x2 constant frmMain

1 constant btn1
16 constant btnMax

25 constant cmdRepeat
27 constant txtSeq
28 constant txtTap
29 constant cmdAbout

\ altStart button IDs
0 constant start2x2
1 constant start3x3
2 constant start4x4


