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

  1. object DriveErrorDialog: TDriveErrorDialog
  2.   Left = 332
  3.   Top = 746
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Error'
  7.   ClientHeight = 71
  8.   ClientWidth = 264
  9.   Font.Color = clWindowText
  10.   Font.Height = -15
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 249
  20.     Height = 19
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.     Caption = 'Would you select a writeable drive...'
  24.   end
  25.   object Bevel1: TBevel
  26.     Left = 8
  27.     Top = 24
  28.     Width = 249
  29.     Height = 9
  30.     Shape = bsBottomLine
  31.   end
  32.   object Button1: TButton
  33.     Left = 96
  34.     Top = 40
  35.     Width = 73
  36.     Height = 25
  37.     Caption = 'OK?'
  38.     Default = True
  39.     TabOrder = 0
  40.     OnClick = Button1Click
  41.   end
  42. end
  43.