Changed control for help text from static to EditText.

This commit is contained in:
2023-04-12 08:54:30 +03:00
parent bf609d3c08
commit 90b281d3a5
4 changed files with 24 additions and 3 deletions

View File

@@ -36,6 +36,7 @@
#define IDC_ABOUT_PROGNAME 1010
#define IDC_ABOUT_COPYRIGHT 1011
#define IDC_ABOUT_BUILDTIME 1012
#define IDC_ABOUTEDIT 1013
#define IDC_STATIC -1
// Next default values for new objects
@@ -45,7 +46,7 @@
#define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 130
#define _APS_NEXT_COMMAND_VALUE 32771
#define _APS_NEXT_CONTROL_VALUE 1013
#define _APS_NEXT_CONTROL_VALUE 1014
#define _APS_NEXT_SYMED_VALUE 122
#endif
#endif