From 894863f12475eccf99c943aa96d9c27e9a8b6303 Mon Sep 17 00:00:00 2001 From: Sergey Bolhovskoy Date: Fri, 15 Jul 2016 08:38:42 +0000 Subject: VKontakte: add option for loading sent attachments version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@17094 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/res/resource.rc | 51 +++++++++++++++++++------------------ 1 file changed, 26 insertions(+), 25 deletions(-) (limited to 'protocols/VKontakte/res') diff --git a/protocols/VKontakte/res/resource.rc b/protocols/VKontakte/res/resource.rc index 4b63787c43..8e39824aaa 100644 --- a/protocols/VKontakte/res/resource.rc +++ b/protocols/VKontakte/res/resource.rc @@ -95,7 +95,7 @@ BEGIN LEFTMARGIN, 4 RIGHTMARGIN, 297 TOPMARGIN, 7 - BOTTOMMARGIN, 226 + BOTTOMMARGIN, 227 END IDD_OPT_MAIN, DIALOG @@ -248,41 +248,42 @@ BEGIN CONTROL "Open VKontakte site",IDC_URL,"Hyperlink",WS_TABSTOP,0,49,174,12 END -IDD_OPT_ADV DIALOGEX 0, 0, 304, 236 +IDD_OPT_ADV DIALOGEX 0, 0, 304, 233 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN - GROUPBOX "Advanced",IDC_STATIC,4,8,293,94 - CONTROL "Hide chats on startup",IDC_HIDECHATS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,19,278,10 + GROUPBOX "Advanced",IDC_STATIC,4,8,293,101 + CONTROL "Hide chats on startup",IDC_HIDECHATS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,17,278,10 CONTROL "Sync read message status from server",IDC_SYNC_MSG_STATUS, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,30,268,10 + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,28,268,10 CONTROL "Always notify as unread for all incoming message",IDC_MESASUREAD, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,41,278,10 + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,39,278,10 CONTROL "Force invisible status upon user activity",IDC_FORCE_ONLINE_ON_ACT, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,52,278,10 - LTEXT "Invisible interval timeout (min):",IDC_STATIC,16,67,184,8 - EDITTEXT IDC_ED_INT_INVIS,204,63,40,14,ES_RIGHT | ES_AUTOHSCROLL | ES_NUMBER - CONTROL "",IDC_SPIN_INT_INVIS,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS,244,63,14,14 + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,50,278,10 + LTEXT "Invisible interval timeout (min):",IDC_STATIC,16,63,184,8 + EDITTEXT IDC_ED_INT_INVIS,204,60,40,13,ES_RIGHT | ES_AUTOHSCROLL | ES_NUMBER + CONTROL "",IDC_SPIN_INT_INVIS,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS,244,60,14,13 CONTROL "Use non-standard urlEncode for sent messages (less traffic)",IDC_USENOSTDURLENCODE, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,78,278,10 + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,74,278,10 CONTROL "Send VK-objects links as attachments",IDC_SENDVKURLSASATTACH, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,89,278,10 - GROUPBOX "When I ban user...",IDC_STATIC,4,102,293,33 - CONTROL "Report abuse",IDC_REPORT_ABUSE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,112,129,10 - CONTROL "Clear server history",IDC_CLEAR_SERVER_HISTORY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,123,129,10 + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,85,278,10 + CONTROL "and load sent attachments",IDC_LOADSENTATTACH,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,21,96,269,10 + GROUPBOX "When I ban user...",IDC_STATIC,4,108,293,33 + CONTROL "Report abuse",IDC_REPORT_ABUSE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,118,129,10 + CONTROL "Clear server history",IDC_CLEAR_SERVER_HISTORY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,129,129,10 CONTROL "Remove from friend list",IDC_REMOVE_FROM_FRENDLIST, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,148,112,141,10 - CONTROL "Remove from contact list",IDC_REMOVE_FROM_CLIST,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,148,123,141,10 - GROUPBOX "Broadcast music...",IDC_STATIC_SEND_MUSIC_METOD,4,138,293,58,WS_GROUP - CONTROL "off",IDC_SEND_MUSIC_NONE,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,12,149,278,10 + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,148,118,141,10 + CONTROL "Remove from contact list",IDC_REMOVE_FROM_CLIST,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,148,129,141,10 + GROUPBOX "Broadcast music...",IDC_STATIC_SEND_MUSIC_METOD,4,142,293,58,WS_GROUP + CONTROL "off",IDC_SEND_MUSIC_NONE,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,12,153,278,10 CONTROL "as regular status for unknown music and audio status otherwise",IDC_SEND_MUSIC_BROADCAST_AND_STATUS, - "Button",BS_AUTORADIOBUTTON | WS_TABSTOP,12,160,278,10 - CONTROL "as audio status only",IDC_SEND_MUSIC_BROADCAST,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,12,171,278,10 - CONTROL "as regular status only",IDC_SEND_MUSIC_STATUS,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,12,182,278,10 - GROUPBOX "Group chats",IDC_STATIC_CHATS,4,195,293,27,WS_GROUP - LTEXT "Message for return to group chat:",IDC_STATIC,12,206,120,8 - EDITTEXT IDC_RET_CHAT_MES,134,204,157,12,ES_AUTOHSCROLL + "Button",BS_AUTORADIOBUTTON | WS_TABSTOP,12,164,278,10 + CONTROL "as audio status only",IDC_SEND_MUSIC_BROADCAST,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,12,175,278,10 + CONTROL "as regular status only",IDC_SEND_MUSIC_STATUS,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,12,186,278,10 + GROUPBOX "Group chats",IDC_STATIC_CHATS,4,199,293,27,WS_GROUP + LTEXT "Message for return to group chat:",IDC_STATIC,12,210,120,8 + EDITTEXT IDC_RET_CHAT_MES,134,208,157,12,ES_AUTOHSCROLL END IDD_OPT_MAIN DIALOGEX 0, 0, 304, 182 -- cgit v1.2.3