home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / Mdidemo2 / Mdidemo2.exe / 0 / RCDATA / TCHILDBMPFORM / TCHILDBMPFORM.txt
Text File  |  1998-05-14  |  527b  |  28 lines

  1. object ChildBmpForm: TChildBmpForm
  2.   Left = 220
  3.   Top = 219
  4.   Width = 545
  5.   Height = 381
  6.   Caption = 'ChildBmpForm'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsMDIChild
  13.   Position = poDefault
  14.   Visible = True
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 537
  23.     Height = 354
  24.     Align = alClient
  25.     Stretch = True
  26.   end
  27. end
  28.