IDE: Improve CompilerOtherOptions frame layout. Issue #32272, patch from AlexeyT.

git-svn-id: trunk@55710 -
This commit is contained in:
juha 2017-08-19 23:10:50 +00:00
parent 938d485a23
commit ffa9234eee

View File

@ -15,13 +15,13 @@ object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
Width = 521 Width = 521
Align = alBottom Align = alBottom
Caption = 'grpConditionals' Caption = 'grpConditionals'
ClientHeight = 174 ClientHeight = 175
ClientWidth = 517 ClientWidth = 517
TabOrder = 0 TabOrder = 0
inline CondSynEdit: TSynEdit inline CondSynEdit: TSynEdit
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 0 Left = 0
Height = 151 Height = 154
Top = 0 Top = 0
Width = 517 Width = 517
Align = alClient Align = alClient
@ -651,8 +651,8 @@ object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
end end
object CondStatusbar: TStatusBar object CondStatusbar: TStatusBar
Left = 0 Left = 0
Height = 23 Height = 21
Top = 151 Top = 154
Width = 517 Width = 517
Panels = < Panels = <
item item
@ -683,7 +683,7 @@ object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
Width = 521 Width = 521
Align = alClient Align = alClient
Caption = 'grpCustomOptions' Caption = 'grpCustomOptions'
ClientHeight = 188 ClientHeight = 189
ClientWidth = 517 ClientWidth = 517
TabOrder = 2 TabOrder = 2
object memoCustomOptions: TMemo object memoCustomOptions: TMemo
@ -692,9 +692,9 @@ object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
AnchorSideBottom.Control = grpCustomOptions AnchorSideBottom.Control = grpCustomOptions
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 0 Left = 0
Height = 184 Height = 185
Top = 4 Top = 4
Width = 362 Width = 355
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Right = 6 BorderSpacing.Right = 6
OnChange = memoCustomOptionsChange OnChange = memoCustomOptionsChange
@ -708,11 +708,12 @@ object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
AnchorSideLeft.Control = btnDefines AnchorSideLeft.Control = btnDefines
AnchorSideRight.Control = btnDefines AnchorSideRight.Control = btnDefines
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 368 Left = 361
Height = 22 Height = 29
Top = 4 Top = 4
Width = 149 Width = 150
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
AutoSize = True
Caption = 'All options ...' Caption = 'All options ...'
OnClick = btnAllOptionsClick OnClick = btnAllOptionsClick
ParentShowHint = False ParentShowHint = False
@ -723,14 +724,18 @@ object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
AnchorSideLeft.Control = btnAllOptions AnchorSideLeft.Control = btnAllOptions
AnchorSideTop.Control = btnAllOptions AnchorSideTop.Control = btnAllOptions
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = grpCustomOptions
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 368 Left = 361
Height = 22 Height = 29
Top = 32 Top = 39
Width = 149 Width = 150
Anchors = [akTop, akRight] Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Top = 6 BorderSpacing.Top = 6
BorderSpacing.Right = 6
Caption = 'Defines ...' Caption = 'Defines ...'
Constraints.MinWidth = 150
OnClick = btnDefinesClick OnClick = btnDefinesClick
ParentShowHint = False ParentShowHint = False
ShowHint = True ShowHint = True
@ -742,12 +747,13 @@ object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = btnDefines AnchorSideRight.Control = btnDefines
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 368 Left = 361
Height = 22 Height = 29
Top = 67 Top = 83
Width = 149 Width = 150
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 13 AutoSize = True
BorderSpacing.Top = 15
Caption = 'Add -FcUTF8' Caption = 'Add -FcUTF8'
OnClick = btnFcUTF8Click OnClick = btnFcUTF8Click
ParentShowHint = False ParentShowHint = False