mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 10:32:34 +02:00
152 lines
3.7 KiB
Plaintext
152 lines
3.7 KiB
Plaintext
object ChartTitleFootFrame: TChartTitleFootFrame
|
|
Left = 0
|
|
Height = 432
|
|
Top = 0
|
|
Width = 423
|
|
ClientHeight = 432
|
|
ClientWidth = 423
|
|
TabOrder = 0
|
|
DesignLeft = 500
|
|
DesignTop = 237
|
|
object PanelTop: TPanel
|
|
Left = 0
|
|
Height = 25
|
|
Top = 0
|
|
Width = 423
|
|
Align = alTop
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ClientHeight = 25
|
|
ClientWidth = 423
|
|
TabOrder = 0
|
|
object cbShow: TCheckBox
|
|
Left = 0
|
|
Height = 19
|
|
Top = 0
|
|
Width = 49
|
|
BorderSpacing.Bottom = 6
|
|
Caption = 'Show'
|
|
Checked = True
|
|
OnChange = cbShowChange
|
|
State = cbChecked
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object ParamsPanel: TPanel
|
|
Left = 0
|
|
Height = 187
|
|
Top = 237
|
|
Width = 423
|
|
Align = alBottom
|
|
BorderSpacing.Top = 16
|
|
BorderSpacing.Bottom = 8
|
|
BevelOuter = bvNone
|
|
ClientHeight = 187
|
|
ClientWidth = 423
|
|
TabOrder = 1
|
|
object rgAlignment: TRadioGroup
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
AnchorSideTop.Control = ParamsPanel
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 0
|
|
Height = 51
|
|
Top = 0
|
|
Width = 211
|
|
AutoFill = True
|
|
AutoSize = True
|
|
Caption = 'Alignment'
|
|
ChildSizing.LeftRightSpacing = 16
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.HorizontalSpacing = 16
|
|
ChildSizing.EnlargeHorizontal = crsScaleChilds
|
|
ChildSizing.EnlargeVertical = crsScaleChilds
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 3
|
|
ClientHeight = 31
|
|
ClientWidth = 207
|
|
Columns = 3
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'Left'
|
|
'Center'
|
|
'Right'
|
|
)
|
|
OnClick = rgAlignmentClick
|
|
TabOrder = 0
|
|
end
|
|
object gbShapeBrushPenMargins: TGroupBox
|
|
AnchorSideLeft.Control = rgAlignment
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = rgAlignment
|
|
AnchorSideRight.Control = ParamsPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 235
|
|
Height = 168
|
|
Top = 0
|
|
Width = 188
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 24
|
|
Caption = 'Title/footer background'
|
|
TabOrder = 2
|
|
end
|
|
object gbFont: TGroupBox
|
|
AnchorSideLeft.Control = rgAlignment
|
|
AnchorSideTop.Control = rgAlignment
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = rgAlignment
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 61
|
|
Top = 67
|
|
Width = 211
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 16
|
|
Caption = 'Font'
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object MemoPanel: TPanel
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 0
|
|
Height = 196
|
|
Top = 25
|
|
Width = 423
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
ClientHeight = 196
|
|
ClientWidth = 423
|
|
Constraints.MinHeight = 80
|
|
TabOrder = 2
|
|
object lblText: TLabel
|
|
AnchorSideLeft.Control = MemoPanel
|
|
AnchorSideTop.Control = MemoPanel
|
|
Left = 0
|
|
Height = 15
|
|
Top = 0
|
|
Width = 21
|
|
Caption = 'Text'
|
|
ParentColor = False
|
|
end
|
|
object mmoText: TMemo
|
|
AnchorSideLeft.Control = lblText
|
|
AnchorSideTop.Control = lblText
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = MemoPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = MemoPanel
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 0
|
|
Height = 177
|
|
Top = 19
|
|
Width = 423
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Top = 4
|
|
OnChange = mmoTextChange
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
end
|