home *** CD-ROM | disk | FTP | other *** search
- object frmAscii: TfrmAscii
- Left = 375
- Top = 194
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Non-English Language Sensitivity'
- ClientHeight = 217
- ClientWidth = 433
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object EsLabel1: TEsLabel
- Left = 3
- Top = 0
- Width = 406
- Height = 35
- Appearance = apCustom
- Caption = 'Non-English Language Sensitivity'
- ColorScheme = csCustom
- CustomSettings.ShadowColor = clOlive
- CustomSettings.ShadowDepth = 4
- CustomSettings.ShadowStyle = ssExtrude
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -27
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- end
- object Label22: TLabel
- Left = 8
- Top = 42
- Width = 417
- Height = 79
- AutoSize = False
- Caption =
- 'Standard printable ASCII values for the English language charact' +
- 'er set are from decimal 32 to 128. If you receive legitimate me' +
- 'ssages that contain accented characters adjust the selection bel' +
- 'ow to avoid marking good e-mail messages as spam.'
- WordWrap = True
- end
- object btOK: TButton
- Left = 258
- Top = 184
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = btOKClick
- end
- object btCancel: TButton
- Left = 346
- Top = 184
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- OnClick = btCancelClick
- end
- object cbRange: TComboBox
- Left = 8
- Top = 144
- Width = 414
- Height = 24
- Style = csDropDownList
- ItemHeight = 16
- Items.Strings = (
- 'Only one character is Non-English (most restrictive)'
- 'One third (33%) or more of the characters are Non-English'
- 'One half (50%) or more of the characters are Non-English'
- 'Two thirds (67%) or more of the characters are Non-English')
- TabOrder = 2
- end
- end
-