object ItemAddForm: TItemAddForm Left = 403 Height = 415 Top = 133 Width = 561 ActiveControl = Panel1 Caption = 'Add item' ClientHeight = 415 ClientWidth = 561 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnKeyPress = FormKeyPress OnShow = FormShow LCLVersion = '0.9.31' object Panel1: TPanel Left = 0 Height = 378 Top = 0 Width = 561 Align = alTop Anchors = [akLeft, akRight, akBottom] BevelOuter = bvNone TabOrder = 0 end object ButtonCancel: TButton Left = 378 Height = 25 Top = 386 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' OnClick = ButtonCancelClick TabOrder = 1 end object ButtonSave: TButton Left = 466 Height = 25 Top = 386 Width = 75 Anchors = [akRight, akBottom] Caption = 'Add' OnClick = ButtonSaveClick TabOrder = 2 end end