home *** CD-ROM | disk | FTP | other *** search
/ Internet Gallery / INTERGAL.bin / intergal / prgs / idv21 / data.z / Iavadraw.exe / 0 / RCDATA / TTABFORM / TTABFORM.txt < prev   
Text File  |  1996-12-20  |  435b  |  22 lines

  1. object Tabform: TTabform
  2.   Left = 10
  3.   Top = 169
  4.   Width = 630
  5.   Height = 373
  6.   Caption = 'No files open.'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   Scaled = False
  13.   Visible = True
  14.   OnClose = FormClose
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21. end
  22.