diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2009-10-01 05:18:46 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2009-10-01 05:18:46 +0300 |
commit | 298b3e189486938208a4bf7d15d3aa1b841ef652 (patch) | |
tree | 1b8c4873613b181647c29b7efa8002b0c6975c6c /stopspam_mod/trunk/resource.h | |
parent | 5f68bd0ddfd9578e00d0dba2b64c6db1f405bbc8 (diff) |
+ option to case insensitive answer checking
+ option to disable question in invisible mode
small options dialog redesign
Diffstat (limited to 'stopspam_mod/trunk/resource.h')
-rw-r--r-- | stopspam_mod/trunk/resource.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/stopspam_mod/trunk/resource.h b/stopspam_mod/trunk/resource.h index c3e8e7a..42b414b 100644 --- a/stopspam_mod/trunk/resource.h +++ b/stopspam_mod/trunk/resource.h @@ -17,6 +17,7 @@ #define ID_MAXQUESTCOUNT 1008
#define ID_REMOVE 1009
#define ID_SPECIALGROUPNAME 1009
+#define IDD_ADVANCED 1009
#define ID_USEDPROTO 1010
#define ID_REMOVEALL 1011
#define ID_ADDALL 1012
@@ -29,7 +30,10 @@ #define IDC_BUTTON1 1017
#define IDC_VARS 1017
#define ID_HIDECONTACTS 1018
+#define IDC_CASE_INSENSITIVE 1018
#define ID_IGNORESPAMMERS 1019
+#define IDC_CHECK2 1019
+#define IDC_INVIS_DISABLE 1019
#define ID_REMOVE_TMP 1020
#define ID_REMOVE_TMP2 1021
#define ID_EXCLUDE 1021
@@ -42,7 +46,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 104
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1018
+#define _APS_NEXT_CONTROL_VALUE 1020
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|