Add UI items for selecting a display

This commit is contained in:
2025-08-15 18:32:47 -07:00
parent cedb800012
commit 863471e08e
2 changed files with 4 additions and 1 deletions

Binary file not shown.

View File

@ -11,6 +11,9 @@
#define IDC_BUTTON_APPLY 1005 #define IDC_BUTTON_APPLY 1005
#define IDC_LIST1 1006 #define IDC_LIST1 1006
#define IDC_CHECK_STARTUP 1007 #define IDC_CHECK_STARTUP 1007
#define IDC_COMBO_DISPLAY 1008
#define IDC_CHECK_ENABLE_DISPLAY 1009
#define IDC_CHECK_DISPLAY 1009
// Next default values for new objects // Next default values for new objects
// //
@ -18,7 +21,7 @@
#ifndef APSTUDIO_READONLY_SYMBOLS #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 107 #define _APS_NEXT_RESOURCE_VALUE 107
#define _APS_NEXT_COMMAND_VALUE 40001 #define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1008 #define _APS_NEXT_CONTROL_VALUE 1012
#define _APS_NEXT_SYMED_VALUE 101 #define _APS_NEXT_SYMED_VALUE 101
#endif #endif
#endif #endif