mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 19:59:14 +02:00
IDE options, Form Editor tab: change layout to save vertical space in order to make this tab look correctly on 1024x600 screens.
git-svn-id: trunk@25652 -
This commit is contained in:
parent
cd2e1615aa
commit
99e71d5ce3
@ -15,14 +15,14 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
|||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 232
|
Left = 232
|
||||||
Height = 169
|
Height = 141
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 537
|
Width = 537
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = 'GridGroupBox'
|
Caption = 'GridGroupBox'
|
||||||
ClientHeight = 150
|
ClientHeight = 123
|
||||||
ClientWidth = 533
|
ClientWidth = 533
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object GridSizeXLabel: TLabel
|
object GridSizeXLabel: TLabel
|
||||||
@ -30,9 +30,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
|||||||
AnchorSideTop.Control = GridSizeXSpinEdit
|
AnchorSideTop.Control = GridSizeXSpinEdit
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 18
|
Height = 14
|
||||||
Top = 88
|
Top = 72
|
||||||
Width = 96
|
Width = 70
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'GridSizeXLabel'
|
Caption = 'GridSizeXLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -42,9 +42,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
|||||||
AnchorSideTop.Control = GridSizeYSpinEdit
|
AnchorSideTop.Control = GridSizeYSpinEdit
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 18
|
Height = 14
|
||||||
Top = 121
|
Top = 99
|
||||||
Width = 95
|
Width = 70
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'GridSizeYLabel'
|
Caption = 'GridSizeYLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -56,9 +56,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
|||||||
AnchorSideRight.Control = GridGroupBox
|
AnchorSideRight.Control = GridGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 56
|
Top = 46
|
||||||
Width = 159
|
Width = 120
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
@ -69,9 +69,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
|||||||
AnchorSideLeft.Control = GridGroupBox
|
AnchorSideLeft.Control = GridGroupBox
|
||||||
AnchorSideTop.Control = GridGroupBox
|
AnchorSideTop.Control = GridGroupBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 147
|
Width = 110
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'ShowGridCheckBox'
|
Caption = 'ShowGridCheckBox'
|
||||||
@ -82,9 +82,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
|||||||
AnchorSideTop.Control = ShowGridCheckBox
|
AnchorSideTop.Control = ShowGridCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 31
|
Top = 26
|
||||||
Width = 204
|
Width = 152
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
Caption = 'ShowBorderSpaceCheckBox'
|
Caption = 'ShowBorderSpaceCheckBox'
|
||||||
@ -95,9 +95,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = SnapToGridCheckBox
|
AnchorSideTop.Control = SnapToGridCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 108
|
Left = 82
|
||||||
Height = 27
|
Height = 21
|
||||||
Top = 84
|
Top = 69
|
||||||
Width = 64
|
Width = 64
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
MaxValue = 128
|
MaxValue = 128
|
||||||
@ -112,9 +112,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = GridSizeXSpinEdit
|
AnchorSideTop.Control = GridSizeXSpinEdit
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 107
|
Left = 82
|
||||||
Height = 27
|
Height = 21
|
||||||
Top = 117
|
Top = 96
|
||||||
Width = 64
|
Width = 64
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
MaxValue = 128
|
MaxValue = 128
|
||||||
@ -134,14 +134,14 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
|||||||
AnchorSideBottom.Control = Owner
|
AnchorSideBottom.Control = Owner
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 253
|
Height = 187
|
||||||
Top = 259
|
Top = 220
|
||||||
Width = 769
|
Width = 769
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'FormEditMiscGroupBox'
|
Caption = 'FormEditMiscGroupBox'
|
||||||
ClientHeight = 234
|
ClientHeight = 169
|
||||||
ClientWidth = 765
|
ClientWidth = 765
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object ShowComponentCaptionsCheckBox: TCheckBox
|
object ShowComponentCaptionsCheckBox: TCheckBox
|
||||||
@ -151,9 +151,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
|||||||
AnchorSideRight.Control = FormEditMiscGroupBox
|
AnchorSideRight.Control = FormEditMiscGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 31
|
Top = 26
|
||||||
Width = 252
|
Width = 188
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
@ -167,9 +167,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
|||||||
AnchorSideRight.Control = FormEditMiscGroupBox
|
AnchorSideRight.Control = FormEditMiscGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 56
|
Top = 46
|
||||||
Width = 191
|
Width = 143
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
@ -183,9 +183,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
|||||||
AnchorSideRight.Control = FormEditMiscGroupBox
|
AnchorSideRight.Control = FormEditMiscGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 81
|
Top = 66
|
||||||
Width = 256
|
Width = 192
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
@ -199,9 +199,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
|||||||
AnchorSideRight.Control = FormEditMiscGroupBox
|
AnchorSideRight.Control = FormEditMiscGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 106
|
Top = 86
|
||||||
Width = 195
|
Width = 145
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
Caption = 'RightClickSelectsCheckBox'
|
Caption = 'RightClickSelectsCheckBox'
|
||||||
@ -214,9 +214,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
|||||||
AnchorSideRight.Control = FormEditMiscGroupBox
|
AnchorSideRight.Control = FormEditMiscGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 131
|
Top = 106
|
||||||
Width = 204
|
Width = 153
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
Caption = 'DesignerPaintLazyCheckBox'
|
Caption = 'DesignerPaintLazyCheckBox'
|
||||||
@ -229,9 +229,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
|||||||
AnchorSideTop.Control = DesignerPaintLazyCheckBox
|
AnchorSideTop.Control = DesignerPaintLazyCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 156
|
Top = 126
|
||||||
Width = 244
|
Width = 180
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
BorderSpacing.Bottom = 3
|
BorderSpacing.Bottom = 3
|
||||||
@ -247,7 +247,7 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
|||||||
AnchorSideRight.Control = FormEditMiscGroupBox
|
AnchorSideRight.Control = FormEditMiscGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 759
|
Width = 759
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -261,9 +261,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
|||||||
AnchorSideTop.Control = SwitchToFavoritesOITabCheckBox
|
AnchorSideTop.Control = SwitchToFavoritesOITabCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 206
|
Top = 146
|
||||||
Width = 280
|
Width = 210
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
BorderSpacing.Bottom = 6
|
BorderSpacing.Bottom = 6
|
||||||
@ -272,14 +272,14 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
|||||||
end
|
end
|
||||||
object SwitchToFavoritesOITabCheckBox: TCheckBox
|
object SwitchToFavoritesOITabCheckBox: TCheckBox
|
||||||
AnchorSideLeft.Control = CreateCompFocusNameCheckBox
|
AnchorSideLeft.Control = CreateCompFocusNameCheckBox
|
||||||
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = CreateCompFocusNameCheckBox
|
AnchorSideTop.Control = CreateCompFocusNameCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 36
|
Left = 206
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 181
|
Top = 126
|
||||||
Width = 232
|
Width = 183
|
||||||
BorderSpacing.Left = 30
|
BorderSpacing.Left = 20
|
||||||
BorderSpacing.Top = 3
|
|
||||||
Caption = 'SwitchToFavoritesOITabCheckBox'
|
Caption = 'SwitchToFavoritesOITabCheckBox'
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
@ -295,15 +295,15 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 232
|
Left = 232
|
||||||
Height = 78
|
Height = 67
|
||||||
Top = 175
|
Top = 147
|
||||||
Width = 537
|
Width = 537
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'GuideLinesGroupBox'
|
Caption = 'GuideLinesGroupBox'
|
||||||
ClientHeight = 59
|
ClientHeight = 49
|
||||||
ClientWidth = 533
|
ClientWidth = 533
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
object ShowGuideLinesCheckBox: TCheckBox
|
object ShowGuideLinesCheckBox: TCheckBox
|
||||||
@ -311,7 +311,7 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
|||||||
AnchorSideRight.Control = GuideLinesGroupBox
|
AnchorSideRight.Control = GuideLinesGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 521
|
Width = 521
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -328,8 +328,8 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
|||||||
AnchorSideRight.Control = GuideLinesGroupBox
|
AnchorSideRight.Control = GuideLinesGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 31
|
Top = 26
|
||||||
Width = 521
|
Width = 521
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
@ -348,12 +348,12 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
|||||||
AnchorSideBottom.Control = GuideLinesGroupBox
|
AnchorSideBottom.Control = GuideLinesGroupBox
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 253
|
Height = 214
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 226
|
Width = 226
|
||||||
Anchors = [akTop, akLeft, akBottom]
|
Anchors = [akTop, akLeft, akBottom]
|
||||||
Caption = 'DesignerColorsGroupBox'
|
Caption = 'DesignerColorsGroupBox'
|
||||||
ClientHeight = 234
|
ClientHeight = 196
|
||||||
ClientWidth = 222
|
ClientWidth = 222
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
object ColorsListBox: TColorListBox
|
object ColorsListBox: TColorListBox
|
||||||
@ -361,7 +361,7 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
|||||||
AnchorSideTop.Control = DesignerColorsGroupBox
|
AnchorSideTop.Control = DesignerColorsGroupBox
|
||||||
AnchorSideBottom.Control = ColorBox
|
AnchorSideBottom.Control = ColorBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 185
|
Height = 156
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 210
|
Width = 210
|
||||||
Style = [cbCustomColors]
|
Style = [cbCustomColors]
|
||||||
@ -371,7 +371,6 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
|||||||
ItemHeight = 0
|
ItemHeight = 0
|
||||||
OnSelectionChange = ColorsListBoxSelectionChange
|
OnSelectionChange = ColorsListBoxSelectionChange
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
TopIndex = -1
|
|
||||||
end
|
end
|
||||||
object ColorBox: TColorBox
|
object ColorBox: TColorBox
|
||||||
AnchorSideLeft.Control = DesignerColorsGroupBox
|
AnchorSideLeft.Control = DesignerColorsGroupBox
|
||||||
@ -382,8 +381,8 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
|||||||
AnchorSideBottom.Control = DesignerColorsGroupBox
|
AnchorSideBottom.Control = DesignerColorsGroupBox
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 31
|
Height = 22
|
||||||
Top = 197
|
Top = 168
|
||||||
Width = 210
|
Width = 210
|
||||||
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbCustomColor, cbPrettyNames]
|
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbCustomColor, cbPrettyNames]
|
||||||
Anchors = [akLeft, akBottom]
|
Anchors = [akLeft, akBottom]
|
||||||
|
Loading…
Reference in New Issue
Block a user