home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / tuneup_hit / files / TU2004TrialEN.exe / WinStyler.exe / RCDATA / TFRMPROGRESS / TFRMPROGRESS.txt < prev   
Encoding:
Text File  |  2004-03-31  |  1.2 KB  |  61 lines

  1. object frmProgress: TfrmProgress
  2.   Left = 228
  3.   Top = 378
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Unpacking Icon Package'
  7.   ClientHeight = 93
  8.   ClientWidth = 350
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lblIntro: TLabel
  22.     Left = 52
  23.     Top = 12
  24.     Width = 288
  25.     Height = 45
  26.     AutoSize = False
  27.     Caption = '.'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clBlack
  30.     Font.Height = -11
  31.     Font.Name = 'Tahoma'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     WordWrap = True
  35.   end
  36.   object Image1: TImage
  37.     Left = 12
  38.     Top = 12
  39.     Width = 32
  40.     Height = 32
  41.     Picture.Data = {<image000.TPNGImage>}
  42.   end
  43.   object pbProgress: TProgressBar
  44.     Left = 13
  45.     Top = 62
  46.     Width = 324
  47.     Height = 17
  48.     Min = 0
  49.     Max = 100
  50.     Position = 100
  51.     TabOrder = 0
  52.   end
  53.   object tmrExtract: TTimer
  54.     Enabled = False
  55.     Interval = 10
  56.     OnTimer = tmrExtractTimer
  57.     Left = 316
  58.     Top = 4
  59.   end
  60. end
  61.