object SizeErrorDialog: TSizeErrorDialog Left = 96 Top = 716 BorderStyle = bsDialog Caption = 'Error' ClientHeight = 92 ClientWidth = 241 Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 8 Top = 8 Width = 225 Height = 25 Alignment = taCenter AutoSize = False Caption = 'Not enough free space.' end object Label2: TLabel Left = 48 Top = 32 Width = 57 Height = 25 AutoSize = False Caption = 'Drive:' end object DriveLabel: TLabel Left = 96 Top = 32 Width = 137 Height = 25 AutoSize = False end object Bevel1: TBevel Left = 8 Top = 49 Width = 225 Height = 8 Shape = bsBottomLine end object Button1: TButton Left = 88 Top = 64 Width = 67 Height = 25 Caption = 'OK' Default = True TabOrder = 0 OnClick = Button1Click end end