home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 January / PCWorld_2000-01_cd.bin / Komunik / News / Xnews / Xnews.exe / 0 / RCDATA / TFMSEARCH / TFMSEARCH.txt
Text File  |  1999-11-08  |  6KB  |  268 lines

  1. object fmSearch: TfmSearch
  2.   Left = 264
  3.   Top = 223
  4.   Width = 530
  5.   Height = 380
  6.   ActiveControl = coSearch
  7.   Caption = 'Search in folders'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 120
  22.   TextHeight = 16
  23.   object Panel0: TPanel
  24.     Left = 0
  25.     Top = 322
  26.     Width = 522
  27.     Height = 27
  28.     Align = alBottom
  29.     BevelOuter = bvNone
  30.     Caption = 'Panel0'
  31.     TabOrder = 2
  32.     object Panel1: TPanel
  33.       Left = 0
  34.       Top = 0
  35.       Width = 241
  36.       Height = 27
  37.       Align = alLeft
  38.       Alignment = taLeftJustify
  39.       BevelInner = bvLowered
  40.       BevelOuter = bvNone
  41.       BorderStyle = bsSingle
  42.       Color = clBlack
  43.       Font.Charset = DEFAULT_CHARSET
  44.       Font.Color = clLime
  45.       Font.Height = -16
  46.       Font.Name = 'MS Sans Serif'
  47.       Font.Style = []
  48.       ParentFont = False
  49.       TabOrder = 0
  50.     end
  51.     object Panel3: TPanel
  52.       Left = 241
  53.       Top = 0
  54.       Width = 281
  55.       Height = 27
  56.       Align = alClient
  57.       BevelInner = bvLowered
  58.       BorderWidth = 2
  59.       Caption = 'Panel3'
  60.       TabOrder = 1
  61.       object Gauge: TProgress
  62.         Left = 4
  63.         Top = 4
  64.         Width = 273
  65.         Height = 19
  66.         Align = alClient
  67.         Color = clSilver
  68.         Enabled = False
  69.         Font.Charset = DEFAULT_CHARSET
  70.         Font.Color = clLime
  71.         Font.Height = -17
  72.         Font.Name = 'MS Sans Serif'
  73.         Font.Style = []
  74.         ForeColor = clRed
  75.         BackColor = clBlack
  76.         ParentColor = False
  77.         ParentFont = False
  78.         Progress = 0
  79.         UseDockManager = False
  80.         TabOrder = 0
  81.       end
  82.     end
  83.   end
  84.   object pnTop: TPanel
  85.     Left = 0
  86.     Top = 0
  87.     Width = 522
  88.     Height = 145
  89.     Align = alTop
  90.     BevelInner = bvRaised
  91.     BevelOuter = bvLowered
  92.     TabOrder = 0
  93.     TabStop = True
  94.     OnResize = pnTopResize
  95.     object Label1: TLabel
  96.       Left = 10
  97.       Top = 12
  98.       Width = 64
  99.       Height = 16
  100.       Caption = '&Text to find'
  101.     end
  102.     object bGo: TButton
  103.       Left = 416
  104.       Top = 10
  105.       Width = 97
  106.       Height = 25
  107.       Hint = 'Start or continue search'
  108.       Anchors = [akTop, akRight]
  109.       Caption = '&Start'
  110.       Default = True
  111.       Enabled = False
  112.       TabOrder = 1
  113.       OnClick = bGoClick
  114.     end
  115.     object bClose: TButton
  116.       Left = 416
  117.       Top = 42
  118.       Width = 97
  119.       Height = 25
  120.       Anchors = [akTop, akRight]
  121.       Cancel = True
  122.       Caption = '&Close'
  123.       TabOrder = 5
  124.       OnClick = bCloseClick
  125.     end
  126.     object coSearch: TMyComboBox
  127.       Left = 89
  128.       Top = 9
  129.       Width = 313
  130.       Height = 24
  131.       Hint = 'Enter search regex'
  132.       ItemHeight = 16
  133.       TabOrder = 0
  134.       OnChange = coSearchChange
  135.       RegKey = 'Software\Xnews\coSearch'
  136.     end
  137.     object cbLarge: TCheckBox
  138.       Left = 368
  139.       Top = 76
  140.       Width = 137
  141.       Height = 17
  142.       Hint = 'Skip articles >1000 lines'
  143.       Anchors = [akTop, akRight]
  144.       Caption = 'Skip large articles'
  145.       Checked = True
  146.       State = cbChecked
  147.       TabOrder = 6
  148.     end
  149.     object lvWhere: TMyListView
  150.       Left = 88
  151.       Top = 48
  152.       Width = 250
  153.       Height = 87
  154.       Checkboxes = True
  155.       Columns = <>
  156.       GridLines = True
  157.       HideSelection = False
  158.       HotTrackStyles = []
  159.       ReadOnly = True
  160.       RowSelect = True
  161.       PopupMenu = Menu
  162.       TabOrder = 3
  163.       ViewStyle = vsSmallIcon
  164.     end
  165.     object bRefresh: TButton
  166.       Left = 16
  167.       Top = 112
  168.       Width = 65
  169.       Height = 25
  170.       Hint = 'Refresh list of folders'
  171.       Caption = 'Refresh'
  172.       TabOrder = 4
  173.       OnClick = bRefreshClick
  174.     end
  175.     object bWhere: TButton
  176.       Left = 16
  177.       Top = 48
  178.       Width = 65
  179.       Height = 25
  180.       Caption = 'Search in'
  181.       TabOrder = 2
  182.       OnClick = bWhereClick
  183.     end
  184.     object cbOneMatch: TCheckBox
  185.       Left = 368
  186.       Top = 98
  187.       Width = 137
  188.       Height = 17
  189.       Hint = 'Find only first occurence in article'
  190.       Anchors = [akTop, akRight]
  191.       Caption = '1 match per article'
  192.       TabOrder = 7
  193.     end
  194.     object cbCase: TCheckBox
  195.       Left = 368
  196.       Top = 120
  197.       Width = 137
  198.       Height = 17
  199.       Hint = 'Find only first occurence in article'
  200.       Anchors = [akTop, akRight]
  201.       Caption = 'Case sensitive'
  202.       TabOrder = 8
  203.     end
  204.   end
  205.   object LV: TMyListView
  206.     Left = 0
  207.     Top = 145
  208.     Width = 522
  209.     Height = 177
  210.     Align = alClient
  211.     Columns = <
  212.       item
  213.         Caption = 'Folder'
  214.         Width = 100
  215.       end
  216.       item
  217.         Caption = 'Subject'
  218.         Width = 230
  219.       end
  220.       item
  221.         Caption = 'From'
  222.         Width = 100
  223.       end
  224.       item
  225.         Caption = 'Pos'
  226.         Width = 55
  227.       end
  228.       item
  229.         Caption = 'Length'
  230.         Width = 55
  231.       end>
  232.     Font.Charset = DEFAULT_CHARSET
  233.     Font.Color = clWindowText
  234.     Font.Height = -14
  235.     Font.Name = 'MS Sans Serif'
  236.     Font.Style = [fsBold]
  237.     GridLines = True
  238.     HideSelection = False
  239.     HotTrackStyles = []
  240.     ReadOnly = True
  241.     RowSelect = True
  242.     ParentFont = False
  243.     TabOrder = 1
  244.     ViewStyle = vsReport
  245.     OnDblClick = LVDblClick
  246.   end
  247.   object Menu: TPopupMenu
  248.     Left = 40
  249.     Top = 72
  250.     object miSelectall: TMenuItem
  251.       Caption = '&All folders'
  252.       OnClick = miSelect
  253.     end
  254.     object miSelectopened: TMenuItem
  255.       Caption = '&Opened folders'
  256.       OnClick = miSelectopenedClick
  257.     end
  258.     object miClearall: TMenuItem
  259.       Caption = '&Clear all'
  260.       OnClick = miSelect
  261.     end
  262.     object miInvert: TMenuItem
  263.       Caption = '&Invert selection'
  264.       OnClick = miSelect
  265.     end
  266.   end
  267. end
  268.