41 lines
1.2 KiB
C
41 lines
1.2 KiB
C
|
/*
|
||
|
* EX14WIN.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 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 -1
|
||
|
#define AL_READ_DIR 102
|
||
|
#define AL_DIR_MASK 103
|
||
|
#define AL_RAW_COMPRESS 104
|
||
|
#define AL_COMPRESS 105
|
||
|
#define AL_INPUT_FILES 106
|
||
|
#define AL_COMPRESSED_OBJECT 107
|
||
|
#define AL_ARCHIVE 108
|
||
|
#define IDC_GROUPBOX1 109
|
||
|
#define AL_ABOUT 110
|
||
|
#define AL_EXIT 111
|
||
|
#define AL_PROGRESS_BAR 112
|
||
|
#define AL_COPY_ENGINE 113
|
||
|
#define AL_GREENLEAF_ENGINE 114
|
||
|
#define AL_DEFLATE_ENGINE 115
|
||
|
#define IDC_GROUPBOX2 116
|
||
|
#define AL_ENGINE_TYPE_STRING 117
|
||
|
#define AL_ENGINE_STATUS_INT 118
|
||
|
#define AL_ENGINE_STATUS_DETAIL 119
|
||
|
#define AL_ENGINE_TYPE_INT 120
|