mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 07:58:07 +02:00
IDE: Tweaking SearchForm. Issue #31062, patch from AlexeyT.
git-svn-id: trunk@53767 -
This commit is contained in:
parent
4e0a04d655
commit
5376312e14
@ -3,6 +3,7 @@ object SearchProgressForm: TSearchProgressForm
|
||||
Height = 167
|
||||
Top = 387
|
||||
Width = 700
|
||||
BorderIcons = [biSystemMenu, biMinimize]
|
||||
Caption = 'Searching....'
|
||||
ClientHeight = 167
|
||||
ClientWidth = 700
|
||||
@ -20,7 +21,7 @@ object SearchProgressForm: TSearchProgressForm
|
||||
Top = 0
|
||||
Width = 700
|
||||
Align = alClient
|
||||
BevelInner = bvLowered
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 167
|
||||
ClientWidth = 700
|
||||
FullRepaint = False
|
||||
@ -30,7 +31,7 @@ object SearchProgressForm: TSearchProgressForm
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 121
|
||||
Height = 1
|
||||
Top = 88
|
||||
Top = 99
|
||||
Width = 1
|
||||
ParentColor = False
|
||||
ShowAccelChar = False
|
||||
@ -39,9 +40,9 @@ object SearchProgressForm: TSearchProgressForm
|
||||
AnchorSideTop.Control = SearchingLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 16
|
||||
Height = 13
|
||||
Top = 82
|
||||
Width = 40
|
||||
Height = 18
|
||||
Top = 90
|
||||
Width = 51
|
||||
BorderSpacing.Top = 18
|
||||
Caption = 'Matches'
|
||||
ParentColor = False
|
||||
@ -51,7 +52,7 @@ object SearchProgressForm: TSearchProgressForm
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 121
|
||||
Height = 1
|
||||
Top = 57
|
||||
Top = 63
|
||||
Width = 1
|
||||
ParentColor = False
|
||||
ShowAccelChar = False
|
||||
@ -60,9 +61,9 @@ object SearchProgressForm: TSearchProgressForm
|
||||
AnchorSideTop.Control = SearchTextLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 16
|
||||
Height = 13
|
||||
Top = 51
|
||||
Width = 51
|
||||
Height = 18
|
||||
Top = 54
|
||||
Width = 62
|
||||
BorderSpacing.Top = 18
|
||||
Caption = 'Searching:'
|
||||
ParentColor = False
|
||||
@ -70,9 +71,9 @@ object SearchProgressForm: TSearchProgressForm
|
||||
object SearchTextLabel: TLabel
|
||||
AnchorSideTop.Control = Panel2
|
||||
Left = 16
|
||||
Height = 13
|
||||
Top = 20
|
||||
Width = 62
|
||||
Height = 18
|
||||
Top = 18
|
||||
Width = 72
|
||||
BorderSpacing.Top = 18
|
||||
Caption = 'Search Text:'
|
||||
ParentColor = False
|
||||
@ -82,7 +83,7 @@ object SearchProgressForm: TSearchProgressForm
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 121
|
||||
Height = 1
|
||||
Top = 26
|
||||
Top = 27
|
||||
Width = 1
|
||||
ParentColor = False
|
||||
ShowAccelChar = False
|
||||
@ -94,16 +95,17 @@ object SearchProgressForm: TSearchProgressForm
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = Panel2
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 312
|
||||
Left = 310
|
||||
Height = 26
|
||||
Top = 133
|
||||
Width = 77
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user