object frmMemo: TfrmMemo Left = 449 Top = 282 BorderStyle = bsDialog Caption = 'frmMemo' ClientHeight = 241 ClientWidth = 362 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object lbPrompt: TLabel Left = 8 Top = 8 Width = 42 Height = 13 Caption = 'lbPrompt' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object Memo1: TMemo Left = 8 Top = 32 Width = 345 Height = 169 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 end object Button1: TButton Left = 280 Top = 208 Width = 75 Height = 25 Caption = 'OK' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 184 Top = 208 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 2 OnClick = Button2Click end end