home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BUG 4
/
BUGCD1997_05.BIN
/
aplic
/
clip4win
/
clip4win.exe
/
C4W30E.HUF
/
SOURCE
/
WBTDEMO.ZIP
/
WBDEMO.CH
< prev
next >
Wrap
Text File
|
1994-08-12
|
1KB
|
71 lines
#define EnableMenuItem WEnableMenuItem
#define BTNLEFT 1
#define BTNRIGHT 2
#define BTNUP 3
#define BTNDOWN 4
#define BTNPGUP 5
#define BTNPGDN 6
#define BTNHOME 7
#define BTNEND 8
#define BTNTOP 9
#define BTNBOTTOM 10
#define BTNFONT 11
#define BTNEDIT 12
#define BTNDEL 13
#define BTNREF 14
#define BTNEXIT 15
#define BTNHELP 16
#define IDEDIT 501
#define IDRUN 502
#define IDADD 503
#define IDDEL 504
#define IDEXIT 505
#define IDHELPS 506
#define IDSAVE 507
#define IDBHELP 508
#define IDCALC 509
#define IDPRINT 510
#define IDHELPB 511
#define IDTOPS 561
#define IDBOTTOMS 562
#define IDPGUPS 563
#define IDPGDNS 564
#define IDALTHOME 565
#define IDALTEND 566
#define IDEXITS 569
#define IDBHELPS 570
#define IDADDS 571
#define IDDELETES 572
#define IDEDITS 573
#define IDFINDS 575
#define IDPRINTS 579
#define RARROW 590
#define LARROW 591
#define IDHELP 998
#define IDABOUT 999
#define APP_NAME "DEMO"
#define LANDSCAPE 1
#define PORTRAIT 2
#define VK_A ASC('A')
#define VK_B ASC('B')
#define VK_C ASC('C')
#define VK_D ASC('D')
#define VK_E ASC('E')
#define VK_I ASC('I')
#define VK_N ASC('N')
#define VK_O ASC('O')
#define VK_P ASC('P')
#define VK_Q ASC('Q')
#define VK_S ASC('S')
#define VK_X ASC('X')
#define VK_Z ASC('Z')