Files
lazarus-ccr/applications/lazstats/source_orig/pointsunit.lfm
wp_xxyyzz e1c5977e0d LazStats: Adding original source, part 6.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7885 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-11-16 11:16:49 +00:00

57 lines
1.0 KiB
Plaintext

object PointsFrm: TPointsFrm
Left = 7
Height = 470
Top = 144
Width = 736
Caption = 'Points Form'
ClientHeight = 470
ClientWidth = 736
OnShow = FormShow
LCLVersion = '0.9.30'
object Image1: TImage
Left = 0
Height = 422
Top = 0
Width = 736
Align = alClient
end
object Panel1: TPanel
Left = 0
Height = 48
Top = 422
Width = 736
Align = alBottom
BorderStyle = bsSingle
ClientHeight = 44
ClientWidth = 732
TabOrder = 0
object MsgEdit: TEdit
Left = 17
Height = 23
Top = 14
Width = 335
TabOrder = 0
Text = 'MsgEdit'
end
object PrintBtn: TButton
Left = 457
Height = 25
Top = 14
Width = 74
Caption = 'Print'
OnClick = PrintBtnClick
TabOrder = 1
end
object ReturnBtn: TButton
Left = 561
Height = 24
Top = 14
Width = 74
Caption = 'Return'
ModalResult = 1
OnClick = ReturnBtnClick
TabOrder = 2
end
end
end