Subversion Repositories indexer_suite

Rev

Rev 3 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
object frmFinder: TfrmFinder
2
  Left = 0
3
  Top = 0
4
  Caption = 'Finder'
5
  ClientHeight = 411
6
  ClientWidth = 712
7
  Color = clBtnFace
8
  Font.Charset = DEFAULT_CHARSET
9
  Font.Color = clWindowText
10
  Font.Height = -11
11
  Font.Name = 'Tahoma'
12
  Font.Style = []
13
  FormStyle = fsMDIChild
14
  OldCreateOrder = False
15
  Visible = True
16
  OnClose = FormClose
17
  OnCloseQuery = FormCloseQuery
18
  OnShow = FormShow
19
  DesignSize = (
20
    712
21
    411)
22
  PixelsPerInch = 96
23
  TextHeight = 13
24
  object Edit1: TEdit
25
    Left = 8
26
    Top = 8
27
    Width = 606
28
    Height = 21
29
    Anchors = [akLeft, akTop, akRight]
30
    TabOrder = 0
31
  end
32
  object Memo1: TMemo
33
    Left = 8
34
    Top = 39
35
    Width = 696
36
    Height = 364
37
    Anchors = [akLeft, akTop, akRight, akBottom]
38
    Lines.Strings = (
39
      'Results')
5 daniel-mar 40
    ScrollBars = ssBoth
2 daniel-mar 41
    TabOrder = 1
42
  end
43
  object Button1: TButton
44
    Left = 629
45
    Top = 8
46
    Width = 75
47
    Height = 25
48
    Anchors = [akTop, akRight]
49
    Caption = 'Search'
3 daniel-mar 50
    Default = True
2 daniel-mar 51
    TabOrder = 2
52
    OnClick = Button1Click
53
  end
54
end