mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 16:34:24 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			396 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			396 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
 | 
						|
  Height = 600
 | 
						|
  Width = 769
 | 
						|
  ClientHeight = 600
 | 
						|
  ClientWidth = 769
 | 
						|
  OnResize = FrameResize
 | 
						|
  TabOrder = 0
 | 
						|
  Visible = False
 | 
						|
  DesignLeft = 309
 | 
						|
  DesignTop = 195
 | 
						|
  object GridGroupBox: TGroupBox[0]
 | 
						|
    AnchorSideLeft.Control = DesignerColorsGroupBox
 | 
						|
    AnchorSideLeft.Side = asrBottom
 | 
						|
    AnchorSideTop.Control = Owner
 | 
						|
    AnchorSideRight.Control = Owner
 | 
						|
    AnchorSideRight.Side = asrBottom
 | 
						|
    Left = 232
 | 
						|
    Height = 141
 | 
						|
    Top = 0
 | 
						|
    Width = 537
 | 
						|
    Anchors = [akTop, akLeft, akRight]
 | 
						|
    AutoSize = True
 | 
						|
    BorderSpacing.Left = 6
 | 
						|
    Caption = 'GridGroupBox'
 | 
						|
    ClientHeight = 123
 | 
						|
    ClientWidth = 533
 | 
						|
    TabOrder = 0
 | 
						|
    object GridSizeXLabel: TLabel
 | 
						|
      AnchorSideLeft.Control = GridGroupBox
 | 
						|
      AnchorSideTop.Control = GridSizeXSpinEdit
 | 
						|
      AnchorSideTop.Side = asrCenter
 | 
						|
      Left = 6
 | 
						|
      Height = 14
 | 
						|
      Top = 72
 | 
						|
      Width = 70
 | 
						|
      BorderSpacing.Around = 6
 | 
						|
      Caption = 'GridSizeXLabel'
 | 
						|
      ParentColor = False
 | 
						|
    end
 | 
						|
    object GridSizeYLabel: TLabel
 | 
						|
      AnchorSideLeft.Control = GridGroupBox
 | 
						|
      AnchorSideTop.Control = GridSizeYSpinEdit
 | 
						|
      AnchorSideTop.Side = asrCenter
 | 
						|
      Left = 6
 | 
						|
      Height = 14
 | 
						|
      Top = 99
 | 
						|
      Width = 70
 | 
						|
      BorderSpacing.Around = 6
 | 
						|
      Caption = 'GridSizeYLabel'
 | 
						|
      ParentColor = False
 | 
						|
    end
 | 
						|
    object SnapToGridCheckBox: TCheckBox
 | 
						|
      AnchorSideLeft.Control = GridGroupBox
 | 
						|
      AnchorSideTop.Control = ShowBorderSpaceCheckBox
 | 
						|
      AnchorSideTop.Side = asrBottom
 | 
						|
      AnchorSideRight.Control = GridGroupBox
 | 
						|
      AnchorSideRight.Side = asrBottom
 | 
						|
      Left = 6
 | 
						|
      Height = 17
 | 
						|
      Top = 46
 | 
						|
      Width = 120
 | 
						|
      BorderSpacing.Left = 6
 | 
						|
      BorderSpacing.Top = 3
 | 
						|
      BorderSpacing.Right = 6
 | 
						|
      Caption = 'SnapToGridCheckBox'
 | 
						|
      TabOrder = 1
 | 
						|
    end
 | 
						|
    object ShowGridCheckBox: TCheckBox
 | 
						|
      AnchorSideLeft.Control = GridGroupBox
 | 
						|
      AnchorSideTop.Control = GridGroupBox
 | 
						|
      Left = 6
 | 
						|
      Height = 17
 | 
						|
      Top = 6
 | 
						|
      Width = 110
 | 
						|
      BorderSpacing.Left = 6
 | 
						|
      BorderSpacing.Top = 6
 | 
						|
      Caption = 'ShowGridCheckBox'
 | 
						|
      TabOrder = 0
 | 
						|
    end
 | 
						|
    object ShowBorderSpaceCheckBox: TCheckBox
 | 
						|
      AnchorSideLeft.Control = GridGroupBox
 | 
						|
      AnchorSideTop.Control = ShowGridCheckBox
 | 
						|
      AnchorSideTop.Side = asrBottom
 | 
						|
      Left = 6
 | 
						|
      Height = 17
 | 
						|
      Top = 26
 | 
						|
      Width = 152
 | 
						|
      BorderSpacing.Left = 6
 | 
						|
      BorderSpacing.Top = 3
 | 
						|
      Caption = 'ShowBorderSpaceCheckBox'
 | 
						|
      TabOrder = 2
 | 
						|
    end
 | 
						|
    object GridSizeXSpinEdit: TSpinEdit
 | 
						|
      AnchorSideLeft.Control = GridSizeXLabel
 | 
						|
      AnchorSideLeft.Side = asrBottom
 | 
						|
      AnchorSideTop.Control = SnapToGridCheckBox
 | 
						|
      AnchorSideTop.Side = asrBottom
 | 
						|
      Left = 82
 | 
						|
      Height = 21
 | 
						|
      Top = 69
 | 
						|
      Width = 64
 | 
						|
      BorderSpacing.Around = 6
 | 
						|
      MaxValue = 128
 | 
						|
      MinValue = 2
 | 
						|
      ParentShowHint = False
 | 
						|
      ShowHint = True
 | 
						|
      TabOrder = 3
 | 
						|
      Value = 2
 | 
						|
    end
 | 
						|
    object GridSizeYSpinEdit: TSpinEdit
 | 
						|
      AnchorSideLeft.Control = GridSizeYLabel
 | 
						|
      AnchorSideLeft.Side = asrBottom
 | 
						|
      AnchorSideTop.Control = GridSizeXSpinEdit
 | 
						|
      AnchorSideTop.Side = asrBottom
 | 
						|
      Left = 82
 | 
						|
      Height = 21
 | 
						|
      Top = 96
 | 
						|
      Width = 64
 | 
						|
      BorderSpacing.Around = 6
 | 
						|
      MaxValue = 128
 | 
						|
      MinValue = 2
 | 
						|
      ParentShowHint = False
 | 
						|
      ShowHint = True
 | 
						|
      TabOrder = 4
 | 
						|
      Value = 2
 | 
						|
    end
 | 
						|
  end
 | 
						|
  object FormEditMiscGroupBox: TGroupBox[1]
 | 
						|
    AnchorSideLeft.Control = Owner
 | 
						|
    AnchorSideTop.Control = DesignerColorsGroupBox
 | 
						|
    AnchorSideTop.Side = asrBottom
 | 
						|
    AnchorSideRight.Control = Owner
 | 
						|
    AnchorSideRight.Side = asrBottom
 | 
						|
    AnchorSideBottom.Control = Owner
 | 
						|
    AnchorSideBottom.Side = asrBottom
 | 
						|
    Left = 0
 | 
						|
    Height = 187
 | 
						|
    Top = 220
 | 
						|
    Width = 769
 | 
						|
    Anchors = [akTop, akLeft, akRight]
 | 
						|
    AutoSize = True
 | 
						|
    BorderSpacing.Top = 6
 | 
						|
    Caption = 'FormEditMiscGroupBox'
 | 
						|
    ClientHeight = 169
 | 
						|
    ClientWidth = 765
 | 
						|
    TabOrder = 1
 | 
						|
    object ShowComponentCaptionsCheckBox: TCheckBox
 | 
						|
      AnchorSideLeft.Control = FormEditMiscGroupBox
 | 
						|
      AnchorSideTop.Control = RubberbandSelectsGrandChildsCheckBox
 | 
						|
      AnchorSideTop.Side = asrBottom
 | 
						|
      AnchorSideRight.Control = FormEditMiscGroupBox
 | 
						|
      AnchorSideRight.Side = asrBottom
 | 
						|
      Left = 6
 | 
						|
      Height = 17
 | 
						|
      Top = 26
 | 
						|
      Width = 188
 | 
						|
      BorderSpacing.Left = 6
 | 
						|
      BorderSpacing.Top = 3
 | 
						|
      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 = 17
 | 
						|
      Top = 46
 | 
						|
      Width = 143
 | 
						|
      BorderSpacing.Left = 6
 | 
						|
      BorderSpacing.Top = 3
 | 
						|
      BorderSpacing.Right = 6
 | 
						|
      Caption = 'ShowEditorHintsCheckBox'
 | 
						|
      TabOrder = 1
 | 
						|
    end
 | 
						|
    object OpenDesignerOnOpenUnitCheckBox: TCheckBox
 | 
						|
      AnchorSideLeft.Control = FormEditMiscGroupBox
 | 
						|
      AnchorSideTop.Control = ShowEditorHintsCheckBox
 | 
						|
      AnchorSideTop.Side = asrBottom
 | 
						|
      AnchorSideRight.Control = FormEditMiscGroupBox
 | 
						|
      AnchorSideRight.Side = asrBottom
 | 
						|
      Left = 6
 | 
						|
      Height = 17
 | 
						|
      Top = 66
 | 
						|
      Width = 192
 | 
						|
      BorderSpacing.Left = 6
 | 
						|
      BorderSpacing.Top = 3
 | 
						|
      BorderSpacing.Right = 6
 | 
						|
      Caption = 'OpenDesignerOnOpenUnitCheckBox'
 | 
						|
      TabOrder = 2
 | 
						|
    end
 | 
						|
    object RightClickSelectsCheckBox: TCheckBox
 | 
						|
      AnchorSideLeft.Control = FormEditMiscGroupBox
 | 
						|
      AnchorSideTop.Control = OpenDesignerOnOpenUnitCheckBox
 | 
						|
      AnchorSideTop.Side = asrBottom
 | 
						|
      AnchorSideRight.Control = FormEditMiscGroupBox
 | 
						|
      AnchorSideRight.Side = asrBottom
 | 
						|
      Left = 6
 | 
						|
      Height = 17
 | 
						|
      Top = 86
 | 
						|
      Width = 145
 | 
						|
      BorderSpacing.Left = 6
 | 
						|
      BorderSpacing.Top = 3
 | 
						|
      Caption = 'RightClickSelectsCheckBox'
 | 
						|
      TabOrder = 3
 | 
						|
    end
 | 
						|
    object DesignerPaintLazyCheckBox: TCheckBox
 | 
						|
      AnchorSideLeft.Control = FormEditMiscGroupBox
 | 
						|
      AnchorSideTop.Control = RightClickSelectsCheckBox
 | 
						|
      AnchorSideTop.Side = asrBottom
 | 
						|
      AnchorSideRight.Control = FormEditMiscGroupBox
 | 
						|
      AnchorSideRight.Side = asrBottom
 | 
						|
      Left = 6
 | 
						|
      Height = 17
 | 
						|
      Top = 106
 | 
						|
      Width = 153
 | 
						|
      BorderSpacing.Left = 6
 | 
						|
      BorderSpacing.Top = 3
 | 
						|
      Caption = 'DesignerPaintLazyCheckBox'
 | 
						|
      ParentShowHint = False
 | 
						|
      ShowHint = True
 | 
						|
      TabOrder = 4
 | 
						|
    end
 | 
						|
    object CreateCompFocusNameCheckBox: TCheckBox
 | 
						|
      AnchorSideLeft.Control = FormEditMiscGroupBox
 | 
						|
      AnchorSideTop.Control = DesignerPaintLazyCheckBox
 | 
						|
      AnchorSideTop.Side = asrBottom
 | 
						|
      Left = 6
 | 
						|
      Height = 17
 | 
						|
      Top = 126
 | 
						|
      Width = 180
 | 
						|
      BorderSpacing.Left = 6
 | 
						|
      BorderSpacing.Top = 3
 | 
						|
      BorderSpacing.Bottom = 3
 | 
						|
      Caption = 'CreateCompFocusNameCheckBox'
 | 
						|
      OnChange = CreateCompFocusNameCheckBoxChange
 | 
						|
      ParentShowHint = False
 | 
						|
      ShowHint = True
 | 
						|
      TabOrder = 5
 | 
						|
    end
 | 
						|
    object RubberbandSelectsGrandChildsCheckBox: TCheckBox
 | 
						|
      AnchorSideLeft.Control = FormEditMiscGroupBox
 | 
						|
      AnchorSideTop.Control = FormEditMiscGroupBox
 | 
						|
      AnchorSideRight.Control = FormEditMiscGroupBox
 | 
						|
      AnchorSideRight.Side = asrBottom
 | 
						|
      Left = 6
 | 
						|
      Height = 17
 | 
						|
      Top = 6
 | 
						|
      Width = 759
 | 
						|
      Anchors = [akTop, akLeft, akRight]
 | 
						|
      BorderSpacing.Left = 6
 | 
						|
      BorderSpacing.Top = 6
 | 
						|
      Caption = 'RubberbandSelectsGrandChildsCheckBox'
 | 
						|
      TabOrder = 6
 | 
						|
    end
 | 
						|
    object CheckPackagesOnFormCreateCheckBox: TCheckBox
 | 
						|
      AnchorSideLeft.Control = FormEditMiscGroupBox
 | 
						|
      AnchorSideTop.Control = SwitchToFavoritesOITabCheckBox
 | 
						|
      AnchorSideTop.Side = asrBottom
 | 
						|
      Left = 6
 | 
						|
      Height = 17
 | 
						|
      Top = 146
 | 
						|
      Width = 210
 | 
						|
      BorderSpacing.Left = 6
 | 
						|
      BorderSpacing.Top = 3
 | 
						|
      BorderSpacing.Bottom = 6
 | 
						|
      Caption = 'CheckPackagesOnFormCreateCheckBox'
 | 
						|
      TabOrder = 7
 | 
						|
    end
 | 
						|
    object SwitchToFavoritesOITabCheckBox: TCheckBox
 | 
						|
      AnchorSideLeft.Control = CreateCompFocusNameCheckBox
 | 
						|
      AnchorSideLeft.Side = asrBottom
 | 
						|
      AnchorSideTop.Control = CreateCompFocusNameCheckBox
 | 
						|
      AnchorSideTop.Side = asrCenter
 | 
						|
      Left = 206
 | 
						|
      Height = 17
 | 
						|
      Top = 126
 | 
						|
      Width = 183
 | 
						|
      BorderSpacing.Left = 20
 | 
						|
      Caption = 'SwitchToFavoritesOITabCheckBox'
 | 
						|
      ParentShowHint = False
 | 
						|
      ShowHint = True
 | 
						|
      TabOrder = 8
 | 
						|
    end
 | 
						|
  end
 | 
						|
  object GuideLinesGroupBox: TGroupBox[2]
 | 
						|
    AnchorSideLeft.Control = DesignerColorsGroupBox
 | 
						|
    AnchorSideLeft.Side = asrBottom
 | 
						|
    AnchorSideTop.Control = GridGroupBox
 | 
						|
    AnchorSideTop.Side = asrBottom
 | 
						|
    AnchorSideRight.Control = Owner
 | 
						|
    AnchorSideRight.Side = asrBottom
 | 
						|
    AnchorSideBottom.Side = asrBottom
 | 
						|
    Left = 232
 | 
						|
    Height = 67
 | 
						|
    Top = 147
 | 
						|
    Width = 537
 | 
						|
    Anchors = [akTop, akLeft, akRight]
 | 
						|
    AutoSize = True
 | 
						|
    BorderSpacing.Left = 6
 | 
						|
    BorderSpacing.Top = 6
 | 
						|
    Caption = 'GuideLinesGroupBox'
 | 
						|
    ClientHeight = 49
 | 
						|
    ClientWidth = 533
 | 
						|
    TabOrder = 2
 | 
						|
    object ShowGuideLinesCheckBox: TCheckBox
 | 
						|
      AnchorSideLeft.Control = GuideLinesGroupBox
 | 
						|
      AnchorSideRight.Control = GuideLinesGroupBox
 | 
						|
      AnchorSideRight.Side = asrBottom
 | 
						|
      Left = 6
 | 
						|
      Height = 17
 | 
						|
      Top = 6
 | 
						|
      Width = 521
 | 
						|
      Anchors = [akTop, akLeft, akRight]
 | 
						|
      BorderSpacing.Left = 6
 | 
						|
      BorderSpacing.Top = 6
 | 
						|
      BorderSpacing.Right = 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 = 17
 | 
						|
      Top = 26
 | 
						|
      Width = 521
 | 
						|
      Anchors = [akTop, akLeft, akRight]
 | 
						|
      BorderSpacing.Left = 6
 | 
						|
      BorderSpacing.Top = 3
 | 
						|
      BorderSpacing.Right = 6
 | 
						|
      BorderSpacing.Bottom = 6
 | 
						|
      Caption = 'SnapToGuideLinesCheckBox'
 | 
						|
      TabOrder = 1
 | 
						|
    end
 | 
						|
  end
 | 
						|
  object DesignerColorsGroupBox: TGroupBox[3]
 | 
						|
    AnchorSideLeft.Control = Owner
 | 
						|
    AnchorSideTop.Control = Owner
 | 
						|
    AnchorSideRight.Control = Owner
 | 
						|
    AnchorSideRight.Side = asrBottom
 | 
						|
    AnchorSideBottom.Control = GuideLinesGroupBox
 | 
						|
    AnchorSideBottom.Side = asrBottom
 | 
						|
    Left = 0
 | 
						|
    Height = 214
 | 
						|
    Top = 0
 | 
						|
    Width = 226
 | 
						|
    Anchors = [akTop, akLeft, akBottom]
 | 
						|
    Caption = 'DesignerColorsGroupBox'
 | 
						|
    ClientHeight = 196
 | 
						|
    ClientWidth = 222
 | 
						|
    TabOrder = 3
 | 
						|
    object ColorsListBox: TColorListBox
 | 
						|
      AnchorSideLeft.Control = DesignerColorsGroupBox
 | 
						|
      AnchorSideTop.Control = DesignerColorsGroupBox
 | 
						|
      AnchorSideBottom.Control = ColorBox
 | 
						|
      Left = 6
 | 
						|
      Height = 156
 | 
						|
      Top = 6
 | 
						|
      Width = 210
 | 
						|
      Style = [cbCustomColors]
 | 
						|
      OnGetColors = ColorsListBoxGetColors
 | 
						|
      Anchors = [akTop, akLeft, akBottom]
 | 
						|
      BorderSpacing.Around = 6
 | 
						|
      ItemHeight = 0
 | 
						|
      OnSelectionChange = ColorsListBoxSelectionChange
 | 
						|
      TabOrder = 0
 | 
						|
    end
 | 
						|
    object ColorBox: TColorBox
 | 
						|
      AnchorSideLeft.Control = DesignerColorsGroupBox
 | 
						|
      AnchorSideTop.Control = ColorsListBox
 | 
						|
      AnchorSideTop.Side = asrBottom
 | 
						|
      AnchorSideRight.Control = ColorsListBox
 | 
						|
      AnchorSideRight.Side = asrBottom
 | 
						|
      AnchorSideBottom.Control = DesignerColorsGroupBox
 | 
						|
      AnchorSideBottom.Side = asrBottom
 | 
						|
      Left = 6
 | 
						|
      Height = 22
 | 
						|
      Top = 168
 | 
						|
      Width = 210
 | 
						|
      Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbCustomColor, cbPrettyNames]
 | 
						|
      Anchors = [akLeft, akBottom]
 | 
						|
      BorderSpacing.Around = 6
 | 
						|
      ItemHeight = 16
 | 
						|
      OnChange = ColorBoxChange
 | 
						|
      TabOrder = 1
 | 
						|
    end
 | 
						|
  end
 | 
						|
end
 |