diff options
author | dartraiden <wowemuh@gmail.com> | 2019-06-20 22:02:13 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2019-06-20 22:02:13 +0300 |
commit | d4220686a9395ce3e6dfda85f2e84aaf3faceb21 (patch) | |
tree | ffd660dfd9d279d71a8ba78d0a21f307f7ec5274 /protocols/CurrencyRates | |
parent | 9b92c3264602aed272c6226ff283473041577a25 (diff) |
End of zoo with popup options names
Diffstat (limited to 'protocols/CurrencyRates')
-rw-r--r-- | protocols/CurrencyRates/res/Forex.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/protocols/CurrencyRates/res/Forex.rc b/protocols/CurrencyRates/res/Forex.rc index 3d55d1d363..e62a62d4e6 100644 --- a/protocols/CurrencyRates/res/Forex.rc +++ b/protocols/CurrencyRates/res/Forex.rc @@ -185,19 +185,19 @@ END IDD_DIALOG_POPUP DIALOGEX 0, 0, 319, 160 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Popup Window Settings" +CAPTION "Popup settings" FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN GROUPBOX "Colors",IDC_STATIC,7,7,149,82,WS_GROUP CONTROL "Use default colors",IDC_RADIO_DEFAULT_COLOURS,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,15,20,82,10 - CONTROL "Use user-defined colors",IDC_RADIO_USER_DEFINED_COLOURS, + CONTROL "Use custom colors",IDC_RADIO_USER_DEFINED_COLOURS, "Button",BS_AUTORADIOBUTTON,15,34,97,10 LTEXT "Background color",IDC_STATIC,70,53,66,8 CONTROL "",IDC_BGCOLOR,"ColourPicker",WS_TABSTOP,26,49,35,14 LTEXT "Text color",IDC_STATIC,70,71,66,8 CONTROL "",IDC_TEXTCOLOR,"ColourPicker",WS_TABSTOP,26,67,35,14 - GROUPBOX "Delay",IDC_STATIC,162,6,149,82,WS_GROUP - CONTROL "From popup plugin",IDC_DELAYFROMPU,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,174,20,90,10 + GROUPBOX "Timeout",IDC_STATIC,162,6,149,82,WS_GROUP + CONTROL "Default",IDC_DELAYFROMPU,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,174,20,90,10 CONTROL "Custom",IDC_DELAYCUSTOM,"Button",BS_AUTORADIOBUTTON,174,35,70,10 CONTROL "Permanent",IDC_DELAYPERMANENT,"Button",BS_AUTORADIOBUTTON,174,50,50,10 EDITTEXT IDC_DELAY,252,33,35,14,ES_AUTOHSCROLL | ES_NUMBER | WS_GROUP |