Files
lazarus-ccr/applications/lazstats/source/forms/misc/chartunit.lfm

97 lines
2.1 KiB
Plaintext
Raw Normal View History

object ChartForm: TChartForm
Left = 475
Height = 500
Top = 183
Width = 700
ActiveControl = CloseBtn
Caption = 'Plot window'
ClientHeight = 500
ClientWidth = 700
OnActivate = FormActivate
OnCreate = FormCreate
LCLVersion = '2.1.0.0'
object ButtonBevel: TBevel
Left = 0
Height = 2
Top = 456
Width = 700
Align = alBottom
Shape = bsBottomLine
end
object ButtonPanel: TPanel
Left = 8
Height = 26
Top = 466
Width = 684
Align = alBottom
AutoSize = True
BorderSpacing.Around = 8
BevelOuter = bvNone
ClientHeight = 26
ClientWidth = 684
TabOrder = 0
object PrintBtn: TButton
AnchorSideLeft.Control = ButtonPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = ButtonPanel
AnchorSideTop.Side = asrCenter
Left = 317
Height = 25
Top = 1
Width = 51
AutoSize = True
BorderSpacing.Left = 12
BorderSpacing.Right = 12
Caption = 'Print'
OnClick = PrintBtnClick
TabOrder = 1
end
object SaveBtn: TButton
AnchorSideTop.Control = ButtonPanel
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = PrintBtn
Left = 219
Height = 25
Top = 1
Width = 86
Anchors = [akTop, akRight]
AutoSize = True
Caption = 'Save Image'
OnClick = SaveBtnClick
TabOrder = 0
end
object CloseBtn: TButton
AnchorSideLeft.Control = PrintBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ButtonPanel
AnchorSideTop.Side = asrCenter
AnchorSideRight.Side = asrBottom
Left = 380
Height = 25
Top = 1
Width = 55
AutoSize = True
Cancel = True
Caption = 'Close'
Default = True
ModalResult = 11
OnClick = CloseBtnClick
TabOrder = 2
end
end
object ChartPanel: TPanel
Left = 6
Height = 444
Top = 6
Width = 688
Align = alClient
BorderSpacing.Around = 6
BevelOuter = bvNone
BorderStyle = bsSingle
Caption = 'ChartPanel'
Color = clWhite
ParentColor = False
TabOrder = 1
end
end