object ItemEditForm: TItemEditForm Left = 295 Height = 429 Top = 122 Width = 558 ActiveControl = Panel1 Caption = 'Edit item' ClientHeight = 429 ClientWidth = 558 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '0.9.31' 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 = 'Cancel' OnClick = ButtonCancelClick TabOrder = 1 end object ButtonSave: TButton Left = 472 Height = 25 Top = 400 Width = 75 Anchors = [akRight, akBottom] Caption = 'Save' OnClick = ButtonSaveClick TabOrder = 2 end end