object EPStringEditorFm: TEPStringEditorFm Left = 330 Top = 255 ActiveControl = StringMe BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow Caption = 'String editor' ClientHeight = 121 ClientWidth = 352 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 164 Height = 13 Caption = 'Press Ctrl+Enter to start a new line.' end object StringMe: TMemo Left = 8 Top = 28 Width = 337 Height = 53 ScrollBars = ssVertical TabOrder = 0 WantReturns = False OnEnter = StringMeEnter end object CancelBt: TButton Left = 268 Top = 92 Width = 75 Height = 23 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object OKBt: TButton Left = 188 Top = 92 Width = 75 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end end