home *** CD-ROM | disk | FTP | other *** search
/ Freelog 29 / Freelog029.iso / BestOf / WinForce / WinForce.exe / 0 / RCDATA / TIMAGEFORM / TIMAGEFORM.txt
Text File  |  2001-02-04  |  681b  |  34 lines

  1. object ImageForm: TImageForm
  2.   Left = -831
  3.   Top = -282
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   BorderWidth = 3
  7.   Caption = 'ImageForm'
  8.   ClientHeight = 41
  9.   ClientWidth = 127
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnClick = FormDeactivate
  20.   OnCreate = FormCreate
  21.   OnDeactivate = FormDeactivate
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Image1: TImage
  25.     Left = 0
  26.     Top = 0
  27.     Width = 127
  28.     Height = 41
  29.     Align = alClient
  30.     Stretch = True
  31.     OnClick = FormDeactivate
  32.   end
  33. end
  34.