object ItemEditor: TItemEditor Left = 184 Top = 101 Width = 456 Height = 319 Caption = 'Item editor' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter Scaled = False PixelsPerInch = 96 TextHeight = 16 object Memo1: TMemo Left = 0 Top = 0 Width = 448 Height = 254 Align = alClient TabOrder = 0 end object Panel1: TPanel Left = 0 Top = 254 Width = 448 Height = 38 Align = alBottom TabOrder = 1 object Button1: TButton Left = 140 Top = 8 Width = 75 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 0 end object Button2: TButton Left = 224 Top = 8 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end end end