From ea8554407ed4038aca0eb7835f9d813bdf37c1a9 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sat, 14 Aug 2010 03:50:31 +0300 Subject: fixes .... mainly --- resource.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'resource.h') diff --git a/resource.h b/resource.h index 0884116..9833de1 100644 --- a/resource.h +++ b/resource.h @@ -6,8 +6,8 @@ #define IDD_FIRST_RUN 103 #define IDD_OPT_GPG 104 #define IDD_OPT_GPG_BIN 105 -#define IDD_DIALOG1 106 #define IDD_BIN_PATH 106 +#define IDD_OPT_GPG_MESSAGES 107 #define IDC_SET_BIN_PATH 1016 #define IDC_SET_HOME_DIR 1017 #define IDC_BIN_PATH 1018 @@ -19,11 +19,19 @@ #define ID_LOAD_FROM_FILE 1024 #define IDC_EDIT1 1025 #define IDC_PUBLIC_KEY_EDIT 1025 +#define IDC_KEY_PASSWORD 1025 +#define IDC_IN_OPEN_TAG 1025 #define IDC_BUTTON1 1026 #define IDC_SAVE_KEY_BUTTON 1026 #define IDC_GENERATE_KEY 1026 #define IDC_DELETE_KEY_BUTTON 1027 +#define IDC_IN_CLOSE_TAG 1027 #define IDC_KEY_LIST 1028 +#define IDC_OUT_OPEN_TAG 1029 +#define IDC_APPEND_TAGS 1030 +#define IDC_OUT_CLOSE_TAG 1031 +#define IDC_BUTTON2 1033 +#define IDC_SELECT_KEY 1033 // Next default values for new objects // @@ -31,7 +39,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 107 #define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1030 +#define _APS_NEXT_CONTROL_VALUE 1034 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif -- cgit v1.2.3