home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 December / chip-cd_2006_12.zip / 12 / Browser / popup2 / Slajdy.exe / 0 / RCDATA / TFSPLASH / TFSPLASH.txt
Text File  |  2004-09-02  |  1KB  |  59 lines

  1. object fSplash: TfSplash
  2.   Left = 222
  3.   Top = 132
  4.   BorderStyle = bsNone
  5.   ClientHeight = 446
  6.   ClientWidth = 688
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = False
  15.   Position = poDefaultPosOnly
  16.   WindowState = wsMaximized
  17.   OnCreate = FormCreate
  18.   OnKeyPress = FormKeyPress
  19.   DesignSize = (
  20.     688
  21.     446)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Img: TImage
  25.     Left = 0
  26.     Top = 0
  27.     Width = 688
  28.     Height = 446
  29.     Align = alClient
  30.     Center = True
  31.     OnClick = ImgClick
  32.   end
  33.   object lblSkip: TLabel
  34.     Left = 620
  35.     Top = 426
  36.     Width = 61
  37.     Height = 13
  38.     Cursor = crHandPoint
  39.     Anchors = [akRight, akBottom]
  40.     Caption = 'Pomi'#324' pokaz'
  41.     Color = 6401617
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clBlack
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = [fsUnderline]
  47.     ParentColor = False
  48.     ParentFont = False
  49.     Transparent = True
  50.     OnClick = lblSkipClick
  51.   end
  52.   object Timer: TTimer
  53.     Enabled = False
  54.     OnTimer = TimerTimer
  55.     Left = 10
  56.     Top = 400
  57.   end
  58. end
  59.