object ItemEditForm: TItemEditForm Left = 295 Height = 429 Top = 174 Width = 558 ActiveControl = Panel1 Caption = 'Úprava položky' ClientHeight = 429 ClientWidth = 558 OnClose = FormClose OnShow = FormShow LCLVersion = '0.9.29' object Panel1: TPanel Left = 0 Height = 386 Top = 0 Width = 558 Align = alTop Anchors = [akLeft, akRight, akBottom] BevelOuter = bvNone TabOrder = 0 end object ButtonCancel: TButton Left = 384 Height = 25 Top = 400 Width = 75 Anchors = [akRight, akBottom] Caption = 'Zrušit' OnClick = ButtonCancelClick TabOrder = 1 end object ButtonSave: TButton Left = 472 Height = 25 Top = 400 Width = 75 Anchors = [akRight, akBottom] Caption = 'Uložit' OnClick = ButtonSaveClick TabOrder = 2 end end