home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / Chip_1999-09_cd.bin / oddech / Jablko / Jablko.exe / 0 / RCDATA / TUVOD / TUVOD.txt < prev   
Text File  |  1999-08-30  |  702b  |  37 lines

  1. object Uvod: TUvod
  2.   Left = 314
  3.   Top = 176
  4.   BorderStyle = bsNone
  5.   Caption = 'Uvod'
  6.   ClientHeight = 149
  7.   ClientWidth = 200
  8.   Color = clBtnFace
  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.   Position = poScreenCenter
  17.   Scaled = False
  18.   Visible = True
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Image1: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 200
  26.     Height = 149
  27.     Align = alClient
  28.     Picture.Data = {<image000.bmp>}
  29.   end
  30.   object Timer1: TTimer
  31.     Interval = 20000
  32.     OnTimer = Timer1Timer
  33.     Left = 9
  34.     Top = 9
  35.   end
  36. end
  37.