mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-28 00:03:47 +02:00
111 lines
2.2 KiB
Plaintext
111 lines
2.2 KiB
Plaintext
object PackageListFrm: TPackageListFrm
|
|
Left = 578
|
|
Height = 265
|
|
Top = 314
|
|
Width = 394
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSingle
|
|
Caption = 'PackageListFrm'
|
|
ClientHeight = 265
|
|
ClientWidth = 394
|
|
KeyPreview = True
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
OnKeyPress = FormKeyPress
|
|
PopupMode = pmExplicit
|
|
Position = poOwnerFormCenter
|
|
LCLVersion = '2.1.0.0'
|
|
object pnMessage: TPanel
|
|
Left = 0
|
|
Height = 47
|
|
Top = 0
|
|
Width = 394
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
ClientHeight = 47
|
|
ClientWidth = 394
|
|
TabOrder = 0
|
|
object lbMessage: TLabel
|
|
Left = 11
|
|
Height = 15
|
|
Top = 11
|
|
Width = 372
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'lbMessage'
|
|
ParentColor = False
|
|
WordWrap = True
|
|
OnResize = lbMessageResize
|
|
end
|
|
end
|
|
object pnButtons: TPanel
|
|
Left = 0
|
|
Height = 41
|
|
Top = 224
|
|
Width = 394
|
|
Align = alBottom
|
|
BevelOuter = bvNone
|
|
ClientHeight = 41
|
|
ClientWidth = 394
|
|
TabOrder = 1
|
|
object bOk: TButton
|
|
Left = 309
|
|
Height = 26
|
|
Top = 8
|
|
Width = 75
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'Ok'
|
|
ModalResult = 1
|
|
TabOrder = 2
|
|
Visible = False
|
|
end
|
|
object bYes: TButton
|
|
Left = 232
|
|
Height = 26
|
|
Top = 8
|
|
Width = 75
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'Yes'
|
|
ModalResult = 6
|
|
TabOrder = 0
|
|
end
|
|
object bNo: TButton
|
|
Left = 309
|
|
Height = 26
|
|
Top = 8
|
|
Width = 75
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'No'
|
|
ModalResult = 7
|
|
TabOrder = 1
|
|
end
|
|
object lbHint: TLabel
|
|
Left = 12
|
|
Height = 15
|
|
Top = 11
|
|
Width = 33
|
|
Caption = 'lbHint'
|
|
Enabled = False
|
|
Font.CharSet = ANSI_CHARSET
|
|
Font.Color = clBlack
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Pitch = fpVariable
|
|
Font.Quality = fqDraft
|
|
ParentColor = False
|
|
ParentFont = False
|
|
Visible = False
|
|
end
|
|
end
|
|
object pnUpDown: TPanel
|
|
Left = 370
|
|
Height = 177
|
|
Top = 47
|
|
Width = 24
|
|
Align = alRight
|
|
BevelOuter = bvNone
|
|
TabOrder = 2
|
|
Visible = False
|
|
end
|
|
end
|