1object AddToProjectDialog: TAddToProjectDialog
2  Left = 279
3  Height = 358
4  Top = 224
5  Width = 579
6  BorderIcons = [biSystemMenu, biMaximize]
7  Caption = 'AddToProjectDialog'
8  ClientHeight = 358
9  ClientWidth = 579
10  OnClose = AddToProjectDialogClose
11  Position = poScreenCenter
12  LCLVersion = '2.1.0.0'
13  object ButtonPanel: TButtonPanel
14    Left = 6
15    Height = 29
16    Top = 323
17    Width = 567
18    OKButton.Name = 'OKButton'
19    OKButton.DefaultCaption = True
20    HelpButton.Name = 'HelpButton'
21    HelpButton.DefaultCaption = True
22    CloseButton.Name = 'CloseButton'
23    CloseButton.DefaultCaption = True
24    CancelButton.Name = 'CancelButton'
25    CancelButton.DefaultCaption = True
26    TabOrder = 1
27    ShowButtons = [pbOK, pbCancel]
28    ShowBevel = False
29  end
30  object AddFileListView: TListView
31    Left = 6
32    Height = 311
33    Top = 6
34    Width = 567
35    Align = alClient
36    AutoWidthLastColumn = True
37    BorderSpacing.Around = 6
38    Columns = <>
39    MultiSelect = True
40    ReadOnly = True
41    RowSelect = True
42    SortType = stText
43    TabOrder = 0
44    ViewStyle = vsReport
45    OnSelectItem = AddFileListViewSelectItem
46  end
47end
48