object TextEditForm: TTextEditForm Left = 284 Top = 166 BorderStyle = bsDialog Caption = 'Insert/Edit' ClientHeight = 93 ClientWidth = 233 ParentFont = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object ItemLabel: TLabel Left = 8 Top = 13 Width = 48 Height = 13 Caption = 'Enter Item' end object ItemEdit: TEdit Left = 8 Top = 27 Width = 217 Height = 21 TabOrder = 0 end object OKBtn: TButton Left = 70 Top = 59 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object CancelBtn: TButton Left = 150 Top = 59 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end