lazarus/packager/openinstalledpkgdlg.lfm
2014-02-24 17:44:37 +00:00

69 lines
1.5 KiB
Plaintext

object OpenLoadedPackagesDlg: TOpenLoadedPackagesDlg
Left = 407
Height = 494
Top = 151
Width = 447
ActiveControl = PkgListView
Caption = 'OpenLoadedPackagesDlg'
ClientHeight = 494
ClientWidth = 447
OnClose = FormClose
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '1.3'
object HintMemo: TMemo
Left = 0
Height = 121
Top = 327
Width = 447
Align = alBottom
Lines.Strings = (
'Memo1'
)
ReadOnly = True
ScrollBars = ssAutoBoth
TabOrder = 0
end
object PkgListView: TListView
Left = 0
Height = 322
Top = 0
Width = 447
Align = alClient
Columns = <>
ReadOnly = True
RowSelect = True
SortType = stText
TabOrder = 1
OnDblClick = PkgListViewDblClick
OnSelectItem = PkgListViewSelectItem
end
object Splitter1: TSplitter
Cursor = crVSplit
Left = 0
Height = 5
Top = 322
Width = 447
Align = alBottom
ResizeAnchor = akBottom
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 34
Top = 454
Width = 435
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
OKButton.OnClick = OpenButtonClick
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
HelpButton.OnClick = HelpButtonClick
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 3
ShowButtons = [pbOK, pbCancel, pbHelp]
end
end