resource.h
上传用户:jlteech
上传日期:2007-01-06
资源大小:349k
文件大小:6k
源码类别:

压缩解压

开发平台:

Visual C++

  1. /*
  2.  WiZ 4.0 header file
  3. */
  4. #ifndef _RESOURCE_H
  5. #define _RESOURCE_H
  6. /* Group Box defines for resource compiler, not actually used */
  7. #define IDC_OTHER_BOX            100
  8. #define IDC_ZIP_BOX              101
  9. #define IDC_UNZIP_BOX            102
  10. #define IDC_EXTRACTION_BOX       103
  11. #define IDC_SELECTION_BOX        104
  12. #define IDC_GENERAL_BOX          105
  13. /* Main Window Message Codes
  14.  */
  15. #define IDM_OPEN                 106
  16. #define IDM_EXIT                 107
  17. #define IDM_SHORT                108
  18. #define IDM_LONG                 109
  19. #define IDM_SHIFT_HELP           110
  20. #define IDM_HELP                 111
  21. #define IDM_ESCAPE               112
  22. #define IDM_ABOUT                113
  23. #define IDM_RECR_DIR_STRUCT      114
  24. #define IDM_OVERWRITE            115
  25. #define IDM_SAVE_UNZIP_FROM_DIR  116
  26. #define IDM_SAVE_UNZIP_TO_DIR    117
  27. #define IDM_EXTRACT_ONLY_NEWER   118
  28. #define IDM_TRANSLATE            119
  29. #define IDM_SPACE_TO_UNDERSCORE  120
  30. #define IDM_UNZIP_TO_ZIP_DIR     121
  31. #define IDM_LB_EXTRACT           122
  32. #define IDM_LB_DISPLAY           123
  33. #define IDM_LB_TEST              124
  34. #define IDM_UNZIP_FROM_DIR       125
  35. #define IDM_COMMENT              126
  36. #define IDM_SOUND_OPTIONS        127
  37. #define IDM_SELECT_ALL           128
  38. /* These seven items' ID's must be kept
  39.  * in order.
  40.  */
  41. #define IDM_LISTBOX              129
  42. #define IDM_EXTRACT              130
  43. #define IDM_DISPLAY              131
  44. #define IDM_TEST                 132
  45. #define IDM_GET_ZIPINFO          133
  46. #define IDM_ZIP_DELETE_ENTRIES   134
  47. #define IDM_UPDATE_ZIP           135
  48. #define IDM_SHOW_COMMENT         136
  49. #define IDM_STATUS               137
  50. #define IDM_ZIP_STATS            138
  51. #define IDM_SELECT_BY_PATTERN    139
  52. #define IDM_MAX_STATUS           140
  53. #define IDM_DESELECT_ALL         142
  54. #define IDM_CLEAR_STATUS         143
  55. #define IDM_HELP_KEYBOARD        144
  56. #define IDM_HELP_HELP            145
  57. #define IDM_CHDIR                146
  58. #define IDM_SETFOCUS_ON_STATUS   147 /* internal: posted after extraction to Status window */
  59. /* For the Copy, Move, Delete and Rename File functions */
  60. #define IDM_COPY_ARCHIVE         148
  61. #define IDM_MOVE_ARCHIVE         149
  62. #define IDM_DELETE_ARCHIVE       150
  63. #define IDM_RENAME_ARCHIVE       151
  64. #define IDM_SAVE_AS_DEFAULT      152
  65. #define IDM_MAKE_DIR             153
  66. #define IDM_MAKEDIR_PATH         154
  67. #define IDM_MAKEDIR_HELP         155
  68. #define IDM_CURRENT_PATH         156
  69. #define IDM_SHOW_BUBBLE_HELP     157
  70. #define IDM_PROMPT_TO_OVERWRITE  158
  71. #define IDM_PASSWORD             159
  72. /*
  73.  * About box identifiers used to display the current version number
  74.  * information.
  75.  */
  76. #define IDM_ABOUT_VERSION_INFO   160
  77. #define IDM_ABOUT_UNZIP_INFO     161
  78. #define IDM_ABOUT_ZIP_INFO       162
  79. #define IDM_EDIT_SAVE_AS         163
  80. #define IDM_EDIT_OPEN_FILE       164
  81. /* Identifiers used for popup edit menu */
  82. #define IDM_EDIT_UNDO            165
  83. #define IDM_EDIT_CUT             166
  84. #define IDM_EDIT_COPY            167
  85. #define IDM_EDIT_PASTE           168
  86. #define IDM_EDIT_DELETE          169
  87. #define IDM_EDIT_SELECT_ALL      170
  88. #define IDM_ZIP_TARGET           201
  89. #define IDC_ZIP_EXCLUDE_DATE     202
  90. #define IDC_ZIP_INCLUDE_DATE     203
  91. #define IDC_SELECT_ALL           242
  92. #define IDC_DESELECT_ALL         243
  93. #define IDC_ADD                  245
  94. #define IDC_DELETE               246
  95. #define IDC_FILE_LIST            244
  96. #define IDM_SAVE_ZIP_TO_DIR      250
  97. #define IDC_SET_ROOT             251
  98. #define IDC_FREE_ROOT            252
  99. #define IDC_ROOT_DIR             253
  100. #define IDC_MONTH                254
  101. #define IDC_DAY                  255
  102. #define IDC_YEAR                 256
  103. #define IDC_DOWN                 257
  104. #define IDC_UP                   258
  105. #define IDC_DONE                 259
  106. #define IDC_SET_REF              265
  107. #define IDC_FREE_REF             266
  108. #define IDC_REF_DIR              267
  109. #define IDC_RECURSE              270
  110. #define IDC_INCLUDE              271
  111. #define IDC_RECURSE_EDITBOX      272
  112. /* Defines for check boxes in preferences dialog box */
  113. /* Zip Options */
  114. #define IDC_REPAIR               299
  115. #define IDC_REPAIR_MORE          300
  116. #define IDC_MSDOS                301
  117. #define IDC_SYS_FILES            302
  118. #define IDC_VOL_LABEL            303
  119. #define IDC_NO_DIR_ENTRY         304
  120. #define IDC_IGNORE_DIR           305
  121. #define IDC_CRLFLF               306
  122. #define IDC_LFCRLF               307
  123. #define IDC_ENCRYPT              308
  124. #define IDC_MOVE                 309
  125. #define IDC_FILETIME             310
  126. #define IDC_UPDATE               311
  127. #define IDC_FRESHEN              312
  128. #define IDC_QUIET                313
  129. #define IDC_VERBOSE              314
  130. #define IDC_COMPRESSION          315
  131. #define IDC_COMMENT              316
  132. #define IDC_MAKE_DOS_SFX         317
  133. #define IDC_MAKE_W32_SFX         318
  134. #define IDC_OFFSETS              319
  135. /* IDC_PRIVILEGE is also used for the unzip options */
  136. #define IDC_PRIVILEGE            320
  137. /* UnZip Options */
  138. #define IDC_RECREATE_DIR         340
  139. #define IDC_OVERWRITE            341
  140. #define IDC_NEWER                342
  141. #define IDC_PROMPT_OVERWRITE     343
  142. #define IDC_LF_CRLF              344
  143. #define IDC_SPACE_UNDERSCORE     345
  144. #define IDC_LBS_EXTRACT          346
  145. #define IDC_LBS_DISPLAY          347
  146. #define IDC_LBS_TEST             348
  147. #define IDC_ACL                  349
  148. /* General Options */
  149. #define IDC_SAVE_UNZIP_TO        360
  150. #define IDC_SAVE_UNZIP_FROM      361
  151. #define IDC_SAVE_ZIP_TO          362
  152. #define IDC_VIEW_SHORT           363
  153. #define IDC_VIEW_LONG            364
  154. #define IDC_SHOW_TOOLBAR         365
  155. #define IDC_UNZIP_TO_ARCHIVE     366
  156. #define IDC_CLEAR_STATUS         367
  157. #define IDC_CLEAR_DISPLAY        368
  158. #define ID_HELP                  399
  159. #define IDM_EDIT_BOX             400
  160. #define IDM_ZIP_PREFERENCES      401
  161. #define IDM_UNZIP_PREFERENCES    402
  162. #define IDC_TEMP_PREFERENCES     403
  163. #define IDC_PATTERN              410
  164. #define IDM_GREP_ARCHIVE         411
  165. #endif /* _RESOURCE_H */