From 4486400f900e1e7520ab88e4f8675af395e4cdc5 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 27 Feb 2022 20:35:15 +0300 Subject: NEN: added spin control to prevent entering random values into options --- plugins/NewEventNotify/res/resource.rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/NewEventNotify/res') diff --git a/plugins/NewEventNotify/res/resource.rc b/plugins/NewEventNotify/res/resource.rc index b654e93e9e..b164f67480 100644 --- a/plugins/NewEventNotify/res/resource.rc +++ b/plugins/NewEventNotify/res/resource.rc @@ -80,8 +80,9 @@ BEGIN CONTROL "Show date",IDC_CHKSHOWDATE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,74,227,10 CONTROL "Show time",IDC_CHKSHOWTIME,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,85,214,10 CONTROL "Show headers",IDC_CHKSHOWHEADERS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,96,220,10 - LTEXT "Number of begin shown messages",IDC_LBNUMBERMSG,15,109,143,8 + LTEXT "Number of messages being shown",IDC_LBNUMBERMSG,15,109,143,8 EDITTEXT IDC_NUMBERMSG,166,107,48,13,ES_AUTOHSCROLL | ES_NUMBER + CONTROL "",IDC_SPIN_MSGNUMBER,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS,214,106,10,14 CONTROL "Last message display first",IDC_RDNEW,"Button",BS_AUTORADIOBUTTON,14,120,253,9 CONTROL "Last message display last",IDC_RDOLD,"Button",BS_AUTORADIOBUTTON,14,131,285,9 END -- cgit v1.2.3