home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / bonus / DragAndView4 / dv95.exe / SETUPMN.DLL / 0 / RCDATA / TBACKGROUNDFM / TBACKGROUNDFM.txt
Encoding:
Text File  |  1999-01-05  |  1.0 KB  |  56 lines

  1. object BackgroundFm: TBackgroundFm
  2.   Left = 429
  3.   Top = 374
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 247
  7.   ClientWidth = 410
  8.   Color = clNavy
  9.   Enabled = False
  10.   Font.Color = clWindowText
  11.   Font.Height = -43
  12.   Font.Name = 'Times New Roman'
  13.   Font.Style = [fsBold, fsItalic]
  14.   Scaled = False
  15.   WindowState = wsMaximized
  16.   OnCreate = FormCreate
  17.   OnResize = FormResize
  18.   PixelsPerInch = 96
  19.   TextHeight = 49
  20.   object BackgroundIm: TEPImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 410
  24.     Height = 247
  25.     Align = alClient
  26.     ParentColor = False
  27.     Style = episStretch
  28.     Visible = False
  29.   end
  30.   object MainPb: TPaintBox
  31.     Left = 0
  32.     Top = 0
  33.     Width = 410
  34.     Height = 247
  35.     Align = alClient
  36.     OnPaint = MainPbPaint
  37.   end
  38.   object BillboardIm: TEPImage
  39.     Left = 66
  40.     Top = 16
  41.     Width = 32
  42.     Height = 32
  43.     ParentColor = False
  44.     Visible = False
  45.   end
  46.   object TitleIm: TEPImage
  47.     Left = 20
  48.     Top = 16
  49.     Width = 32
  50.     Height = 32
  51.     ParentColor = False
  52.     Transparent = True
  53.     Visible = False
  54.   end
  55. end
  56.