home *** CD-ROM | disk | FTP | other *** search
- object AntiForm: TAntiForm
- Left = 411
- Top = 336
- BorderStyle = bsToolWindow
- Caption = 'Anti-Spam Bot'
- ClientHeight = 336
- ClientWidth = 425
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBoxAnti: TGroupBox
- Left = 7
- Top = 6
- Width = 410
- Height = 291
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- object LabelAntiQuest: TLabel
- Left = 11
- Top = 94
- Width = 119
- Height = 13
- Caption = 'Your Anti-Spam question:'
- end
- object LabelAntiAns: TLabel
- Left = 11
- Top = 184
- Width = 160
- Height = 13
- Caption = 'The right answer to your question:'
- end
- object LabelAntiAfter: TLabel
- Left = 11
- Top = 231
- Width = 257
- Height = 13
- Caption = 'Your message after remote user gave the right answer:'
- end
- object PanelDesc: TPanel
- Left = 10
- Top = 17
- Width = 389
- Height = 71
- BevelOuter = bvLowered
- TabOrder = 0
- object MemoDesc: TMemo
- Left = 1
- Top = 1
- Width = 387
- Height = 69
- Align = alClient
- BevelInner = bvNone
- BorderStyle = bsNone
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- Lines.Strings = (
-
- 'Description: This Anti-Spam system will prevent from receiving u' +
- 'nwanted '
-
- 'spam messages by asking remote users your simple question. This ' +
- 'system '
-
- 'works for users not on your contact list only. Users can'#39't send ' +
- 'messages to '
-
- 'you until they give the right answer. Use well known question an' +
- 'd answer. '
- 'The answer is not case sensitive.')
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- end
- object MemoQuestion: TMemo
- Left = 10
- Top = 111
- Width = 389
- Height = 65
- Lines.Strings = (
-
- 'Hi, this is my Anti-Spam control. If you would like to chat with' +
- ' me then please '
- 'give the right answer to the following simple question.'
- 'What is the name of our planet? English please. Thank you.')
- MaxLength = 450
- ScrollBars = ssVertical
- TabOrder = 1
- end
- object EditAnswer: TEdit
- Left = 10
- Top = 201
- Width = 389
- Height = 21
- MaxLength = 200
- TabOrder = 2
- Text = 'Earth'
- end
- object EditAfter: TEdit
- Left = 10
- Top = 248
- Width = 389
- Height = 21
- MaxLength = 450
- TabOrder = 3
- Text =
- 'Thank you. Now you can send messages directly to my contact list' +
- '.'
- end
- end
- object ButtonOK: TButton
- Left = 341
- Top = 304
- Width = 75
- Height = 25
- Caption = 'OK'
- TabOrder = 1
- OnClick = ButtonOKClick
- end
- end
-