lazarus/ide/frames/window_options.lfm

145 lines
3.8 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 = 22
Top = 18
Width = 215
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 = 22
Top = 40
Width = 180
Caption = 'HideIDEOnRunCheckBox'
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
object TitleStartsWithProjectCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = HideIDEOnRunCheckBox
AnchorSideTop.Side = asrBottom
Left = 0
Height = 22
Top = 62
Width = 220
Caption = 'TitleStartsWithProjectCheckBox'
ParentShowHint = False
ShowHint = True
TabOrder = 2
end
object TitleShowsProjectDirCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = TitleStartsWithProjectCheckBox
AnchorSideTop.Side = asrBottom
Left = 0
Height = 22
Top = 84
Width = 214
Caption = 'TitleShowsProjectDirCheckBox'
ParentShowHint = False
ShowHint = True
TabOrder = 3
end
object TitleShowsBuildModeCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = TitleShowsProjectDirCheckBox
AnchorSideTop.Side = asrBottom
Left = 0
Height = 22
Top = 106
Width = 219
Caption = 'TitleShowsBuildModeCheckBox'
ParentShowHint = False
ShowHint = True
TabOrder = 4
end
object NameForDesignedFormListCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = TitleShowsBuildModeCheckBox
AnchorSideTop.Side = asrBottom
Left = 0
Height = 22
Top = 128
Width = 256
Caption = 'NameForDesignedFormListCheckBox'
ParentShowHint = False
ShowHint = True
TabOrder = 5
end
object lblShowingWindows: TDividerBevel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 18
Top = 0
Width = 573
Caption = 'lblShowingWindows'
Anchors = [akTop, akLeft, akRight]
Font.Style = [fsBold]
ParentFont = False
end
object AutoAdjustIDEHeightCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = NameForDesignedFormListCheckBox
AnchorSideTop.Side = asrBottom
Left = 0
Height = 22
Top = 150
Width = 218
Caption = 'AutoAdjustIDEHeightCheckBox'
ParentShowHint = False
ShowHint = True
TabOrder = 6
end
object AutoAdjustIDEHeightFullCompPalCheckBox: TCheckBox
AnchorSideLeft.Control = AutoAdjustIDEHeightCheckBox
AnchorSideTop.Control = AutoAdjustIDEHeightCheckBox
AnchorSideTop.Side = asrBottom
Left = 0
Height = 22
Top = 172
Width = 294
Caption = 'AutoAdjustIDEHeightFullCompPalCheckBox'
ParentShowHint = False
ShowHint = True
TabOrder = 7
end
object ProjectInspectorShowPropsCheckBox: TCheckBox
AnchorSideLeft.Control = AutoAdjustIDEHeightFullCompPalCheckBox
AnchorSideTop.Control = AutoAdjustIDEHeightFullCompPalCheckBox
AnchorSideTop.Side = asrBottom
Left = 0
Height = 22
Top = 194
Width = 257
Caption = 'ProjectInspectorShowPropsCheckBox'
ParentShowHint = False
ShowHint = True
TabOrder = 8
end
end