object FormEdit: TFormEdit Left = 383 Height = 356 Top = 172 Width = 538 Caption = 'Edit item' ClientHeight = 356 ClientWidth = 538 OnCreate = FormCreate OnDestroy = FormDestroy LCLVersion = '1.1' object ButtonOk: TButton Left = 456 Height = 25 Top = 320 Width = 75 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 TabOrder = 0 end object ButtonCancel: TButton Left = 368 Height = 25 Top = 320 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object Bevel1: TBevel Left = 8 Height = 2 Top = 312 Width = 523 Anchors = [akLeft, akRight, akBottom] end end