home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 July / Chip_1999-07_cd.bin / ctenari / Madera / Install.exe / 0 / RCDATA / TPROGRESSFORM / TPROGRESSFORM.txt
Encoding:
Text File  |  1999-04-27  |  2.2 KB  |  72 lines

  1. object ProgressForm: TProgressForm
  2.   Left = 192
  3.   Top = 107
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'ProgressForm'
  7.   ClientHeight = 99
  8.   ClientWidth = 304
  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 = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 304
  23.     Height = 99
  24.     Align = alClient
  25.     BevelInner = bvRaised
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object ProgressBar: TCGauge
  29.       Left = 8
  30.       Top = 36
  31.       Width = 285
  32.       Height = 21
  33.       ForeColor = clRed
  34.     end
  35.     object ProgressLabel: TLabel
  36.       Left = 8
  37.       Top = 12
  38.       Width = 92
  39.       Height = 13
  40.       Caption = 'Analyzing archive...'
  41.     end
  42.     object BitBtn1: TBitBtn
  43.       Left = 216
  44.       Top = 64
  45.       Width = 75
  46.       Height = 25
  47.       Cancel = True
  48.       Caption = 'Cancel'
  49.       TabOrder = 0
  50.       OnClick = BitBtn1Click
  51.       Glyph.Data = {
  52.         DE010000424DDE01000000000000760000002800000024000000120000000100
  53.         0400000000006801000000000000000000001000000000000000000000000000
  54.         80000080000000808000800000008000800080800000C0C0C000808080000000
  55.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  56.         333333333333333333333333000033338833333333333333333F333333333333
  57.         0000333911833333983333333388F333333F3333000033391118333911833333
  58.         38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
  59.         911118111118333338F3338F833338F3000033333911111111833333338F3338
  60.         3333F8330000333333911111183333333338F333333F83330000333333311111
  61.         8333333333338F3333383333000033333339111183333333333338F333833333
  62.         00003333339111118333333333333833338F3333000033333911181118333333
  63.         33338333338F333300003333911183911183333333383338F338F33300003333
  64.         9118333911183333338F33838F338F33000033333913333391113333338FF833
  65.         38F338F300003333333333333919333333388333338FFF830000333333333333
  66.         3333333333333333333888330000333333333333333333333333333333333333
  67.         0000}
  68.       NumGlyphs = 2
  69.     end
  70.   end
  71. end
  72.