Feat: copy selected online host info to clipboard as CSV with menu bitmap

This commit is contained in:
yuanyuanxiang
2026-06-12 19:11:38 +02:00
parent b4ef42923a
commit 1335d636da
7 changed files with 47 additions and 2 deletions

View File

@@ -266,6 +266,7 @@
#define IDB_BITMAP_COMPRESS 386
#define IDB_BITMAP_UNCOMPRESS 387
#define IDB_BITMAP9 388
#define IDB_BITMAP_COPY 389
#define IDC_MESSAGE 1000
#define IDC_ONLINE 1001
#define IDC_STATIC_TIPS 1002
@@ -997,6 +998,8 @@
#define ID_UNINSTALL_SOFTWARE 33059
#define ID_33060 33060
#define ID_VIEW_HIDE_LOG 33061
#define ID_33062 33062
#define ID_COPY_CLIENT_INFO 33063
#define ID_EXIT_FULLSCREEN 40001
// Next default values for new objects
@@ -1004,7 +1007,7 @@
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 389
#define _APS_NEXT_COMMAND_VALUE 33062
#define _APS_NEXT_COMMAND_VALUE 33064
#define _APS_NEXT_CONTROL_VALUE 2542
#define _APS_NEXT_SYMED_VALUE 105
#endif