JCF2: improved 'Clarify/Find and Replace' page layout

git-svn-id: trunk@24930 -
This commit is contained in:
maxim 2010-04-25 18:15:53 +00:00
parent 5f3d5684a2
commit 292ea01d2b

View File

@ -4,31 +4,48 @@ inherited fReplace: TfReplace
ClientHeight = 358
ClientWidth = 400
OnResize = FrameResize
TabOrder = 0
DesignLeft = 305
DesignTop = 198
object lblWordList: TLabel[0]
Left = 8
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = cbEnable
AnchorSideTop.Side = asrBottom
Left = 6
Height = 14
Top = 35
Width = 47
BorderSpacing.Top = 6
BorderSpacing.Around = 6
Caption = 'Word list:'
ParentColor = False
end
object cbEnable: TCheckBox[1]
Left = 8
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 6
Height = 17
Top = 6
Width = 130
BorderSpacing.Around = 6
Caption = 'Enable find and replace'
OnClick = cbEnableClick
TabOrder = 0
end
object mWords: TMemo[2]
Left = 0
Height = 301
Top = 54
Width = 399
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = lblWordList
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 297
Top = 55
Width = 388
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
TabOrder = 1
end
end