home *** CD-ROM | disk | FTP | other *** search
/ Igromania 1999 December / 27_12_1999.iso / Soft / nvamp33.exe / Vampire.exe / 0 / RCDATA / TZIPPROGRESSDIALOG / TZIPPROGRESSDIALOG.txt < prev   
Text File  |  1999-06-02  |  1KB  |  69 lines

  1. object ZipProgressDialog: TZipProgressDialog
  2.   Left = 229
  3.   Top = 164
  4.   BorderIcons = [biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'File extraction'
  7.   ClientHeight = 80
  8.   ClientWidth = 367
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 20
  22.     Top = 12
  23.     Width = 32
  24.     Height = 32
  25.     AutoSize = True
  26.     Picture.Data = {<image000.bmp>}
  27.     Transparent = True
  28.   end
  29.   object Label1: TLabel
  30.     Left = 84
  31.     Top = 12
  32.     Width = 3
  33.     Height = 13
  34.     Caption = '.'
  35.   end
  36.   object ProgressBar1: TProgressBar
  37.     Left = 80
  38.     Top = 28
  39.     Width = 257
  40.     Height = 12
  41.     Min = 0
  42.     Max = 100
  43.     TabOrder = 0
  44.   end
  45.   object Button1: TButton
  46.     Left = 172
  47.     Top = 48
  48.     Width = 75
  49.     Height = 25
  50.     Cancel = True
  51.     Caption = '&Cancel'
  52.     Default = True
  53.     ModalResult = 2
  54.     TabOrder = 1
  55.     OnClick = Button1Click
  56.   end
  57.   object Timer1: TTimer
  58.     Enabled = False
  59.     Interval = 100
  60.     OnTimer = Timer1Timer
  61.     Left = 112
  62.     Top = 48
  63.   end
  64.   object KMLang1: TKMLang
  65.     Left = 4
  66.     Top = 4
  67.   end
  68. end
  69.