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

  1. object DrvWRN: TDrvWRN
  2.   Left = 228
  3.   Top = 821
  4.   BorderStyle = bsDialog
  5.   Caption = 'Warning'
  6.   ClientHeight = 71
  7.   ClientWidth = 242
  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 WRNLabel: TLabel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 225
  19.     Height = 25
  20.     Alignment = taCenter
  21.     AutoSize = False
  22.     Caption = 'Selected drive is Network drive.'
  23.   end
  24.   object Bevel1: TBevel
  25.     Left = 8
  26.     Top = 24
  27.     Width = 225
  28.     Height = 9
  29.     Shape = bsBottomLine
  30.   end
  31.   object Button1: TButton
  32.     Left = 88
  33.     Top = 40
  34.     Width = 65
  35.     Height = 25
  36.     Caption = 'OK'
  37.     TabOrder = 0
  38.     OnClick = Button1Click
  39.   end
  40. end
  41.