mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 04:27:55 +02:00
43 lines
1.1 KiB
Plaintext
43 lines
1.1 KiB
Plaintext
object MissingPkgFilesDialog: TMissingPkgFilesDialog
|
|
Left = 300
|
|
Height = 382
|
|
Top = 281
|
|
Width = 477
|
|
Caption = 'MissingPkgFilesDialog'
|
|
ClientHeight = 382
|
|
ClientWidth = 477
|
|
Position = poScreenCenter
|
|
LCLVersion = '4.99.0.0'
|
|
OnCreate = FormCreate
|
|
object ButtonPanel1: TButtonPanel
|
|
Left = 6
|
|
Height = 34
|
|
Top = 342
|
|
Width = 465
|
|
OKButton.Name = 'OKButton'
|
|
OKButton.DefaultCaption = True
|
|
OKButton.OnClick = ButtonPanel1Click
|
|
HelpButton.Name = 'HelpButton'
|
|
HelpButton.DefaultCaption = True
|
|
HelpButton.Enabled = False
|
|
CloseButton.Name = 'CloseButton'
|
|
CloseButton.DefaultCaption = True
|
|
CloseButton.Enabled = False
|
|
CancelButton.Name = 'CancelButton'
|
|
CancelButton.DefaultCaption = True
|
|
TabOrder = 0
|
|
ShowButtons = [pbOK, pbCancel]
|
|
end
|
|
object FilesTreeView: TTreeView
|
|
Left = 6
|
|
Height = 330
|
|
Top = 6
|
|
Width = 465
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
HideSelection = False
|
|
TabOrder = 1
|
|
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
|
|
end
|
|
end
|