home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 January / VPR9801A.ISO / BENCH / dbnch112 / dbench32.exe / 0 / RCDATA / TSIZEERRORDIALOG / TSIZEERRORDIALOG.txt
Text File  |  1997-01-26  |  1KB  |  57 lines

  1. object SizeErrorDialog: TSizeErrorDialog
  2.   Left = 96
  3.   Top = 716
  4.   BorderStyle = bsDialog
  5.   Caption = 'Error'
  6.   ClientHeight = 92
  7.   ClientWidth = 241
  8.   Font.Color = clWindowText
  9.   Font.Height = -15
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 225
  19.     Height = 25
  20.     Alignment = taCenter
  21.     AutoSize = False
  22.     Caption = 'Not enough free space.'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 48
  26.     Top = 32
  27.     Width = 57
  28.     Height = 25
  29.     AutoSize = False
  30.     Caption = 'Drive:'
  31.   end
  32.   object DriveLabel: TLabel
  33.     Left = 96
  34.     Top = 32
  35.     Width = 137
  36.     Height = 25
  37.     AutoSize = False
  38.   end
  39.   object Bevel1: TBevel
  40.     Left = 8
  41.     Top = 49
  42.     Width = 225
  43.     Height = 8
  44.     Shape = bsBottomLine
  45.   end
  46.   object Button1: TButton
  47.     Left = 88
  48.     Top = 64
  49.     Width = 67
  50.     Height = 25
  51.     Caption = 'OK'
  52.     Default = True
  53.     TabOrder = 0
  54.     OnClick = Button1Click
  55.   end
  56. end
  57.