1object PackageDetailsFrm: TPackageDetailsFrm
2  Left = 418
3  Height = 310
4  Top = 383
5  Width = 477
6  BorderIcons = [biSystemMenu]
7  ClientHeight = 310
8  ClientWidth = 477
9  KeyPreview = True
10  OnCreate = FormCreate
11  OnKeyPress = FormKeyPress
12  PopupMode = pmExplicit
13  Position = poOwnerFormCenter
14  LCLVersion = '1.9.0.0'
15  object mDetails: TMemo
16    Left = 5
17    Height = 259
18    Top = 5
19    Width = 467
20    Align = alClient
21    BorderSpacing.Around = 5
22    ParentColor = True
23    ReadOnly = True
24    ScrollBars = ssBoth
25    TabOrder = 0
26  end
27  object ButtonPanel: TButtonPanel
28    Left = 6
29    Height = 34
30    Top = 270
31    Width = 465
32    OKButton.Name = 'OKButton'
33    OKButton.DefaultCaption = True
34    HelpButton.Name = 'HelpButton'
35    HelpButton.DefaultCaption = True
36    CloseButton.Name = 'CloseButton'
37    CloseButton.DefaultCaption = True
38    CancelButton.Name = 'CancelButton'
39    CancelButton.DefaultCaption = True
40    TabOrder = 1
41    ShowButtons = [pbOK]
42  end
43end
44