home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 October / PCWorld_2000-10_cd2.bin / Borland / interbase / IBConsole_src.ZIP / ibconsole / frmuDispMemo.dfm < prev    next >
Text File  |  2000-06-08  |  761b  |  37 lines

  1. object frmDispMemo: TfrmDispMemo
  2.   Left = 290
  3.   Top = 244
  4.   Width = 461
  5.   Height = 298
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'frmDispMemo'
  8.   Color = clBtnFace
  9.   UseDockManager = True
  10.   DragMode = dmAutomatic
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = False
  18.   Position = poOwnerFormCenter
  19.   Scaled = False
  20.   Visible = True
  21.   OnClose = FormClose
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Memo: TMemo
  25.     Left = 0
  26.     Top = 0
  27.     Width = 453
  28.     Height = 271
  29.     Align = alClient
  30.     Lines.Strings = (
  31.       'Memo')
  32.     ReadOnly = True
  33.     ScrollBars = ssBoth
  34.     TabOrder = 0
  35.   end
  36. end
  37.