home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 August / chip-cd_2003_08.zip / 08 / Browser / chip-cds.exe / 0 / RCDATA / TSHOWPIC / TSHOWPIC.txt
Text File  |  2002-09-30  |  775b  |  41 lines

  1. object ShowPic: TShowPic
  2.   Left = 336
  3.   Top = 307
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'ShowPic'
  7.   ClientHeight = 23
  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 = 23
  27.     Align = alClient
  28.     Center = True
  29.     OnClick = ImageClick
  30.   end
  31.   object ProgressBar: TProgressBar
  32.     Left = 1
  33.     Top = 1
  34.     Width = 290
  35.     Height = 20
  36.     Min = 0
  37.     Max = 100
  38.     TabOrder = 0
  39.   end
  40. end
  41.