diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-17 18:58:54 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-17 18:58:54 +0300 |
commit | de218850223808a480c092ced92e3097ae553728 (patch) | |
tree | 700c3d623f63246245698832a280f0ca3da7f027 /resource.h | |
parent | 183f0cbd928afce0ec5267f1d14ca2310e4bca25 (diff) |
modified: init.cpp
modified: main.cpp
modified: messages.cpp
modified: new_gpg.rc
modified: resource.h
Diffstat (limited to 'resource.h')
-rw-r--r-- | resource.h | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -11,6 +11,7 @@ #define IDD_NEW_KEY 108
#define IDD_KEY_GEN 109
#define IDD_LOAD_EXISTING_KEY 110
+#define IDD_KEY_PASSWD 111
#define IDC_SET_BIN_PATH 1016
#define IDC_SET_HOME_DIR 1017
#define IDC_BIN_PATH 1018
@@ -25,6 +26,7 @@ #define IDC_KEY_PASSWORD 1025
#define IDC_IN_OPEN_TAG 1025
#define IDC_KEY_PASSWD 1025
+#define IDC_PASSWORD 1025
#define IDC_BUTTON1 1026
#define IDC_SAVE_KEY_BUTTON 1026
#define IDC_GENERATE_KEY 1026
@@ -49,14 +51,15 @@ #define IDC_EXISTING_KEY_LIST 1045
#define IDC_BUTTON2 1046
#define IDC_OTHER 1046
+#define IDC_SAVE_PASSWORD 1047
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 111
+#define _APS_NEXT_RESOURCE_VALUE 112
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1047
+#define _APS_NEXT_CONTROL_VALUE 1048
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|