home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / WINRESCU.ZIP / RESCUE95.EXE / 0 / RCDATA / TINCOMPLETEZIPDLG / TINCOMPLETEZIPDLG.txt
Text File  |  1998-04-25  |  2KB  |  77 lines

  1. object IncompleteZipDlg: TIncompleteZipDlg
  2.   Left = 302
  3.   Top = 109
  4.   BorderStyle = bsDialog
  5.   Caption = 'Incomplete ZIp FIle!'
  6.   ClientHeight = 214
  7.   ClientWidth = 313
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 297
  20.     Height = 161
  21.     Shape = bsFrame
  22.   end
  23.   object Label1: TLabel
  24.     Left = 39
  25.     Top = 19
  26.     Width = 238
  27.     Height = 66
  28.     AutoSize = False
  29.     Caption = 
  30.       'This zip file is not complete.  It may be part of a muliple part' +
  31.       ' zip file.  If so, press CANCEL, then insert the last disk of th' +
  32.       'e disk set and try again.  '
  33.     Font.Color = clBlack
  34.     Font.Height = -13
  35.     Font.Name = 'Arial'
  36.     Font.Style = []
  37.     ParentFont = False
  38.     WordWrap = True
  39.   end
  40.   object Label2: TLabel
  41.     Left = 35
  42.     Top = 92
  43.     Width = 238
  44.     Height = 66
  45.     AutoSize = False
  46.     Caption = 
  47.       'If you think it may be a corrupted zip file, press OK and an att' +
  48.       'empt will be made to read as much of the zip file as possible.'
  49.     Font.Color = clBlack
  50.     Font.Height = -13
  51.     Font.Name = 'Arial'
  52.     Font.Style = []
  53.     ParentFont = False
  54.     WordWrap = True
  55.   end
  56.   object OKBtn: TButton
  57.     Left = 79
  58.     Top = 180
  59.     Width = 75
  60.     Height = 25
  61.     Caption = 'OK'
  62.     Default = True
  63.     ModalResult = 1
  64.     TabOrder = 0
  65.   end
  66.   object CancelBtn: TButton
  67.     Left = 159
  68.     Top = 180
  69.     Width = 75
  70.     Height = 25
  71.     Cancel = True
  72.     Caption = 'Cancel'
  73.     ModalResult = 2
  74.     TabOrder = 1
  75.   end
  76. end
  77.