home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 Mobile
/
Chip_Mobile_2001.iso
/
palm
/
business
/
printcar
/
printcar.exe
/
src
/
PrintCardRes.h
< prev
next >
Wrap
Text File
|
2000-06-10
|
2KB
|
55 lines
//
// $Id: PrintCardRes.h,v 1.4 2000/06/10 00:19:52 sergey Exp $
//
//-- Main form -----------------------------------------------------------------
#define ID_MAIN_FORM 1000
#define ID_NAME_TRIGGER 1000
#define ID_NAME_LIST 1001
#define ID_CARD_LIST 1002
#define ID_NOIMAGE_BITMAP 1003
#define ID_PRINT_BUTTON 1004
#define ID_MAIN_HELP_STRING 1000
#define ID_MAIN_MENU 1000
#define ID_MENU_PREFERENCES 1001
#define ID_MENU_HELP 1002
#define ID_MENU_ABOUT 1003
//-- Print status form ---------------------------------------------------------
#define ID_PRINT_STATUS_FORM 1001
#define ID_PRINT_STATUS_LABEL 1000
#define ID_PRINTER_BITMAP 1001
#define ID_PRINT_INDICATOR_BITMAP 1002
//-- Preferences form ----------------------------------------------------------
#define ID_PREFERENCES_FORM 1002
#define ID_PREFERENCES_HELP_STRING 1001
#define ID_FRAME_HEIGHT_FIELD 1000
#define ID_FRAME_WIDTH_FIELD 1001
#define ID_FRAME_MARGIN_FIELD 1002
#define ID_SCALE_X_FIELD 1003
#define ID_SCALE_Y_FIELD 1004
#define ID_ONE_COPY_BUTTON 1005
#define ID_MANY_COPIES_BUTTON 1006
#define ID_OK_BUTTON 1007
#define ID_CANCEL_BUTTON 1008
#define ID_SET_DEFAULT_BUTTON 1009
//-- Alerts --------------------------------------------------------------------
#define ID_ABOUT_ALERT 1000
#define ID_ERROR_ALERT 1001