⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resource.h

📁 LZW压缩算法源代码和示例程序代码c
💻 H
字号:
//{{NO_DEPENDENCIES}}
// App Studio generated include file.
// Used by TLZW.RC
//
#define IDR_MAINFRAME                   2
#define IDD_ABOUTBOX                    100
#define IDD_TLZW_FORM                   101
#define IDD_BATCH_LZW                   102
#define IDD_SINGLE_FILE                 103
#define IDD_DECODE                      104
#define IDI_DECODE                      105
#define IDI_ENCODE                      106
#define IDC_IN                          1001
#define IDC_OUT                         1002
#define IDC_BEGIN                       1003
#define IDC_DECODE                      1004
#define IDC_PARSE                       1005
#define IDC_SEL_FILE                    1006
#define IDC_APPEND                      1007
#define IDC_SEL_HLZ                     1008
#define IDC_SINGLE                      1009
#define IDC_BATCH                       1010
#define IDC_ALL_FILES                   1013
#define IDC_DECOMPRESS                  1014
#define IDC_HGLZ_NAME                   1015
#define IDC_SEL_HGLZ                    1016
#define IDC_DIR_NAME                    1017
#define IDC_SEL_PATH                    1018
#define ID_HGLZ_BATCH                   32772

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS

#define _APS_NEXT_RESOURCE_VALUE        107
#define _APS_NEXT_COMMAND_VALUE         32773
#define _APS_NEXT_CONTROL_VALUE         1019
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -