diff options
Diffstat (limited to 'resource.h')
-rw-r--r-- | resource.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -27,6 +27,7 @@ #define IDC_IN_OPEN_TAG 1025
#define IDC_KEY_PASSWD 1025
#define IDC_PASSWORD 1025
+#define IDC_LOG_FILE_EDIT 1025
#define IDC_BUTTON1 1026
#define IDC_SAVE_KEY_BUTTON 1026
#define IDC_GENERATE_KEY 1026
@@ -51,7 +52,9 @@ #define IDC_EXISTING_KEY_LIST 1045
#define IDC_BUTTON2 1046
#define IDC_OTHER 1046
+#define IDC_LOG_FILE_SET 1046
#define IDC_SAVE_PASSWORD 1047
+#define IDC_DEBUG_LOG 1048
// Next default values for new objects
//
@@ -59,7 +62,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 112
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1048
+#define _APS_NEXT_CONTROL_VALUE 1049
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|