diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-27 07:46:37 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-27 07:46:37 +0300 |
commit | 1f4c1f489f05bb135c8df93d40db9bb624be969d (patch) | |
tree | bd214f55f5932a60217a848868b9b4cb6fcd9df1 /resource.h | |
parent | c7417593521a2a96442e97508354e32f502bd931 (diff) |
key autoexchange implementation started
Diffstat (limited to 'resource.h')
-rw-r--r-- | resource.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -70,6 +70,8 @@ #define IDC_FILE_TRANSFERS 1061
#define IDC_REMOVE_FILTERS 1062
#define IDC_GENERATE_RANDOM 1063
+#define IDC_CHECK1 1064
+#define IDC_AUTO_EXCHANGE 1064
// Next default values for new objects
//
@@ -77,7 +79,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 114
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1064
+#define _APS_NEXT_CONTROL_VALUE 1065
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|