40 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| /*
 | |
|  * EX02PM.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 02.  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	               114
 | |
| #define AL_MESSAGE	               113
 | |
| #define AL_INPUT_ARCHIVE	         101
 | |
| #define AL_INPUT_ARCHIVE_NAME	    106
 | |
| #define AL_OUTPUT_ARCHIVE	        102
 | |
| #define AL_OUTPUT_ARCHIVE_NAME	   107
 | |
| #define AL_COPY	                  112
 | |
| #define AL_PROGRESS_TEXT	         109
 | |
| #define AL_PROGRESS_BAR	          110
 | |
| #define AL_ABOUT	                 108
 | |
| #define AL_ABOUT_TEXT	            201
 | |
| #define AL_APPEND	                103
 | |
| #define AL_ABORT	                 104
 | |
| #define AL_EXIT	                  105
 | |
| #define AL_DEF                    150
 | |
| #define AL_ICON	                  300
 | |
| #define AL_MAIN_DIALOG	           100
 | |
| #define AL_ABOUT_DIALOG	          200
 | |
| #define AL_TEXT	                  205
 |