mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-06 23:37:17 +01:00
JCF2: fixed 'Clarify settings' page layout
git-svn-id: trunk@24881 -
This commit is contained in:
parent
eb95332d2c
commit
d1fe7c62e5
@ -3,22 +3,35 @@ inherited fClarify: TfClarify
|
||||
Width = 426
|
||||
ClientHeight = 292
|
||||
ClientWidth = 426
|
||||
TabOrder = 0
|
||||
DesignLeft = 130
|
||||
DesignTop = 131
|
||||
object Label1: TLabel[0]
|
||||
Left = 8
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = Owner
|
||||
Left = 6
|
||||
Height = 14
|
||||
Top = 8
|
||||
Top = 6
|
||||
Width = 124
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'File extensions to format:'
|
||||
ParentColor = False
|
||||
end
|
||||
object rgRunOnceOffs: TRadioGroup[1]
|
||||
Left = 136
|
||||
Height = 87
|
||||
Top = 34
|
||||
Width = 141
|
||||
AnchorSideLeft.Control = mFileExtensions
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = mFileExtensions
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 166
|
||||
Height = 81
|
||||
Top = 26
|
||||
Width = 254
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoFill = True
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'Run once-offs'
|
||||
ChildSizing.LeftRightSpacing = 6
|
||||
ChildSizing.TopBottomSpacing = 6
|
||||
@ -28,8 +41,8 @@ inherited fClarify: TfClarify
|
||||
ChildSizing.ShrinkVertical = crsScaleChilds
|
||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ChildSizing.ControlsPerLine = 1
|
||||
ClientHeight = 69
|
||||
ClientWidth = 137
|
||||
ClientHeight = 63
|
||||
ClientWidth = 250
|
||||
Items.Strings = (
|
||||
'Do ¬ run'
|
||||
'Do &run'
|
||||
@ -38,10 +51,14 @@ inherited fClarify: TfClarify
|
||||
TabOrder = 0
|
||||
end
|
||||
object mFileExtensions: TMemo[2]
|
||||
Left = 8
|
||||
AnchorSideLeft.Control = Label1
|
||||
AnchorSideTop.Control = Label1
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 127
|
||||
Top = 34
|
||||
Width = 109
|
||||
Top = 26
|
||||
Width = 154
|
||||
BorderSpacing.Top = 6
|
||||
TabOrder = 1
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user