mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 00:49:32 +02:00
153 lines
3.7 KiB
Plaintext
153 lines
3.7 KiB
Plaintext
object EditorToolbarOptionsFrame: TEditorToolbarOptionsFrame
|
|
Left = 0
|
|
Height = 342
|
|
Top = 0
|
|
Width = 503
|
|
ClientHeight = 342
|
|
ClientWidth = 503
|
|
TabOrder = 0
|
|
DesignLeft = 521
|
|
DesignTop = 251
|
|
object pnTop: TPanel
|
|
Left = 0
|
|
Height = 342
|
|
Top = 0
|
|
Width = 503
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
ClientHeight = 342
|
|
ClientWidth = 503
|
|
Constraints.MinWidth = 350
|
|
TabOrder = 0
|
|
object dbGeneralSettings: TDividerBevel
|
|
Left = 0
|
|
Height = 13
|
|
Top = 5
|
|
Width = 503
|
|
Caption = 'Editor Toolbars Settings'
|
|
Align = alTop
|
|
BorderSpacing.Top = 5
|
|
BorderSpacing.Bottom = 5
|
|
Font.Style = [fsBold]
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object cbCoolBarVisible: TCheckBox
|
|
AnchorSideLeft.Control = pnTop
|
|
AnchorSideTop.Control = dbGeneralSettings
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 0
|
|
Height = 17
|
|
Top = 30
|
|
Width = 96
|
|
BorderSpacing.Top = 12
|
|
Caption = 'Toolbar is visible'
|
|
OnClick = cbCoolBarVisibleClick
|
|
TabOrder = 0
|
|
end
|
|
object pnTopCenterLabel: TLabel
|
|
AnchorSideLeft.Control = pnTop
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = pnTop
|
|
Left = 251
|
|
Height = 1
|
|
Top = 0
|
|
Width = 1
|
|
ParentColor = False
|
|
end
|
|
object bConfig: TBitBtn
|
|
AnchorSideLeft.Control = cbCoolBarVisible
|
|
AnchorSideTop.Control = cbCoolBarVisible
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 0
|
|
Height = 23
|
|
Top = 65
|
|
Width = 73
|
|
AutoSize = True
|
|
BorderSpacing.Top = 18
|
|
Caption = 'Configure'
|
|
OnClick = bConfigClick
|
|
TabOrder = 2
|
|
end
|
|
object bDefaultToolbar: TBitBtn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = bConfig
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = cbPos
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 155
|
|
Height = 23
|
|
Top = 65
|
|
Width = 106
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
Caption = 'Restore defaults'
|
|
OnClick = bDefaultToolbarClick
|
|
TabOrder = 3
|
|
end
|
|
object lblpos: TLabel
|
|
AnchorSideLeft.Control = cbCoolBarVisible
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = cbCoolBarVisible
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 128
|
|
Height = 13
|
|
Top = 32
|
|
Width = 27
|
|
BorderSpacing.Left = 32
|
|
BorderSpacing.Right = 6
|
|
Caption = 'lblpos'
|
|
ParentColor = False
|
|
end
|
|
object cbPos: TComboBox
|
|
AnchorSideLeft.Control = lblpos
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = lblpos
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 161
|
|
Height = 21
|
|
Top = 28
|
|
Width = 100
|
|
BorderSpacing.Bottom = 6
|
|
ItemHeight = 13
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'Top'
|
|
'Bottom'
|
|
'Right'
|
|
'Left'
|
|
)
|
|
OnChange = cbPosChange
|
|
Style = csDropDownList
|
|
TabOrder = 1
|
|
Text = 'Top'
|
|
end
|
|
object lblNoAutoSaveActiveDesktop: TLabel
|
|
AnchorSideLeft.Control = cbCoolBarVisible
|
|
AnchorSideTop.Control = bConfig
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = pnTop
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 13
|
|
Top = 94
|
|
Width = 503
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Bottom = 6
|
|
Caption = 'lblNoAutoSaveActiveDesktop'
|
|
Font.Color = clInactiveCaption
|
|
ParentColor = False
|
|
ParentFont = False
|
|
WordWrap = True
|
|
end
|
|
end
|
|
object imButtons: TImageList
|
|
left = 304
|
|
end
|
|
end
|