home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Browser / chip-cd.exe / 0 / RCDATA / TSHOWPIC / TSHOWPIC.txt
Text File  |  2001-08-10  |  1KB  |  55 lines

  1. object ShowPic: TShowPic
  2.   Left = 336
  3.   Top = 307
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'ShowPic'
  7.   ClientHeight = 69
  8.   ClientWidth = 292
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnCreate = FormCreate
  18.   OnDeactivate = FormDeactivate
  19.   OnKeyPress = FormKeyPress
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Image: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 292
  26.     Height = 69
  27.     Align = alClient
  28.     Center = True
  29.     OnClick = ImageClick
  30.   end
  31.   object RxGif: TRxGIFAnimator
  32.     Left = 0
  33.     Top = 0
  34.     Width = 10
  35.     Height = 10
  36.     Center = True
  37.     OnClick = RxGifClick
  38.   end
  39.   object ProgressBar: TProgressBar
  40.     Left = 1
  41.     Top = 1
  42.     Width = 290
  43.     Height = 20
  44.     Min = 0
  45.     Max = 100
  46.     TabOrder = 0
  47.   end
  48.   object TimerGifGo: TTimer
  49.     Interval = 20
  50.     OnTimer = TimerGifGoTimer
  51.     Left = 260
  52.     Top = 36
  53.   end
  54. end
  55.