resource.h

来自「一个解压程序,只要设定了解压路径和解压文件的种类,就可以随意解压」· C头文件 代码 · 共 41 行

H
41
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by XacRett.rc
//
#define IDI_XACRETT                     102
#define IDD_PASS                        103
#define IDD_TYPE                        104
#define IDD_INFDLG                      105
#define IDD_CONFIG                      106
#define IDI_XACRETT2                    107
#define IDD_EXT                         108
#define IDC_PASSWORD                    1000
#define IDC_MASK                        1001
#define IDC_COMBO                       1002
#define IDC_FNAME                       1003
#define IDC_LZH                         1006
#define IDC_ZIP                         1007
#define IDC_RAR                         1008
#define IDC_TAR                         1009
#define IDC_BZ2                         1010
#define IDC_GZ                          1011
#define IDC_Z                           1012
#define IDC_TREE1                       2000
#define IDC_BUTTON1                     2001
#define IDC_MAKEDIR                     2002
#define IDC_OPENDIR                     2003
#define IDC_LIST1                       2004
#define IDC_EDIT1                       2005
#define IDC_STATIC                      -1

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        107
#define _APS_NEXT_COMMAND_VALUE         40001
#define _APS_NEXT_CONTROL_VALUE         1004
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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