summaryrefslogtreecommitdiff
path: root/new_gpg.rc
diff options
context:
space:
mode:
Diffstat (limited to 'new_gpg.rc')
-rw-r--r--new_gpg.rc8
1 files changed, 5 insertions, 3 deletions
diff --git a/new_gpg.rc b/new_gpg.rc
index 14f7b6a..d60bec2 100644
--- a/new_gpg.rc
+++ b/new_gpg.rc
@@ -58,8 +58,8 @@ CAPTION "Load Public GPG key"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
DEFPUSHBUTTON "خت",ID_OK,7,63,50,14
- PUSHBUTTON "Load from file",ID_LOD_FROM_FILE,208,63,54,14
- EDITTEXT IDC_PUBLIC_KEY_EDIT,7,7,255,51,ES_AUTOHSCROLL
+ PUSHBUTTON "Load from file",ID_LOAD_FROM_FILE,208,63,54,14
+ EDITTEXT IDC_PUBLIC_KEY_EDIT,7,7,255,51,ES_MULTILINE | ES_AUTOHSCROLL | WS_VSCROLL,WS_EX_STATICEDGE
END
@@ -105,7 +105,9 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x0
BEGIN
CONTROL "",IDC_USERLIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,17,254,112
CTEXT "Userlist:",IDC_STATIC,25,7,201,8
- PUSHBUTTON "Set PubKey",IDC_LOAD_KEY_BUTTON,7,135,49,14
+ PUSHBUTTON "Import PubKey",IDC_LOAD_KEY_BUTTON,7,135,54,14
+ PUSHBUTTON "Export PubKey",IDC_SAVE_KEY_BUTTON,64,135,54,14
+ PUSHBUTTON "Delete key",IDC_DELETE_KEY_BUTTON,121,135,50,14
END
IDD_OPT_GPG_BIN DIALOGEX 0, 0, 268, 214