home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power GUI Programming with VisualAge C++
/
powergui.iso
/
powergui
/
buttons
/
pushbut
/
pushbut.h
< prev
Wrap
Text File
|
1996-10-29
|
614b
|
21 lines
/************************************************************
/ Button Controls - Push Button Example
/
/ Copyright (C) 1994, Law, Leong, Love, Olson, Tsuji.
/ Copyright (c) 1997 John Wiley & Sons, Inc.
/ All Rights Reserved.
************************************************************/
#define ID_TEXT1 1000
#define ID_TEXT2 1001
#define ID_ENTRY1 1002
#define ID_ENTRY2 1003
#define ID_OK 1004
#define ID_CANCEL 1005
#define ID_HELP 1006
#define ID_STATUS 1007
#define ID_BUTTONS 1008
#define ID_BITMAPBUTTON 1009
#define ID_ICONBUTTON 1010