mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-07 20:12:52 +02:00
91 lines
1.9 KiB
Plaintext
91 lines
1.9 KiB
Plaintext
object Form1: TForm1
|
|
Left = 406
|
|
Height = 354
|
|
Top = 135
|
|
Width = 752
|
|
Caption = 'Form1'
|
|
ClientHeight = 354
|
|
ClientWidth = 752
|
|
LCLVersion = '1.1'
|
|
object Chart1: TChart
|
|
Left = 0
|
|
Height = 354
|
|
Top = 0
|
|
Width = 630
|
|
AxisList = <
|
|
item
|
|
Minors = <>
|
|
Title.LabelFont.Orientation = 900
|
|
end
|
|
item
|
|
Visible = False
|
|
Alignment = calBottom
|
|
Minors = <>
|
|
end>
|
|
BackColor = clCream
|
|
Foot.Brush.Color = clBtnFace
|
|
Foot.Font.Color = clBlue
|
|
Title.Brush.Color = clBtnFace
|
|
Title.Font.Color = clBlue
|
|
Title.Text.Strings = (
|
|
'TAChart'
|
|
)
|
|
OnAfterDrawBackground = Chart1AfterDrawBackground
|
|
OnAfterPaint = Chart1AfterPaint
|
|
Align = alClient
|
|
ParentColor = False
|
|
object Chart1LineSeries1: TLineSeries
|
|
LineType = ltNone
|
|
Pointer.HorizSize = 1
|
|
Pointer.OverrideColor = [ocBrush, ocPen]
|
|
Pointer.VertSize = 1
|
|
ShowPoints = True
|
|
end
|
|
object Chart1ManhattanSeries1: TManhattanSeries
|
|
Source = UserDefinedChartSource1
|
|
end
|
|
end
|
|
object pnlControls: TPanel
|
|
Left = 630
|
|
Height = 354
|
|
Top = 0
|
|
Width = 122
|
|
Align = alRight
|
|
ClientHeight = 354
|
|
ClientWidth = 122
|
|
TabOrder = 1
|
|
object btnGenerate: TButton
|
|
Left = 6
|
|
Height = 25
|
|
Top = 44
|
|
Width = 75
|
|
Caption = 'Generate'
|
|
OnClick = btnGenerateClick
|
|
TabOrder = 0
|
|
end
|
|
object seCount: TSpinEdit
|
|
Left = 6
|
|
Height = 21
|
|
Top = 12
|
|
Width = 110
|
|
Increment = 100000
|
|
MaxValue = 100000000
|
|
TabOrder = 1
|
|
Value = 1000000
|
|
end
|
|
object lblTime: TLabel
|
|
Left = 6
|
|
Height = 13
|
|
Top = 84
|
|
Width = 26
|
|
Caption = 'Time:'
|
|
ParentColor = False
|
|
end
|
|
end
|
|
object UserDefinedChartSource1: TUserDefinedChartSource
|
|
OnGetChartDataItem = UserDefinedChartSource1GetChartDataItem
|
|
left = 284
|
|
top = 80
|
|
end
|
|
end
|