diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-15 17:31:53 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-15 17:31:53 +0300 |
commit | ead24472fda0b5d69497e792a6b4dede30ab319b (patch) | |
tree | e1b9711b9127bef004ea1e018dcb726512883882 /resource.h | |
parent | 665f0c15010670233f3d85b9b0b0e6da6f35e878 (diff) |
key generation from module
Diffstat (limited to 'resource.h')
-rw-r--r-- | resource.h | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -8,8 +8,8 @@ #define IDD_OPT_GPG_BIN 105
#define IDD_BIN_PATH 106
#define IDD_OPT_GPG_MESSAGES 107
-#define IDD_DIALOG1 108
#define IDD_NEW_KEY 108
+#define IDD_KEY_GEN 109
#define IDC_SET_BIN_PATH 1016
#define IDC_SET_HOME_DIR 1017
#define IDC_BIN_PATH 1018
@@ -23,13 +23,18 @@ #define IDC_PUBLIC_KEY_EDIT 1025
#define IDC_KEY_PASSWORD 1025
#define IDC_IN_OPEN_TAG 1025
+#define IDC_KEY_PASSWD 1025
#define IDC_BUTTON1 1026
#define IDC_SAVE_KEY_BUTTON 1026
#define IDC_GENERATE_KEY 1026
#define IDC_IGNORE_KEY 1026
+#define IDC_SELECT_EXISTING 1026
+#define IDC_KEY_EMAIL 1026
#define IDC_DELETE_KEY_BUTTON 1027
#define IDC_IN_CLOSE_TAG 1027
+#define IDC_KEY_REAL_NAME 1027
#define IDC_KEY_LIST 1028
+#define IDC_KEY_COMMENT 1028
#define IDC_OUT_OPEN_TAG 1029
#define IDC_APPEND_TAGS 1030
#define IDC_OUT_CLOSE_TAG 1031
@@ -37,14 +42,18 @@ #define IDC_MESSAGE 1034
#define ID_IMPORT 1035
#define IDC_IMPORT_AND_USE 1036
+#define IDC_KEY_TYPE 1039
+#define IDC_KEY_LENGTH 1040
+#define IDC_KEY_EXPIRE_DATE 1043
+#define IDC_EDIT2 1044
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 109
+#define _APS_NEXT_RESOURCE_VALUE 110
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1037
+#define _APS_NEXT_CONTROL_VALUE 1045
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|