47 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
/*
 | 
						|
 * EX14PM.H
 | 
						|
 *
 | 
						|
 *  Header file for ArchiveLib 2.0
 | 
						|
 *
 | 
						|
 *  Copyright (c) Greenleaf Software, Inc. 1994 - 1996
 | 
						|
 *  All Rights Reserved
 | 
						|
 *
 | 
						|
 * DESCRIPTION
 | 
						|
 *
 | 
						|
 *  This is the header file used by PM example program 14.  It
 | 
						|
 *  has all of the constants defined for use in the RC file that
 | 
						|
 *  is linked with this example.
 | 
						|
 *
 | 
						|
 * REVISION HISTORY
 | 
						|
 *
 | 
						|
 *  February 1, 1996  2.0A  : Second release
 | 
						|
 *
 | 
						|
 */
 | 
						|
 | 
						|
#define IDC_STATIC	113
 | 
						|
#define AL_PROGRESS_BAR	107
 | 
						|
#define AL_PROGRESS_TEXT	112
 | 
						|
#define AL_ENGINE_TYPE_STRING	108
 | 
						|
#define AL_ENGINE_TYPE_INT	109
 | 
						|
#define AL_ENGINE_STATUS_DETAIL	111
 | 
						|
#define AL_ENGINE_STATUS_INT	110
 | 
						|
#define AL_COMPRESS	106
 | 
						|
#define AL_GREENLEAF	133
 | 
						|
#define AL_PK	131
 | 
						|
#define AL_COPY	132
 | 
						|
#define AL_RAW_COMPRESSION	120
 | 
						|
#define AL_COMPRESSED_OBJECT	121
 | 
						|
#define AL_ARCHIVE	122
 | 
						|
#define AL_DIRECTORY	101
 | 
						|
#define AL_WILDSPEC	102
 | 
						|
#define AL_READ_DIR	104
 | 
						|
#define AL_ABOUT	105
 | 
						|
#define AL_MAIN_DIALOG  100
 | 
						|
#define AL_EXIT	103
 | 
						|
 | 
						|
 | 
						|
#define AL_ABOUT_TEXT	201
 | 
						|
#define AL_ICON	300
 | 
						|
#define AL_ABOUT_DIALOG	200
 | 
						|
#define AL_TEXT	205
 |