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

  1. object Extract: TExtract
  2.   Left = 410
  3.   Top = 265
  4.   HelpContext = 1
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Extrahuje se soubor...'
  8.   ClientHeight = 88
  9.   ClientWidth = 267
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblFileName: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 251
  24.     Height = 13
  25.     AutoSize = False
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object pbFile: TProgressBar
  34.     Left = 8
  35.     Top = 24
  36.     Width = 251
  37.     Height = 13
  38.     Enabled = False
  39.     Min = 0
  40.     Max = 100
  41.     TabOrder = 1
  42.   end
  43.   object pbAll: TProgressBar
  44.     Left = 8
  45.     Top = 40
  46.     Width = 251
  47.     Height = 13
  48.     Enabled = False
  49.     Min = 0
  50.     Max = 100
  51.     TabOrder = 2
  52.   end
  53.   object btnCancel: TButton
  54.     Left = 97
  55.     Top = 60
  56.     Width = 73
  57.     Height = 23
  58.     Anchors = [akBottom]
  59.     Cancel = True
  60.     Caption = 'Zru∩┐╜it'
  61.     Default = True
  62.     ModalResult = 2
  63.     TabOrder = 0
  64.     OnClick = btnCancelClick
  65.   end
  66. end
  67.