From 270ca4cfb74b5bbcff9402264bc476b9c79028c1 Mon Sep 17 00:00:00 2001 From: Alexander Gluzsky Date: Thu, 24 Jan 2013 19:26:22 +0000 Subject: some memory allocation bugs fixed enhanced key export/import git-svn-id: http://svn.miranda-ng.org/main/trunk@3267 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/New_GPG/res/new_gpg.rc | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) (limited to 'plugins/New_GPG/res/new_gpg.rc') diff --git a/plugins/New_GPG/res/new_gpg.rc b/plugins/New_GPG/res/new_gpg.rc index b86a849cb3..e93473f664 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 ///////////////////////////////////////////////////////////////////////////// @@ -183,6 +183,20 @@ BEGIN CONTROL "Remember choice",IDC_REMEMBER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,22,157,10 END +IDD_EXPORT_TYPE DIALOGEX 0, 0, 281, 90 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "Choose which keys to export" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + GROUPBOX "Статический",IDC_STATIC,7,7,267,63 + PUSHBUTTON "Ok",IDC_OK,7,71,50,14 + PUSHBUTTON "Cancel",IDC_CANCEL,224,71,50,14 + CONTROL "Export public keys (only set for contacts)",IDC_PUBLIC, + "Button",BS_AUTORADIOBUTTON,15,23,248,10 + CONTROL "Export all private keys",IDC_PRIVATE,"Button",BS_AUTORADIOBUTTON,15,36,246,10 + CONTROL "Export public and private keys",IDC_ALL,"Button",BS_AUTORADIOBUTTON,15,50,248,10 +END + ///////////////////////////////////////////////////////////////////////////// // @@ -266,6 +280,15 @@ BEGIN TOPMARGIN, 7 BOTTOMMARGIN, 56 END + + IDD_EXPORT_TYPE, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 274 + TOPMARGIN, 7 + BOTTOMMARGIN, 85 + HORZGUIDE, 70 + END END #endif // APSTUDIO_INVOKED @@ -385,12 +408,14 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,3,76,233,10 END -IDD_OPT_GPG_ADVANCED DIALOGEX 0, 0, 286, 32 +IDD_OPT_GPG_ADVANCED DIALOGEX 0, 0, 286, 50 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD FONT 8, "MS Shell Dlg", 400, 0, 0x0 BEGIN CONTROL "Turn on presence signing (Jabber) (required by xep 0-27)",IDC_PRESCENSE_SUBSCRIPTION, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,9,268,10 + PUSHBUTTON "Export keys",IDC_EXPORT,12,26,60,14 + PUSHBUTTON "Import keys",IDC_IMPORT,82,26,68,14 END @@ -417,6 +442,7 @@ BEGIN IDD_OPT_GPG_ADVANCED, DIALOG BEGIN VERTGUIDE, 12 + BOTTOMMARGIN, 40 END END #endif // APSTUDIO_INVOKED -- cgit v1.2.3