mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 21:58:15 +02:00
116 lines
2.7 KiB
Plaintext
116 lines
2.7 KiB
Plaintext
object SearchProgressForm: TSearchProgressForm
|
|
Left = 384
|
|
Height = 167
|
|
Top = 387
|
|
Width = 700
|
|
BorderIcons = [biSystemMenu, biMinimize]
|
|
Caption = 'Searching....'
|
|
ClientHeight = 167
|
|
ClientWidth = 700
|
|
Constraints.MinWidth = 700
|
|
OnClose = FormClose
|
|
OnCreate = SearchFormCREATE
|
|
OnDestroy = SearchFormDESTROY
|
|
OnShow = FormShow
|
|
Position = poScreenCenter
|
|
LCLVersion = '1.7'
|
|
Visible = True
|
|
object Panel2: TPanel
|
|
Left = 0
|
|
Height = 167
|
|
Top = 0
|
|
Width = 700
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
ClientHeight = 167
|
|
ClientWidth = 700
|
|
FullRepaint = False
|
|
TabOrder = 0
|
|
object lblMatches: TLabel
|
|
AnchorSideTop.Control = MatchesLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 121
|
|
Height = 1
|
|
Top = 99
|
|
Width = 1
|
|
ParentColor = False
|
|
ShowAccelChar = False
|
|
end
|
|
object MatchesLabel: TLabel
|
|
AnchorSideTop.Control = SearchingLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 16
|
|
Height = 18
|
|
Top = 90
|
|
Width = 51
|
|
BorderSpacing.Top = 18
|
|
Caption = 'Matches'
|
|
ParentColor = False
|
|
end
|
|
object lblProgress: TLabel
|
|
AnchorSideTop.Control = SearchingLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 121
|
|
Height = 1
|
|
Top = 63
|
|
Width = 1
|
|
ParentColor = False
|
|
ShowAccelChar = False
|
|
end
|
|
object SearchingLabel: TLabel
|
|
AnchorSideTop.Control = SearchTextLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 16
|
|
Height = 18
|
|
Top = 54
|
|
Width = 62
|
|
BorderSpacing.Top = 18
|
|
Caption = 'Searching:'
|
|
ParentColor = False
|
|
end
|
|
object SearchTextLabel: TLabel
|
|
AnchorSideTop.Control = Panel2
|
|
Left = 16
|
|
Height = 18
|
|
Top = 18
|
|
Width = 72
|
|
BorderSpacing.Top = 18
|
|
Caption = 'Search Text:'
|
|
ParentColor = False
|
|
end
|
|
object lblSearchText: TLabel
|
|
AnchorSideTop.Control = SearchTextLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 121
|
|
Height = 1
|
|
Top = 27
|
|
Width = 1
|
|
ParentColor = False
|
|
ShowAccelChar = False
|
|
end
|
|
object btnCancel: TBitBtn
|
|
AnchorSideLeft.Control = Panel2
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Panel2
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 310
|
|
Height = 26
|
|
Top = 135
|
|
Width = 80
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Top = 12
|
|
BorderSpacing.Bottom = 6
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Constraints.MinWidth = 80
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
OnClick = btnAbortCLICK
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
end
|