search & replace widget, fine UI tweaks

This commit is contained in:
Basile Burg 2016-01-27 16:59:49 +01:00
parent 30d2d7b8f5
commit ccc3f7c956
1 changed files with 24 additions and 24 deletions

View File

@ -1,20 +1,20 @@
inherited CESearchWidget: TCESearchWidget inherited CESearchWidget: TCESearchWidget
Left = 742 Left = 742
Height = 287 Height = 288
Top = 278 Top = 278
Width = 393 Width = 393
Caption = 'Search & replace' Caption = 'Search & replace'
ClientHeight = 287 ClientHeight = 288
ClientWidth = 393 ClientWidth = 393
inherited Back: TPanel inherited Back: TPanel
Height = 287 Height = 288
Width = 393 Width = 393
ClientHeight = 287 ClientHeight = 288
ClientWidth = 393 ClientWidth = 393
inherited Content: TPanel inherited Content: TPanel
Height = 287 Height = 288
Width = 393 Width = 393
ClientHeight = 287 ClientHeight = 288
ClientWidth = 393 ClientWidth = 393
object cbToFind: TComboBox[0] object cbToFind: TComboBox[0]
Left = 4 Left = 4
@ -32,7 +32,7 @@ inherited CESearchWidget: TCESearchWidget
object btnFind: TBitBtn[1] object btnFind: TBitBtn[1]
Left = 4 Left = 4
Height = 24 Height = 24
Top = 167 Top = 176
Width = 385 Width = 385
Align = alBottom Align = alBottom
BorderSpacing.Around = 4 BorderSpacing.Around = 4
@ -78,7 +78,7 @@ inherited CESearchWidget: TCESearchWidget
object btnReplace: TBitBtn[2] object btnReplace: TBitBtn[2]
Left = 4 Left = 4
Height = 24 Height = 24
Top = 231 Top = 232
Width = 385 Width = 385
Align = alBottom Align = alBottom
BorderSpacing.Around = 4 BorderSpacing.Around = 4
@ -123,13 +123,13 @@ inherited CESearchWidget: TCESearchWidget
end end
object grpOpts: TGroupBox[3] object grpOpts: TGroupBox[3]
Left = 4 Left = 4
Height = 105 Height = 114
Top = 58 Top = 58
Width = 385 Width = 385
Align = alClient Align = alClient
BorderSpacing.Around = 4 BorderSpacing.Around = 4
Caption = 'Options' Caption = 'Options'
ClientHeight = 75 ClientHeight = 84
ClientWidth = 381 ClientWidth = 381
TabOrder = 4 TabOrder = 4
object chkWWord: TCheckBox object chkWWord: TCheckBox
@ -190,7 +190,7 @@ inherited CESearchWidget: TCESearchWidget
object btnReplaceAll: TBitBtn[4] object btnReplaceAll: TBitBtn[4]
Left = 4 Left = 4
Height = 24 Height = 24
Top = 259 Top = 260
Width = 385 Width = 385
Align = alBottom Align = alBottom
BorderSpacing.Around = 4 BorderSpacing.Around = 4
@ -268,22 +268,22 @@ inherited CESearchWidget: TCESearchWidget
end end
end end
object Panel2: TPanel[6] object Panel2: TPanel[6]
Left = 0
Height = 32
Top = 195
Width = 393
Align = alBottom
BevelOuter = bvNone
ClientHeight = 32
ClientWidth = 393
TabOrder = 6
object btnFindAll: TBitBtn
Left = 4 Left = 4
Height = 24 Height = 24
Top = 4 Top = 204
Width = 352 Width = 385
Align = alClient Align = alBottom
BorderSpacing.Around = 4 BorderSpacing.Around = 4
BevelOuter = bvNone
ClientHeight = 24
ClientWidth = 385
TabOrder = 6
object btnFindAll: TBitBtn
Left = 0
Height = 24
Top = 0
Width = 354
Align = alClient
Caption = 'btnFindAll' Caption = 'btnFindAll'
Glyph.Data = { Glyph.Data = {
36040000424D3604000000000000360000002800000010000000100000000100 36040000424D3604000000000000360000002800000010000000100000000100
@ -324,12 +324,12 @@ inherited CESearchWidget: TCESearchWidget
TabOrder = 0 TabOrder = 0
end end
object btnAllScope: TBitBtn object btnAllScope: TBitBtn
Left = 360 Left = 356
Height = 24 Height = 24
Top = 4 Top = 0
Width = 29 Width = 29
Align = alRight Align = alRight
BorderSpacing.Around = 4 BorderSpacing.Left = 2
OnClick = btnAllScopeClick OnClick = btnAllScopeClick
TabOrder = 1 TabOrder = 1
end end