home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / tools / 95beyond / beyond32.exe / 0 / RCDATA / TSHOWPROGRESS / TSHOWPROGRESS.txt
Text File  |  1997-11-09  |  687b  |  37 lines

  1. object ShowProgress: TShowProgress
  2.   Left = 189
  3.   Top = 146
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Doing...'
  7.   ClientHeight = 83
  8.   ClientWidth = 282
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object DisplayLabel: TLabel
  18.     Left = 0
  19.     Top = 24
  20.     Width = 282
  21.     Height = 13
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     Caption = '%'
  25.   end
  26.   object CancelBtn: TBitBtn
  27.     Left = 102
  28.     Top = 48
  29.     Width = 81
  30.     Height = 26
  31.     Caption = 'Cancel'
  32.     TabOrder = 0
  33.     OnClick = CancelBtnClick
  34.     NumGlyphs = 2
  35.   end
  36. end
  37.