mirror of
https://github.com/WCBROW01/WinPowerDMS.git
synced 2025-12-12 02:18:05 -05:00
Add UI items for selecting a display
This commit is contained in:
Binary file not shown.
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user