From 2379434200219132ee252f12d47a1e5efd160f42 Mon Sep 17 00:00:00 2001 From: mrDarker <mr.darker@163.com> Date: 星期三, 06 八月 2025 15:32:44 +0800 Subject: [PATCH] 1. 实时扫描界面新添两个相机(侧面检) --- EdgeInspector_App/resource.h | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/EdgeInspector_App/resource.h b/EdgeInspector_App/resource.h index c6d9a99..8f0eff7 100644 --- a/EdgeInspector_App/resource.h +++ b/EdgeInspector_App/resource.h @@ -446,6 +446,12 @@ #define IDC_RDO_SIGNAL1 1181 #define IDC_CHECK_USE_SAVE_ALL_DMP 1181 #define IDC_RDO_SIGNAL2 1182 +#define IDC_STATIC_CAM5 1183 +#define IDC_STATIC_APP_SIDE5 1184 +#define IDC_SCROLLBAR5 1185 +#define IDC_STATIC_CAM6 1186 +#define IDC_STATIC_APP_SIDE6 1187 +#define IDC_SCROLLBAR6 1188 #define IDC_NEWPPID_NAME_TITLE 1201 #define IDC_EDIT_PPIDNEW_NAME 1202 #define IDC_BUTTON_LINK 1203 @@ -587,7 +593,7 @@ // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 328 +#define _APS_NEXT_RESOURCE_VALUE 329 #define _APS_NEXT_COMMAND_VALUE 32771 #define _APS_NEXT_CONTROL_VALUE 1071 #define _APS_NEXT_SYMED_VALUE 310 -- Gitblit v1.9.3