object FormEdit: TFormEdit Left = 368 Height = 341 Top = 172 Width = 553 Caption = 'Edit item' ClientHeight = 341 ClientWidth = 553 OnCreate = FormCreate OnDestroy = FormDestroy LCLVersion = '1.1' object ButtonOk: TButton Left = 471 Height = 25 Top = 305 Width = 75 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 TabOrder = 0 end object ButtonCancel: TButton Left = 383 Height = 25 Top = 305 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object Bevel1: TBevel Left = 8 Height = 2 Top = 297 Width = 538 Anchors = [akLeft, akRight, akBottom] end object PanelControls: TPanel Left = 8 Height = 282 Top = 8 Width = 537 Align = alTop Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Around = 8 BevelOuter = bvNone TabOrder = 2 end end