home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / sharewar / extract / Extractor.exe / 0 / RCDATA / TPROGRESS / TPROGRESS.txt
Encoding:
Text File  |  2000-07-04  |  859 b   |  48 lines

  1. object Progress: TProgress
  2.   Left = 437
  3.   Top = 325
  4.   HelpContext = 1
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 73
  8.   ClientWidth = 267
  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 = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblText: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 251
  23.     Height = 17
  24.     AutoSize = False
  25.   end
  26.   object pbProgress: TProgressBar
  27.     Left = 8
  28.     Top = 24
  29.     Width = 251
  30.     Height = 13
  31.     Enabled = False
  32.     Min = 0
  33.     Max = 100
  34.     TabOrder = 1
  35.   end
  36.   object btnCancel: TButton
  37.     Left = 97
  38.     Top = 45
  39.     Width = 73
  40.     Height = 23
  41.     Cancel = True
  42.     Caption = 'Zru∩┐╜it'
  43.     Default = True
  44.     ModalResult = 2
  45.     TabOrder = 0
  46.   end
  47. end
  48.