home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / TemaCD / xnews / Xnews.exe / 0 / RCDATA / TFMSEARCH / TFMSEARCH.txt
Text File  |  2001-01-31  |  6KB  |  288 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 = clBtnText
  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.         HintIsText = False
  70.         Font.Charset = DEFAULT_CHARSET
  71.         Font.Color = clLime
  72.         Font.Height = -17
  73.         Font.Name = 'MS Sans Serif'
  74.         Font.Style = []
  75.         ForeColor = clRed
  76.         BackColor = clBlack
  77.         ParentColor = False
  78.         ParentFont = False
  79.         Progress = 0
  80.         UpdateFrequency = 500
  81.         UseDockManager = False
  82.         TabOrder = 0
  83.       end
  84.     end
  85.   end
  86.   object pnTop: TPanel
  87.     Left = 0
  88.     Top = 0
  89.     Width = 522
  90.     Height = 145
  91.     Align = alTop
  92.     BevelInner = bvRaised
  93.     BevelOuter = bvLowered
  94.     Font.Charset = DEFAULT_CHARSET
  95.     Font.Color = clBtnText
  96.     Font.Height = -13
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = []
  99.     ParentFont = False
  100.     TabOrder = 0
  101.     TabStop = True
  102.     OnResize = pnTopResize
  103.     object Label1: TLabel
  104.       Left = 10
  105.       Top = 12
  106.       Width = 64
  107.       Height = 16
  108.       Caption = '&Text to find'
  109.     end
  110.     object bGo: TButton
  111.       Left = 416
  112.       Top = 10
  113.       Width = 97
  114.       Height = 25
  115.       Hint = 'Start or continue search'
  116.       Anchors = [akTop, akRight]
  117.       Caption = '&Start'
  118.       Default = True
  119.       Enabled = False
  120.       TabOrder = 1
  121.       OnClick = bGoClick
  122.     end
  123.     object bClose: TButton
  124.       Left = 416
  125.       Top = 42
  126.       Width = 97
  127.       Height = 25
  128.       Anchors = [akTop, akRight]
  129.       Cancel = True
  130.       Caption = '&Close'
  131.       TabOrder = 5
  132.       OnClick = bCloseClick
  133.     end
  134.     object coSearch: TMyComboBox
  135.       Left = 89
  136.       Top = 9
  137.       Width = 313
  138.       Height = 24
  139.       Hint = 'Enter search regex'
  140.       Font.Charset = DEFAULT_CHARSET
  141.       Font.Color = clWindowText
  142.       Font.Height = -13
  143.       Font.Name = 'MS Sans Serif'
  144.       Font.Style = []
  145.       ItemHeight = 16
  146.       ParentFont = False
  147.       TabOrder = 0
  148.       OnChange = coSearchChange
  149.       RegKey = 'Software\Xnews\coSearch'
  150.     end
  151.     object cbLarge: TCheckBox
  152.       Left = 368
  153.       Top = 76
  154.       Width = 137
  155.       Height = 17
  156.       Hint = 'Skip articles >1000 lines'
  157.       Anchors = [akTop, akRight]
  158.       Caption = 'Skip large articles'
  159.       Checked = True
  160.       State = cbChecked
  161.       TabOrder = 6
  162.     end
  163.     object lvWhere: TMyListView
  164.       Left = 88
  165.       Top = 48
  166.       Width = 250
  167.       Height = 87
  168.       Checkboxes = True
  169.       Columns = <>
  170.       Font.Charset = DEFAULT_CHARSET
  171.       Font.Color = clWindowText
  172.       Font.Height = -13
  173.       Font.Name = 'MS Sans Serif'
  174.       Font.Style = []
  175.       GridLines = True
  176.       HideSelection = False
  177.       HotTrackStyles = []
  178.       ReadOnly = True
  179.       RowSelect = True
  180.       ParentFont = False
  181.       PopupMenu = Menu
  182.       TabOrder = 3
  183.       ViewStyle = vsSmallIcon
  184.     end
  185.     object bRefresh: TButton
  186.       Left = 16
  187.       Top = 112
  188.       Width = 65
  189.       Height = 25
  190.       Hint = 'Refresh list of folders'
  191.       Caption = 'Refresh'
  192.       TabOrder = 4
  193.       OnClick = bRefreshClick
  194.     end
  195.     object bWhere: TButton
  196.       Left = 16
  197.       Top = 48
  198.       Width = 65
  199.       Height = 25
  200.       Caption = 'Search in'
  201.       TabOrder = 2
  202.       OnClick = bWhereClick
  203.     end
  204.     object cbOneMatch: TCheckBox
  205.       Left = 368
  206.       Top = 98
  207.       Width = 137
  208.       Height = 17
  209.       Hint = 'Find only first occurence in article'
  210.       Anchors = [akTop, akRight]
  211.       Caption = '1 match per article'
  212.       TabOrder = 7
  213.     end
  214.     object cbCase: TCheckBox
  215.       Left = 368
  216.       Top = 120
  217.       Width = 137
  218.       Height = 17
  219.       Hint = 'Find only first occurence in article'
  220.       Anchors = [akTop, akRight]
  221.       Caption = 'Case sensitive'
  222.       TabOrder = 8
  223.     end
  224.   end
  225.   object LV: TMyListView
  226.     Left = 0
  227.     Top = 145
  228.     Width = 522
  229.     Height = 177
  230.     Align = alClient
  231.     Columns = <
  232.       item
  233.         Caption = 'Folder'
  234.         Width = 100
  235.       end
  236.       item
  237.         Caption = 'Subject'
  238.         Width = 230
  239.       end
  240.       item
  241.         Caption = 'From'
  242.         Width = 100
  243.       end
  244.       item
  245.         Caption = 'Pos'
  246.         Width = 55
  247.       end
  248.       item
  249.         Caption = 'Length'
  250.         Width = 55
  251.       end>
  252.     Font.Charset = DEFAULT_CHARSET
  253.     Font.Color = clWindowText
  254.     Font.Height = -14
  255.     Font.Name = 'MS Sans Serif'
  256.     Font.Style = [fsBold]
  257.     GridLines = True
  258.     HideSelection = False
  259.     HotTrackStyles = []
  260.     ReadOnly = True
  261.     RowSelect = True
  262.     ParentFont = False
  263.     TabOrder = 1
  264.     ViewStyle = vsReport
  265.     OnDblClick = LVDblClick
  266.   end
  267.   object Menu: TPopupMenu
  268.     Left = 40
  269.     Top = 72
  270.     object miSelectall: TMenuItem
  271.       Caption = '&All folders'
  272.       OnClick = miSelect
  273.     end
  274.     object miSelectopened: TMenuItem
  275.       Caption = '&Opened folders'
  276.       OnClick = miSelectopenedClick
  277.     end
  278.     object miClearall: TMenuItem
  279.       Caption = '&Clear all'
  280.       OnClick = miSelect
  281.     end
  282.     object miInvert: TMenuItem
  283.       Caption = '&Invert selection'
  284.       OnClick = miSelect
  285.     end
  286.   end
  287. end
  288.