mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-22 00:03:04 +02:00
490 lines
14 KiB
Plaintext
490 lines
14 KiB
Plaintext
inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
|
Height = 444
|
|
Width = 537
|
|
ClientHeight = 444
|
|
ClientWidth = 537
|
|
OnResize = FrameResize
|
|
TabOrder = 0
|
|
Visible = False
|
|
DesignLeft = 154
|
|
DesignTop = 203
|
|
object GridGroupBox: TGroupBox[0]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
Height = 212
|
|
Width = 337
|
|
Caption = 'GridGroupBox'
|
|
ClientHeight = 194
|
|
ClientWidth = 333
|
|
TabOrder = 0
|
|
object GridColorLabel: TLabel
|
|
AnchorSideLeft.Control = GridGroupBox
|
|
AnchorSideTop.Control = GridSizeYLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 14
|
|
Top = 119
|
|
Width = 70
|
|
BorderSpacing.Top = 4
|
|
BorderSpacing.Around = 6
|
|
Caption = 'GridColorLabel'
|
|
ParentColor = False
|
|
end
|
|
object GridSizeXLabel: TLabel
|
|
AnchorSideLeft.Control = GridGroupBox
|
|
AnchorSideTop.Control = SnapToGridCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 14
|
|
Top = 71
|
|
Width = 70
|
|
BorderSpacing.Around = 6
|
|
Caption = 'GridSizeXLabel'
|
|
ParentColor = False
|
|
end
|
|
object GridSizeYLabel: TLabel
|
|
AnchorSideLeft.Control = GridGroupBox
|
|
AnchorSideTop.Control = GridSizeXLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 14
|
|
Top = 95
|
|
Width = 70
|
|
BorderSpacing.Top = 4
|
|
BorderSpacing.Around = 6
|
|
Caption = 'GridSizeYLabel'
|
|
ParentColor = False
|
|
end
|
|
object GridColorButton: TColorButton
|
|
AnchorSideLeft.Control = GridColorLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = GridColorLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 82
|
|
Height = 23
|
|
Top = 115
|
|
Width = 50
|
|
BorderWidth = 2
|
|
ButtonColorSize = 16
|
|
Color = clBtnFace
|
|
end
|
|
object SnapToGridCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = GridGroupBox
|
|
AnchorSideTop.Control = ShowBorderSpaceCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = GridGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 46
|
|
Width = 128
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 4
|
|
BorderSpacing.Right = 6
|
|
Caption = 'SnapToGridCheckBox'
|
|
TabOrder = 1
|
|
end
|
|
object ShowGridCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = GridGroupBox
|
|
Left = 6
|
|
Height = 19
|
|
Width = 118
|
|
BorderSpacing.Left = 6
|
|
Caption = 'ShowGridCheckBox'
|
|
TabOrder = 0
|
|
end
|
|
object GridSizeXComboBox: TComboBox
|
|
AnchorSideLeft.Control = GridSizeXLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = GridSizeXLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 82
|
|
Height = 21
|
|
Top = 68
|
|
Width = 100
|
|
ItemHeight = 13
|
|
Items.Strings = (
|
|
'2'
|
|
'5'
|
|
'8'
|
|
'10'
|
|
'12'
|
|
'15'
|
|
'20'
|
|
'25'
|
|
'30'
|
|
)
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 2
|
|
end
|
|
object GridSizeYComboBox: TComboBox
|
|
AnchorSideLeft.Control = GridSizeYLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = GridSizeYLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 82
|
|
Height = 21
|
|
Top = 92
|
|
Width = 100
|
|
ItemHeight = 13
|
|
Items.Strings = (
|
|
'2'
|
|
'5'
|
|
'8'
|
|
'10'
|
|
'12'
|
|
'15'
|
|
'20'
|
|
'25'
|
|
'30'
|
|
)
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 3
|
|
end
|
|
object ShowBorderSpaceCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = GridGroupBox
|
|
AnchorSideTop.Control = ShowGridCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 23
|
|
Width = 160
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 4
|
|
Caption = 'ShowBorderSpaceCheckBox'
|
|
TabOrder = 4
|
|
end
|
|
end
|
|
object RubberbandGroupBox: TGroupBox[1]
|
|
AnchorSideLeft.Control = GridGroupBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 343
|
|
Height = 212
|
|
Width = 194
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
Caption = 'RubberbandGroupBox'
|
|
ClientHeight = 194
|
|
ClientWidth = 190
|
|
Color = clBtnFace
|
|
ParentColor = False
|
|
TabOrder = 1
|
|
object RubberbandSelectColorButton: TColorButton
|
|
AnchorSideLeft.Control = RubberbandSelectColorLabel
|
|
AnchorSideTop.Control = RubberbandSelectColorLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 23
|
|
Top = 26
|
|
Width = 50
|
|
BorderWidth = 2
|
|
ButtonColorSize = 16
|
|
Color = clBtnFace
|
|
end
|
|
object RubberbandCreateColorButton: TColorButton
|
|
AnchorSideLeft.Control = RubberbandCreateColorLabel
|
|
AnchorSideTop.Control = RubberbandCreateColorLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 23
|
|
Top = 75
|
|
Width = 50
|
|
BorderWidth = 2
|
|
ButtonColorSize = 16
|
|
Color = clBtnFace
|
|
end
|
|
object RubberbandSelectColorLabel: TLabel
|
|
AnchorSideLeft.Control = RubberbandGroupBox
|
|
AnchorSideTop.Control = RubberbandGroupBox
|
|
AnchorSideRight.Control = RubberbandGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 14
|
|
Top = 6
|
|
Width = 178
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'RubberbandSelectColorLabel'
|
|
ParentColor = False
|
|
end
|
|
object RubberbandCreateColorLabel: TLabel
|
|
AnchorSideLeft.Control = RubberbandGroupBox
|
|
AnchorSideTop.Control = RubberbandSelectColorButton
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = RubberbandGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 14
|
|
Top = 55
|
|
Width = 178
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'RubberbandCreateColorLabel'
|
|
ParentColor = False
|
|
end
|
|
object RubberbandSelectsGrandChildsCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = RubberbandGroupBox
|
|
AnchorSideTop.Control = RubberbandCreateColorButton
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = RubberbandGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 104
|
|
Width = 178
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'RubberbandSelectsGrandChildsCheckBox'
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object FormEditMiscGroupBox: TGroupBox[2]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = GridGroupBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Height = 226
|
|
Top = 218
|
|
Width = 337
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Top = 6
|
|
Caption = 'FormEditMiscGroupBox'
|
|
ClientHeight = 208
|
|
ClientWidth = 333
|
|
TabOrder = 2
|
|
object GrabberColorButton: TColorButton
|
|
AnchorSideLeft.Control = GrabberColorLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = GrabberColorLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 102
|
|
Height = 23
|
|
Top = 94
|
|
Width = 50
|
|
BorderWidth = 2
|
|
ButtonColorSize = 16
|
|
Color = clBtnFace
|
|
end
|
|
object MarkerColorButton: TColorButton
|
|
AnchorSideLeft.Control = MarkerColorLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = MarkerColorLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 96
|
|
Height = 23
|
|
Top = 118
|
|
Width = 50
|
|
BorderWidth = 2
|
|
ButtonColorSize = 16
|
|
Color = clBtnFace
|
|
end
|
|
object GrabberColorLabel: TLabel
|
|
AnchorSideLeft.Control = FormEditMiscGroupBox
|
|
AnchorSideTop.Control = RightClickSelectsCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 14
|
|
Top = 98
|
|
Width = 90
|
|
BorderSpacing.Top = 4
|
|
BorderSpacing.Around = 6
|
|
Caption = 'GrabberColorLabel'
|
|
ParentColor = False
|
|
end
|
|
object MarkerColorLabel: TLabel
|
|
AnchorSideLeft.Control = FormEditMiscGroupBox
|
|
AnchorSideTop.Control = GrabberColorLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 14
|
|
Top = 122
|
|
Width = 84
|
|
BorderSpacing.Top = 4
|
|
BorderSpacing.Around = 6
|
|
Caption = 'MarkerColorLabel'
|
|
ParentColor = False
|
|
end
|
|
object ShowComponentCaptionsCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = FormEditMiscGroupBox
|
|
AnchorSideRight.Control = FormEditMiscGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Width = 196
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
Caption = 'ShowComponentCaptionsCheckBox'
|
|
TabOrder = 0
|
|
end
|
|
object ShowEditorHintsCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = FormEditMiscGroupBox
|
|
AnchorSideTop.Control = ShowComponentCaptionsCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = FormEditMiscGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 23
|
|
Width = 151
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 4
|
|
BorderSpacing.Right = 6
|
|
Caption = 'ShowEditorHintsCheckBox'
|
|
TabOrder = 1
|
|
end
|
|
object AutoCreateFormsOnOpenCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = FormEditMiscGroupBox
|
|
AnchorSideTop.Control = ShowEditorHintsCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = FormEditMiscGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 46
|
|
Width = 198
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 4
|
|
BorderSpacing.Right = 6
|
|
Caption = 'AutoCreateFormsOnOpenCheckBox'
|
|
TabOrder = 2
|
|
end
|
|
object RightClickSelectsCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = FormEditMiscGroupBox
|
|
AnchorSideTop.Control = AutoCreateFormsOnOpenCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = FormEditMiscGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 69
|
|
Width = 153
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 4
|
|
Caption = 'RightClickSelectsCheckBox'
|
|
TabOrder = 3
|
|
end
|
|
object DesignerPaintLazyCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = FormEditMiscGroupBox
|
|
AnchorSideTop.Control = MarkerColorLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = FormEditMiscGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 146
|
|
Width = 161
|
|
BorderSpacing.Top = 4
|
|
BorderSpacing.Around = 6
|
|
Caption = 'DesignerPaintLazyCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 4
|
|
end
|
|
end
|
|
object GuideLinesGroupBox: TGroupBox[3]
|
|
AnchorSideLeft.Control = FormEditMiscGroupBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = RubberbandGroupBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 343
|
|
Height = 226
|
|
Top = 218
|
|
Width = 194
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
Caption = 'GuideLinesGroupBox'
|
|
ClientHeight = 208
|
|
ClientWidth = 190
|
|
TabOrder = 3
|
|
object GuideLineColorLeftTopButton: TColorButton
|
|
AnchorSideTop.Control = GuideLineColorLeftTopLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 23
|
|
Top = 94
|
|
Width = 50
|
|
BorderWidth = 2
|
|
ButtonColorSize = 16
|
|
Color = clBtnFace
|
|
end
|
|
object GuideLineColorRightBottomButton: TColorButton
|
|
AnchorSideTop.Control = GuideLineColorRightBottomLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 23
|
|
Top = 143
|
|
Width = 50
|
|
BorderWidth = 2
|
|
ButtonColorSize = 16
|
|
Color = clBtnFace
|
|
end
|
|
object GuideLineColorLeftTopLabel: TLabel
|
|
AnchorSideLeft.Control = GuideLinesGroupBox
|
|
AnchorSideRight.Control = GuideLinesGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 14
|
|
Top = 74
|
|
Width = 178
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'GuideLineColorLeftTopLabel'
|
|
ParentColor = False
|
|
end
|
|
object GuideLineColorRightBottomLabel: TLabel
|
|
AnchorSideLeft.Control = GuideLinesGroupBox
|
|
AnchorSideTop.Control = GuideLineColorLeftTopButton
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = GuideLinesGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 14
|
|
Top = 123
|
|
Width = 178
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'GuideLineColorRightBottomLabel'
|
|
ParentColor = False
|
|
end
|
|
object ShowGuideLinesCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = GuideLinesGroupBox
|
|
AnchorSideRight.Control = GuideLinesGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Width = 178
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ShowGuideLinesCheckBox'
|
|
TabOrder = 0
|
|
end
|
|
object SnapToGuideLinesCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = GuideLinesGroupBox
|
|
AnchorSideTop.Control = ShowGuideLinesCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = GuideLinesGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 25
|
|
Width = 178
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'SnapToGuideLinesCheckBox'
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
end
|