diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-02-24 23:36:28 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-02-24 23:36:28 +0200 |
commit | 1a97867f4a52b0edb0813dedbd88fd6a8258c442 (patch) | |
tree | 8d76fdc495a8d3a29cc4e09b468212cbb087a4a0 | |
parent | bbfdf48fe1f1c40e69bae0db2e331c88cb6564f1 (diff) |
modified: stopspam.rc
-rw-r--r-- | stopspam.rc | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/stopspam.rc b/stopspam.rc index 5cefb42..b7e77a5 100644 --- a/stopspam.rc +++ b/stopspam.rc @@ -65,13 +65,13 @@ BEGIN EDITTEXT ID_MAXQUESTCOUNT,107,89,30,12,ES_AUTOHSCROLL | ES_NUMBER
LTEXT " questions to one contact (0 - for no limit)",IDC_STATIC,144,89,155,12,SS_CENTERIMAGE
CONTROL "Enable StopSpam-StopSpam infinite talk protection",ID_INFTALKPROT,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,106,270,10
- CONTROL "Add contact permanently",ID_ADDPERMANENT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,118,270,8
- CONTROL "Enable auth. requests blocking",ID_HANDLEAUTHREQ,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,130,270,8
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,106,290,10
+ CONTROL "Add contact permanently",ID_ADDPERMANENT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,118,290,8
+ CONTROL "Enable auth. requests blocking",ID_HANDLEAUTHREQ,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,130,290,8
CONTROL "Hide unanswered contacts and spammers from contact list",ID_HIDECONTACTS,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,140,279,10
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,140,290,10
CONTROL "Ignore spammers (do not write messages to history)",ID_IGNORESPAMMERS,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,151,268,10
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,151,290,10
END
IDD_ADVANCED DIALOGEX 0, 0, 309, 219
@@ -81,18 +81,18 @@ BEGIN CONTROL "Case insensitive answer checking",IDC_CASE_INSENSITIVE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,54,279,10
CONTROL "Disable question in invisible mode",IDC_INVIS_DISABLE,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,65,274,10
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,65,287,10
CONTROL "Enable integration with DOS plugin",ID_DOS_INTEGRATION,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,77,270,8
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,77,287,8
CONTROL "Exclude contacts which we sending something from spam check",ID_EXCLUDE,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,33,270,8
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,33,287,8
CONTROL "Remove Excluded contacts after restart",ID_REMOVE_TMP,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,44,270,8
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,44,287,8
CONTROL "Add contacts to specified group:",ID_SPECIALGROUP,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,16,196,10
EDITTEXT ID_SPECIALGROUPNAME,217,15,79,12,ES_AUTOHSCROLL
CONTROL "Ignore Authorization requests with URL",ID_IGNOREURL,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,88,270,10
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,88,287,10
END
|