mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-07 21:37:19 +01:00
96 lines
2.0 KiB
Plaintext
96 lines
2.0 KiB
Plaintext
object FindPaletteComponentDlg: TFindPaletteComponentDlg
|
|
Left = 264
|
|
Height = 300
|
|
Top = 140
|
|
Width = 400
|
|
ActiveControl = PatternEdit
|
|
Caption = 'FindPaletteComponentDlg'
|
|
ClientHeight = 300
|
|
ClientWidth = 400
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
ParentFont = False
|
|
LCLVersion = '0.9.25'
|
|
object SearchPatternGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 55
|
|
Top = 6
|
|
Width = 388
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
Caption = 'SearchPatternGroupBox'
|
|
ClientHeight = 37
|
|
ClientWidth = 384
|
|
TabOrder = 0
|
|
object PatternEdit: TEdit
|
|
Left = 8
|
|
Height = 23
|
|
Top = 4
|
|
Width = 365
|
|
Anchors = [akTop, akLeft, akRight]
|
|
OnChange = PatternEditChange
|
|
TabOrder = 0
|
|
Text = 'PatternEdit'
|
|
end
|
|
end
|
|
object ComponentsGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 192
|
|
Top = 67
|
|
Width = 388
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ComponentsGroupBox'
|
|
ClientHeight = 174
|
|
ClientWidth = 384
|
|
TabOrder = 1
|
|
object ComponentsListBox: TListBox
|
|
Height = 174
|
|
Width = 384
|
|
Align = alClient
|
|
OnDblClick = ComponentsListBoxDblClick
|
|
OnDrawItem = ComponentsListBoxDrawItem
|
|
Style = lbOwnerDrawFixed
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object BtnPanel: TPanel
|
|
Height = 35
|
|
Top = 265
|
|
Width = 400
|
|
Align = alBottom
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ClientHeight = 35
|
|
ClientWidth = 400
|
|
TabOrder = 2
|
|
object CancelButton: TBitBtn
|
|
Left = 304
|
|
Height = 23
|
|
Top = 6
|
|
Width = 90
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Cancel = True
|
|
Caption = 'CancelButton'
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
TabOrder = 0
|
|
end
|
|
object SelectButton: TBitBtn
|
|
Left = 211
|
|
Height = 23
|
|
Top = 6
|
|
Width = 87
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'SelectButton'
|
|
ModalResult = 1
|
|
NumGlyphs = 0
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
end
|