/ide/frames/window_options.lfm
http://github.com/graemeg/lazarus · Unknown · 501 lines · 501 code · 0 blank · 0 comment · 0 complexity · 06225d4e658db07117980dc4792e15c1 MD5 · raw file
- 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 = 17
- Width = 200
- 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 = 39
- Width = 166
- Caption = 'HideIDEOnRunCheckBox'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- end
- object WindowPositionsPanel: TPanel
- AnchorSideTop.Control = lblWindowPosition
- AnchorSideTop.Side = asrBottom
- AnchorSideBottom.Side = asrBottom
- Left = 0
- Height = 383
- Top = 197
- Width = 570
- Anchors = [akTop, akLeft, akRight, akBottom]
- BorderSpacing.Top = 3
- Caption = 'WindowPositionsPanel'
- ClientHeight = 383
- ClientWidth = 570
- TabOrder = 8
- object LeftLabel: TLabel
- AnchorSideTop.Control = LeftEdit
- AnchorSideTop.Side = asrCenter
- AnchorSideRight.Control = LeftEdit
- Left = 297
- Height = 17
- Top = 234
- Width = 53
- Anchors = [akTop, akRight]
- BorderSpacing.Right = 3
- Caption = 'LeftLabel'
- ParentColor = False
- end
- object TopLabel: TLabel
- AnchorSideTop.Control = TopEdit
- AnchorSideTop.Side = asrCenter
- AnchorSideRight.Control = TopEdit
- Left = 297
- Height = 17
- Top = 263
- Width = 53
- Anchors = [akTop, akRight]
- BorderSpacing.Right = 3
- Caption = 'TopLabel'
- ParentColor = False
- end
- object WidthLabel: TLabel
- AnchorSideTop.Control = WidthEdit
- AnchorSideTop.Side = asrCenter
- AnchorSideRight.Control = WidthEdit
- Left = 420
- Height = 17
- Top = 234
- Width = 65
- Anchors = [akTop, akRight]
- BorderSpacing.Right = 3
- Caption = 'WidthLabel'
- ParentColor = False
- end
- object HeightLabel: TLabel
- AnchorSideTop.Control = HeightEdit
- AnchorSideTop.Side = asrCenter
- AnchorSideRight.Control = HeightEdit
- Left = 415
- Height = 17
- Top = 263
- Width = 70
- Anchors = [akTop, akRight]
- BorderSpacing.Right = 3
- Caption = 'HeightLabel'
- ParentColor = False
- end
- object WindowPositionsListBox: TListBox
- AnchorSideLeft.Control = WindowPositionsPanel
- AnchorSideTop.Control = WindowPositionsPanel
- AnchorSideRight.Control = WindowPositionsPanel
- AnchorSideRight.Side = asrBottom
- Left = 7
- Height = 120
- Top = 3
- Width = 556
- Anchors = [akTop, akLeft, akRight]
- BorderSpacing.Left = 6
- BorderSpacing.Top = 2
- BorderSpacing.Right = 6
- ItemHeight = 0
- OnSelectionChange = WindowPositionsListBoxSelectionChange
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- object LetWindowManagerDecideRadioButton: TRadioButton
- AnchorSideLeft.Control = WindowPositionsPanel
- AnchorSideTop.Control = RestoreWindowGeometryRadioButton
- AnchorSideTop.Side = asrBottom
- Left = 7
- Height = 23
- Top = 257
- Width = 248
- BorderSpacing.Left = 6
- BorderSpacing.Top = 3
- Caption = 'LetWindowManagerDecideRadioButton'
- OnClick = WindowGeometryRadioButtonClick
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- end
- object FixedDefaultRadioButton: TRadioButton
- AnchorSideLeft.Control = WindowPositionsPanel
- AnchorSideTop.Control = LetWindowManagerDecideRadioButton
- AnchorSideTop.Side = asrBottom
- Left = 7
- Height = 23
- Top = 283
- Width = 167
- BorderSpacing.Left = 6
- BorderSpacing.Top = 3
- Caption = 'FixedDefaultRadioButton'
- OnClick = WindowGeometryRadioButtonClick
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- end
- object RestoreWindowGeometryRadioButton: TRadioButton
- AnchorSideLeft.Control = WindowPositionsPanel
- AnchorSideTop.Control = SplitterPanel
- AnchorSideTop.Side = asrBottom
- Left = 7
- Height = 23
- Top = 231
- Width = 241
- BorderSpacing.Left = 6
- BorderSpacing.Top = 4
- Caption = 'RestoreWindowGeometryRadioButton'
- Checked = True
- OnClick = CustomGeometryRadioButtonClick
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- TabStop = True
- end
- object CustomGeometryRadioButton: TRadioButton
- AnchorSideLeft.Control = WindowPositionsPanel
- AnchorSideTop.Control = FixedDefaultRadioButton
- AnchorSideTop.Side = asrBottom
- Left = 7
- Height = 23
- Top = 309
- Width = 196
- BorderSpacing.Left = 6
- BorderSpacing.Top = 3
- Caption = 'CustomGeometryRadioButton'
- OnClick = CustomGeometryRadioButtonClick
- ParentShowHint = False
- ShowHint = True
- TabOrder = 5
- end
- object LeftEdit: TSpinEdit
- AnchorSideTop.Control = RestoreWindowGeometryRadioButton
- AnchorSideRight.Control = WidthEdit
- Left = 353
- Height = 23
- Top = 231
- Width = 75
- Anchors = [akTop, akRight]
- BorderSpacing.Right = 60
- MaxValue = 4096
- MinValue = -5000
- ParentShowHint = False
- ShowHint = True
- TabOrder = 6
- end
- object TopEdit: TSpinEdit
- AnchorSideTop.Control = LeftEdit
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = HeightEdit
- Left = 353
- Height = 23
- Top = 260
- Width = 75
- Anchors = [akTop, akRight]
- BorderSpacing.Top = 6
- BorderSpacing.Right = 60
- MaxValue = 4096
- MinValue = -5000
- ParentShowHint = False
- ShowHint = True
- TabOrder = 7
- end
- object WidthEdit: TSpinEdit
- AnchorSideTop.Control = LeftEdit
- AnchorSideRight.Control = WindowPositionsPanel
- AnchorSideRight.Side = asrBottom
- Left = 488
- Height = 23
- Top = 231
- Width = 75
- Anchors = [akTop, akRight]
- BorderSpacing.Right = 6
- MaxValue = 4096
- ParentShowHint = False
- ShowHint = True
- TabOrder = 8
- end
- object HeightEdit: TSpinEdit
- AnchorSideTop.Control = WidthEdit
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = WindowPositionsPanel
- AnchorSideRight.Side = asrBottom
- Left = 488
- Height = 23
- Top = 260
- Width = 75
- Anchors = [akTop, akRight]
- BorderSpacing.Top = 6
- BorderSpacing.Right = 6
- MaxValue = 4096
- ParentShowHint = False
- ShowHint = True
- TabOrder = 9
- end
- object GetWindowPositionButton: TButton
- AnchorSideTop.Control = ApplyButton
- AnchorSideRight.Control = ApplyButton
- Left = 314
- Height = 29
- Top = 295
- Width = 161
- Anchors = [akTop, akRight]
- AutoSize = True
- BorderSpacing.Right = 6
- Caption = 'GetWindowPositionButton'
- Constraints.MinWidth = 75
- OnClick = GetWindowPositionButtonClick
- TabOrder = 10
- end
- object ApplyButton: TButton
- AnchorSideTop.Control = HeightEdit
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = WindowPositionsPanel
- AnchorSideRight.Side = asrBottom
- Left = 481
- Height = 29
- Top = 295
- Width = 82
- Anchors = [akTop, akRight]
- AutoSize = True
- BorderSpacing.Top = 12
- BorderSpacing.Right = 6
- Caption = 'ApplyButton'
- Constraints.MinWidth = 75
- OnClick = ApplyButtonClick
- TabOrder = 11
- end
- object SplitterPanel: TPanel
- AnchorSideLeft.Control = WindowPositionsPanel
- AnchorSideTop.Control = lblWindowCaption
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = WindowPositionsPanel
- AnchorSideRight.Side = asrBottom
- AnchorSideBottom.Control = WindowPositionsPanel
- AnchorSideBottom.Side = asrBottom
- Left = 5
- Height = 78
- Top = 149
- Width = 564
- Anchors = [akTop, akLeft, akRight]
- BorderSpacing.Left = 4
- BorderSpacing.Top = 3
- BevelOuter = bvNone
- BorderWidth = 1
- BorderStyle = bsSingle
- Caption = ' '
- ClientHeight = 74
- ClientWidth = 560
- TabOrder = 1
- Visible = False
- object SplitterList: TListBox
- AnchorSideLeft.Control = SplitterPanel
- AnchorSideTop.Control = SplitterPanel
- AnchorSideBottom.Control = SplitterPanel
- AnchorSideBottom.Side = asrBottom
- Left = 1
- Height = 72
- Top = 1
- Width = 275
- Anchors = [akTop, akLeft, akBottom]
- ItemHeight = 0
- OnSelectionChange = SplitterListSelectionChange
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- object SplitLabel: TLabel
- AnchorSideTop.Control = SplitEdit
- AnchorSideTop.Side = asrCenter
- AnchorSideRight.Control = SplitEdit
- Left = 425
- Height = 17
- Top = 44
- Width = 56
- Anchors = [akTop, akRight]
- BorderSpacing.Right = 3
- Caption = 'SplitLabel'
- ParentColor = False
- end
- object SplitEdit: TSpinEdit
- AnchorSideRight.Control = SplitterPanel
- AnchorSideRight.Side = asrBottom
- AnchorSideBottom.Control = SplitterPanel
- AnchorSideBottom.Side = asrBottom
- Left = 484
- Height = 23
- Top = 41
- Width = 75
- Anchors = [akRight, akBottom]
- BorderSpacing.Bottom = 9
- MaxValue = 5000
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- end
- object dropSplitterPlacement: TComboBox
- AnchorSideLeft.Control = SplitterList
- AnchorSideLeft.Side = asrBottom
- AnchorSideTop.Control = SplitterPanel
- AnchorSideRight.Control = SplitterPanel
- AnchorSideRight.Side = asrBottom
- Left = 282
- Height = 23
- Top = 1
- Width = 277
- Anchors = [akTop, akLeft, akRight]
- BorderSpacing.Left = 6
- ItemHeight = 17
- ParentShowHint = False
- ShowHint = True
- Style = csDropDownList
- TabOrder = 1
- end
- end
- object lblWindowCaption: TDividerBevel
- AnchorSideLeft.Control = WindowPositionsPanel
- AnchorSideTop.Control = WindowPositionsListBox
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = WindowPositionsPanel
- AnchorSideRight.Side = asrBottom
- Left = 1
- Height = 17
- Top = 129
- Width = 568
- Caption = 'lblWindowCaption'
- Anchors = [akTop, akLeft, akRight]
- BorderSpacing.Top = 6
- Font.Style = [fsUnderline]
- ParentColor = False
- ParentFont = False
- end
- end
- object TitleStartsWithProjectCheckBox: TCheckBox
- AnchorSideLeft.Control = Owner
- AnchorSideTop.Control = HideIDEOnRunCheckBox
- AnchorSideTop.Side = asrBottom
- Left = 0
- Height = 22
- Top = 61
- Width = 204
- Caption = 'TitleStartsWithProjectCheckBox'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- end
- object ProjectDirInIdeTitleCheckBox: TCheckBox
- AnchorSideLeft.Control = Owner
- AnchorSideTop.Control = TitleStartsWithProjectCheckBox
- AnchorSideTop.Side = asrBottom
- Left = 0
- Height = 22
- Top = 83
- Width = 192
- Caption = 'ProjectDirInIdeTitleCheckBox'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- end
- object TitleIncludesBuildMode: TCheckBox
- AnchorSideLeft.Control = Owner
- AnchorSideTop.Control = ProjectDirInIdeTitleCheckBox
- AnchorSideTop.Side = asrBottom
- Left = 0
- Height = 22
- Top = 105
- Width = 158
- Caption = 'TitleIncludesBuildMode'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- end
- object NameForDesignedFormList: TCheckBox
- AnchorSideLeft.Control = Owner
- AnchorSideTop.Control = TitleIncludesBuildMode
- AnchorSideTop.Side = asrBottom
- Left = 0
- Height = 22
- Top = 127
- Width = 181
- Caption = 'NameForDesignedFormList'
- 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 = 17
- Top = 0
- Width = 573
- Caption = 'lblShowingWindows'
- Anchors = [akTop, akLeft, akRight]
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblWindowPosition: TDividerBevel
- AnchorSideLeft.Control = Owner
- AnchorSideTop.Control = AutoAdjustIDEHeightFullCompPalCheckBox
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = Owner
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 17
- Top = 177
- Width = 573
- Caption = 'lblWindowPosition'
- Anchors = [akTop, akLeft, akRight]
- BorderSpacing.Top = 6
- Font.Style = [fsBold]
- ParentFont = False
- end
- object AutoAdjustIDEHeightCheckBox: TCheckBox
- AnchorSideLeft.Control = Owner
- AnchorSideTop.Control = NameForDesignedFormList
- AnchorSideTop.Side = asrBottom
- Left = 0
- Height = 22
- Top = 149
- Width = 201
- Caption = 'AutoAdjustIDEHeightCheckBox'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 6
- end
- object AutoAdjustIDEHeightFullCompPalCheckBox: TCheckBox
- AnchorSideLeft.Control = AutoAdjustIDEHeightCheckBox
- AnchorSideLeft.Side = asrBottom
- AnchorSideTop.Control = AutoAdjustIDEHeightCheckBox
- Left = 221
- Height = 22
- Top = 149
- Width = 272
- BorderSpacing.Left = 20
- Caption = 'AutoAdjustIDEHeightFullCompPalCheckBox'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 7
- end
- end