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

📄 resource.h

📁 自己写的二进制编辑器.二进制阅读器.类似于ultra Edit. 功能:decimal,hexadecimal,char: 十进制显示
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by 4.rc
//
#define IDD_DIALOG1                     101
#define IDD_DIALOG_MAIN                 101
#define IDI_ICON1                       102
#define IDR_MENU1                       103
#define IDD_DIALOG2                     104
#define IDD_DIALOG_MODIFY               104
#define IDD_DIALOG3                     105
#define IDD_DIALOG_FIND_REPLACE         105
#define IDD_DIALOG4                     106
#define IDD_DIALOG_REPLACE_ALL          106
#define IDC_LIST                        1000
#define IDC_BTN_READ                    1001
#define IDC_FILESIZE                    1002
#define IDC_PROGRESS                    1003
#define IDC_POS_FIND                    1004
#define IDC_SCROLLBAR1                  1005
#define IDC_NEWDATA                     1006
#define IDC_OLDDATA                     1007
#define IDC_DECIMAL                     1008
#define IDC_HEXADECIMAL                 1009
#define IDC_BTN_FIND                    1010
#define IDC_STR_FIND                    1011
#define IDC_FIND_FOREWARD               1012
#define IDC_FIND_BACKWARD               1013
#define IDC_FIND_DECIMAL                1014
#define IDC_FIND_HEXADECIMAL            1015
#define IDC_FIND_CHAR                   1016
#define IDC_TICK_TOTAL                  1019
#define IDC_UPDATE                      1020
#define IDC_EDIT1                       1022
#define IDC_EDIT2                       1023
#define IDC_BTN_REPLACE                 1026
#define IDC_BTN_REPLACEALL              1027
#define IDC_BTN_REPLACE_ALL             1027
#define IDC_STR_REPLACE                 1029
#define IDC_CUT                         40007
#define IDC_COPY                        40008
#define IDC_MODIFY                      40009

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

⌨️ 快捷键说明

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