lazarus/ide/findpalettecomp.lfm

82 lines
1.8 KiB
Plaintext

object FindPaletteComponentDlg: TFindPaletteComponentDlg
Left = 264
Height = 300
Top = 140
Width = 400
HorzScrollBar.Page = 399
VertScrollBar.Page = 299
ActiveControl = PatternEdit
Caption = 'FindPaletteComponentDlg'
ClientHeight = 300
ClientWidth = 400
OnCreate = FormCreate
OnDestroy = FormDestroy
object SearchPatternGroupBox: TGroupBox
Left = 10
Height = 55
Top = 5
Width = 380
Anchors = [akTop, akLeft, akRight]
Caption = 'SearchPatternGroupBox'
ClientHeight = 36
ClientWidth = 376
TabOrder = 0
object PatternEdit: TEdit
Left = 8
Height = 23
Top = 4
Width = 357
Anchors = [akTop, akLeft, akRight]
OnChange = PatternEditChange
TabOrder = 0
Text = 'PatternEdit'
end
end
object SelectButton: TButton
AnchorSideRight.Control = CancelButton
Left = 176
Height = 29
Top = 257
Width = 95
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Right = 15
Caption = 'SelectButton'
ModalResult = 1
TabOrder = 1
end
object CancelButton: TButton
Left = 286
Height = 29
Top = 257
Width = 98
Anchors = [akRight, akBottom]
AutoSize = True
Cancel = True
Caption = 'CancelButton'
ModalResult = 2
TabOrder = 2
end
object ComponentsGroupBox: TGroupBox
Left = 10
Height = 180
Top = 65
Width = 380
Anchors = [akTop, akLeft, akRight, akBottom]
Caption = 'ComponentsGroupBox'
ClientHeight = 161
ClientWidth = 376
TabOrder = 3
object ComponentsListBox: TListBox
Height = 161
Width = 376
Align = alClient
OnDblClick = ComponentsListBoxDblClick
OnDrawItem = ComponentsListBoxDrawItem
Style = lbOwnerDrawFixed
TabOrder = 0
TopIndex = -1
end
end
end