mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 18:22:54 +02:00
IDE: fixed layout
git-svn-id: trunk@42369 -
This commit is contained in:
parent
7c47abc6d7
commit
c68c01b223
@ -18,13 +18,13 @@ object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
|
|||||||
Align = alClient
|
Align = alClient
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
Caption = 'grpConditionals'
|
Caption = 'grpConditionals'
|
||||||
ClientHeight = 146
|
ClientHeight = 149
|
||||||
ClientWidth = 476
|
ClientWidth = 476
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
inline CondSynEdit: TSynEdit
|
inline CondSynEdit: TSynEdit
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 124
|
Height = 130
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 476
|
Width = 476
|
||||||
Align = alClient
|
Align = alClient
|
||||||
@ -663,8 +663,8 @@ object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
|
|||||||
end
|
end
|
||||||
object CondStatusbar: TStatusBar
|
object CondStatusbar: TStatusBar
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 22
|
Height = 19
|
||||||
Top = 124
|
Top = 130
|
||||||
Width = 476
|
Width = 476
|
||||||
Panels = <
|
Panels = <
|
||||||
item
|
item
|
||||||
@ -689,7 +689,6 @@ object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
|
|||||||
ResizeAnchor = akBottom
|
ResizeAnchor = akBottom
|
||||||
end
|
end
|
||||||
object grpCustomOptions: TGroupBox
|
object grpCustomOptions: TGroupBox
|
||||||
AnchorSideRight.Control = Owner
|
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 202
|
Height = 202
|
||||||
@ -697,7 +696,7 @@ object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
|
|||||||
Width = 480
|
Width = 480
|
||||||
Align = alBottom
|
Align = alBottom
|
||||||
Caption = 'grpCustomOptions'
|
Caption = 'grpCustomOptions'
|
||||||
ClientHeight = 182
|
ClientHeight = 185
|
||||||
ClientWidth = 476
|
ClientWidth = 476
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
object memoCustomOptions: TMemo
|
object memoCustomOptions: TMemo
|
||||||
@ -706,9 +705,9 @@ object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
|
|||||||
AnchorSideBottom.Control = grpCustomOptions
|
AnchorSideBottom.Control = grpCustomOptions
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 178
|
Height = 181
|
||||||
Top = 4
|
Top = 4
|
||||||
Width = 366
|
Width = 388
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
ScrollBars = ssAutoBoth
|
ScrollBars = ssAutoBoth
|
||||||
@ -720,10 +719,10 @@ object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Control = grpCustomOptions
|
AnchorSideRight.Control = grpCustomOptions
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 411
|
Left = 421
|
||||||
Height = 18
|
Height = 15
|
||||||
Top = 33
|
Top = 32
|
||||||
Width = 44
|
Width = 34
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
BorderSpacing.Top = 1
|
BorderSpacing.Top = 1
|
||||||
BorderSpacing.Right = 21
|
BorderSpacing.Right = 21
|
||||||
@ -737,10 +736,10 @@ object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Control = grpCustomOptions
|
AnchorSideRight.Control = grpCustomOptions
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 371
|
Left = 397
|
||||||
Height = 18
|
Height = 15
|
||||||
Top = 51
|
Top = 47
|
||||||
Width = 105
|
Width = 79
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
Caption = 'construction...'
|
Caption = 'construction...'
|
||||||
Font.Color = clMaroon
|
Font.Color = clMaroon
|
||||||
@ -750,10 +749,10 @@ object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
|
|||||||
object btnAllOptions: TBitBtn
|
object btnAllOptions: TBitBtn
|
||||||
AnchorSideRight.Control = grpCustomOptions
|
AnchorSideRight.Control = grpCustomOptions
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 372
|
Left = 394
|
||||||
Height = 28
|
Height = 27
|
||||||
Top = 4
|
Top = 4
|
||||||
Width = 104
|
Width = 82
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
Caption = 'All options ...'
|
Caption = 'All options ...'
|
||||||
@ -766,10 +765,10 @@ object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Control = btnAllOptions
|
AnchorSideRight.Control = btnAllOptions
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 372
|
Left = 394
|
||||||
Height = 28
|
Height = 27
|
||||||
Top = 72
|
Top = 71
|
||||||
Width = 104
|
Width = 82
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Top = 40
|
BorderSpacing.Top = 40
|
||||||
|
Loading…
Reference in New Issue
Block a user