diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-09 23:57:47 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-09 23:57:47 +0300 |
commit | 51a8187ac271415b2eb451e19b3c63eb4a5fd0db (patch) | |
tree | c75a15f96aff7c311b8805e4c834e9c0d8964545 /resource.h | |
parent | 8280bdbb5b6fb83a2d1b4ce5276cb77e437a4447 (diff) |
modified: commonheaders.h
modified: main.cpp
new file: new_gpg.icproj
modified: new_gpg.rc
modified: new_gpg.sln
modified: new_gpg.vcproj
modified: options.cpp
modified: resource.h
modified: utilities.cpp
Diffstat (limited to 'resource.h')
-rw-r--r-- | resource.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -13,8 +13,13 @@ #define IDC_LOAD_KEY_BUTTON 1022
#define ID_OK 1023
#define ID_LOD_FROM_FILE 1024
+#define ID_LOAD_FROM_FILE 1024
#define IDC_EDIT1 1025
#define IDC_PUBLIC_KEY_EDIT 1025
+#define IDC_BUTTON1 1026
+#define IDC_SAVE_KEY_BUTTON 1026
+#define IDC_BUTTON2 1027
+#define IDC_DELETE_KEY_BUTTON 1027
// Next default values for new objects
//
@@ -22,7 +27,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 103
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1026
+#define _APS_NEXT_CONTROL_VALUE 1028
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|