home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 April / ChipCD_498.iso / chip32.exe / 0 / RCDATA / TSTARTFORM / TSTARTFORM.txt
Text File  |  1998-02-28  |  1KB  |  57 lines

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