diff options
author | George Hazan <ghazan@miranda.im> | 2023-01-30 19:16:28 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-01-30 19:16:28 +0300 |
commit | 172ad46d5c457dda639376478e856a3c643635fa (patch) | |
tree | fcd8c5edf9c3263094c3c3ca48a41755f6d1e0a8 /protocols/Telegram/res/resource.rc | |
parent | 71f29fec24a26a89daab816566a4ae114593e340 (diff) |
fixes #3312 (Telegram: унифицировать настройку статусов с ICQ)
Diffstat (limited to 'protocols/Telegram/res/resource.rc')
-rw-r--r-- | protocols/Telegram/res/resource.rc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/protocols/Telegram/res/resource.rc b/protocols/Telegram/res/resource.rc index 8e8936badf..fcbf34361b 100644 --- a/protocols/Telegram/res/resource.rc +++ b/protocols/Telegram/res/resource.rc @@ -90,6 +90,20 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,64,294,10
END
+IDD_OPTIONS_ADV DIALOGEX 0, 0, 310, 86
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
+BEGIN
+ LTEXT "If a contact goes Offline, set this status instead and cache it for given timeout in seconds (0 - disabled)",IDC_STATIC,12,16,204,23
+ EDITTEXT IDC_DIFF1,221,13,54,12,ES_AUTOHSCROLL
+ CONTROL "",IDC_SPIN1,"msctls_updown32",UDS_SETBUDDYINT | UDS_AUTOBUDDY | UDS_ARROWKEYS,275,12,11,14
+ COMBOBOX IDC_STATUS1,221,28,81,30,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
+ LTEXT "After that, set this status to a contact and move it offline after specified timeout in seconds (0 - disabled)",IDC_STATIC,12,49,204,23
+ EDITTEXT IDC_DIFF2,221,46,54,12,ES_AUTOHSCROLL
+ CONTROL "",IDC_SPIN2,"msctls_updown32",UDS_SETBUDDYINT | UDS_AUTOBUDDY | UDS_ARROWKEYS,275,45,11,14
+ COMBOBOX IDC_STATUS2,221,61,81,30,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
+END
/////////////////////////////////////////////////////////////////////////////
//
|