home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / TemaCD / xnews / Xnews.exe / 0 / RCDATA / TFMXPAT / TFMXPAT.txt
Text File  |  2001-01-31  |  3KB  |  149 lines

  1. object fmXPat: TfmXPat
  2.   Left = 239
  3.   Top = 269
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'XPAT Search'
  7.   ClientHeight = 236
  8.   ClientWidth = 469
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBtnText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnKeyPress = FormKeyPress
  20.   OnShow = edRangeChange
  21.   PixelsPerInch = 120
  22.   TextHeight = 16
  23.   object Label1: TLabel
  24.     Left = 16
  25.     Top = 18
  26.     Width = 64
  27.     Height = 16
  28.     Caption = 'Search for:'
  29.   end
  30.   object Label2: TLabel
  31.     Left = 104
  32.     Top = 45
  33.     Width = 106
  34.     Height = 16
  35.     Caption = 'Example: *xnews*'
  36.   end
  37.   object Label3: TLabel
  38.     Left = 30
  39.     Top = 200
  40.     Width = 78
  41.     Height = 16
  42.     Caption = 'Assign score'
  43.   end
  44.   object Label4: TLabel
  45.     Left = 16
  46.     Top = 76
  47.     Width = 41
  48.     Height = 16
  49.     Caption = 'Range'
  50.   end
  51.   object lbRange: TLabel
  52.     Left = 248
  53.     Top = 76
  54.     Width = 3
  55.     Height = 16
  56.   end
  57.   object coXPat: TMyComboBox
  58.     Left = 88
  59.     Top = 16
  60.     Width = 361
  61.     Height = 24
  62.     Hint = 'Enter one or more wildcard patterns, separate by space'
  63.     DropDownCount = 10
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clWindowText
  66.     Font.Height = -12
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = [fsBold]
  69.     ItemHeight = 16
  70.     ParentFont = False
  71.     TabOrder = 0
  72.     RegKey = 'Software\Xnews\coXPat'
  73.   end
  74.   object rgHeader: TRadioGroup
  75.     Left = 16
  76.     Top = 105
  77.     Width = 433
  78.     Height = 80
  79.     Caption = 'Search header'
  80.     Columns = 3
  81.     ItemIndex = 0
  82.     Items.Strings = (
  83.       'Subject'
  84.       'From'
  85.       'References'
  86.       'Message-ID'
  87.       'Keyword'
  88.       'Organization')
  89.     TabOrder = 1
  90.   end
  91.   object bOkay: TButton
  92.     Left = 280
  93.     Top = 199
  94.     Width = 75
  95.     Height = 25
  96.     Caption = 'Okay'
  97.     Default = True
  98.     ModalResult = 1
  99.     TabOrder = 3
  100.   end
  101.   object bCancel: TButton
  102.     Left = 376
  103.     Top = 199
  104.     Width = 75
  105.     Height = 25
  106.     Caption = 'Cancel'
  107.     ModalResult = 2
  108.     TabOrder = 4
  109.   end
  110.   object edScore: TSpinEdit
  111.     Left = 120
  112.     Top = 198
  113.     Width = 81
  114.     Height = 26
  115.     Font.Charset = DEFAULT_CHARSET
  116.     Font.Color = clWindowText
  117.     Font.Height = -13
  118.     Font.Name = 'MS Sans Serif'
  119.     Font.Style = []
  120.     MaxValue = 20000
  121.     MinValue = -20000
  122.     ParentFont = False
  123.     TabOrder = 2
  124.     Value = 0
  125.   end
  126.   object cbCase: TCheckBox
  127.     Left = 335
  128.     Top = 45
  129.     Width = 111
  130.     Height = 19
  131.     Caption = 'Case sensitive'
  132.     TabOrder = 5
  133.   end
  134.   object edRange: TEdit
  135.     Left = 88
  136.     Top = 71
  137.     Width = 145
  138.     Height = 24
  139.     Font.Charset = DEFAULT_CHARSET
  140.     Font.Color = clWindowText
  141.     Font.Height = -13
  142.     Font.Name = 'MS Sans Serif'
  143.     Font.Style = []
  144.     ParentFont = False
  145.     TabOrder = 6
  146.     OnChange = edRangeChange
  147.   end
  148. end
  149.