mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 23:17:57 +02:00
59 lines
1.4 KiB
Plaintext
59 lines
1.4 KiB
Plaintext
object GenericListSelectForm: TGenericListSelectForm
|
|
Left = 389
|
|
Height = 277
|
|
Top = 463
|
|
Width = 466
|
|
Caption = 'GenericCheckListForm'
|
|
ClientHeight = 277
|
|
ClientWidth = 466
|
|
OnShow = FormShow
|
|
Position = poScreenCenter
|
|
LCLVersion = '1.9.0.0'
|
|
object ButtonPanel1: TButtonPanel
|
|
Left = 6
|
|
Height = 30
|
|
Top = 241
|
|
Width = 454
|
|
OKButton.Name = 'OKButton'
|
|
OKButton.DefaultCaption = True
|
|
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]
|
|
ShowBevel = False
|
|
end
|
|
object InfoLabel: TLabel
|
|
Left = 6
|
|
Height = 19
|
|
Top = 6
|
|
Width = 454
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
ParentColor = False
|
|
WordWrap = True
|
|
end
|
|
object ListBox: TListBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = InfoLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 200
|
|
Top = 31
|
|
Width = 454
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 0
|
|
OnClick = ListBoxClick
|
|
OnDblClick = ListBoxDblClick
|
|
TabOrder = 1
|
|
end
|
|
end
|