object IncompleteZipDlg: TIncompleteZipDlg Left = 302 Top = 109 BorderStyle = bsDialog Caption = 'Incomplete ZIp FIle!' ClientHeight = 214 ClientWidth = 313 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnActivate = FormActivate TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 297 Height = 161 Shape = bsFrame end object Label1: TLabel Left = 39 Top = 19 Width = 238 Height = 66 AutoSize = False Caption = 'This zip file is not complete. It may be part of a muliple part' + ' zip file. If so, press CANCEL, then insert the last disk of th' + 'e disk set and try again. ' Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False WordWrap = True end object Label2: TLabel Left = 35 Top = 92 Width = 238 Height = 66 AutoSize = False Caption = 'If you think it may be a corrupted zip file, press OK and an att' + 'empt will be made to read as much of the zip file as possible.' Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False WordWrap = True end object OKBtn: TButton Left = 79 Top = 180 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 159 Top = 180 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end end