home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 July / chipCD7_99.iso / Browser / chip-cd.exe / 0 / RCDATA / TSTARTFORM / TSTARTFORM.txt
Text File  |  1999-05-27  |  1KB  |  62 lines

  1. object StartForm: TStartForm
  2.   Left = 324
  3.   Top = 205
  4.   BorderStyle = bsNone
  5.   Caption = 'StartForm'
  6.   ClientHeight = 156
  7.   ClientWidth = 269
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = True
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnKeyPress = FormKeyPress
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 269
  25.     Height = 156
  26.     Align = alClient
  27.     BevelOuter = bvNone
  28.     Color = clBlack
  29.     TabOrder = 1
  30.     OnClick = Panel1Click
  31.     object UwagaLbl: TLabel
  32.       Left = 24
  33.       Top = 8
  34.       Width = 336
  35.       Height = 16
  36.       Alignment = taCenter
  37.       Caption = 'Naci∩┐╜nij spacj∩┐╜ w celu pomini∩┐╜cia animacji'
  38.       Font.Charset = EASTEUROPE_CHARSET
  39.       Font.Color = clWhite
  40.       Font.Height = -13
  41.       Font.Name = 'Courier New'
  42.       Font.Style = []
  43.       ParentFont = False
  44.     end
  45.   end
  46.   object MediaPlayer1: TMediaPlayer
  47.     Left = 8
  48.     Top = 120
  49.     Width = 253
  50.     Height = 25
  51.     Display = Panel1
  52.     Visible = False
  53.     TabOrder = 0
  54.     OnNotify = MediaPlayer1Notify
  55.   end
  56.   object AviTimer: TTimer
  57.     OnTimer = AviTimerTimer
  58.     Left = 84
  59.     Top = 52
  60.   end
  61. end
  62.