object ItemViewForm: TItemViewForm Left = 337 Height = 416 Top = 135 Width = 552 Caption = 'Zobrazení položky' ClientHeight = 416 ClientWidth = 552 OnClose = FormClose OnShow = FormShow LCLVersion = '0.9.29' object ButtonClose: TButton Left = 472 Height = 25 Top = 386 Width = 75 Anchors = [akRight, akBottom] Caption = 'Zavřít' OnClick = ButtonCloseClick TabOrder = 0 end object Panel1: TPanel Left = 0 Height = 378 Top = 0 Width = 552 Align = alTop Anchors = [akLeft, akRight, akBottom] BevelOuter = bvNone TabOrder = 1 end object ButtonEdit: TButton Left = 384 Height = 25 Top = 386 Width = 75 Anchors = [akRight, akBottom] Caption = 'Editovat' OnClick = ButtonEditClick TabOrder = 2 end end