Feature/taskforce (#74)

This commit is contained in:
Zero Fanker 2024-07-02 11:06:43 +08:00 committed by GitHub
parent b286e20dfd
commit dcae37feca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 200 additions and 97 deletions

View file

@ -256,6 +256,8 @@
#define IDC_UNITTYPE 1149
#define IDC_DELETETASKFORCE 1150
#define IDC_ADDTASKFORCE 1151
#define IDC_COPYTASKFORCE 1152
#define IDC_COPYUNIT 1153
#define IDC_ADD 1154
#define IDC_REPEAT 1156
#define IDC_TRIGGER 1157
@ -551,6 +553,13 @@
#define IDC_TEAMTYPE_P_TAG 1479
#define IDC_TEAMTYPE_P_SCRIPT 1480
#define IDC_TEAMTYPE_P_TASKFORCE 1481
#define IDC_TASKFORCE_T_TYPE 1482
#define IDC_TASKFORCE_G_SELECTED 1483
#define IDC_TASKFORCE_T_NAME 1484
#define IDC_TASKFORCE_T_GROUP 1485
#define IDC_TASKFORCE_T_MEMBERS 1486
#define IDC_TASKFORCE_T_U_NUM 1487
#define IDC_TASKFORCE_T_U_TYPE 1488
#define ID_FILE_OPENMAP 40001
#define ID_FILE_SAVEAS 40002
#define ID_FILE_QUIT 40003
@ -645,9 +654,9 @@
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 301
#define _APS_NEXT_RESOURCE_VALUE 302
#define _APS_NEXT_COMMAND_VALUE 40144
#define _APS_NEXT_CONTROL_VALUE 1482
#define _APS_NEXT_CONTROL_VALUE 1489
#define _APS_NEXT_SYMED_VALUE 111
#endif
#endif