Subversion Repositories indexer_suite

Rev

Rev 3 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

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