object FormEdit: TFormEdit Left = 297 Height = 368 Top = 145 Width = 664 Caption = 'Edit item' ClientHeight = 368 ClientWidth = 664 OnCreate = FormCreate OnDestroy = FormDestroy LCLVersion = '1.1' object ButtonOk: TButton Left = 582 Height = 25 Top = 291 Width = 75 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 TabOrder = 0 end object ButtonCancel: TButton Left = 582 Height = 25 Top = 251 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object PanelControls: TPanel Left = 8 Height = 308 Top = 8 Width = 567 Align = alLeft Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Around = 8 BevelOuter = bvNone TabOrder = 2 end object ToolBarActions: TToolBar Left = 0 Height = 44 Top = 324 Width = 664 Align = alBottom ButtonHeight = 40 ButtonWidth = 44 Images = FormMain.ImageList1 ParentShowHint = False ShowCaptions = True ShowHint = True TabOrder = 3 end end