diff options
author | George Hazan <ghazan@miranda.im> | 2022-02-27 20:35:15 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-02-27 20:35:15 +0300 |
commit | 4486400f900e1e7520ab88e4f8675af395e4cdc5 (patch) | |
tree | 1928a612b689f71befea39e8be48a5ae7f90269a /plugins/NewEventNotify/res | |
parent | 63cf6dce8b3151a02feeb88a40837b5039a32ea6 (diff) |
NEN: added spin control to prevent entering random values into options
Diffstat (limited to 'plugins/NewEventNotify/res')
-rw-r--r-- | plugins/NewEventNotify/res/resource.rc | 3 |
1 files changed, 2 insertions, 1 deletions
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
|