object ItemAddForm: TItemAddForm Left = 400 Height = 421 Top = 156 Width = 567 Caption = 'Přidání položky' ClientHeight = 421 ClientWidth = 567 OnClose = FormClose OnShow = FormShow LCLVersion = '0.9.29' object Panel1: TPanel Left = 0 Height = 384 Top = 0 Width = 567 Align = alTop Anchors = [akLeft, akRight, akBottom] BevelOuter = bvNone TabOrder = 0 end object ButtonCancel: TButton Left = 384 Height = 25 Top = 392 Width = 75 Anchors = [akRight, akBottom] Caption = 'Zrušit' OnClick = ButtonCancelClick TabOrder = 1 end object ButtonSave: TButton Left = 472 Height = 25 Top = 392 Width = 75 Anchors = [akRight, akBottom] Caption = 'Přidat' OnClick = ButtonSaveClick TabOrder = 2 end end