home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / grafika / nsico / nsicon95.cmp / NSICON.EXE / 0 / RCDATA / TPROGRESSREPORT / TPROGRESSREPORT.txt
Text File  |  1997-03-21  |  2KB  |  64 lines

  1. object ProgressReport: TProgressReport
  2.   Left = 295
  3.   Top = 98
  4.   ActiveControl = CancelButton
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Progress'
  8.   ClientHeight = 133
  9.   ClientWidth = 313
  10.   Font.Color = clBtnText
  11.   Font.Height = -12
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 15
  18.   object CancelButton: TBitBtn
  19.     Left = 116
  20.     Top = 96
  21.     Width = 81
  22.     Height = 28
  23.     Cursor = crArrow
  24.     Cancel = True
  25.     Caption = 'Stop'
  26.     ModalResult = 2
  27.     TabOrder = 0
  28.     OnClick = CancelButtonClick
  29.     Glyph.Data = {
  30.       F6000000424DF600000000000000760000002800000010000000100000000100
  31.       0400000000008000000000000000000000001000000010000000000000000000
  32.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  33.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330B00000000
  34.       003333000000000000333330EEEEEEEE0333333000000000033333330BFBFBF0
  35.       33333330BFBFBFBF03333330FBFBFBFBF0333330BFB8800FB0333330FBFBFBF0
  36.       F0333330BFBFBFB0B0333330F0F0F0F0F0333330B0B0B0B003333330F0F0F0F0
  37.       33333330B0B0B0B03333333300F0F00333333333330000333333}
  38.   end
  39.   object ProgressPanel: TPanel
  40.     Left = 8
  41.     Top = 40
  42.     Width = 297
  43.     Height = 41
  44.     BevelOuter = bvLowered
  45.     TabOrder = 1
  46.     object ProgressBar: TGauge
  47.       Left = 8
  48.       Top = 8
  49.       Width = 281
  50.       Height = 25
  51.       ForeColor = clMaroon
  52.       Progress = 0
  53.     end
  54.   end
  55.   object Prompt: TPanel
  56.     Left = 8
  57.     Top = 8
  58.     Width = 297
  59.     Height = 25
  60.     BevelOuter = bvLowered
  61.     TabOrder = 2
  62.   end
  63. end
  64.