diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-09-24 14:31:18 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-09-24 14:31:18 +0300 |
commit | 24870e1a7d3bfb5372833d98546db67c9e24b4b2 (patch) | |
tree | 7508b4c22a6c91a59051e240fd010dbc2d643954 /resource.h | |
parent | 6d88cf817136473cfb98332cb4616e3563e33971 (diff) |
modified: options.cpp
modified: replacer.rc
modified: replacer.suo
modified: resource.h
Diffstat (limited to 'resource.h')
-rw-r--r-- | resource.h | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -6,17 +6,21 @@ #define IDD_OPT_REPLACER 104
#define IDI_SECURED 112
#define IDI_UNSECURED 113
+#define IDD_WORD_EDIT 114
#define IDC_USERLIST 1020
#define IDC_LOAD_KEY_BUTTON 1022
#define ID_LOD_FROM_FILE 1024
#define IDC_EDIT1 1025
#define IDC_LOG_FILE_EDIT 1025
+#define IDC_EDIT_WORD 1025
#define IDC_BUTTON1 1026
#define IDC_SAVE_KEY_BUTTON 1026
+#define IDC_ADD 1026
#define IDC_DELETE_KEY_BUTTON 1027
#define IDC_SELECT_KEY 1033
#define IDC_BUTTON2 1046
#define IDC_LOG_FILE_SET 1046
+#define IDC_CHANGE 1046
#define IDC_DEBUG_LOG 1048
#define IDC_JABBER_API 1049
#define IDC_CURRENT_KEY 1054
@@ -25,14 +29,18 @@ #define IDC_LIST2 1063
#define IDC_LIST3 1064
#define IDC_BUTTON3 1065
+#define IDC_DELETE 1065
+#define IDC_LABEL 1066
+#define IDC_OK 1067
+#define IDC_CANCEL 1068
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 114
+#define _APS_NEXT_RESOURCE_VALUE 115
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1066
+#define _APS_NEXT_CONTROL_VALUE 1069
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|