home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / virus / Plat7esdCHS / data1.cab / Comunes / Plawiz.dll / 0 / RCDATA / TVENTANACOMPRIMIR / TVENTANACOMPRIMIR.txt
Text File  |  2003-02-05  |  792b  |  39 lines

  1. object VentanaComprimir: TVentanaComprimir
  2.   Left = 392
  3.   Top = 257
  4.   BorderStyle = bsDialog
  5.   Caption = 'Aviso'
  6.   ClientHeight = 125
  7.   ClientWidth = 398
  8.   Color = 14215660
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 28
  22.     Width = 369
  23.     Height = 13
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Caption = 'Comprimiendo archivos a enviar'
  27.     Transparent = True
  28.   end
  29.   object AnimateCompress: TAnimate
  30.     Left = 108
  31.     Top = 44
  32.     Width = 181
  33.     Height = 49
  34.     Active = False
  35.     AutoSize = False
  36.     OnStart = AnimateCompressStart
  37.   end
  38. end
  39.