mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 00:08:11 +02:00
282 lines
7.6 KiB
Plaintext
282 lines
7.6 KiB
Plaintext
object MsgWndOptionsFrame: TMsgWndOptionsFrame
|
|
Left = 0
|
|
Height = 521
|
|
Top = 0
|
|
Width = 520
|
|
ClientHeight = 521
|
|
ClientWidth = 520
|
|
TabOrder = 0
|
|
DesignLeft = 386
|
|
DesignTop = 221
|
|
object MWOptionsLabel: TLabel
|
|
AnchorSideLeft.Control = MWOptsLeftBevel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = MsgColorGroupBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 70
|
|
Height = 16
|
|
Top = 311
|
|
Width = 104
|
|
BorderSpacing.Left = 10
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 10
|
|
BorderSpacing.Bottom = 6
|
|
Caption = 'MWOptionsLabel'
|
|
ParentColor = False
|
|
end
|
|
object MWOptsLeftBevel: TBevel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = MWOptionsLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 0
|
|
Height = 3
|
|
Top = 318
|
|
Width = 60
|
|
end
|
|
object MWOptsRightBevel: TBevel
|
|
AnchorSideLeft.Control = MWOptionsLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = MWOptionsLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 184
|
|
Height = 3
|
|
Top = 318
|
|
Width = 336
|
|
Anchors = [akTop, akLeft, akRight]
|
|
end
|
|
object MWShowIconsCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = MWOptionsLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 18
|
|
Top = 333
|
|
Width = 166
|
|
BorderSpacing.Left = 6
|
|
Caption = 'MWShowIconsCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 2
|
|
end
|
|
object MWFocusCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = MWAlwaysDrawFocusedCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 18
|
|
Top = 369
|
|
Width = 139
|
|
BorderSpacing.Left = 6
|
|
Caption = 'MWFocusCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 4
|
|
end
|
|
object MWAlwaysDrawFocusedCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = MWShowIconsCheckBox
|
|
AnchorSideTop.Control = MWShowIconsCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 18
|
|
Top = 351
|
|
Width = 221
|
|
Caption = 'MWAlwaysDrawFocusedCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 3
|
|
end
|
|
object MWMaxProcsSpinEdit: TSpinEdit
|
|
AnchorSideLeft.Control = MWMaxProcsLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = MWFocusCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 124
|
|
Height = 21
|
|
Top = 387
|
|
Width = 50
|
|
BorderSpacing.Left = 2
|
|
TabOrder = 5
|
|
end
|
|
object MWMaxProcsLabel: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = MWMaxProcsSpinEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 16
|
|
Top = 389
|
|
Width = 116
|
|
BorderSpacing.Left = 6
|
|
Caption = 'MWMaxProcsLabel'
|
|
ParentColor = False
|
|
end
|
|
object MWColorsGroupBox: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 164
|
|
Top = 0
|
|
Width = 520
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
Caption = 'MWColorsGroupBox'
|
|
ClientHeight = 137
|
|
ClientWidth = 510
|
|
TabOrder = 0
|
|
object MWColorListBox: TColorListBox
|
|
AnchorSideLeft.Control = MWColorsGroupBox
|
|
AnchorSideTop.Control = MWColorsGroupBox
|
|
AnchorSideRight.Control = MWSpeedSetColorsGroupBox
|
|
AnchorSideBottom.Control = MWColorBox
|
|
Left = 6
|
|
Height = 99
|
|
Top = 6
|
|
Width = 288
|
|
Style = [cbCustomColors]
|
|
OnGetColors = MWColorListBoxGetColors
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 0
|
|
OnSelectionChange = MWColorListBoxSelectionChange
|
|
TabOrder = 0
|
|
end
|
|
object MWColorBox: TColorBox
|
|
AnchorSideLeft.Control = MWColorsGroupBox
|
|
AnchorSideTop.Control = MWColorListBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = MWSpeedSetColorsGroupBox
|
|
AnchorSideBottom.Control = MWColorsGroupBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 6
|
|
Height = 20
|
|
Top = 111
|
|
Width = 288
|
|
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeNone, cbIncludeDefault, cbCustomColor, cbPrettyNames, cbCustomColors]
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 20
|
|
TabOrder = 1
|
|
OnChange = MWColorBoxChange
|
|
end
|
|
object MWSpeedSetColorsGroupBox: TGroupBox
|
|
Left = 300
|
|
Height = 125
|
|
Top = 6
|
|
Width = 204
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'MWSpeedSetColorsGroupBox'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.VerticalSpacing = 6
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 1
|
|
ClientHeight = 98
|
|
ClientWidth = 194
|
|
TabOrder = 2
|
|
object MWSetEditorColorsButton: TButton
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 20
|
|
Top = 6
|
|
Width = 182
|
|
AutoSize = True
|
|
Caption = 'MWSetEditorColorsButton'
|
|
TabOrder = 0
|
|
OnClick = MWSetEditorColorsButtonClick
|
|
end
|
|
object MWSetDefaultColorsButton: TBitBtn
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 27
|
|
Top = 32
|
|
Width = 182
|
|
AutoSize = True
|
|
Caption = 'MWSetDefaultColorsButton'
|
|
TabOrder = 1
|
|
OnClick = MWSetDefaultColorsButtonClick
|
|
end
|
|
object MWSetPastelColorsButton: TBitBtn
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 27
|
|
Top = 65
|
|
Width = 182
|
|
AutoSize = True
|
|
Caption = 'MWSetPastelColorsButton'
|
|
TabOrder = 2
|
|
OnClick = MWSetPastelColorsButtonClick
|
|
end
|
|
end
|
|
end
|
|
object MsgColorGroupBox: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = MWColorsGroupBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 135
|
|
Top = 170
|
|
Width = 520
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
Caption = 'MsgColorGroupBox'
|
|
ClientHeight = 108
|
|
ClientWidth = 510
|
|
TabOrder = 1
|
|
object MsgColorListBox: TColorListBox
|
|
AnchorSideLeft.Control = MsgColorGroupBox
|
|
AnchorSideTop.Control = MsgColorGroupBox
|
|
Left = 6
|
|
Height = 70
|
|
Top = 6
|
|
Width = 303
|
|
Style = [cbCustomColors]
|
|
OnGetColors = MsgColorListBoxGetColors
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 0
|
|
OnSelectionChange = MsgColorListBoxSelectionChange
|
|
TabOrder = 0
|
|
end
|
|
object MsgColorBox: TColorBox
|
|
AnchorSideLeft.Control = MsgColorListBox
|
|
AnchorSideTop.Control = MsgColorListBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = MsgColorListBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 20
|
|
Top = 82
|
|
Width = 303
|
|
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeDefault, cbCustomColor]
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Bottom = 6
|
|
ItemHeight = 16
|
|
TabOrder = 1
|
|
OnChange = MsgColorBoxChange
|
|
end
|
|
end
|
|
object MWShowFPCMsgLinesCompiledCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = MWMaxProcsSpinEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 18
|
|
Top = 418
|
|
Width = 267
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 10
|
|
Caption = 'MWShowFPCMsgLinesCompiledCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 6
|
|
end
|
|
end
|