Files
lazarus-ccr/applications/lazstats/source_orig/graphlib.lfm
wp_xxyyzz e234aa84ce LazStats: Adding original source, part 4.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7883 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-11-16 11:10:28 +00:00

57 lines
1.0 KiB
Plaintext

object GraphFrm: TGraphFrm
Left = 76
Height = 494
Top = 112
Width = 721
Caption = 'Graphic Display'
ClientHeight = 494
ClientWidth = 721
OnShow = FormShow
LCLVersion = '0.9.30'
object Image1: TImage
Left = 0
Height = 454
Top = 0
Width = 721
Align = alClient
end
object Panel1: TPanel
Left = 0
Height = 40
Top = 454
Width = 721
Align = alBottom
ClientHeight = 40
ClientWidth = 721
TabOrder = 0
object PrintBtn: TButton
Left = 391
Height = 21
Top = 9
Width = 79
Caption = 'Print'
OnClick = PrintBtnClick
TabOrder = 0
end
object ReturnBtn: TButton
Left = 497
Height = 20
Top = 9
Width = 75
Caption = 'Return'
ModalResult = 1
OnClick = ReturnBtnClick
TabOrder = 1
end
object SaveBtn: TButton
Left = 288
Height = 21
Top = 9
Width = 75
Caption = 'Save Image'
OnClick = SaveBtnClick
TabOrder = 2
end
end
end