1object AddFPMakeDependencyDialog: TAddFPMakeDependencyDialog
2  Left = 1470
3  Height = 300
4  Top = 366
5  Width = 450
6  Caption = 'AddFPMakeDependencyDialog'
7  ClientHeight = 300
8  ClientWidth = 450
9  LCLVersion = '1.9.0.0'
10  object BP: TButtonPanel
11    Left = 6
12    Height = 46
13    Top = 248
14    Width = 438
15    OKButton.Name = 'OKButton'
16    OKButton.DefaultCaption = True
17    OKButton.OnClick = OKButtonClick
18    HelpButton.Name = 'HelpButton'
19    HelpButton.DefaultCaption = True
20    CloseButton.Name = 'CloseButton'
21    CloseButton.Caption = 'Install'
22    CloseButton.DefaultCaption = False
23    CancelButton.Name = 'CancelButton'
24    CancelButton.DefaultCaption = True
25    TabOrder = 0
26    ShowButtons = [pbOK, pbCancel, pbHelp]
27    ShowGlyphs = []
28  end
29  object DependPkgNameLabel: TLabel
30    AnchorSideTop.Control = DependPkgNameFilter
31    AnchorSideTop.Side = asrCenter
32    AnchorSideRight.Control = DependPkgNameFilter
33    Left = -22
34    Height = 20
35    Top = 15
36    Width = 145
37    Anchors = [akTop, akRight]
38    BorderSpacing.Top = 3
39    BorderSpacing.Right = 6
40    BorderSpacing.CellAlignHorizontal = ccaLeftTop
41    BorderSpacing.CellAlignVertical = ccaCenter
42    Caption = 'DependPkgNameLabel'
43    ParentColor = False
44    ParentFont = False
45  end
46  object DependPkgNameFilter: TListFilterEdit
47    AnchorSideLeft.Control = DependPkgNameListBox
48    AnchorSideTop.Side = asrBottom
49    AnchorSideRight.Control = Owner
50    AnchorSideRight.Side = asrBottom
51    Left = 129
52    Height = 37
53    Top = 7
54    Width = 313
55    ButtonWidth = 23
56    Anchors = [akTop, akLeft, akRight]
57    BorderSpacing.Top = 3
58    BorderSpacing.Right = 8
59    NumGlyphs = 1
60    MaxLength = 0
61    ParentFont = False
62    TabOrder = 1
63    FilteredListbox = DependPkgNameListBox
64  end
65  object DependPkgNameListBox: TListBox
66    AnchorSideTop.Side = asrBottom
67    AnchorSideRight.Control = DependPkgNameFilter
68    AnchorSideRight.Side = asrBottom
69    Left = 129
70    Height = 200
71    Top = 44
72    Width = 313
73    Anchors = [akTop, akLeft, akRight, akBottom]
74    BorderSpacing.Top = 6
75    BorderSpacing.Bottom = 6
76    ItemHeight = 16
77    MultiSelect = True
78    Options = []
79    ParentFont = False
80    ScrollWidth = 311
81    Style = lbOwnerDrawVariable
82    TabOrder = 2
83    TopIndex = -1
84  end
85end
86