mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 20:18:15 +02:00
174 lines
3.8 KiB
Plaintext
174 lines
3.8 KiB
Plaintext
object IDEScoutOptionsFrame: TIDEScoutOptionsFrame
|
|
Left = 0
|
|
Height = 504
|
|
Top = 0
|
|
Width = 427
|
|
BorderSpacing.Left = 6
|
|
ClientHeight = 504
|
|
ClientWidth = 427
|
|
TabOrder = 0
|
|
DesignLeft = 580
|
|
DesignTop = 164
|
|
object CGSearch: TCheckGroup
|
|
Left = 0
|
|
Height = 168
|
|
Top = 0
|
|
Width = 427
|
|
Align = alTop
|
|
AutoFill = True
|
|
Caption = 'Search in'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 1
|
|
ClientHeight = 150
|
|
ClientWidth = 425
|
|
Items.Strings = (
|
|
'Commands'
|
|
'Recent Projects'
|
|
'Recent Files'
|
|
'Recent Packages'
|
|
'Components'
|
|
)
|
|
OnClick = CGSearchClick
|
|
OnItemClick = CGSearchItemClick
|
|
TabOrder = 0
|
|
Data = {
|
|
050000000202020202
|
|
}
|
|
end
|
|
object Options: TGroupBox
|
|
Left = 0
|
|
Height = 105
|
|
Top = 168
|
|
Width = 427
|
|
Align = alTop
|
|
Caption = 'Options'
|
|
ClientHeight = 87
|
|
ClientWidth = 425
|
|
TabOrder = 1
|
|
object CBShowShortCut: TCheckBox
|
|
Left = 8
|
|
Height = 22
|
|
Top = 39
|
|
Width = 190
|
|
Caption = 'Show Sh&ortcut when available'
|
|
TabOrder = 0
|
|
end
|
|
object CBShowCategory: TCheckBox
|
|
Left = 8
|
|
Height = 22
|
|
Top = 8
|
|
Width = 194
|
|
Caption = 'Show &Category when available'
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object Colors: TGroupBox
|
|
Left = 0
|
|
Height = 100
|
|
Top = 273
|
|
Width = 427
|
|
Align = alTop
|
|
Caption = 'Colors'
|
|
ClientHeight = 82
|
|
ClientWidth = 425
|
|
TabOrder = 2
|
|
object CBMatchColor: TColorBox
|
|
Left = 96
|
|
Height = 31
|
|
Top = 16
|
|
Width = 100
|
|
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbCustomColor, cbCustomColors]
|
|
ItemHeight = 0
|
|
TabOrder = 0
|
|
end
|
|
object CBShortCutColor: TColorBox
|
|
Left = 96
|
|
Height = 31
|
|
Top = 48
|
|
Width = 100
|
|
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbCustomColor, cbCustomColors]
|
|
ItemHeight = 0
|
|
TabOrder = 1
|
|
end
|
|
object LCBMatchColor: TLabel
|
|
Left = 8
|
|
Height = 17
|
|
Top = 16
|
|
Width = 48
|
|
Caption = '&Matches'
|
|
FocusControl = CBMatchColor
|
|
ParentColor = False
|
|
end
|
|
object LCBShortCut: TLabel
|
|
Left = 8
|
|
Height = 17
|
|
Top = 48
|
|
Width = 69
|
|
Caption = '&Shortcut key'
|
|
FocusControl = CBShortCutColor
|
|
ParentColor = False
|
|
end
|
|
end
|
|
object GBComponents: TGroupBox
|
|
Left = 0
|
|
Height = 105
|
|
Top = 373
|
|
Width = 427
|
|
Align = alTop
|
|
Caption = 'Components'
|
|
ClientHeight = 87
|
|
ClientWidth = 425
|
|
TabOrder = 3
|
|
object CBSelectComponent: TCheckBox
|
|
Left = 8
|
|
Height = 22
|
|
Top = 16
|
|
Width = 210
|
|
Caption = 'Only select on component palette'
|
|
TabOrder = 0
|
|
end
|
|
object SEComponentDefaultWidth: TSpinEdit
|
|
Left = 98
|
|
Height = 27
|
|
Top = 58
|
|
Width = 54
|
|
TabOrder = 1
|
|
end
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Height = 27
|
|
Top = 58
|
|
Width = 80
|
|
Alignment = taRightJustify
|
|
AutoSize = False
|
|
Caption = 'Default width'
|
|
Layout = tlCenter
|
|
ParentColor = False
|
|
end
|
|
object LComponentheight: TLabel
|
|
Left = 163
|
|
Height = 27
|
|
Top = 58
|
|
Width = 53
|
|
Alignment = taRightJustify
|
|
AutoSize = False
|
|
Caption = 'height'
|
|
Layout = tlCenter
|
|
ParentColor = False
|
|
end
|
|
object SEComponentDefaultHeight: TSpinEdit
|
|
Left = 224
|
|
Height = 27
|
|
Top = 58
|
|
Width = 66
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
end
|