1object ShowDeletingFilesDialog: TShowDeletingFilesDialog
2  Left = 209
3  Height = 350
4  Top = 326
5  Width = 400
6  HelpContext = 0
7  ActiveControl = FileList
8  Align = alNone
9  AllowDropFiles = False
10  AutoScroll = True
11  AutoSize = False
12  BorderIcons = [biSystemMenu, biMinimize, biMaximize]
13  BorderStyle = bsSizeable
14  Caption = 'ShowDeletingFilesDialog'
15  ChildSizing.LeftRightSpacing = 0
16  ChildSizing.TopBottomSpacing = 0
17  ChildSizing.HorizontalSpacing = 0
18  ChildSizing.VerticalSpacing = 0
19  ChildSizing.ControlsPerLine = 0
20  ClientHeight = 350
21  ClientWidth = 400
22  DockSite = False
23  DragKind = dkDrag
24  DragMode = dmManual
25  Enabled = True
26  Font.Height = 0
27  Font.Style = []
28  FormStyle = fsNormal
29  OnCreate = FormCreate
30  ParentBiDiMode = True
31  ParentFont = False
32  Position = poScreenCenter
33  ShowInTaskBar = stDefault
34  UseDockManager = False
35  LCLVersion = '0.9.27'
36  WindowState = wsNormal
37  object ButtonPanel: TButtonPanel
38    Left = 6
39    Height = 48
40    Top = 302
41    Width = 388
42    HelpContext = 0
43    Align = alBottom
44    AutoSize = True
45    ButtonOrder = boDefault
46    TabOrder = 0
47    DefaultButton = pbOK
48    ShowButtons = [pbOK, pbCancel]
49    ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
50    Visible = True
51  end
52  object FileList: TCheckListBox
53    Left = 6
54    Height = 262
55    Top = 6
56    Width = 388
57    HelpContext = 0
58    Align = alClient
59    AllowGrayed = False
60    BorderSpacing.Left = 0
61    BorderSpacing.Top = 0
62    BorderSpacing.Right = 0
63    BorderSpacing.Bottom = 0
64    BorderSpacing.Around = 6
65    BorderSpacing.CellAlignHorizontal = ccaFill
66    BorderSpacing.CellAlignVertical = ccaFill
67    BorderStyle = bsSingle
68    Columns = 0
69    DragCursor = crDrag
70    DragMode = dmManual
71    ExtendedSelect = True
72    Enabled = True
73    IntegralHeight = False
74    ItemHeight = 0
75    MultiSelect = False
76    ParentBidiMode = True
77    ParentFont = True
78    ParentShowHint = True
79    Sorted = False
80    Style = lbStandard
81    TabOrder = 1
82    TabStop = True
83    TopIndex = -1
84    Visible = True
85  end
86  object UnCheckAll: TCheckBox
87    Left = 6
88    Height = 22
89    Top = 274
90    Width = 388
91    HelpContext = 0
92    Align = alBottom
93    AllowGrayed = False
94    AutoSize = True
95    BorderSpacing.Left = 0
96    BorderSpacing.Top = 0
97    BorderSpacing.Right = 0
98    BorderSpacing.Bottom = 0
99    BorderSpacing.Around = 6
100    BorderSpacing.CellAlignHorizontal = ccaFill
101    BorderSpacing.CellAlignVertical = ccaFill
102    Caption = 'UnCheckAll'
103    Checked = True
104    DragCursor = crDrag
105    DragKind = dkDrag
106    DragMode = dmManual
107    Enabled = True
108    OnChange = UnCheckAllChange
109    ParentColor = True
110    ParentFont = True
111    ParentShowHint = True
112    ParentBidiMode = True
113    State = cbChecked
114    TabOrder = 2
115    TabStop = True
116    UseOnChange = False
117    Visible = True
118  end
119end
120