mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 17:20:29 +02:00
JCF2: improved 'Clarify/Capitalisation/Unit Names' page layout
git-svn-id: trunk@24929 -
This commit is contained in:
parent
77fd4d7c0b
commit
5f3d5684a2
@ -2,30 +2,46 @@ inherited frUnitNameCaps: TfrUnitNameCaps
|
||||
Width = 362
|
||||
ClientWidth = 362
|
||||
OnResize = FrameResize
|
||||
TabOrder = 0
|
||||
DesignLeft = 494
|
||||
DesignTop = 229
|
||||
object Label1: TLabel[0]
|
||||
Left = 108
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideLeft.Side = asrCenter
|
||||
AnchorSideTop.Control = Owner
|
||||
Left = 90
|
||||
Height = 14
|
||||
Top = 3
|
||||
Top = 0
|
||||
Width = 182
|
||||
Caption = 'Set capitalisation on these unit names'
|
||||
ParentColor = False
|
||||
end
|
||||
object mWords: TMemo[1]
|
||||
Left = 0
|
||||
Height = 211
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = cbEnableAnyWords
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = Owner
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 205
|
||||
Top = 29
|
||||
Width = 362
|
||||
Width = 350
|
||||
Align = alBottom
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
ScrollBars = ssVertical
|
||||
TabOrder = 1
|
||||
end
|
||||
object cbEnableAnyWords: TCheckBox[2]
|
||||
Left = 8
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = Owner
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 5
|
||||
Top = 6
|
||||
Width = 50
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Enable'
|
||||
Checked = True
|
||||
State = cbChecked
|
||||
|
Loading…
Reference in New Issue
Block a user