VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Resource.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2016-01-31 20:28:00 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2016-01-31 23:30:27 +0100
commit77885de85e577275d2528e738914ba51b5def585 (patch)
tree7e2db6fc99de60822f5131dc69ce96b17123aa9c /src/Common/Resource.h
parentb407512248034dee23186febfc5e6c9597b77912 (diff)
downloadVeraCrypt-77885de85e577275d2528e738914ba51b5def585.tar.gz
VeraCrypt-77885de85e577275d2528e738914ba51b5def585.zip
Windows: Implement GUI indicator for entropy collected from mouse movements.
Diffstat (limited to 'src/Common/Resource.h')
-rw-r--r--src/Common/Resource.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Common/Resource.h b/src/Common/Resource.h
index 0c536eb8..8755f6c3 100644
--- a/src/Common/Resource.h
+++ b/src/Common/Resource.h
@@ -195,15 +195,17 @@
#define IDC_VOLUME_LABEL 5133
#define IDT_VOLUME_LABEL 5134
#define IDC_KEYFILES_TRY_EMPTY_PASSWORD 5135
+#define IDC_ENTROPY_BAR 5136
+#define IDT_ENTROPY_BAR 5137
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC 1
-#define _APS_NEXT_RESOURCE_VALUE 542
+#define _APS_NEXT_RESOURCE_VALUE 558
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 5136
+#define _APS_NEXT_CONTROL_VALUE 5138
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif