home *** CD-ROM | disk | FTP | other *** search
/ Windows CE - The Ultimate Companion / ROMMAN_CE.iso / Autorun.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1997-12-11  |  558b  |  29 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   BorderStyle = bsNone
  5.   Caption = 'Form1'
  6.   ClientHeight = 273
  7.   ClientWidth = 427
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   OnClick = FormClick
  15.   OnCreate = FormCreate
  16.   OnKeyPress = FormKeyPress
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object MediaPlayer1: TMediaPlayer
  20.     Left = 24
  21.     Top = 32
  22.     Width = 253
  23.     Height = 30
  24.     Visible = False
  25.     TabOrder = 0
  26.     OnNotify = MediaPlayer1Notify
  27.   end
  28. end
  29.