home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 mARCH / PCWK3A99.iso / Polskie / Malabibl / _SETUP.1 / biblio.exe / 0 / RCDATA / TFRMSHOWARCHIWIZACJA / TFRMSHOWARCHIWIZACJA.txt
Text File  |  1998-07-13  |  2KB  |  102 lines

  1. object frmShowArchiwizacja: TfrmShowArchiwizacja
  2.   Left = 202
  3.   Top = 102
  4.   BorderStyle = bsDialog
  5.   Caption = 'Trwa archiwizacja...'
  6.   ClientHeight = 176
  7.   ClientWidth = 320
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 24
  20.     Top = 102
  21.     Width = 25
  22.     Height = 16
  23.     Caption = 'Plik:'
  24.   end
  25.   object labFilename: TLabel
  26.     Left = 48
  27.     Top = 102
  28.     Width = 261
  29.     Height = 13
  30.     AutoSize = False
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clWindowText
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = [fsBold]
  36.     ParentFont = False
  37.   end
  38.   object Bevel1: TBevel
  39.     Left = 22
  40.     Top = 128
  41.     Width = 275
  42.     Height = 9
  43.     Shape = bsBottomLine
  44.   end
  45.   object labDzialanie: TLabel
  46.     Left = 24
  47.     Top = 116
  48.     Width = 101
  49.     Height = 16
  50.     Caption = 'Zarchiwizowano: '
  51.   end
  52.   object labPostep: TLabel
  53.     Left = 108
  54.     Top = 116
  55.     Width = 191
  56.     Height = 13
  57.     AutoSize = False
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clWindowText
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = [fsBold]
  63.     ParentFont = False
  64.   end
  65.   object Animacja: TAnimate
  66.     Left = 24
  67.     Top = 10
  68.     Width = 272
  69.     Height = 60
  70.     Active = False
  71.     CommonAVI = aviCopyFiles
  72.     StopFrame = 34
  73.   end
  74.   object cmdPrzerwij: TBitBtn
  75.     Left = 130
  76.     Top = 144
  77.     Width = 75
  78.     Height = 25
  79.     Caption = 'Przerwij'
  80.     TabOrder = 1
  81.     OnClick = cmdPrzerwijClick
  82.     Kind = bkAbort
  83.   end
  84.   object Panel1: TPanel
  85.     Left = 22
  86.     Top = 76
  87.     Width = 275
  88.     Height = 19
  89.     BevelOuter = bvLowered
  90.     Caption = 'Panel1'
  91.     TabOrder = 2
  92.     object gagPostep: TGauge
  93.       Left = 1
  94.       Top = 1
  95.       Width = 273
  96.       Height = 17
  97.       Align = alClient
  98.       Progress = 0
  99.     end
  100.   end
  101. end
  102.