home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 September / GSSH0904CD2.iso / Start.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  2004-01-28  |  558b  |  27 lines

  1. object Form3: TForm3
  2.   Left = 200
  3.   Top = 108
  4.   Cursor = crSizeAll
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsNone
  8.   Caption = 'Video'
  9.   ClientHeight = 480
  10.   ClientWidth = 640
  11.   Color = clBlack
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   FormStyle = fsStayOnTop
  18.   KeyPreview = True
  19.   OldCreateOrder = True
  20.   Position = poDefault
  21.   Scaled = False
  22.   OnKeyDown = FormKeyDown
  23.   OnMouseDown = FormMouseDown
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26. end
  27.