home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 June
/
PCWorld_1998-06_cd.bin
/
software
/
sharware
/
grafika
/
EROICA32
/
_SETUP.5
/
Group5
/
RESOURCE.H
< prev
Wrap
Text File
|
1998-01-15
|
2KB
|
54 lines
/*-------------------------- Parallax Standard H_File ----------------------------
H_File : resource.h
Scope :
Purpose :
$nokeywords$
--------------------------------------------------------------------------------
Copyright (c)1996 Parallax Software , All rights reserved.
------------------------------------------------------------------------------*/
#define IDI_APP_ICON 103
/* bottom command margin */
/* Use command id values 10000 and more to preserve */
/* Eroiica commands (approx upto 1800) when passed */
/* to IN_ProcessExternalWindowMessage() */
#define FIRST_MENU_COMMAND_ID 10000
/* main window commands */
#define IDM_FILE_OPEN_INT_EROICA 10000
#define IDM_FILE_OPEN_EXT_LOCAL 10001
#define IDM_FILE_OPEN_EXT_EROICA 10002
#define IDM_FILE_DUMP_WINDOWS 10003
#define IDM_EXIT 10004
#define IDM_EDIT_CLEAR 10010
#define IDM_MARKUP_NEWLAYER 10020
#define IDM_MARKUP_TOOL_CIRCLE 10021
#define IDM_MARKUP_TOOL_LINE 10022
#define IDM_MARKUP_TOOL_BOX 10023
#define IDM_MARKUP_TOOL_TEXT 10024
#define IDM_HELP_VERSION 10030
/* external window control */
#define IDM_VIEW_FIT 10040
#define IDM_VIEW_ZOOMIN 10041
#define IDM_VIEW_ZOOMOUT 10042
/* set bottom command margin */
#define LAST_MENU_COMMAND_ID 10044
/* RESOURCE.H */
/* end of file */