File: findoverloadsdlg.lfm

package info (click to toggle)
lazarus 2.0.10%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 219,188 kB
  • sloc: pascal: 1,867,962; xml: 265,716; cpp: 56,595; sh: 3,005; java: 609; makefile: 568; perl: 297; sql: 222; ansic: 137
file content (81 lines) | stat: -rw-r--r-- 1,667 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
object FindOverloadsDialog: TFindOverloadsDialog
  Left = 297
  Height = 338
  Top = 171
  Width = 548
  ActiveControl = CurTreeView
  Caption = 'FindOverloadsDialog'
  ClientHeight = 338
  ClientWidth = 548
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  Position = poScreenCenter
  LCLVersion = '0.9.27'
  object ButtonPanel1: TButtonPanel
    Left = 6
    Height = 44
    Top = 288
    Width = 536
    TabOrder = 0
    ShowButtons = [pbOK, pbCancel, pbClose]
  end
  object CurGroupBox: TGroupBox
    Left = 6
    Height = 72
    Top = 6
    Width = 536
    Align = alTop
    BorderSpacing.Around = 6
    Caption = 'CurGroupBox'
    ClientHeight = 53
    ClientWidth = 532
    TabOrder = 1
    object CurTreeView: TTreeView
      Left = 0
      Height = 53
      Top = 0
      Width = 532
      Align = alClient
      DefaultItemHeight = 19
      TabOrder = 0
    end
  end
  object ResultsGroupBox: TGroupBox
    Left = 6
    Height = 198
    Top = 84
    Width = 536
    Align = alClient
    BorderSpacing.Around = 6
    Caption = 'ResultsGroupBox'
    ClientHeight = 179
    ClientWidth = 532
    TabOrder = 2
    object ResultsTreeView: TTreeView
      Left = 0
      Height = 136
      Top = 0
      Width = 532
      Align = alClient
      DefaultItemHeight = 19
      TabOrder = 0
    end
    object ResultsProgressBar: TProgressBar
      Left = 0
      Height = 21
      Top = 136
      Width = 532
      Align = alBottom
      TabOrder = 1
    end
    object SearchAllCheckBox: TCheckBox
      Left = 0
      Height = 22
      Top = 157
      Width = 532
      Align = alBottom
      Caption = 'SearchAllCheckBox'
      TabOrder = 2
    end
  end
end