home *** CD-ROM | disk | FTP | other *** search
- object frmProgress: TfrmProgress
- Left = 228
- Top = 378
- BorderIcons = []
- BorderStyle = bsToolWindow
- Caption = 'Unpacking Icon Package'
- ClientHeight = 93
- ClientWidth = 350
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object lblIntro: TLabel
- Left = 52
- Top = 12
- Width = 288
- Height = 45
- AutoSize = False
- Caption = '.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Image1: TImage
- Left = 12
- Top = 12
- Width = 32
- Height = 32
- Picture.Data = {<image000.TPNGImage>}
- end
- object pbProgress: TProgressBar
- Left = 13
- Top = 62
- Width = 324
- Height = 17
- Min = 0
- Max = 100
- Position = 100
- TabOrder = 0
- end
- object tmrExtract: TTimer
- Enabled = False
- Interval = 10
- OnTimer = tmrExtractTimer
- Left = 316
- Top = 4
- end
- end
-