mirror of https://gitlab.com/basile.b/dexed.git
fixed ce_search GUI for linux version
This commit is contained in:
parent
f46eb70a58
commit
fc7f4089d0
|
@ -1,20 +1,20 @@
|
||||||
inherited CESearchWidget: TCESearchWidget
|
inherited CESearchWidget: TCESearchWidget
|
||||||
Left = 1486
|
Left = 1486
|
||||||
Height = 238
|
Height = 243
|
||||||
Top = 327
|
Top = 327
|
||||||
Width = 394
|
Width = 394
|
||||||
Caption = 'Search & replace'
|
Caption = 'Search & replace'
|
||||||
ClientHeight = 238
|
ClientHeight = 243
|
||||||
ClientWidth = 394
|
ClientWidth = 394
|
||||||
inherited Back: TPanel
|
inherited Back: TPanel
|
||||||
Height = 238
|
Height = 243
|
||||||
Width = 394
|
Width = 394
|
||||||
ClientHeight = 238
|
ClientHeight = 243
|
||||||
ClientWidth = 394
|
ClientWidth = 394
|
||||||
inherited Content: TPanel
|
inherited Content: TPanel
|
||||||
Height = 238
|
Height = 243
|
||||||
Width = 394
|
Width = 394
|
||||||
ClientHeight = 238
|
ClientHeight = 243
|
||||||
ClientWidth = 394
|
ClientWidth = 394
|
||||||
object cbToFind: TComboBox[0]
|
object cbToFind: TComboBox[0]
|
||||||
Left = 4
|
Left = 4
|
||||||
|
@ -22,7 +22,7 @@ inherited CESearchWidget: TCESearchWidget
|
||||||
Top = 4
|
Top = 4
|
||||||
Width = 386
|
Width = 386
|
||||||
Align = alTop
|
Align = alTop
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
AutoSize = False
|
||||||
BorderSpacing.Around = 4
|
BorderSpacing.Around = 4
|
||||||
ItemHeight = 15
|
ItemHeight = 15
|
||||||
OnChange = cbToFindChange
|
OnChange = cbToFindChange
|
||||||
|
@ -31,7 +31,7 @@ inherited CESearchWidget: TCESearchWidget
|
||||||
object btnFind: TBitBtn[1]
|
object btnFind: TBitBtn[1]
|
||||||
Left = 4
|
Left = 4
|
||||||
Height = 24
|
Height = 24
|
||||||
Top = 154
|
Top = 159
|
||||||
Width = 386
|
Width = 386
|
||||||
Align = alBottom
|
Align = alBottom
|
||||||
BorderSpacing.Around = 4
|
BorderSpacing.Around = 4
|
||||||
|
@ -77,7 +77,7 @@ inherited CESearchWidget: TCESearchWidget
|
||||||
object btnReplace: TBitBtn[2]
|
object btnReplace: TBitBtn[2]
|
||||||
Left = 4
|
Left = 4
|
||||||
Height = 24
|
Height = 24
|
||||||
Top = 182
|
Top = 187
|
||||||
Width = 386
|
Width = 386
|
||||||
Align = alBottom
|
Align = alBottom
|
||||||
BorderSpacing.Around = 4
|
BorderSpacing.Around = 4
|
||||||
|
@ -122,13 +122,13 @@ inherited CESearchWidget: TCESearchWidget
|
||||||
end
|
end
|
||||||
object grpOpts: TGroupBox[3]
|
object grpOpts: TGroupBox[3]
|
||||||
Left = 4
|
Left = 4
|
||||||
Height = 92
|
Height = 97
|
||||||
Top = 58
|
Top = 58
|
||||||
Width = 386
|
Width = 386
|
||||||
Align = alClient
|
Align = alClient
|
||||||
BorderSpacing.Around = 4
|
BorderSpacing.Around = 4
|
||||||
Caption = 'Options'
|
Caption = 'Options'
|
||||||
ClientHeight = 74
|
ClientHeight = 79
|
||||||
ClientWidth = 382
|
ClientWidth = 382
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
object chkWWord: TCheckBox
|
object chkWWord: TCheckBox
|
||||||
|
@ -177,7 +177,7 @@ inherited CESearchWidget: TCESearchWidget
|
||||||
object btnReplaceAll: TBitBtn[4]
|
object btnReplaceAll: TBitBtn[4]
|
||||||
Left = 4
|
Left = 4
|
||||||
Height = 24
|
Height = 24
|
||||||
Top = 210
|
Top = 215
|
||||||
Width = 386
|
Width = 386
|
||||||
Align = alBottom
|
Align = alBottom
|
||||||
BorderSpacing.Around = 4
|
BorderSpacing.Around = 4
|
||||||
|
|
Loading…
Reference in New Issue