We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb5dac commit d822a53Copy full SHA for d822a53
plugins/OnlineChecks/OnlineChecks.rc
@@ -97,10 +97,10 @@ BEGIN
97
CONTROL "Enable VirusTotal detection highlighting",IDC_ENABLE_IDC_ENABLE_VIRUSTOTAL_HIGHLIGHT,
98
"Button",BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,7,20,141,10
99
PUSHBUTTON "Close",IDCANCEL,129,82,50,14
100
- CONTROL "Enable detection actions",IDC_CHECK1,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,34,94,10
101
- EDITTEXT IDC_EDIT1,91,47,37,14,ES_AUTOHSCROLL
+ CONTROL "Enable detection actions",IDC_CHECK1,"Button",BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,7,34,94,10
+ EDITTEXT IDC_EDIT1,91,47,37,14,ES_AUTOHSCROLL | WS_DISABLED
102
LTEXT "Minimum detection ratio:",IDC_STATIC,8,50,79,8
103
- COMBOBOX IDC_COMBO1,91,65,88,14,CBS_DROPDOWN | CBS_SORT | WS_VSCROLL | WS_TABSTOP
+ COMBOBOX IDC_COMBO1,91,65,88,14,CBS_DROPDOWN | CBS_SORT | WS_DISABLED | WS_VSCROLL | WS_TABSTOP
104
LTEXT "Minimum detection action:",IDC_STATIC,7,67,84,8
105
END
106
0 commit comments