home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / chip-cd_2003_11.zip / 11 / Browser / chip-cd.exe / 0 / RCDATA / TFPOPUPGIF / TFPOPUPGIF.txt < prev   
Text File  |  2003-07-08  |  1KB  |  55 lines

  1. object fPopUpGIF: TfPopUpGIF
  2.   Left = 590
  3.   Top = 250
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 270
  7.   ClientWidth = 264
  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 = False
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object ImgBkg: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 264
  26.     Height = 270
  27.     AutoSize = True
  28.     Picture.Data = {<image000.jpg>}
  29.   end
  30.   object Image1: TImage
  31.     Left = 244
  32.     Top = 0
  33.     Width = 15
  34.     Height = 13
  35.     Cursor = crHandPoint
  36.     Transparent = True
  37.     OnClick = Image1Click
  38.   end
  39.   object ImgBanner: TImage
  40.     Left = 7
  41.     Top = 13
  42.     Width = 250
  43.     Height = 250
  44.     Center = True
  45.     OnClick = ImgBannerClick
  46.   end
  47.   object TimerClose: TTimer
  48.     Enabled = False
  49.     Interval = 8000
  50.     OnTimer = TimerCloseTimer
  51.     Left = 210
  52.     Top = 222
  53.   end
  54. end
  55.