object StringsDialog: TStringsDialog Left = 218 Top = 107 BorderStyle = bsDialog Caption = 'Edit strings...' ClientHeight = 375 ClientWidth = 336 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter PixelsPerInch = 96 TextHeight = 13 object OKBtn: TButton Left = 175 Top = 345 Width = 75 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 0 end object Memo: TMemo Left = 5 Top = 5 Width = 326 Height = 336 TabOrder = 1 end object CancelBtn: TButton Left = 255 Top = 345 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end