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

  1. object frmDisplayBlob: TfrmDisplayBlob
  2.   Left = 300
  3.   Top = 112
  4.   Width = 374
  5.   Height = 338
  6.   HorzScrollBar.Smooth = True
  7.   HorzScrollBar.Tracking = True
  8.   BorderStyle = bsSizeToolWin
  9.   Caption = 'frmDisplayBlob'
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -14
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   Scaled = False
  19.   OnClose = FormClose
  20.   PixelsPerInch = 96
  21.   TextHeight = 16
  22.   object Bevel1: TBevel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 366
  26.     Height = 311
  27.     Align = alClient
  28.   end
  29.   object Image: TImage
  30.     Left = 0
  31.     Top = 0
  32.     Width = 366
  33.     Height = 311
  34.     Align = alClient
  35.     AutoSize = True
  36.     Center = True
  37.   end
  38. end
  39.