32 lines
		
	
	
		
			828 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			828 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| /*
 | |
|  * EX19WIN.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 Windows example program 19.  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 AL_CREATE               106
 | |
| #define AL_DELETE               107
 | |
| #define IDC_PUSHBUTTON1         108
 | |
| #define AL_OLD_NAME             109
 | |
| #define AL_GOOD_TAG             110
 | |
| #define AL_SAFE_OLD_NAME        112
 | |
| #define AL_RENAME               108
 | |
| #define AL_NAME                 105
 | |
| #define AL_ABOUT                110
 | |
| #define AL_EXIT                 111
 | |
| #define IDC_STATIC              -1
 |