summaryrefslogtreecommitdiff
path: root/new_gpg.rc
diff options
context:
space:
mode:
Diffstat (limited to 'new_gpg.rc')
-rw-r--r--new_gpg.rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/new_gpg.rc b/new_gpg.rc
index 6b5dce6..d970eb8 100644
--- a/new_gpg.rc
+++ b/new_gpg.rc
@@ -68,6 +68,9 @@ CAPTION "new GPG Plugin First Run"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
DEFPUSHBUTTON "خت",ID_OK,15,175,50,14
+ CONTROL "",IDC_KEY_LIST,"SysListView32",LVS_REPORT | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,14,22,189,50
+ PUSHBUTTON "Generate key",IDC_GENERATE_KEY,15,76,54,14
+ LTEXT "Select key for use",IDC_STATIC,16,12,186,8
END