lazarus/components/tachart/demo/wmf/main.lfm

102 lines
2.3 KiB
Plaintext

object Form1: TForm1
Left = 896
Height = 330
Top = 186
Width = 403
Caption = 'Form1'
ClientHeight = 330
ClientWidth = 403
Position = poScreenCenter
LCLVersion = '2.3.0.0'
object Chart1: TChart
Left = 0
Height = 287
Top = 0
Width = 403
AxisList = <
item
Marks.LabelBrush.Style = bsClear
Minors = <>
Title.LabelFont.Orientation = 900
Title.LabelBrush.Style = bsClear
end
item
Alignment = calBottom
Marks.LabelBrush.Style = bsClear
Minors = <>
Title.LabelBrush.Style = bsClear
end>
Depth = 30
Foot.Brush.Color = clBtnFace
Foot.Font.Color = clBlue
Title.Brush.Color = clBtnFace
Title.Font.Color = clBlue
Title.Text.Strings = (
'TAChart'
)
Align = alClient
object Chart1BarSeries1: TBarSeries
BarBrush.Color = clRed
Depth = 10
Source = RandomChartSource1
end
object Chart1LineSeries1: TLineSeries
ZPosition = 20
Depth = 10
LinePen.Color = clGreen
Source = RandomChartSource1
end
end
object Panel1: TPanel
Left = 0
Height = 43
Top = 287
Width = 403
Align = alBottom
AutoSize = True
ClientHeight = 43
ClientWidth = 403
TabOrder = 1
object btnSaveToMetafile: TButton
AnchorSideLeft.Control = Panel1
AnchorSideTop.Control = Panel1
AnchorSideTop.Side = asrCenter
Left = 9
Height = 25
Top = 9
Width = 97
AutoSize = True
BorderSpacing.Left = 8
BorderSpacing.Top = 8
BorderSpacing.Bottom = 8
Caption = 'Save To WMF'
OnClick = btnSaveToMetafileClick
TabOrder = 0
end
object btnCopyToClipboard: TButton
AnchorSideLeft.Control = btnSaveToMetafile
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Panel1
AnchorSideTop.Side = asrCenter
Left = 114
Height = 25
Top = 9
Width = 121
AutoSize = True
BorderSpacing.Left = 8
Caption = 'Copy to clipboard'
OnClick = btnCopyToClipboardClick
TabOrder = 1
end
end
object RandomChartSource1: TRandomChartSource
PointsNumber = 20
RandSeed = 1527537926
XMax = 12
YMax = 3
YMin = -3
Left = 140
Top = 148
end
end