You've already forked lazarus-ccr
richmemo: clear up search test
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3778 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -6,7 +6,7 @@ object Form1: TForm1
|
||||
Caption = 'Ready to Search!'
|
||||
ClientHeight = 338
|
||||
ClientWidth = 615
|
||||
LCLVersion = '1.2.4.0'
|
||||
LCLVersion = '1.0.10.0'
|
||||
object Button1: TButton
|
||||
Left = 532
|
||||
Height = 25
|
||||
@ -29,7 +29,7 @@ object Form1: TForm1
|
||||
end
|
||||
object Edit1: TEdit
|
||||
Left = 8
|
||||
Height = 23
|
||||
Height = 27
|
||||
Top = 18
|
||||
Width = 424
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -51,25 +51,31 @@ object Form1: TForm1
|
||||
end
|
||||
object chkCaseSensitive: TCheckBox
|
||||
Left = 9
|
||||
Height = 19
|
||||
Height = 24
|
||||
Top = 48
|
||||
Width = 94
|
||||
Width = 121
|
||||
Caption = 'Case Sensitive'
|
||||
TabOrder = 4
|
||||
end
|
||||
object chkWholeWord: TCheckBox
|
||||
Left = 108
|
||||
Height = 19
|
||||
AnchorSideLeft.Control = chkCaseSensitive
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
Left = 135
|
||||
Height = 24
|
||||
Top = 48
|
||||
Width = 86
|
||||
Width = 110
|
||||
BorderSpacing.Left = 5
|
||||
Caption = 'Whole Word'
|
||||
TabOrder = 5
|
||||
end
|
||||
object chkBackward: TCheckBox
|
||||
Left = 200
|
||||
Height = 19
|
||||
AnchorSideLeft.Control = chkWholeWord
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
Left = 250
|
||||
Height = 24
|
||||
Top = 48
|
||||
Width = 71
|
||||
Width = 92
|
||||
BorderSpacing.Left = 5
|
||||
Caption = 'Backward'
|
||||
TabOrder = 6
|
||||
end
|
||||
|
Reference in New Issue
Block a user