object ItemAddForm: TItemAddForm Left = 400 Height = 421 Top = 130 Width = 567 ActiveControl = Panel1 Caption = 'Add item' ClientHeight = 421 ClientWidth = 567 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '0.9.31' 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 = 'Cancel' OnClick = ButtonCancelClick TabOrder = 1 end object ButtonSave: TButton Left = 472 Height = 25 Top = 392 Width = 75 Anchors = [akRight, akBottom] Caption = 'Add' OnClick = ButtonSaveClick TabOrder = 2 end end