From 0bc7bd1b53ff6ca8cc32787fe7a4f16f6b0e1813 Mon Sep 17 00:00:00 2001 From: Alexander Gluzsky Date: Fri, 4 Jan 2013 13:51:04 +0000 Subject: additional options for filetransfers git-svn-id: http://svn.miranda-ng.org/main/trunk@2959 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/New_GPG/res/new_gpg.rc | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) (limited to 'plugins/New_GPG/res') diff --git a/plugins/New_GPG/res/new_gpg.rc b/plugins/New_GPG/res/new_gpg.rc index 286665f363..bc2c71c3a7 100755 --- a/plugins/New_GPG/res/new_gpg.rc +++ b/plugins/New_GPG/res/new_gpg.rc @@ -1,6 +1,6 @@ // Microsoft Visual C++ generated resource script. // -#include "..\src\resource.h" +#include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// @@ -13,7 +13,7 @@ #undef APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// -// Russian (Russia) resources +// Русский (Россия) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS) LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT @@ -172,6 +172,17 @@ BEGIN COMBOBOX IDC_KEYSERVER,15,34,125,30,CBS_DROPDOWN | CBS_SORT | WS_VSCROLL | WS_TABSTOP END +IDD_ENCRYPTED_FILE_MSG_BOX DIALOGEX 0, 0, 229, 63 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Recieved encrypted file" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + PUSHBUTTON "Ignore",IDC_IGNORE,7,42,50,14 + PUSHBUTTON "Decrypt",IDC_DECRYPT,97,42,50,14 + LTEXT "Recieved encrypted file form contact whith disabled encryption.",IDC_STATIC,7,7,215,14 + CONTROL "Remember choice",IDC_REMEMBER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,22,157,10 +END + ///////////////////////////////////////////////////////////////////////////// // @@ -247,6 +258,14 @@ BEGIN TOPMARGIN, 7 BOTTOMMARGIN, 74 END + + IDD_ENCRYPTED_FILE_MSG_BOX, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 222 + TOPMARGIN, 7 + BOTTOMMARGIN, 56 + END END #endif // APSTUDIO_INVOKED @@ -298,12 +317,12 @@ BEGIN END END -#endif // Russian (Russia) resources +#endif // Русский (Россия) resources ///////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////// -// English (United States) resources +// Английский (США) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US @@ -402,7 +421,7 @@ BEGIN END #endif // APSTUDIO_INVOKED -#endif // English (United States) resources +#endif // Английский (США) resources ///////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3