Subversion Repositories indexer_suite

Rev

Rev 2 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

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