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