lazarus/ide/frames/window_options.lfm
2024-10-28 14:11:05 +01:00

215 lines
5.6 KiB
Plaintext

object WindowOptionsFrame: TWindowOptionsFrame
Left = 0
Height = 585
Top = 0
Width = 573
ClientHeight = 585
ClientWidth = 573
TabOrder = 0
DesignLeft = 349
DesignTop = 181
object SingleTaskBarButtonCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = lblShowingWindows
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 0
Height = 19
Top = 15
Width = 179
Caption = 'SingleTaskBarButtonCheckBox'
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object HideIDEOnRunCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = SingleTaskBarButtonCheckBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 0
Height = 19
Top = 34
Width = 150
Caption = 'HideIDEOnRunCheckBox'
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
object NameForDesignedFormListCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = HideIDEOnRunCheckBox
AnchorSideTop.Side = asrBottom
Left = 0
Height = 19
Top = 53
Width = 215
Caption = 'NameForDesignedFormListCheckBox'
ParentShowHint = False
ShowHint = True
TabOrder = 2
end
object AutoAdjustIDEHeightCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = NameForDesignedFormListCheckBox
AnchorSideTop.Side = asrBottom
Left = 0
Height = 19
Top = 72
Width = 184
Caption = 'AutoAdjustIDEHeightCheckBox'
ParentShowHint = False
ShowHint = True
TabOrder = 3
end
object AutoAdjustIDEHeightFullCompPalCheckBox: TCheckBox
AnchorSideLeft.Control = AutoAdjustIDEHeightCheckBox
AnchorSideTop.Control = AutoAdjustIDEHeightCheckBox
AnchorSideTop.Side = asrBottom
Left = 0
Height = 19
Top = 91
Width = 252
Caption = 'AutoAdjustIDEHeightFullCompPalCheckBox'
ParentShowHint = False
ShowHint = True
TabOrder = 4
end
object ProjectInspectorShowPropsCheckBox: TCheckBox
AnchorSideLeft.Control = AutoAdjustIDEHeightFullCompPalCheckBox
AnchorSideTop.Control = AutoAdjustIDEHeightFullCompPalCheckBox
AnchorSideTop.Side = asrBottom
Left = 0
Height = 19
Top = 110
Width = 216
Caption = 'ProjectInspectorShowPropsCheckBox'
ParentShowHint = False
ShowHint = True
TabOrder = 5
end
object bvWindowTitle: TDividerBevel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = ProjectInspectorShowPropsCheckBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 15
Top = 129
Width = 573
Caption = 'bvWindowTitle'
Anchors = [akTop, akLeft, akRight]
Font.Style = [fsBold]
ParentFont = False
end
object TitleStartsWithProjectCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = bvWindowTitle
AnchorSideTop.Side = asrBottom
Left = 0
Height = 19
Top = 144
Width = 184
Caption = 'TitleStartsWithProjectCheckBox'
ParentShowHint = False
ShowHint = True
TabOrder = 6
OnChange = TitleStartsWithProjectCheckBoxChange
end
object lblShowingWindows: TDividerBevel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 15
Top = 0
Width = 573
Caption = 'lblShowingWindows'
Anchors = [akTop, akLeft, akRight]
Font.Style = [fsBold]
ParentFont = False
end
object lblTitleBar: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = TitleStartsWithProjectCheckBox
AnchorSideTop.Side = asrBottom
Left = 0
Height = 15
Top = 166
Width = 52
BorderSpacing.Top = 3
Caption = 'lblTitleBar'
end
object EdTitleBar: TComboBox
AnchorSideLeft.Control = lblTitleBar
AnchorSideTop.Control = lblTitleBar
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 23
Top = 183
Width = 572
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 2
BorderSpacing.Right = 1
ItemHeight = 15
ParentShowHint = False
ShowHint = True
TabOrder = 7
OnChange = EdTitleBarChange
end
object lbTitlePreviewHeader: TLabel
AnchorSideLeft.Control = EdTitleBar
AnchorSideTop.Control = EdTitleBar
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 15
Top = 216
Width = 573
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 10
Caption = 'lbTitlePreviewHeader'
end
object pnlTitlePreview: TPanel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = lbTitlePreviewHeader
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 25
Top = 231
Width = 573
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BevelInner = bvRaised
BevelOuter = bvLowered
ClientHeight = 25
ClientWidth = 573
Color = clWindow
ParentBackground = False
ParentColor = False
TabOrder = 8
object lbTitlePreview: TLabel
AnchorSideLeft.Control = pnlTitlePreview
AnchorSideTop.Control = pnlTitlePreview
AnchorSideRight.Control = pnlTitlePreview
AnchorSideRight.Side = asrBottom
Left = 5
Height = 15
Top = 5
Width = 563
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 3
Caption = 'lbTitlePreview'
Transparent = False
WordWrap = True
end
end
end