which included commits to RCS files with non-trunk default branches. git-svn-id: svn://10.65.10.50/trunk@5403 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			96 lines
		
	
	
		
			3.6 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			96 lines
		
	
	
		
			3.6 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| //{{NO_DEPENDENCIES}}
 | |
| // Microsoft Developer Studio generated include file.
 | |
| // Used by punzip.rc
 | |
| //
 | |
| 
 | |
| #define IDR_UNZIP                       100
 | |
| 
 | |
| #define IDI_UNZIP                       100
 | |
| #define IDI_ZIPFILE                     101
 | |
| 
 | |
| #define IDB_TOOLBAR                     100
 | |
| #define IDB_IMAGELIST                   101
 | |
| #define IDB_IMAGELIST_MASK              102
 | |
| 
 | |
| #define IDD_PROPERTIES                  100
 | |
| #define IDD_EXTRACT                     101
 | |
| #define IDD_REPLACE                     102
 | |
| #define IDD_EXTRACT_PROGRESS            103
 | |
| #define IDD_VIEW_PROGRESS               104
 | |
| #define IDD_PASSWORD                    105
 | |
| #define IDD_VIEW_ASSOCIATION            106
 | |
| #define IDD_COMMENT                     107
 | |
| #define IDD_ABOUT                       108
 | |
| 
 | |
| #define IDC_TAB                         1000
 | |
| #define IDC_COMMENT                     1001
 | |
| #define IDC_FILES_TOTAL                 1002
 | |
| #define IDC_BYTES_TOTAL                 1003
 | |
| #define IDC_RESTORE_PATHS               1004
 | |
| #define IDC_OVERWRITE_PROMPT            1005
 | |
| #define IDC_OVERWRITE_NEWER             1006
 | |
| #define IDC_OVERWRITE_ALWAYS            1007
 | |
| #define IDC_OVERWRITE_NEVER             1008
 | |
| #define IDC_EXTRACT_TO                  1009
 | |
| #define IDC_BROWSE                      1010
 | |
| #define IDC_FILE                        1011
 | |
| #define IDC_PROMPT                      1012
 | |
| #define IDC_PASSWORD                    1013
 | |
| #define IDC_SKIP_ALL                    1014
 | |
| #define IDC_FILE_PROGRESS               1015
 | |
| #define IDC_PERCENTAGE                  1016
 | |
| #define IDC_TOTAL_PROGRESS              1017
 | |
| #define IDC_FILES_PROCESSED             1018
 | |
| #define IDC_FILE_COUNT                  1019
 | |
| #define IDC_BYTES_PROCESSED             1020
 | |
| #define IDC_BYTE_COUNT                  1021
 | |
| #define IDC_LOG                         1022
 | |
| #define IDC_FILE_SIZE                   1023
 | |
| #define IDC_MODIFIED                    1024
 | |
| #define IDC_COMPRESSED_SIZE             1025
 | |
| #define IDC_COMPRESSON_FACTOR           1026
 | |
| #define IDC_COMPRESSION_METHOD          1027
 | |
| #define IDC_CRC                         1028
 | |
| #define IDC_DIRECTORY                   1029
 | |
| #define IDC_READONLY                    1030
 | |
| #define IDC_ARCHIVE                     1031
 | |
| #define IDC_HIDDEN                      1032
 | |
| #define IDC_SYSTEM                      1033
 | |
| #define IDC_ENCRYPTED                   1034
 | |
| #define IDC_PRODUCT                     1035
 | |
| #define IDC_VERSION                     1036
 | |
| #define IDC_DEVELOPER                   1037
 | |
| #define IDC_COPYRIGHT                   1038
 | |
| #define IDC_PATH                        1039
 | |
| 
 | |
| #define IDM_REPLACE_NO                  2001
 | |
| #define IDM_REPLACE_YES                 2002
 | |
| #define IDM_REPLACE_ALL                 2003
 | |
| #define IDM_REPLACE_NONE                2004
 | |
| #define IDM_REPLACE_RENAME              2005
 | |
| 
 | |
| #define IDM_FILE_OPEN                   40001
 | |
| #define IDM_FILE_PROPERTIES             40002
 | |
| #define IDM_FILE_CLOSE                  40003
 | |
| #define IDM_ACTION_EXTRACT              40004
 | |
| #define IDM_ACTION_EXTRACT_ALL          40005
 | |
| #define IDM_ACTION_TEST                 40006
 | |
| #define IDM_ACTION_TEST_ALL             40007
 | |
| #define IDM_ACTION_VIEW                 40008
 | |
| #define IDM_ACTION_SELECT_ALL           40009
 | |
| #define IDM_VIEW_EXPANDED_VIEW          40010
 | |
| #define IDM_VIEW_COMMENT                40011
 | |
| #define IDM_HELP_ABOUT                  40012
 | |
| #define IDC_STATIC                      -1
 | |
| 
 | |
| // Next default values for new objects
 | |
| // 
 | |
| #ifdef APSTUDIO_INVOKED
 | |
| #ifndef APSTUDIO_READONLY_SYMBOLS
 | |
| #define _APS_NEXT_RESOURCE_VALUE        103
 | |
| #define _APS_NEXT_COMMAND_VALUE         40013
 | |
| #define _APS_NEXT_CONTROL_VALUE         1040
 | |
| #define _APS_NEXT_SYMED_VALUE           109
 | |
| #endif
 | |
| #endif
 |