#define IDM_ABOUT 100
#define IDM_EXIT 105
#define IDM_STOP 200
#define IDM_CONTINUE 300
#define IDM_SHORT 400
#define IDM_LONG 405
#define	IDM_PRINT 500
#define IDM_HELP 600

int	PASCAL WinMain (HANDLE, HANDLE, LPSTR, int);
BOOL	InitApplication (HANDLE);
BOOL	InitInstance (HANDLE, int);
long FAR PASCAL MainWndProc (HWND, unsigned, WORD, LONG);
BOOL FAR PASCAL About (HWND, unsigned, WORD, LONG);
