Subversion Repositories indexer_suite

Rev

Rev 3 | Go to most recent revision | Details | 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
    ExplicitWidth = 529
32
  end
33
  object Memo1: TMemo
34
    Left = 8
35
    Top = 39
36
    Width = 696
37
    Height = 364
38
    Anchors = [akLeft, akTop, akRight, akBottom]
39
    Lines.Strings = (
40
      'Results')
41
    TabOrder = 1
42
    ExplicitWidth = 619
43
    ExplicitHeight = 253
44
  end
45
  object Button1: TButton
46
    Left = 629
47
    Top = 8
48
    Width = 75
49
    Height = 25
50
    Anchors = [akTop, akRight]
51
    Caption = 'Search'
52
    TabOrder = 2
53
    OnClick = Button1Click
54
    ExplicitLeft = 552
55
  end
56
end